Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More declarative examples cleanup. | Yann Bodson | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | declarative examples cleanup | Yann Bodson | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -1/+1 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well. | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-28 | 2 | -113/+72 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 2 | -21/+21 |
| | |||||
* | Fix following API changes. | Bea Lam | 2009-10-06 | 1 | -1/+1 |
| | |||||
* | Follow renamed to SpringFollow. | Martin Jones | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Make a number of Flickable API changes following review. | Martin Jones | 2009-08-28 | 1 | -1/+1 |
| | |||||
* | Repeater API updates. | Michael Brasser | 2009-08-27 | 2 | -2/+2 |
| | |||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 1 | -1/+1 |
| | | | | QFxBasePositioner still exists though. | ||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 1 | -2/+2 |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 2 | -2/+2 |
| | |||||
* | API improvements for MouseRegion and Drag | Martin Jones | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | MouseRegion API changes following review. | Martin Jones | 2009-08-18 | 1 | -4/+4 |
| | |||||
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 1 | -2/+2 |
| | |||||
* | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Remove non-functioning opaque property. | Michael Brasser | 2009-07-17 | 1 | -1/+0 |
| | |||||
* | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Remove XML custom parser support | Aaron Kennedy | 2009-05-05 | 1 | -1/+1 |
| | |||||
* | Use QML properties syntax | Aaron Kennedy | 2009-05-01 | 1 | -7/+3 |
| | |||||
* | Convert all examples and demos from XML format | Aaron Kennedy | 2009-04-30 | 2 | -122/+228 |
| | |||||
* | Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore. | Yann Bodson | 2009-04-29 | 1 | -3/+3 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 5 | -0/+122 |