Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | |||||
* | Fix code style in examples | Bea Lam | 2010-04-13 | 2 | -2/+0 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 3 | -3/+3 |
| | |||||
* | 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. | ||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 1 | -4/+4 |
| | |||||
* | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 1 | -2/+2 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | cleanup | Yann Bodson | 2009-10-30 | 8 | -41/+11 |
| | |||||
* | use aliases when possible | Yann Bodson | 2009-10-12 | 1 | -4/+4 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 4 | -16/+16 |
| | |||||
* | Change .sci syntax to match BorderImage. | Yann Bodson | 2009-10-05 | 2 | -10/+10 |
| | |||||
* | cleanup examples | Yann Bodson | 2009-10-02 | 3 | -16/+17 |
| | |||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 1 | -1/+1 |
| | | | | QFxBasePositioner still exists though. | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 3 | -3/+3 |
| | |||||
* | more docs | Yann Bodson | 2009-08-19 | 1 | -0/+31 |
| | |||||
* | docs | Yann Bodson | 2009-08-10 | 1 | -0/+0 |
| | |||||
* | Add new class QFxBorderImage. | Yann Bodson | 2009-08-09 | 3 | -17/+17 |
| | | | | | * Move scalegrid code into QFxBorderImage * Update examples | ||||
* | Add support for CSS-like horizontalTileRule and verticalTileRule to ScaleGrid. | Yann Bodson | 2009-08-06 | 7 | -0/+120 |
* Simplify and improve QFxImage code by using qDrawBorderPixmap * Add horizontalTileRule and verticalTileRule to .sci files * Add example in example/declarative/border-image |