Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Doc: More work on the QML documentation. | David Boddie | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | fixes for dynamic object creation docs | Bea Lam | 2010-07-20 | 1 | -2/+2 |
| | |||||
* | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-06-10 | 1 | -29/+28 |
| | | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Added autotest for Component.createObject() without Qt.createComponent() | Alan Alpert | 2010-05-24 | 1 | -0/+2 |
| | | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926 | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 1 | -0/+41 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Fix references to createComponent() and createQmlObject() to | Bea Lam | 2010-04-28 | 1 | -0/+9 |
Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification. |