Merge lp:~pete-woods/camera-app/handle-quit-signal into lp:camera-app

Proposed by Pete Woods
Status: Merged
Merged at revision: 257
Proposed branch: lp:~pete-woods/camera-app/handle-quit-signal
Merge into: lp:camera-app
Diff against target: 45 lines (+7/-3)
2 files modified
camera-app.qml (+5/-1)
debian/control (+2/-2)
To merge this branch: bzr merge lp:~pete-woods/camera-app/handle-quit-signal
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Sebastien Bacher Approve
Dimitri John Ledkov Approve
Antti Kaijanmäki (community) Abstain
Review via email: mp+205546@code.launchpad.net

Commit message

Handle the HUD quit signal

This change is only necessary for apps that don't use the UITK MainView

Description of the change

> Are there any related MPs required for this MP to build/function as expected?
No

> Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)
Yes

> Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?
Obvs

> Did you successfully run all tests found in your component's Test Plan (https://wiki.ubuntu.com/Process/Merges/TestPlan/<package-name>) on device or emulator?
Yes

> If you changed the UI, was the change specified/approved by design?
No change

> If you changed the packaging (debian), did you subscribe a core-dev to this MP?
Subscribing.

Check List:
https://wiki.ubuntu.com/Process/Merges/Checklists/system-apps

Test Plan:
https://wiki.ubuntu.com/Process/Merges/TestPlan/camera-app

Silo:
<missing>

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Antti Kaijanmäki (kaijanmaki) wrote :

Checklist missing.

review: Needs Fixing
Revision history for this message
Pete Woods (pete-woods) wrote :

Adding seb128 to check my packaging changes.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
244. By Bill Filler

initial support for DESKTOP_MODE

245. By PS Jenkins bot

Releasing 2.9.1+14.04.20140213-0ubuntu1

246. By Bill Filler

skip integration test until it's reworked to be more reliable

247. By PS Jenkins bot

Releasing 2.9.1+14.04.20140214-0ubuntu1

Revision history for this message
Antti Kaijanmäki (kaijanmaki) wrote :

waiting for a silo to be linked.

review: Abstain
Revision history for this message
Antti Kaijanmäki (kaijanmaki) wrote :

The code itself looks good to me.

Revision history for this message
Antti Kaijanmäki (kaijanmaki) :
review: Abstain
248. By Launchpad Translations on behalf of phablet-team

Launchpad automatic translations update.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

claiming core-dev review. All is good.

review: Approve
Revision history for this message
Pete Woods (pete-woods) wrote :

Thanks, Dimitri :)

Revision history for this message
Sebastien Bacher (seb128) wrote :

(sorry, I somewhat didn't see the email about that one, just crossed it while looking at my +activereviews list)

review: Approve
249. By Bill Filler

click support

250. By PS Jenkins bot

Releasing 2.9.1+14.04.20140306-0ubuntu1

251. By Launchpad Translations on behalf of phablet-team

Launchpad automatic translations update.

Revision history for this message
Pete Woods (pete-woods) wrote :

No worries, I understand you guys get _lot_ of email!

252. By Launchpad Translations on behalf of phablet-team

Launchpad automatic translations update.

254. By Pete Woods

Update control file with new version constraints

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'camera-app.qml'
2--- camera-app.qml 2014-01-24 21:05:20 +0000
3+++ camera-app.qml 2014-03-12 10:12:06 +0000
4@@ -16,7 +16,7 @@
5
6 import QtQuick 2.0
7 import Ubuntu.Components 0.1
8-import Ubuntu.Unity.Action 1.0 as UnityActions
9+import Ubuntu.Unity.Action 1.1 as UnityActions
10 import QtMultimedia 5.0
11 import CameraApp 0.1
12 import QtQuick.Window 2.0
13@@ -57,6 +57,10 @@
14 keywords: i18n.tr("Lighting Condition;Day;Cloudy;Inside")
15 }
16 ]
17+
18+ onQuit: {
19+ Qt.quit()
20+ }
21 }
22
23 Component.onCompleted: {
24
25=== modified file 'debian/control'
26--- debian/control 2013-11-18 10:15:15 +0000
27+++ debian/control 2014-03-12 10:12:06 +0000
28@@ -14,7 +14,7 @@
29 qtdeclarative5-qtquick2-plugin,
30 qtdeclarative5-test-plugin,
31 qtdeclarative5-ubuntu-ui-toolkit-plugin,
32- qtdeclarative5-unity-action-plugin,
33+ qtdeclarative5-unity-action-plugin (>= 1.1.0),
34 qtdeclarative5-usermetrics0.1,
35 qtmultimedia5-dev,
36 libusermetricsinput1-dev,
37@@ -33,7 +33,7 @@
38 qtdeclarative5-qtmultimedia-plugin | libqt5declarative5-qtmultimedia-plugin,
39 qtdeclarative5-qtquick2-plugin,
40 qtdeclarative5-ubuntu-ui-toolkit-plugin,
41- qtdeclarative5-unity-action-plugin,
42+ qtdeclarative5-unity-action-plugin (>= 1.1.0),
43 qtdeclarative5-window-plugin,
44 qtdeclarative5-usermetrics0.1,
45 ${misc:Depends},

Subscribers

People subscribed via source and target branches