Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 2 | -51/+57 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Peter Yard | 2010-04-27 | 1 | -0/+16 |
|\ | |||||
| * | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | | |||||
* | | Docs Changes to start page. Minor change to Elements doc. See also added to ↵ | Peter Yard | 2010-04-27 | 1 | -2/+2 |
|/ | | | | some elements docs. | ||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 3 | -3/+3 |
| | |||||
* | Declarative examples cleanup. | Yann Bodson | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 2 | -6/+6 |
| | | | | | 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 | 2 | -6/+6 |
| | | | | | 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. | ||||
* | Move particles in their own plugin (Qt.labs.particles) | Yann Bodson | 2010-03-11 | 1 | -0/+1 |
| | | | | Task-number: QT-2846 | ||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 2 | -47/+47 |
| | |||||
* | 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 | -2/+2 |
| | | | | | | | | | | | 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 | 2 | -6/+6 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -2/+2 |
| | |||||
* | more autotests | Yann Bodson | 2009-11-04 | 1 | -4/+1 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-30 | 8 | -0/+236 |