summaryrefslogtreecommitdiffstats
path: root/examples/declarative/snow
Commit message (Collapse)AuthorAgeFilesLines
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-025-161/+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.
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-5/+5
| | | | | | | | | | | 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.
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-6/+6
|
* cleanupYann Bodson2009-10-281-1/+1
|
* use enums rather than strings in examplesYann Bodson2009-10-262-2/+2
|
* Reenable behaviors (now that they work again!)Aaron Kennedy2009-10-121-1/+1
|
* Fix snow demoAaron Kennedy2009-10-091-2/+2
|
* lowercase idsYann Bodson2009-10-064-30/+30
|
* Fix exampleAaron Kennedy2009-09-211-2/+2
|
* Follow renamed to SpringFollow.Martin Jones2009-09-101-3/+3
|
* Rename positioners.Warwick Allison2009-08-241-1/+1
| | | | QFxBasePositioner still exists though.
* fromState -> from, toState -> to for Transition.Michael Brasser2009-08-241-2/+2
|
* SetPropertyAction -> PropertyActionMartin Jones2009-08-211-3/+3
|
* Rename State change elements.Martin Jones2009-08-211-2/+2
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* 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
|/
* Fix due to fillMode PreserveAspect -> PreserveAspectFitMartin Jones2009-08-121-1/+1
|
* 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.
* Use new enum ints (should be ids!)Warwick Allison2009-07-311-2/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-312-2/+2
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximage.cpp
| * Rename centeredIn to centerIn.Michael Brasser2009-07-312-2/+2
| |
* | tile/preservseAspect are now fillModeWarwick Allison2009-07-311-1/+1
|/ | | | as per API review
* 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-233-0/+6
| | | | | 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-173-15/+0
|
* Add non-threadsafe QGuard classAaron Kennedy2009-07-171-0/+0
|
* "snow" demoAaron Kennedy2009-07-174-0/+170