summaryrefslogtreecommitdiffstats
path: root/examples/declarative/aspectratio
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Updated based on change to transformOrignNigel Hietala2010-02-225-0/+5
|
* Use a nicer face imageAaron Kennedy2009-10-288-0/+7
|
* cleanupYann Bodson2009-10-282-2/+2
|
* lowercase idsYann Bodson2009-10-067-23/+23
|
* Fix crashAaron Kennedy2009-09-231-2/+2
|
* Syntax updateWarwick Allison2009-09-227-20/+39
| | | | | id must not be a type Image::fillMode change
* Follow renamed to SpringFollow.Martin Jones2009-09-101-1/+1
|
* Renaming Rect -> RectangleYann Bodson2009-08-196-6/+6
|
* tile/preservseAspect are now fillModeWarwick Allison2009-07-311-1/+1
| | | | as per API review
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-236-0/+12
| | | | | Adjust examples and demos accordingly. As per QT-558
* Make identical to non-simple example.Warwick Allison2009-07-201-4/+13
|
* Update in light of new Image.preserveAspect propertyWarwick Allison2009-07-206-21/+10
|
* More examples.Warwick Allison2009-05-012-0/+50
|
* Show how to achieve aspect-ratio-maintaining effects.Warwick Allison2009-05-014-0/+68