Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 1 | -4/+4 |
| | |||||
* | 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. | ||||
* | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 1 | -1/+1 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | Add ListView snapMode to ensure flicking settles on an item boundary. | Martin Jones | 2009-11-30 | 1 | -7/+1 |
| | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-30 | 3 | -2/+3 |
| | |||||
* | small fixes to parallax example | Yann Bodson | 2009-10-30 | 2 | -27/+12 |
| | |||||
* | fix parallax example | Yann Bodson | 2009-10-30 | 1 | -4/+2 |
| | |||||
* | Mode improvement to strictly enforced highlight range movement. | Martin Jones | 2009-10-28 | 1 | -1/+2 |
| | |||||
* | Try to be a bit more clever with snapping. | Martin Jones | 2009-10-27 | 1 | -0/+2 |
| | |||||
* | Update parallax example | Aaron Kennedy | 2009-10-27 | 5 | -4/+523 |
| | |||||
* | Improve highlight range API and fix incorrect list end calc. | Martin Jones | 2009-10-27 | 2 | -43/+25 |
| | |||||
* | parallax example | Aaron Kennedy | 2009-10-26 | 6 | -0/+134 |