Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Jason McDonald | 2010-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones (cherry picked from commit 49452ad6b22e080b1dfdfde38c21c48bb910a1ae) Conflicts: tests/auto/declarative/qdeclarativeconnection/data/error-object.qml tests/auto/declarative/qdeclarativeconnection/data/error-property.qml tests/auto/declarative/qdeclarativeconnection/data/error-property2.qml tests/auto/declarative/qdeclarativeconnection/data/error-syntax.qml tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp tests/auto/declarative/qdeclarativeqt/data/quit.qml tests/auto/declarative/qdeclarativeview/data/error1.qml | ||||
* | Doc: More work on the QML documentation. | David Boddie | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-06-10 | 1 | -27/+26 |
| | | | | | | | 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 | ||||
* | import Qt 4.6 -> import Qt 4.7 | Yann Bodson | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Start documenting coding conventions | Yann Bodson | 2010-04-12 | 1 | -0/+33 |
Task-number: QT-2845 |