summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename QtMultimediaKit to QtMultimedia.Michael Goddard2011-10-07395-3095/+1400
* Add a new servicename for background mediaplayerLing Hu2011-09-301-0/+7
* Update background audio element to use new service nameLing Hu2011-09-303-4/+6
* Update audiooutput example with volume sliderhawcroft2011-09-282-0/+26
* Add QAudioOutput volume API and pulseaudio backend implementation.hawcroft2011-09-286-1/+93
* Fakeradio: emit signal when scanning abortedJonas Rabbe2011-09-271-1/+4
* Gst player backend: don't show the first frame when resuming playback.Dmytro Poplavskiy2011-09-274-3/+55
* Needs widgets module to build.hawcroft2011-09-271-1/+1
* Fix a few QT_BEGIN/END_HEADER pairs.Michael Goddard2011-09-274-2/+12
* Remove QApplication usage - it's in QCoreApplication.Michael Goddard2011-09-261-2/+1
* Move the backend specific documentation into a nicer place.Michael Goddard2011-09-2630-137/+164
* Fix a playback bug for mediaplayer windows media foundation backendLing Hu2011-09-263-5/+14
* Fixed directshow config testGareth Stockwell2011-09-261-0/+6
* Fixed a typo in the WMF backend which caused a compilation failureGareth Stockwell2011-09-261-2/+1
* fix a spelling errorLing Hu2011-09-261-1/+1
* Fix config.tests for directshow backend.Ling Hu2011-09-261-0/+1
* Fix the config.tests for WMF backend.Ling Hu2011-09-261-0/+4
* Merge branch 'camera' of ssh://codereview.qt-project.org:29418/qt/qtmultimedi...Michael Goddard2011-09-2616-963/+2322
|\
| * QML Camera element redesign.Dmytro Poplavskiy2011-09-1216-960/+2320
* | Move resource policy usage to a config test.Michael Goddard2011-09-266-9/+71
* | Clean some doc warnings.Michael Goddard2011-09-2213-73/+1
* | Add QT_BEGIN/END_HEADER things, plus QT_MODULE thing.Michael Goddard2011-09-22101-2/+672
* | Fix widget dependencies for multimediawidget tests and examples.Gunnar Sletta2011-09-2210-6/+11
* | Remove older QGLContext calls in favour of new QOpenGLContext.Michael Goddard2011-09-222-2/+5
* | Don't re-set default properties in MediaBase::componentCompleteLing Hu2011-09-201-3/+6
* | add QT+=widgets for tests to runGunnar Sletta2011-09-202-0/+2
* | Added basic radio system testsdakovaci2011-09-171-0/+130
* | Added basic camera system testsdakovaci2011-09-171-0/+181
* | added basic video system testsdakovaci2011-09-171-0/+269
* | Added basic audio system testsdakovaci2011-09-171-0/+295
* | Camerabin backend: fixed compilation without X11Dmytro Poplavskiy2011-09-171-0/+3
* | Compile with refactorGunnar Sletta2011-09-1784-81/+92
* | Build fix after refactorLasse Holmstedt2011-09-1313-14/+15
* | Split some of the autotests into widget and non widget parts.Michael Goddard2011-09-0930-146/+856
* | Silly defs file error.Michael Goddard2011-09-061-1/+1
* | Fix some compiler warnings.Michael Goddard2011-09-0512-15/+32
* | Clean up the autotest pro files to remove warnings about private headersMichael Goddard2011-09-0540-78/+40
* | Add background audio element.Ling Hu2011-09-026-5/+244
* | Mark a few tests as insignificant on QPA.Michael Goddard2011-09-023-5/+6
* | Add QMediaBackgroundPlaybackControl interfaceLing Hu2011-09-025-3/+233
* | Added tune up and down methods, and changed name of scan methods.Jonas Rabbe2011-09-013-18/+26
* | Merge branch 'radio' into 'master'Jonas Rabbe2011-08-3119-5/+1425
|\ \
| * | Added QML API for getting the limits for a specific radio band.Jonas Rabbe2011-08-303-8/+48
| * | Introduction of fake radio backend to enable testing the radio APIsJonas Rabbe2011-08-2610-4/+776
| * | Added first implementation of declarative radio elementJonas Rabbe2011-08-179-0/+609
* | | Merge branch 'camera' of git://scm.dev.nokia.troll.no/qt/qtmultimediakitMichael Goddard2011-08-3058-978/+2122
|\ \ \ | | |/ | |/|
| * | Fixed crash when QCameraImageCapture is deleted before QMediaRecorder.Dmytro Poplavskiy2011-08-263-0/+38
| * | Fixed crash when QMediaObject is deleted before QMediaRecorder.Dmytro Poplavskiy2011-08-263-1/+27
| * | Dropped Incandescent white balance mode.Dmytro Poplavskiy2011-08-254-15/+8
| * | Ported gstreamer camera backend from camerabin to camerabin2.Dmytro Poplavskiy2011-08-2421-796/+612