Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | various doc fixes | Bea Lam | 2010-07-29 | 2 | -2/+2 |
| | | | | (cherry picked from commit 9ea7bb34e4b41e1263acb8a175f61566046f9bf6) | ||||
* | Missed some tutorial files because of .gitignore. | Toby Tomkins | 2010-07-27 | 26 | -0/+1726 |
| | | | | Reviewed-by: Martin Jones | ||||
* | Copied Qt QML 4.7 branch to release. | Toby Tomkins | 2010-07-27 | 32 | -1210/+81 |
| | | | | Reviewed-by: MArtin Jones | ||||
* | 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 |