summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicspositioners/data/grid-animated.qml
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-60/+0
| | | | QDeclarativeXXX.
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-2/+2
| | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
* Rewrite PositionersAlan Alpert2009-12-071-6/+11
| | | | | | | | | | | Cleans up code, reduces memory footprint and increases performance. Largely by removing large chunks of functionality that we don't actually use. Also now that we are clearer on what the new positioner transitions are (how the item moves it's position when it is positioned by a positioner) a remove transition makes no sense and is discarded, and the auto tests have been updated as add transitions are slightly different.
* Split out layout and positioner testsAlan Alpert2009-11-091-0/+55
Includes actually adding some layout tests (which seem to expose bugs in the layouts).