summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/qdeclarativecamera.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert the remaining QML APIs related to captureLars Knoll2021-04-191-632/+0
* New QML API for image capturingLars Knoll2021-04-191-3/+1
* Use QCameraFocus directly in QMLLars Knoll2021-04-161-42/+2
* Get rid of QDeclarativeCameraImageProcessingLars Knoll2021-04-161-3/+0
* Expose QMediaMetaData as a value type to QMLLars Knoll2021-04-161-53/+0
* Make QMediaCaptureSession the new central class for media capturingLars Knoll2021-03-161-2/+2
* Simplify state handling in QCamera and QMediaRecorderLars Knoll2021-03-161-80/+18
* Simplify API for flash and torch handlingLars Knoll2021-03-161-1/+1
* Remove unused enum valueLars Knoll2021-03-151-4/+0
* Get rid of QVideoRendererControlLars Knoll2021-03-021-1/+1
* Rename QMediaPlayerControl to QPlatformMediaPlayerLars Knoll2021-03-021-1/+1
* Get rid of QMediaService for the capture interfaceLars Knoll2021-02-171-0/+2
* Remove QMediaSource inheritance from QCameraLars Knoll2021-02-171-17/+5
* Get rid of QCamera::CaptureModeLars Knoll2021-02-171-29/+2
* Rework the metadata handlingLars Knoll2021-02-121-1/+0
* Remove camera locking APILars Knoll2021-02-121-71/+0
* Clean up zooming APILars Knoll2021-02-091-55/+16
* Get rid of QCameraViewFinderSettingsLars Knoll2021-01-291-60/+35
* Cleanup QCameraInfoLars Knoll2021-01-291-9/+2
* Get rid of QVideoDeviceSelectorControlLars Knoll2021-01-291-26/+10
* Remove the static methods from QCameraInfoLars Knoll2021-01-221-7/+12
* Add a QMediaDeviceInfo class to enumerate input/output devicesLars Knoll2021-01-221-6/+7
* Clean up QCamera error enumLars Knoll2021-01-221-6/+0
* Rename QMediaObject to QMediaSourceLars Knoll2021-01-221-3/+3
* Modernize code baseLars Knoll2021-01-211-2/+2
* Get rid of the unused resource policy and availability controlLars Knoll2021-01-201-7/+0
* Remove QT_DEPRECATED APIVaL Doroshchuk2020-06-041-1/+0
* Deprecate Camera::error() signal in favor of errorOccurred()v5.15.0-beta2Alexander Akulich2020-03-101-2/+11
* QCamera: Deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-03-031-2/+2
* Doc: Fix QCamera and Camera docsLeena Miettinen2020-01-171-154/+105
* Doc: Explain that the camera consumes power in Camera.LoadedStateLeena Miettinen2020-01-171-28/+22
* Create QML camera.viewfinder eagerlyRatchanan Srirattanamet2019-10-081-4/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-151-1/+1
|\
| * Doc: Use correct property name for videoRecorderPaul Wicking2019-06-041-1/+1
* | Doc: Fix multiple documentation issuesv5.13.0-beta3Topi Reinio2019-04-161-6/+6
* | Return default camera with not empty nameVal Doroshchuk2019-01-281-2/+2
|/
* Updated license headersAntti Kokko2016-01-191-14/+20
* imports: replace foreach with range-based forAnton Kudryavtsev2016-01-151-4/+4
* Fix QML Camera::supportedViewfinderFrameRateRanges().Yoann Lopes2015-08-251-2/+7
* Doc: Corrected a typo.Venugopal Shivashankar2015-08-111-1/+1
* Fix documentation for QML metaData property.Yoann Lopes2015-08-111-95/+21
* Doc: update qml module version to 5.5.Yoann Lopes2015-08-111-4/+0
* Improve documentation for mediaObject property.Yoann Lopes2015-08-111-1/+10
* Define QCamera::FrameRateRange as a struct.Yoann Lopes2015-06-111-2/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-131-1/+1
|\
| * Fix some typosSergio Ahumada2015-02-111-1/+1
* | Update copyright headersAntti Kokko2015-02-121-7/+7
* | New camera viewfinder settings API.Yoann Lopes2015-01-131-9/+96
|/
* Update license headers and add new license filesAntti Kokko2014-08-241-18/+10
* New camera selection API in QML.Yoann Lopes2014-07-171-26/+220