summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicates definitions of QTRY_VERIFY and QTRY_COMPARE.Jason McDonald2012-02-132-48/+0
* Moved camera testsdakovaci2012-02-092-133/+2
* Add the audio decoder variant of QMediaPlayer.Michael Goddard2012-02-086-1/+625
* Remove some more QTest::qWait(10) calls.Michael Goddard2012-02-083-20/+6
* API changes to QML element MediaPlayer aka AudioAngus Cummings2012-02-084-382/+1414
* tst_qmediaplayerbackend: try to load test file from the current dir.Dmytro Poplavskiy2012-02-071-0/+3
* Add a QAudioBuffer class.Michael Goddard2012-02-063-0/+388
* Moved QMediaServiceProvider to private header.Dmytro Poplavskiy2012-02-064-4/+4
* Changes to QMediaPlayer GStreamer backend to allow setPosition before pauseLev Zelenskiy2012-02-062-0/+125
* QMediaPlayer::setPosition: do not check isSeekable and do not bound by durationLev Zelenskiy2012-02-061-5/+0
* Added metaDataChanged(key,value) signal to metadata controls.Dmytro Poplavskiy2012-02-064-15/+58
* Made camera unit tests more stableDmytro Poplavskiy2012-02-062-21/+18
* Remove QMediaImageViewer (SC break).Michael Goddard2012-02-0314-1239/+2
* Changed QCameraFocus::focusMode type to QFlags based FocusModesDmytro Poplavskiy2012-02-021-4/+4
* QCameraImageProcessingControl API fixesDmytro Poplavskiy2012-02-022-61/+57
* Added QMediaRecorder::actualLocation propertyDmytro Poplavskiy2012-02-012-0/+20
* Split QMediaRecorder::setEncodingSettings to separate setters.Dmytro Poplavskiy2012-02-014-14/+65
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3091-92/+92
* Moved zoom related properties out of QCameraFocusControlDmytro Poplavskiy2012-01-275-67/+146
* Fix some surface assignment errors.Michael Goddard2012-01-271-3/+21
* Add a rendered and content rectangle properties to VideoOutput QML.Michael Goddard2012-01-274-2/+708
* Add a volume (gain) property to QAudioInput.Michael Goddard2012-01-251-0/+27
* QCameraExposure API refactoringDmytro Poplavskiy2012-01-252-90/+101
* Removed QMediaServiceProvider parameter from media objects constructors.Dmytro Poplavskiy2012-01-2411-324/+272
* Implement QAudioDeviceInfo operator==/!=Michael Goddard2012-01-231-107/+90
* Update obsolete contact address.Jason McDonald2012-01-2389-89/+89
* Fixed compile.Rohan McGovern2012-01-231-2/+2
* Changed metadata keys type from enum to QString.Dmytro Poplavskiy2012-01-2012-191/+63
* QAudioRecorder: fixed handling the missing inputs control.Dmytro Poplavskiy2012-01-191-18/+19
* Replaced QAudioCaptureSource with QAudioRecorder.Dmytro Poplavskiy2012-01-196-69/+43
* Set the volume for our automatic integration tests.Michael Goddard2012-01-182-0/+12
* Changed QCamera::captureMode property to QFlagsDmytro Poplavskiy2012-01-173-15/+15
* Add a metaData property to QVideoFrame.Michael Goddard2012-01-131-12/+48
* Update year in Nokia copyright headers.Jason McDonald2012-01-1286-86/+86
* Remove widgets config test.Michael Goddard2012-01-111-1/+1
* Fix for QSoundEffect crash bugMithra Pattison2012-01-062-1/+1
* Add the spot for spot metering mode.Michael Goddard2012-01-062-3/+31
* Properly handle the case where QtWidgets is not available.Michael Goddard2012-01-063-5/+2
* Update copyright year in license headers.Jason McDonald2012-01-063-3/+3
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-01-052-2/+2
* QSound/QSoundEffect: Use QFINDTESTDATA to locate test data.Friedemann Kleint2012-01-054-12/+14
* Restructure the source code a little.Michael Goddard2012-01-051-2/+2
* QAudioIn/Output-tests: Remove SRCDIR-macro/stabilize.Friedemann Kleint2012-01-044-115/+105
* Initialize the mock player state variables.Michael Goddard2012-01-041-1/+17
* Remove a random instantiation of a backend.Michael Goddard2012-01-041-4/+6
* Remove some test functions that are actually integration tests.Michael Goddard2012-01-041-39/+0
* Add new implementation of QSound classMithra Pattison2011-12-306-2/+148
* SoundEffects System Tests addeddakovaci2011-12-071-8/+65
* Edited the Camera systemtestdakovaci2011-12-071-8/+2
* Remove unused QTRY_WAIT macros.Jason McDonald2011-12-062-29/+0