summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Try to move widget/gvitem code into new QtMultimediaKitWidgets lib.Michael Goddard2011-08-2512-12/+12
| | | | | | | Change-Id: I522b3e6d4465c6c5cce2483676e09320176837d6 Reviewed-on: http://codereview.qt.nokia.com/2665 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
* Mark a few tests as "not autotests".Michael Goddard2011-08-046-16/+17
| | | | | | | | | | So "make check" doesn't find them, since they are more system tests than automatic unit tests (since they access the real MM backends). Change-Id: I3322b4206bce16a97c28753b80c0ed5dc0bb250e Reviewed-on: http://codereview.qt.nokia.com/2599 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
* API unit tests from Maemo API test team.Michael Goddard2011-07-2694-2394/+8812
| | | | | | | | | | | | | | | | | | A large number of tweaks and changes to original tests, and refactor a lot of the mock backends to reduce duplication. Changed viewfinder test case to use mock service and provider so that it matches the image capture test case. Reviewed-by: Jonas Rabbe (cherry picked from commit e40bef5508a4165cec4a46b97115aed461027fa5) Also licence header fix: (cherry picked from commit e9ee9e8c48b45b97d62ee4a82e400fa9d8ea8107) Change-Id: Ic59891d75563bb2e008a336eea859e8c44d8d831 Reviewed-on: http://codereview.qt.nokia.com/2078 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
* Blacklisted auto test for QSoundEffectJonas Rabbe2011-07-221-1/+2
| | | | | | | Change-Id: Ia42fc8f10530f8d9b885d2de2c927b6ea6189b57 Reviewed-on: http://codereview.qt.nokia.com/1998 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
* Remove most of the "mobility" references.Michael Goddard2011-07-1931-33/+34
| | | | | | | | | Docs still need some fixing, but there are some legitimate usages of it there. Change-Id: I94c7b68788ce97829711a4384884d7e52fe84162 Reviewed-on: http://codereview.qt.nokia.com/1736 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
* Remove a few more obsolete parts.Michael Goddard2011-07-1938-5579/+9
| | | | | | | Change-Id: I3a001f01ab7fd8cf63452126037b98c1b01df80d Reviewed-on: http://codereview.qt.nokia.com/1797 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
* Prepare for QtQuick2 based declarative elements.Michael Goddard2011-07-151-1/+3
| | | | | | | | | | | Disable the QDeclarativeItem based components until they are ported to scenegraph, and bump the revision to 4.0 (Once things are final, we can make it 5.0). Change-Id: Ib9c064722b80c38e711fbadc66966597c14a2b1a Reviewed-on: http://codereview.qt.nokia.com/1685 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
* Add missing autotest.Michael Goddard2011-07-144-1/+221
| | | | | | | | | | The QSoundEffect test was missing in the initial modularization. Change-Id: I92ba5290b28a4af3a1d4bd8f8a036e14a75cf8d1 Reviewed-on: http://codereview.qt.nokia.com/1400 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Ling Hu <ling.hu@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
* Use the correct qmake variable for enabling private tests.Michael Goddard2011-07-111-2/+2
| | | | | | | Change-Id: Iaa5b3be70f3eb459c6bca2364e5c1d20f8952bb8 Reviewed-on: http://codereview.qt.nokia.com/1403 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
* QMediaPlayer autotest tests for OpenMAX AL even OpenMAX AL is not presentKalle Lehtonen2011-07-051-0/+2
| | | | | | | | | | | The test is missing #ifdef around OpenMAX AL section. Change-Id: I0d395f8cfd72cbccf7de894dd43e64e0afbeb289 Task-number: QTMOBILITY-1657 (cherry picked from commit e6b684de322c55a75aa6d46bd6db785705775a15) Reviewed-on: http://codereview.qt.nokia.com/977 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard
* Fix for QPainterVideoSurface autotestKalle Lehtonen2011-07-051-0/+5
| | | | | | | | | | | | Autotest missing related OpenGL defines compared to the library. Task-number: QTMOBILITY-1662 Change-Id: I2e417865a633058bb67ee30c07be53bab049bea6 (cherry picked from commit 68ef2e67968f4887a2d83e37f89f827d5ce36788) Reviewed-on: http://codereview.qt.nokia.com/976 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard
* Harmattan resource policy bug workaround for QCameraDmytro Poplavskiy2011-07-051-0/+10
| | | | | | | | | | | Task-number: 264400 Reviewed-by: Michael Goddard (cherry picked from commit 505db43a64aa765dfaabb8e0463eff3c26895bdb) Change-Id: I9b73b0e3751debedcf2929a0aaa431b3bd08c20e Reviewed-on: http://codereview.qt.nokia.com/975 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard
* Temporarily disabled demos, examples, and some testsJonas Rabbe2011-07-055-12/+31
| | | | | | | | | | | Want to make QtMultimediaKit finally integrate. Disabled some tests and ensured that tests depending on private interfaces are only built if these interfaces are enabled. Change-Id: I65f0ff5ea23d704cf3c2626fe4191d7d6460e46f Reviewed-on: http://codereview.qt.nokia.com/992 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
* Initial copy of QtMultimediaKit.Michael Goddard2011-06-29102-0/+28248
Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2