summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tvtennis
Commit message (Collapse)AuthorAgeFilesLines
* 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