summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdeclarativevideo/tst_qdeclarativevideo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed mediaservices.Kurt Korbatits2010-05-181-921/+0
|
* Tests; Fix media tests, make sure they are using mediaservies.Justin McPherson2010-04-191-6/+6
| | | | Reviewed-by: Dmytro Poplavskiy
* Fixed inconsistent test naming.Rohan McGovern2010-03-221-12/+12
| | | | TARGET and test class name should always match.
* Fix; QML Video item is sensitive to property assignment orderJustin McPherson2010-03-191-14/+24
| | | | | Task-number: QTBUG-8605 Reviewed-by: Andrew den Exter
* Fix qdeclarative{audio,video} tests.Justin McPherson2010-03-051-1/+1
| | | | Location of declarative modules moved.
* Remove dependency on declarative from multimedia.Justin McPherson2010-03-031-1/+1
| | | | | | Move all declarative related classes into the multimedia declarative module. Reviewed-by: Andrew den Exter
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+911
QDeclarativeXXX.