summaryrefslogtreecommitdiffstats
path: root/examples/declarative/effects
Commit message (Collapse)AuthorAgeFilesLines
* Fix code style in examplesBea Lam2010-04-131-4/+9
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-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 Brasser2010-03-251-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.
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-2/+2
| | | | | | | | | | | | | | | | | | | | | 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.
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-2/+2
|
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-111-1/+2
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* Remove examples of removed effects.Warwick Allison2009-11-041-63/+12
|
* add missing imageYann Bodson2009-10-301-0/+0
|
* cleanupYann Bodson2009-10-302-10/+10
|
* Clean upBea Lam2009-10-081-27/+46
|
* lowercase idsYann Bodson2009-10-061-10/+10
|
* Enable QGraphicsBloomEffect in QML.Andreas Aardal Hanssen2009-10-021-1/+17
| | | | | | Also add this to the effect example. Reviewed-by: Aaron Kennedy
* Add graphics effects supportAaron Kennedy2009-08-282-0/+75