summaryrefslogtreecommitdiffstats
path: root/examples/declarative/fillmode
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.
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | 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/+0
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* cleanupYann Bodson2009-10-281-7/+7
|
* lowercase idsYann Bodson2009-10-061-7/+7
|
* SetPropertyAction -> PropertyActionMartin Jones2009-08-211-12/+12
|
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
|
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-141-1/+1
|
* Clearer name for two PreserveAspect modes.Warwick Allison2009-08-101-4/+4
|
* Add a PreserveAspectFill mode (needs a better name)Yann Bodson2009-08-101-0/+3
|
* update for fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ecWarwick Allison2009-07-311-2/+2
|
* tile/preservseAspect are now fillModeWarwick Allison2009-07-312-0/+39
as per API review