summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/animation
Commit message (Collapse)AuthorAgeFilesLines
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-228-11/+11
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-1815-11/+1506
| | | | | | | | | | | 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.
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-111-1/+0
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-033-16/+16
| | | | | | examples accordingly. Task-number: QT-2786
* Fix AnchorChange when multiple states in a stategroup are involved.Michael Brasser2009-11-1711-0/+2539
|
* Autotests.Michael Brasser2009-11-123-50/+50
|
* Visual animation tests.Michael Brasser2009-11-1152-0/+8619
Move them to a common directory, add a new one, and fix a failing one.