Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix code style in examples | Bea Lam | 2010-04-13 | 1 | -4/+9 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -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 Brasser | 2010-03-25 | 1 | -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 interceptors | Aaron Kennedy | 2010-03-02 | 1 | -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 -> MouseArea | Martin Jones | 2010-02-22 | 1 | -2/+2 |
| | |||||
* | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 1 | -1/+2 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | Remove examples of removed effects. | Warwick Allison | 2009-11-04 | 1 | -63/+12 |
| | |||||
* | add missing image | Yann Bodson | 2009-10-30 | 1 | -0/+0 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-30 | 2 | -10/+10 |
| | |||||
* | Clean up | Bea Lam | 2009-10-08 | 1 | -27/+46 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 1 | -10/+10 |
| | |||||
* | Enable QGraphicsBloomEffect in QML. | Andreas Aardal Hanssen | 2009-10-02 | 1 | -1/+17 |
| | | | | | | Also add this to the effect example. Reviewed-by: Aaron Kennedy | ||||
* | Add graphics effects support | Aaron Kennedy | 2009-08-28 | 2 | -0/+75 |