Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename visual test to qmlvisual. | Michael Brasser | 2010-03-28 | 71 | -13129/+0 |
| | |||||
* | Syntax and other small fixes for the visual tests. | Michael Brasser | 2010-03-28 | 7 | -128/+145 |
| | |||||
* | Update AnchorChanges to use more natural form for setting anchors. | Michael Brasser | 2010-03-25 | 1 | -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.Infinite | Michael Brasser | 2010-03-25 | 2 | -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 Brasser | 2010-03-25 | 2 | -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 Brasser | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Remove ParentAction. | Michael Brasser | 2010-03-23 | 8 | -1262/+0 |
| | | | | It has been replaced with ParentAnimation. | ||||
* | Add AnchorAnimation for animating AnchorChanges. | Michael Brasser | 2010-03-11 | 12 | -185/+185 |
| | | | | Task-number: QT-2825 | ||||
* | ParentAnimation docs + test. | Michael Brasser | 2010-03-05 | 8 | -0/+1721 |
| | | | | Task-number: QTBUG-8612 | ||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 4 | -47/+47 |
| | |||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 8 | -11/+11 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 15 | -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 propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 1 | -1/+0 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 3 | -16/+16 |
| | | | | | | examples accordingly. Task-number: QT-2786 | ||||
* | Fix AnchorChange when multiple states in a stategroup are involved. | Michael Brasser | 2009-11-17 | 11 | -0/+2539 |
| | |||||
* | Autotests. | Michael Brasser | 2009-11-12 | 3 | -50/+50 |
| | |||||
* | Visual animation tests. | Michael Brasser | 2009-11-11 | 52 | -0/+8619 |
Move them to a common directory, add a new one, and fix a failing one. |