summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter5-plugins
Commit message (Collapse)AuthorAgeFilesLines
* Add chapter on creating list property typesBea Lam2010-07-159-456/+0
|
* Change tutorial from using "Musician" etc. types to using "PieChart"Bea Lam2010-07-158-57/+78
| | | | | etc. types to make a more practical example that shows how to do painting as well. Also includes some tutorial improvments.
* Clean up project files for c++ examplesBea Lam2010-05-241-4/+4
|
* 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
* | 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-196-170/+164
|/ | | | | Reviewed-by: Trust Me Requested-by: Legal
* Add tutorial for writing QML extensionsBea Lam2010-04-239-0/+396