summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativerepeater
Commit message (Collapse)AuthorAgeFilesLines
* Add test for model data changes.Martin Jones2010-06-172-2/+47
|
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* QList<QObject*> models now update their properties when they change.Martin Jones2010-05-052-6/+15
| | | | Task-number: QTBUG-10348
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-216-6/+6
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+2
|
* 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.