summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/animation
Commit message (Collapse)AuthorAgeFilesLines
* Rename visual test to qmlvisual.Michael Brasser2010-03-2871-13129/+0
|
* Syntax and other small fixes for the visual tests.Michael Brasser2010-03-287-128/+145
|
* Update AnchorChanges to use more natural form for setting anchors.Michael Brasser2010-03-251-7/+8
| | | | | | | Instead of specifying left, right, etc directly, we keep the regular syntax and specify anchors.left, anchors.right, etc. Also get rid of the hacky "reset" string property and use undefined to reset (like PropertyChanges).
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-252-2/+2
| | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
* Replace Animation's repeat property with loops.Michael Brasser2010-03-252-2/+2
| | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite.
* Rename stateChangeScriptName to scriptName.Michael Brasser2010-03-241-1/+1
|
* Remove ParentAction.Michael Brasser2010-03-238-1262/+0
| | | | It has been replaced with ParentAnimation.
* Add AnchorAnimation for animating AnchorChanges.Michael Brasser2010-03-1112-185/+185
| | | | Task-number: QT-2825
* ParentAnimation docs + test.Michael Brasser2010-03-058-0/+1721
| | | | Task-number: QTBUG-8612
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-234-47/+47
|
* 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.