summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativebehaviors
Commit message (Collapse)AuthorAgeFilesLines
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+4
| | | | QTBUG-9726
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-04-134-7/+5
|\ | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp
| * Stabilize behaviors test.Michael Brasser2010-04-133-9/+9
| |
| * Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
| |
* | Optimize some autotestsYann Bodson2010-04-131-87/+79
|/
* Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-082-0/+33
| | | | Task-number: QTBUG-6332
* Autotest tweaks.Michael Brasser2010-03-281-0/+30
|
* Update AutotestsAlan Alpert2010-03-093-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 interceptorsAaron Kennedy2010-03-0216-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 Cunha2010-02-241-17/+17
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2417-0/+650
QDeclarativeXXX.