summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/qdeclarativetextinput/cursorDelegate.qml
Commit message (Collapse)AuthorAgeFilesLines
* Rename visual test to qmlvisual.Michael Brasser2010-03-281-35/+0
|
* Syntax and other small fixes for the visual tests.Michael Brasser2010-03-281-7/+7
|
* 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-241-0/+35
QDeclarativeXXX.