Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 31 | -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 repository | David Boddie | 2011-04-28 | 1 | -0/+1 |
| | | | | (4.7-generated-declarative branch). | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 31 | -31/+31 |
| | | | | Reviewed-by: Trust Me | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 6 | -6/+6 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Doc: Fixed text in license headers. | David Boddie | 2010-09-13 | 6 | -6/+6 |
| | |||||
* | various doc fixes | Bea Lam | 2010-07-27 | 2 | -2/+2 |
| | |||||
* | Fix .pro file | Bea Lam | 2010-07-15 | 1 | -1/+2 |
| | |||||
* | Add files missing from last commit | Bea Lam | 2010-07-15 | 7 | -0/+446 |
| | |||||
* | Add chapter on creating list property types | Bea Lam | 2010-07-15 | 10 | -20/+64 |
| | |||||
* | Change tutorial from using "Musician" etc. types to using "PieChart" | Bea Lam | 2010-07-15 | 33 | -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 improvements | Bea Lam | 2010-05-31 | 4 | -0/+4 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-26 | 1 | -4/+4 |
|\ | |||||
| * | Clean up project files for c++ examples | Bea Lam | 2010-05-24 | 1 | -4/+4 |
| | | |||||
* | | Don't display unnecessary copyright headers in doc | Martin Jones | 2010-05-26 | 4 | -4/+4 |
|/ | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-21 | 5 | -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 McDonald | 2010-05-21 | 5 | -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.7 | David Boddie | 2010-05-20 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Fix 'chapter5_plugins.dll.sym contains initialized writable data' | Alessandro Portale | 2010-05-17 | 1 | -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 Boddie | 2010-05-19 | 20 | -558/+538 |
|/ | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 1 | -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 extensions | Bea Lam | 2010-04-23 | 31 | -0/+1460 |