summaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
* 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-247-22/+22
* 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-0515-21/+38
* Added typeinfo for audio engineJonas Rabbe2012-04-042-1/+259
* 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-223-11/+11
* 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-208-24/+11
* 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-1424-61/+63
* 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-0221-267/+267
* 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
* Update audioengine overview doc & reference docLing Hu2012-02-218-89/+89
* 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
* Add some recent things to the overview docs.Michael Goddard2012-02-098-9/+27
* Added loading of video node factories from pluginsJonas Rabbe2012-02-089-204/+30
* API changes to QML element MediaPlayer aka AudioAngus Cummings2012-02-0813-203/+1971
* Updated declarative camera image processing with C++ API changesDmytro Poplavskiy2012-02-072-41/+42
* Updated declarative camera recorder with C++ API changes.Dmytro Poplavskiy2012-02-072-12/+46
* Expose capture request id in the declarative camera.Dmytro Poplavskiy2012-02-072-28/+34
* Moved QMediaServiceProvider to private header.Dmytro Poplavskiy2012-02-062-2/+2
* Documentation tweaks.Michael Goddard2012-02-061-0/+57
* Add AudioEngine with new implementationLing Hu2012-02-0629-1/+6140
* Removed QFlags from declarative camera properties.Dmytro Poplavskiy2012-02-064-18/+16
* Changed QCameraFocus::focusMode type to QFlags based FocusModesDmytro Poplavskiy2012-02-021-3/+3
* Added more encoding settings to declarative camera recorder.Dmytro Poplavskiy2012-02-012-1/+96
* Split QMediaRecorder::setEncodingSettings to separate setters.Dmytro Poplavskiy2012-02-012-13/+4
* Added antennaConnected property to QRadioTuner and radio qml elementJonas Rabbe2012-01-302-0/+15
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3039-39/+39
* Fix some surface assignment errors.Michael Goddard2012-01-271-2/+9
* Add a rendered and content rectangle properties to VideoOutput QML.Michael Goddard2012-01-272-22/+331