Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | 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 | -1/+1 |
| | | | | | 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 sure currentIndex is updated when view is flicked. | Martin Jones | 2010-03-03 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-8396 | ||||
* | 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 | -2/+2 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | 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 |