summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinstruction_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-0/+1
| | | | | | | | 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.
* Fix compiler warning on RVCTAaron Kennedy2010-03-051-148/+173
| | | | | Anonymous structures in unions cause warnings on this compiler. QTBUG-8738
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-041-0/+1
| | | | QTBUG-8677
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+319
QDeclarativeXXX.