summaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-291-1/+1
|\
| * Fix case of header file includes for building with mingw-w645.14Marius Kittler2020-04-261-1/+1
* | WinRT: Remove usage of deprecated QMediaResourceVaL Doroshchuk2019-11-261-4/+5
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-151-1/+1
|\
| * WinRT: Ignore media in MediaPlayer only if stream is not changed tooVal Doroshchuk2019-10-081-1/+1
* | Remove usages of deprecated APIsSona Kurazyan2019-08-081-11/+6
* | Deprecate canonicalUrl and canonicalRequest in QMediaContentVaL Doroshchuk2019-05-131-1/+1
|/
* winrt: Use highest supported resolution for camera preview/image captureOliver Wolff2019-03-282-7/+18
* winrt: Fix clang warningsOliver Wolff2018-09-0620-92/+90
* winrt: Obtain new camera sample format and size on camera changeOliver Wolff2018-06-223-0/+11
* WinRT: Add ref to prevent seg faultVal Doroshchuk2018-05-041-0/+1
* WinRT: Keep camera as uninitialized when errorVal Doroshchuk2018-05-031-1/+1
* winrt: Fix rotation of camera imageOliver Wolff2018-04-252-24/+32
* winrt: Do not use CoTaskMemFree as image cleanup functionOliver Wolff2018-04-241-1/+7
* WinRT: Fix white screen for camera outputVal Doroshchuk2018-04-241-7/+12
* WinRT: Read data in callback to prevent deadlockVal Doroshchuk2018-04-232-9/+1
* Replace deprecated qSort() by std::sort()Friedemann Kleint2018-02-281-3/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-194-152/+178
|\
| * Ask for camera permissionsOliver Wolff2017-09-262-119/+163
| * winrt: Use QMutex instead of criticalSectionsOliver Wolff2017-09-253-33/+15
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-275-12/+12
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2217-114/+114
|/
* winrt: Fix video playback without autoplay enabledMaurice Kalinowski2017-03-211-1/+5
* Merge remote-tracking branch 'origin/5.8' into devYoann Lopes2017-01-262-2/+11
|\
| * winrt: Fix pause/play for videosMaurice Kalinowski2017-01-031-1/+9
| * winrt: Fix video playbackMaurice Kalinowski2017-01-031-1/+2
* | winrt: Fixed emission of readyForCaptureChangedOliver Wolff2016-11-072-10/+17
* | Fixed winrt/windows phone buildOliver Wolff2016-11-072-1/+10
|/
* winrt: Fix crash when locking/unlocking focusMaurice Kalinowski2016-10-111-39/+59
* winrt: Add QCameraFlashControlMaurice Kalinowski2016-09-196-0/+286
* winrt: Make focus actions synchronousMaurice Kalinowski2016-09-192-92/+75
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1730-373/+469
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-13/+19
| |\
| | * WinRT: emit mediaStatus changes before state changesYoann Lopes2016-08-121-13/+19
| * | Replaced old license headers with new and correct onesJani Heikkinen2016-08-1230-360/+450
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-021-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Yoann Lopes2016-08-011-1/+2
| |\|
| | * winrt: Do not assert when missing region of interestMaurice Kalinowski2016-07-041-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-212-46/+70
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-302-40/+61
| |\|
| | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-091-6/+9
| | |\
| | * | winrt: Fix synchronization problems to render threadMaurice Kalinowski2016-06-081-1/+1
| | * | winrt: Add logging to QWinRTAbstractVideoRendererControlMaurice Kalinowski2016-06-081-0/+9
| | * | winrt: focus action has to happen in the xaml threadMaurice Kalinowski2016-05-311-39/+51
| * | | Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-06-011-6/+9
| |\ \ \ | | | |/ | | |/|
| | * | winrt: Fix potential crash when querying for resolutionsv5.6.1-1v5.6.1Maurice Kalinowski2016-05-311-6/+9
| | |/
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-10/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-10/+25
| |\|
| | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-121-1/+1
| | |\
| | | * winrt: Only set focus if supportedMaurice Kalinowski2016-05-101-1/+1