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
1=== modified file 'ViewFinderOverlay.qml'
2--- ViewFinderOverlay.qml 2015-10-22 12:21:14 +0000
3+++ ViewFinderOverlay.qml 2015-11-24 13:13:57 +0000
4@@ -280,7 +280,7 @@
5 property bool isToggle: true
6 property int selectedIndex: bottomEdge.indexForValue(hdrOptionsModel, settings.hdrEnabled)
7 property bool available: camera.advanced.hasHdr
8- property bool visible: true
9+ property bool visible: camera.captureMode === Camera.CaptureStillImage
10 property bool showInIndicators: true
11
12 ListElement {
13@@ -582,7 +582,7 @@
14 id: shootingTimer
15 repeat: true
16 triggeredOnStart: true
17-
18+
19 property int remainingSecs: 0
20
21 onTriggered: {

Subscribers

People subscribed via source and target branches