Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify type management code | Aaron Kennedy | 2010-08-27 | 1 | -2/+0 |
| | |||||
* | QML JavaScript .import parser | Aaron Kennedy | 2010-08-27 | 1 | -0/+11 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -1/+1 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -1/+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. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+137 |
QDeclarativeXXX. |