summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Fixed QML video playback on MacDmytro Poplavskiy2012-06-295-0/+352
* Rename availabilityError to availability.Michael Goddard2012-06-299-41/+35
* Add default initialisation to various multimedia classesMithra Pattison2012-06-252-4/+11
* Add the QtBase/lib directory as a library path, not just frameworks.Michael Goddard2012-06-251-1/+1
* Fix a number of other qdoc issues.Michael Goddard2012-06-1513-215/+192
* Replace a writable position() property with a seek() method.Michael Goddard2012-06-142-23/+50
* Updating brief layout of QML typesAngus Cummings2012-06-1413-15/+15
* Remove the legacy QML API.Michael Goddard2012-06-0811-2189/+322
* A number of documentation fixes.Michael Goddard2012-06-073-6/+6
* Use QPointer instead of QWeakPointer to track QObjects.Stephen Kelly2012-06-071-3/+4
* Call the base QQuickItem geometryChanged function in our override.Michael Goddard2012-06-051-0/+2
* Fixing doc errors in MediaPlayer and CameraFlashAngus Cummings2012-06-012-77/+678
* Added missing QDeclarativeCamera::CaptureViewfinder enum valueDmytro Poplavskiy2012-05-182-0/+4
* QML VideoOutput: don't keep video frames for more than necessaryDmytro Poplavskiy2012-05-162-17/+31
* Expose camera status to QML Camera elementDmytro Poplavskiy2012-05-162-0/+75
* Minor doc fixes for QMLAngus Cummings2012-05-1614-135/+147
* Fixed QML Camera errors reportingDmytro Poplavskiy2012-05-142-8/+27
* Improved QDeclarativeCameraRecorder errors reportingDmytro Poplavskiy2012-05-142-6/+35
* Don't use QtDeclarative compat moduleKent Hansen2012-05-143-3/+3
* Support QVideoWindowControl in the QtQuick Video element.Thomas McGuire2012-05-038-252/+804
* Added QMediaRecorder::status propertyDmytro Poplavskiy2012-05-022-0/+50
* Fix compilation after qtbase:8f85b84f4eaa85ff5c02ec5e65fd6706a10690b9.Friedemann Kleint2012-04-243-4/+4
* Change Video and VideoOutput docs to mention ScreenSaverAngus Cummings2012-04-162-0/+26
* QDeclarativeVideoOutput: correctly disconnect _q_updateMediaObjectLev Zelenskiy2012-04-161-1/+1
* Use QtMultimedia 5.0 in the QML Video element doc.Thomas McGuire2012-04-131-1/+1
* Fix a number of doc errors and warnings.Michael Goddard2012-04-114-65/+92
* Updated a lot of minor fixes to the docs and removed warnings from qdocJonas Rabbe2012-04-0513-20/+30
* Add typeinfo for the declarative plugin for Qt MultimediaJonas Rabbe2012-04-043-1/+1366
* Moved video plugins around to prevent accidental unloadingJonas Rabbe2012-04-021-1/+1
* Don't delete video node factories owned by the plugin loader.Andrew den Exter2012-03-232-3/+10
* resolving some warnings in qtmultimedia docsAngus Cummings2012-03-222-10/+10
* Added VideoLight camera flash mode.Dmytro Poplavskiy2012-03-221-0/+1
* changing include from qdeclarativeinfo to qmlinfo in qdeclarativeaudio.cppThomas Senyk2012-03-211-1/+1
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-207-22/+9
* Fixed the qml Camera.imageCapture.imageExposed signal connectionDmytro Poplavskiy2012-03-201-1/+1
* Make QDeclarativeAudio use QMediaPlayer instead of the controls.Michael Goddard2012-03-168-302/+332
* Merge the QDeclarativeMediaBase and QDeclarativeAudio classes.Michael Goddard2012-03-165-767/+558
* Updated declarative components to use the QML moduleJonas Rabbe2012-03-1415-30/+32
* Made QRadioData bind to QRadioTuner to avoid using multiple servicesJonas Rabbe2012-03-124-27/+53
* QCamera capture documentation fixesDmytro Poplavskiy2012-03-121-0/+10
* Remove unimplemented BG playback feature.Michael Goddard2012-03-054-244/+0
* Expose availability from the backend to C++ and QML.Michael Goddard2012-03-0211-14/+246
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0213-253/+253
* Expose the audio and video encoding modes through QML as well.Michael Goddard2012-02-292-0/+93
* Docs: fix qml links and standalone build for MultimediaPeter Yard2012-02-2213-259/+273
* Add the hasAudio/hasVideo properties from MediaPlayer to Video.Michael Goddard2012-02-172-0/+16
* Add Video_4.qml to the packaging.Michael Goddard2012-02-171-1/+1
* Tweak some more documentation.Michael Goddard2012-02-147-143/+106
* Documentation updates for declarative camera elements.Michael Goddard2012-02-137-38/+358
* Added loading of video node factories from pluginsJonas Rabbe2012-02-089-204/+30