summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/referenceexamples/adding
Commit message (Collapse)AuthorAgeFilesLines
* Fixed spelling mistakes in documented functions, classes, etc. Part of ↵Jerome Pasion2010-08-021-1/+1
| | | | | | QTBUG-11938 and QTBUG-10801 (cherry picked from commit 5bdb85e3b21bcf624eb1830aa32d027e0c6870fe)
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-211-0/+40
|\ | | | | | | | | | | | | | | | | | | * '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-211-0/+40
| | | | | | | | | | | | | | 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-193-81/+78
|/ | | | | Reviewed-by: Trust Me Requested-by: Legal
* Restructure the examples. They are now organized into variousBea Lam2010-05-166-0/+228
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).