Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | declarative examples cleanup | Yann Bodson | 2010-03-05 | 1 | -13/+0 |
| | |||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 2 | -105/+3 |
| | | | | | | | | | | | | | | | | | | | | | 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 | -2/+4 |
| | |||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 3 | -3/+3 |
| | |||||
* | Use console.log, not print | Warwick Allison | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -4/+4 |
| | |||||
* | Start updating state and animation docs. | Michael Brasser | 2009-10-22 | 3 | -18/+109 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 2 | -4/+4 |
| | |||||
* | SetPropertyAction -> PropertyAction | Martin Jones | 2009-08-21 | 1 | -1/+1 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 2 | -3/+3 |
| | |||||
* | Rename Rect.pen to Rect.border | Michael Brasser | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 2 | -0/+4 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 1 | -5/+5 |
| | |||||
* | Behavior fixes. | Michael Brasser | 2009-06-12 | 1 | -11/+4 |
| | | | | | | You can now write x: Behavior { NumericAnimation { duration: 500 } }, rather than having to specify the target and property for the animation explicitly. Also other minor fixes. | ||||
* | Converted the examples. | Roberto Raggi | 2009-04-27 | 2 | -41/+114 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 2 | -0/+41 |