summaryrefslogtreecommitdiffstats
path: root/tools/qml
Commit message (Collapse)AuthorAgeFilesLines
* Let the 'qml' runtime use its applicationDirPath as importsPathmae2010-03-021-0/+3
| | | | | | The is analog to the plugin system in Qt. It makes it possible to ship an executable with extra plugins resp. qml import modules without creating a qt.conf.
* Merge branch 'master' into 4.7Aaron Kennedy2010-03-021-2/+2
|\
| * Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* | build fix for WinCEMaurice Kalinowski2010-03-011-1/+3
|/ | | | | | only use xmlpatterns if Qt is configured to build it Reviewed-by: Paul Olav Tvete
* Fix compile warningAaron Kennedy2010-03-011-1/+1
|
* Simplify QML element registration headersAaron Kennedy2010-02-242-0/+4
|
* Compile warning-- for qmlviewerLeonardo Sobral Cunha2010-02-241-1/+0
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2421-0/+4641
QDeclarativeXXX.