Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -12/+13 |
| | | | | | | | QDeclarativeItem will be public, all properties that are relaying on private types must be private too. Reviewed-by:akennedy | ||||
* | Additional Behavior test + text fixes. | Michael Brasser | 2010-04-29 | 2 | -23/+58 |
| | |||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 15 | -15/+15 |
| | | | | | | 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 | -2/+4 |
| | | | | QTBUG-9726 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-04-13 | 4 | -7/+5 |
|\ | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp | ||||
| * | Stabilize behaviors test. | Michael Brasser | 2010-04-13 | 3 | -9/+9 |
| | | |||||
| * | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | | |||||
* | | Optimize some autotests | Yann Bodson | 2010-04-13 | 1 | -87/+79 |
|/ | |||||
* | Prevent Behavior from being triggered on initialization. | Michael Brasser | 2010-04-08 | 2 | -0/+33 |
| | | | | Task-number: QTBUG-6332 | ||||
* | Autotest tweaks. | Michael Brasser | 2010-03-28 | 1 | -0/+30 |
| | |||||
* | Update Autotests | Alan Alpert | 2010-03-09 | 3 | -4/+4 |
| | | | | | Unless given an id, animations in behaviours aren't created until needed. As they are never actually needed in these tests, ids are needed | ||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 16 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | 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 | -17/+17 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 17 | -0/+650 |
QDeclarativeXXX. |