Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve stability of test on loaded hw. | Martin Jones | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Fix test. | Michael Brasser | 2010-07-22 | 1 | -0/+1 |
| | |||||
* | Only ignore the same target value for a Behavior when it is running. | Michael Brasser | 2010-07-21 | 2 | -0/+44 |
| | | | | | | | | | | Otherwise a Behavior may mistakenly not be triggered. This situation can arise when the property in question has been manipulated via the property system, followed by a direct function call (which correctly bypasses the Behavior), followed by a another change via the property system. Task-number: QTBUG-12295 | ||||
* | Autotest for QTBUG-5491 (Animation in a Behavior doesn't update running) | Michael Brasser | 2010-07-13 | 2 | -0/+38 |
| | |||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Don't crash when assigning a Behavior to a grouped property. | Michael Brasser | 2010-05-24 | 2 | -0/+20 |
| | | | | | Task-number: QTBUG-10799 Reviewed-by: Aaron Kennedy | ||||
* | Remove license headers from test data. | Warwick Allison | 2010-05-23 | 17 | -697/+0 |
| | | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4 | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 17 | -0/+697 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | 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. |