summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdeclarativeaudio
Commit message (Collapse)AuthorAgeFilesLines
* Fixed inconsistent test naming.Rohan McGovern2010-03-221-21/+21
| | | | TARGET and test class name should always match.
* Add autoLoad property to multimedia declarative elements.Justin McPherson2010-03-191-0/+28
| | | | | Task-number: QTBUG-8947 Reviewed-by: Andrew den Exter
* Fix; QML Video item is sensitive to property assignment orderJustin McPherson2010-03-191-21/+45
| | | | | Task-number: QTBUG-8605 Reviewed-by: Andrew den Exter
* Fix qdeclarative{audio,video} tests.Justin McPherson2010-03-052-7/+7
| | | | Location of declarative modules moved.
* Remove dependency on declarative from multimedia.Justin McPherson2010-03-032-2/+12
| | | | | | Move all declarative related classes into the multimedia declarative module. Reviewed-by: Andrew den Exter
* Work around requires() bug in qmakeAaron Kennedy2010-02-261-2/+0
| | | | | | when running `qmake -r -tp vc', if any project is encountered which is disabled with requires(), the generated .sln file ends up missing many unrelated projects.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-242-0/+1206
QDeclarativeXXX.