summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: Fixed text in license headers.David Boddie2010-09-132-2/+2
|
* Expand QDeclarativeExtensionPlugin docsBea Lam2010-07-212-1/+8
|
* Follow -> Behaviormae2010-07-081-8/+8
| | | | Replace the usages of Follows with Behaviors, update docs.
* 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).