Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: More work on the QML documentation. | David Boddie | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | Fixes for Dynamic Object Management docs. Also adds links to | Bea Lam | 2010-07-29 | 1 | -0/+4 |
| | | | | | | this page from other documentation. Task-number: QTBUG-12446 | ||||
* | fixes for dynamic object creation docs | Bea Lam | 2010-07-20 | 1 | -2/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | David Boddie | 2010-06-16 | 1 | -2/+2 |
|\ | |||||
| * | Move some example code into snippets/ and add other doc fixes | Bea Lam | 2010-06-09 | 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 | ||||
* | 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/+18 |
Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification. |