summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/qdeclarativespringfollow
Commit message (Collapse)AuthorAgeFilesLines
* Rename visual test to qmlvisual.Michael Brasser2010-03-2825-3033/+0
|
* Syntax and other small fixes for the visual tests.Michael Brasser2010-03-282-9/+9
|
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-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 Brasser2010-03-251-1/+1
| | | | | 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 class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2425-0/+3033
QDeclarativeXXX.