Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -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 viewer | Thorbjørn Lindeijer | 2010-03-10 | 1 | -5/+5 |
| | | | | Was still using 'matchProperties' instead of just 'properties'. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 5 | -0/+248 |
QDeclarativeXXX. |