summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinstruction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-0/+3
| | | | | | | | 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.
* CrashAaron Kennedy2010-03-121-1/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+210
QDeclarativeXXX.