summaryrefslogtreecommitdiffstats
path: root/tools/qml/content
Commit message (Collapse)AuthorAgeFilesLines
* 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.