summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/animation/propertyAction/propertyAction.qml
Commit message (Collapse)AuthorAgeFilesLines
* Rename visual test to qmlvisual.Michael Brasser2010-03-281-34/+0
|
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-1/+1
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* 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.
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-4/+4
| | | | | | examples accordingly. Task-number: QT-2786
* Visual animation tests.Michael Brasser2009-11-111-0/+34
Move them to a common directory, add a new one, and fix a failing one.