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