Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 15 | -343/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 10 | -10/+10 |
| | |||||
* | Increase durations when testing Behaviors. | Michael Brasser | 2010-02-22 | 9 | -9/+9 |
| | | | | This should make the tests at least somewhat more reliable. | ||||
* | Fix bugs and add tests related to manual start/stop control of animations. | Michael Brasser | 2010-02-18 | 1 | -0/+18 |
| | | | | | This better enforces the restriction on starting an animation that is not top-level, or is part of a Transition or Behavior. | ||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 2 | -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. | ||||
* | Adds qml prefix to all declarative autotests | Leonardo Sobral Cunha | 2010-02-11 | 14 | -0/+325 |