summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Unify naming of import plugin targetsJoona Petrell2010-05-263-3/+3
| | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison
* Clean up project files for c++ examplesBea Lam2010-05-241-9/+7
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-212-0/+80
|\ | | | | | | | | | | | | | | | | | | * '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-212-0/+80
| | | | | | | | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* | Doc: Updated example license to three clause BSD license.David Boddie2010-05-191-27/+26
|/ | | | | Reviewed-by: Trust Me Requested-by: Legal
* Restructure the examples. They are now organized into variousBea Lam2010-05-1611-0/+271
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).