Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |