summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-1131-31/+31
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-281-0/+1
| | | | (4.7-generated-declarative branch).
* Update copyright year to 2011.Jason McDonald2011-01-1031-31/+31
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-296-6/+6
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: Fixed text in license headers.David Boddie2010-09-136-6/+6
|
* various doc fixesBea Lam2010-07-272-2/+2
|
* Fix .pro fileBea Lam2010-07-151-1/+2
|
* Add files missing from last commitBea Lam2010-07-157-0/+446
|
* Add chapter on creating list property typesBea Lam2010-07-1510-20/+64
|
* Change tutorial from using "Musician" etc. types to using "PieChart"Bea Lam2010-07-1533-397/+503
| | | | | etc. types to make a more practical example that shows how to do painting as well. Also includes some tutorial improvments.
* 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