summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativerepeater
Commit message (Collapse)AuthorAgeFilesLines
* Make sure tests cleanup after themselves.Michael Brasser2010-04-071-0/+10
|
* Remove strange binding loop in Repeater test.Martin Jones2010-04-011-5/+3
|
* 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.
* Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-182-1/+1
| | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type).
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-091-1/+1
| | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-12/+12
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-248-0/+566
QDeclarativeXXX.