summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/qml-intro
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Jason McDonald2010-10-0116-17/+17
| | | | | | | | | | | | | | | | 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 Boddie2010-09-1416-16/+16
|
* Merge branch '4.7' into qmldocsDavid Boddie2010-09-032-50/+2
|\ | | | | | | | | Conflicts: doc/src/snippets/declarative/qml-intro/basic-syntax.qml
| * Fix examples autotestJoona Petrell2010-09-012-48/+2
| | | | | | | | | | Task-number: Reviewed-by: Bea Lam
| * Doc: Fixed snippets in QML introduction broken in an earlier commit.David Boddie2010-08-2717-0/+1099
| | | | Reported on the qt-qml mailing list.
* Doc: Fixed autotest breakage caused by snippets.David Boddie2010-09-0113-16/+124
|
* Doc: Used snippets for the Beginning QML document. License update.David Boddie2010-08-2317-0/+702
|
* Doc: Started work to tidy up existing QML docs.David Boddie2010-08-1717-0/+397
Reviewed-by: Trust Me