Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Mark some properties in QDeclarativeItem as private properties. | Alexis Menard | 2010-04-29 | 1 | -10/+11 |
| | | | | | | | QDeclarativeItem will be public, all properties that are relaying on private types must be private too. Reviewed-by:akennedy | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 27 | -27/+27 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -6/+8 |
| | | | | QTBUG-9726 | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -4/+4 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 2 | -3/+3 |
| | | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite. | ||||
* | Change default RotationAnimation direction. | Michael Brasser | 2010-03-23 | 1 | -2/+2 |
| | | | | | | Shortest as default too often led to unintuitive behavior. For example, RotationAnimation { from: 0; to: 360 } will not animate at all. Numerical gives the least surprising results. | ||||
* | Fix failing autotest. | Alan Alpert | 2010-03-08 | 1 | -1/+1 |
| | | | | This was probably a bug in the test data. | ||||
* | RotationAnimation docs + test. | Michael Brasser | 2010-03-04 | 2 | -0/+106 |
| | | | | Task-number: QTBUG-8613 | ||||
* | Make test more reliable. | Michael Brasser | 2010-03-02 | 1 | -3/+3 |
| | |||||
* | Make test more reliable. | Michael Brasser | 2010-03-02 | 1 | -3/+3 |
| | |||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 12 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | 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 autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -20/+20 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 28 | -0/+1219 |
QDeclarativeXXX. |