summaryrefslogtreecommitdiff
path: root/src/imports/multimedia/multimedia.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Update to latest qml CMake APIAlexandru Croitor2021-06-071-78/+0
* Move the remaining items from the QML plugin into multimediaquickLars Knoll2021-04-191-17/+4
* Convert the remaining QML APIs related to captureLars Knoll2021-04-191-30/+1
* New QML API for image capturingLars Knoll2021-04-191-4/+3
* Start using the new type registration scheme for QML typesLars Knoll2021-04-161-16/+5
* Add a couple of Q_PROPERTY macrosLars Knoll2021-04-161-0/+1
* Register the C++ based API under new names to be able to test itLars Knoll2021-04-161-0/+9
* Use QCameraFocus directly in QMLLars Knoll2021-04-161-2/+1
* Get rid of QDeclarativeCameraImageProcessingLars Knoll2021-04-161-2/+1
* Kill all versioned importsLars Knoll2021-04-161-67/+17
* Expose QMediaMetaData as a value type to QMLLars Knoll2021-04-161-3/+3
* Get rid of QDeclarativeAudioLars Knoll2021-04-161-10/+10
* Remove QAbstractVideoFilterLars Knoll2021-04-141-2/+0
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-061-2/+0
* Get rid of QMediaService for the capture interfaceLars Knoll2021-02-171-1/+2
* Get rid of QCameraViewFinderSettingsLars Knoll2021-01-291-3/+0
* Modernize code baseLars Knoll2021-01-211-1/+1
* Replace calls to removed qmlRegisterType overloadsMarcel Krems2020-08-311-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-1/+1
* Remove Radio supportVaL Doroshchuk2020-06-101-4/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+1
|\
| * Introduce MediaPlayer::videoOutput propertyVaL Doroshchuk2020-01-221-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-211-0/+5
|\ \ | |/
| * Expose video surfaces in rendering componentsVaL Doroshchuk2020-01-051-0/+5
* | Fix Qt6 buildAlexandru Croitor2019-08-071-2/+3
|/
* Add a revision of QML VideoOutput flushMode property to 5.13VaL Doroshchuk2019-02-251-0/+3
* Fix deprecation warningsv5.13.0-alpha1Friedemann Kleint2019-02-051-14/+14
* Automatically register the latest import versionKai Koehne2018-09-061-0/+3
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-271-8/+1
* add missing capability properties to CameraImageProcessingJochen Seemann2018-02-011-0/+2
* add property supportedExposureModes to CameraExposureJochen Seemann2018-02-011-0/+2
* add supportedFocusModes and supportedFocusPointModesJochen Seemann2018-02-011-0/+2
* Propagate customAudioRole into the QML classesJames McDonnell2017-10-231-0/+4
* Add missing override and remove redundant virtualAlexander Volkov2016-12-121-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-1/+4
|\
| * Register 5.8 version for the multimedia QML moduleYoann Lopes2016-09-151-0/+3
| * Improve robustness of QML plugin loadingv5.8.0-alpha1Simon Hausmann2016-08-261-1/+1
* | adding property CameraFlash::supportedModesJochen Seemann2016-09-091-0/+2
* | Add notifyInterval for MediaPlayer QML APIJoni Poikelin2016-09-071-0/+2
* | adding property CameraCapture::supportedResolutionsJochen Seemann2016-08-311-0/+4
|/
* Mark CameraImageProcessing's new brightness property with revision 2Alex Blasche2016-04-291-0/+2
* Add new QDeclarativePlayList 5.7 items with new QML revisionAlex Blasche2016-04-291-0/+3
* Updated license headersAntti Kokko2016-01-191-14/+20
* Enable using the module in a statically built applicationAndy Shaw2016-01-111-0/+8
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-3/+3
|\
| * Fixed revisions of camera-related meta objects.Marco Benelli2015-09-151-3/+3
* | Fix QML revisions registration for 5.6.Yoann Lopes2015-09-151-1/+2
* | Added new playlist QML type.Loïc Molinari2015-08-101-0/+6
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+7
|\
| * Make the QtMultimedia singleton type a QObject.Yoann Lopes2015-04-091-1/+7