summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tvtennis
Commit message (Collapse)AuthorAgeFilesLines
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
| | | | | 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-251-1/+1
| | | | | 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.
* Remove Qt.playSound()Michael Brasser2010-03-041-4/+8
| | | | Use SoundEffect instead.
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-4/+4
| | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-111-1/+1
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* spring follows do not like to operate on "var" sourcesmae2009-12-141-1/+1
|
* move examples/follow.qml to visuals/qmlspringfollow.qmlYann Bodson2009-11-063-0/+74