summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt
Commit message (Collapse)AuthorAgeFilesLines
* Fix qdeclarativeqt::createQmlObject autotestLeonardo Sobral Cunha2010-03-222-6/+8
| | | | The warning message expected in this test changed.
* Remove Qt.closestAngle().Michael Brasser2010-03-122-30/+0
| | | | This functionality is now built in to RotationAnimation.
* Fix Qt.tint() algorithmAaron Kennedy2010-03-082-3/+3
| | | | QT-2424
* Remove Qt.playSound()Michael Brasser2010-03-041-7/+0
| | | | Use SoundEffect instead.
* Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-0/+48
| | | | The plan is for these to replace DateTimeFormatter.
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-20/+20
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2418-0/+560
QDeclarativeXXX.