summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending
Commit message (Collapse)AuthorAgeFilesLines
* various doc fixesBea Lam2010-07-292-2/+2
| | | | (cherry picked from commit 9ea7bb34e4b41e1263acb8a175f61566046f9bf6)
* Missed some tutorial files because of .gitignore.Toby Tomkins2010-07-2726-0/+1726
| | | | Reviewed-by: Martin Jones
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-2732-1210/+81
| | | | Reviewed-by: MArtin Jones
* Various doc fixes and improvementsBea Lam2010-05-314-0/+4
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-261-4/+4
|\
| * Clean up project files for c++ examplesBea Lam2010-05-241-4/+4
| |
* | Don't display unnecessary copyright headers in docMartin Jones2010-05-264-4/+4
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-215-0/+200
|\ | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix FolderListModel parentFolder property's file drive handling Add license headers for .qml files. Also show file/line numbers on XML query errors. Print warnings for xml query syntax errors Clean up Add XmlListModel::get()
| * Add license headers for .qml files.Jason McDonald2010-05-215-0/+200
| | | | | | | | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-05-201-0/+5
|\ \ | |/
| * Fix 'chapter5_plugins.dll.sym contains initialized writable data'Alessandro Portale2010-05-171-0/+5
| | | | | | | | | | | | | | That's an error that you get when building a qml plugin for a Symbian device. Solution: Add 'TARGET.EPOCALLOWDLLDATA = 1' to the plugin .pro file
* | Doc: Updated example license to three clause BSD license.David Boddie2010-05-1920-558/+538
|/ | | | | Reviewed-by: Trust Me Requested-by: Legal
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-0/+9
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Add tutorial for writing QML extensionsBea Lam2010-04-2331-0/+1460