summaryrefslogtreecommitdiffstats
path: root/tools/qml/content
Commit message (Collapse)AuthorAgeFilesLines
* Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-141-3/+3
| | | | | | | | The qml executable was first referred to as QML Viewer, then QML Runtime ... however, the latter one caused much confusion (see old version of qmlruntime.qdoc). Doc changes reviewed by Leena Miettinen.
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-1/+1
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-2/+2
|
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-30/+28
| | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential.
* Fixed the QML browser built into the QML viewerThorbjørn Lindeijer2010-03-101-5/+5
| | | | Was still using 'matchProperties' instead of just 'properties'.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-245-0/+248
QDeclarativeXXX.