Merge lp:~uriboni/camera-app/video-disable-hdr into lp:camera-app

Proposed by Ugo Riboni
Status: Superseded
Proposed branch: lp:~uriboni/camera-app/video-disable-hdr
Merge into: lp:camera-app
Diff against target: 21 lines (+2/-2)
1 file modified
ViewFinderOverlay.qml (+2/-2)
To merge this branch: bzr merge lp:~uriboni/camera-app/video-disable-hdr
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Pending
Ubuntu Phablet Team Pending
Review via email: mp+278449@code.launchpad.net

Commit message

Hide the HDR setting while recording video as it does not apply to this mode

Description of the change

Hide the HDR setting while recording video as it does not apply to this mode

To post a comment you must log in.
Revision history for this message
Florian Boucault (fboucault) wrote :

works as advertised

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ViewFinderOverlay.qml'
--- ViewFinderOverlay.qml 2015-10-22 12:21:14 +0000
+++ ViewFinderOverlay.qml 2015-11-24 13:13:57 +0000
@@ -280,7 +280,7 @@
280 property bool isToggle: true280 property bool isToggle: true
281 property int selectedIndex: bottomEdge.indexForValue(hdrOptionsModel, settings.hdrEnabled)281 property int selectedIndex: bottomEdge.indexForValue(hdrOptionsModel, settings.hdrEnabled)
282 property bool available: camera.advanced.hasHdr282 property bool available: camera.advanced.hasHdr
283 property bool visible: true283 property bool visible: camera.captureMode === Camera.CaptureStillImage
284 property bool showInIndicators: true284 property bool showInIndicators: true
285285
286 ListElement {286 ListElement {
@@ -582,7 +582,7 @@
582 id: shootingTimer582 id: shootingTimer
583 repeat: true583 repeat: true
584 triggeredOnStart: true584 triggeredOnStart: true
585 585
586 property int remainingSecs: 0586 property int remainingSecs: 0
587587
588 onTriggered: {588 onTriggered: {

Subscribers

People subscribed via source and target branches