Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -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 Brasser | 2010-03-25 | 1 | -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 interceptors | Aaron Kennedy | 2010-03-02 | 1 | -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 propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 1 | -1/+0 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | cleanup | Yann Bodson | 2009-10-28 | 1 | -7/+7 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 1 | -7/+7 |
| | |||||
* | SetPropertyAction -> PropertyAction | Martin Jones | 2009-08-21 | 1 | -12/+12 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Clearer name for two PreserveAspect modes. | Warwick Allison | 2009-08-10 | 1 | -4/+4 |
| | |||||
* | Add a PreserveAspectFill mode (needs a better name) | Yann Bodson | 2009-08-10 | 1 | -0/+3 |
| | |||||
* | update for fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec | Warwick Allison | 2009-07-31 | 1 | -2/+2 |
| | |||||
* | tile/preservseAspect are now fillMode | Warwick Allison | 2009-07-31 | 2 | -0/+39 |
as per API review |