Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 39 | -9142/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | TextInput echoMode visual test | Alan Alpert | 2009-11-20 | 15 | -0/+2203 |
| | |||||
* | Implement TextInput::horizontalAlignment | Alan Alpert | 2009-11-20 | 3 | -0/+146 |
| | | | | Includes visual autotest. | ||||
* | add TextInput visual test data for Mac | Yann Bodson | 2009-11-13 | 10 | -0/+3379 |
| | |||||
* | Rerecord text visual tests | Alan Alpert | 2009-11-09 | 11 | -1041/+1489 |
| | | | | Should have had mouse in there too. | ||||
* | Enhance TextInput test coverage | Alan Alpert | 2009-11-09 | 12 | -0/+2966 |