summaryrefslogtreecommitdiffstats
path: root/examples/declarative/snow/snow.qml
Commit message (Collapse)AuthorAgeFilesLines
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-69/+0
| | | | | | | | | | | | | | | | | | | | | 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.
* lowercase idsYann Bodson2009-10-061-12/+12
|
* Follow renamed to SpringFollow.Martin Jones2009-09-101-3/+3
|
* Rename positioners.Warwick Allison2009-08-241-1/+1
| | | | QFxBasePositioner still exists though.
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
|
* Fix angle.Michael Brasser2009-08-131-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-131-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Rename layouts to positionersAlan Alpert2009-08-131-1/+1
| |
* | QGraphicsRotation3D has been merged into QGraphicsRotation.Michael Brasser2009-08-131-2/+2
|/
* Change key handling to use a Keys attached property.Martin Jones2009-08-121-9/+8
| | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item.
* Rename centeredIn to centerIn.Michael Brasser2009-07-311-1/+1
|
* fixes in examples and demosLars Knoll2009-07-291-1/+1
| | | | | Fixed all examples and demos to work after the changes to Flipable and Rotation3D.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
| | | | | Adjust examples and demos accordingly. As per QT-558
* Add an inSync property that holds whether the target has "caught up"Martin Jones2009-07-201-4/+5
| | | | Useful for determining when the target has finished animating.
* Remove unnecessary stuff from the exampleAaron Kennedy2009-07-171-5/+0
|
* "snow" demoAaron Kennedy2009-07-171-0/+72