Merge lp:~mterry/mediaplayer-app/hud1 into lp:mediaplayer-app

Proposed by Michael Terry
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 71
Merged at revision: 75
Proposed branch: lp:~mterry/mediaplayer-app/hud1
Merge into: lp:mediaplayer-app
Diff against target: 24 lines (+5/-2)
1 file modified
src/qml/player.qml (+5/-2)
To merge this branch: bzr merge lp:~mterry/mediaplayer-app/hud1
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Sergio Schvezov Approve
Review via email: mp+158474@code.launchpad.net

Commit message

Port to HUD 1.0.

Description of the change

Port to HUD 1.0.

The daily-release PPA has HUD 1.0, while the phablet-team PPA only has HUD 0.1.

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
Sergio Schvezov (sergiusens) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/player.qml'
2--- src/qml/player.qml 2013-04-01 20:24:16 +0000
3+++ src/qml/player.qml 2013-04-11 20:17:21 +0000
4@@ -22,7 +22,7 @@
5 import QtQuick 2.0
6 import QtQuick.Window 2.0
7 import QtMultimedia 5.0
8-import Ubuntu.HUD 0.1 as HUD
9+import Ubuntu.HUD 1.0 as HUD
10
11 Rectangle {
12 id: mediaPlayer
13@@ -145,7 +145,10 @@
14 HUD.HUD {
15 applicationIdentifier: "media-player" // this must match the .desktop file!
16 HUD.Context {
17- toolbar.quitAction.onTriggered: Qt.quit()
18+ HUD.QuitAction {
19+ onTriggered: Qt.quit()
20+ }
21+
22 HUD.Action {
23 label: "Play / Pause"
24 keywords: "Pause or Resume Playhead"

Subscribers

People subscribed via source and target branches