Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -6/+6 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 1 | -2/+0 |
| | |||||
* | Reenable the QML binding optimizer for "safe" optimizations | Aaron Kennedy | 2010-03-12 | 1 | -2/+3 |
| | |||||
* | Improve grouped property error messages | Aaron Kennedy | 2010-03-04 | 1 | -2/+2 |
| | | | | QT-2579 | ||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+387 |
QDeclarativeXXX. |