summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added basic audio system testsdakovaci2011-09-171-0/+295
| | | | | | | | Change-Id: Ib3cec8adc4cba80a9e91d6fd90c607e99a197c0c Reviewed-on: http://codereview.qt-project.org/4942 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Kovacic <daniel.kovacic@nokia.com> Reviewed-by: Daron Andrew Edie
* Compile with refactorGunnar Sletta2011-09-178-11/+9
| | | | | | | Change-Id: I248f811a13ca00ccbf5d342a556d389bca625856 Reviewed-on: http://codereview.qt-project.org/4940 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
* Split some of the autotests into widget and non widget parts.Michael Goddard2011-09-0930-146/+856
| | | | | | | | | Since the tests are mostly not widget based. Change-Id: Ic3fa4224b19f2a5c710fd4763b5e645252975c1c Reviewed-on: http://codereview.qt-project.org/4174 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
* Clean up the autotest pro files to remove warnings about private headersMichael Goddard2011-09-0540-78/+40
| | | | | | | | | Since the tests are bound to a version it's unnecessary. Change-Id: I7884615179157caa3836face22a4aa431ee5c425 Reviewed-on: http://codereview.qt.nokia.com/4155 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
* Mark a few tests as insignificant on QPA.Michael Goddard2011-09-023-5/+6
| | | | | | | | | | Running with QPA minimal isn't enough for a lot of the video related tests, and in some cases the backing store code crashes. Change-Id: I7a09c244fb856397a60c53388b22c3e141737a66 Reviewed-on: http://codereview.qt.nokia.com/4106 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
* Merge branch 'camera' of git://scm.dev.nokia.troll.no/qt/qtmultimediakitMichael Goddard2011-08-304-9/+49
|\ | | | | | | Change-Id: Iec6f96e3713257d25f7b1e06c6da9c153b23800b
| * Fixed crash when QCameraImageCapture is deleted before QMediaRecorder.Dmytro Poplavskiy2011-08-261-0/+24
| | | | | | | | | | | | | | Change-Id: I3bbb87f03f122378e9367e1f2c0cc5b61fce6ed7 Reviewed-on: http://codereview.qt.nokia.com/3550 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
| * Fixed crash when QMediaObject is deleted before QMediaRecorder.Dmytro Poplavskiy2011-08-262-0/+21
| | | | | | | | | | | | | | Change-Id: I8a1674b6f3d2b2c9ab888facff21f94af41b81de Reviewed-on: http://codereview.qt.nokia.com/3544 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
| * Dropped Incandescent white balance mode.Dmytro Poplavskiy2011-08-251-9/+4
| | | | | | | | | | | | | | | | | | It's the same as Tungsten, was inittialy added by mistake. Change-Id: Idf1d7be2f8d0969bba3480a8702034b7cabfdaef Reviewed-on: http://codereview.qt.nokia.com/3563 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
* | Split the unit tests for widgets up as well.Michael Goddard2011-08-263-28/+39
| | | | | | | | | | | | | | | | | | | | Currently there seem to be some unit tests that should not depend on widgets, so they'll have to be cleaned up later. Change-Id: I30adc4accb3ecce86a6fe7a2fd69d3862f325a41 Reviewed-on: http://codereview.qt.nokia.com/3569 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: derick hawcroft <derick.hawcroft@nokia.com>
* | 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