Merge lp:~sil2100/webapps-demo/rename_libhud-qt_and_hud1 into lp:webapps-demo

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 21
Merged at revision: 21
Proposed branch: lp:~sil2100/webapps-demo/rename_libhud-qt_and_hud1
Merge into: lp:webapps-demo
Diff against target: 61 lines (+7/-5)
4 files modified
debian/control (+1/-1)
demo-mock-apps/MockAppTemplate.qml (+4/-2)
demo-mock-apps/music.qml (+1/-1)
demo-mock-apps/ski-safari.qml (+1/-1)
To merge this branch: bzr merge lp:~sil2100/webapps-demo/rename_libhud-qt_and_hud1
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ken VanDine Approve
Review via email: mp+160714@code.launchpad.net

Commit message

libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. Also, switch code to use HUD 1.0

Description of the change

- Problem:

libhud-qt got renamed to libhud-qt1 and libhud-qt-qml to qtdeclarative5-hud1.0. Deps need to be modified.
Also, we now have HUD 1.0 in QML.

- Fix:

Rename libhud-qt-qml. Fix to use HUD 1.0 in QML.

- Tests:

N/A

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) :
review: Approve
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 'debian/control'
2--- debian/control 2013-03-08 15:44:09 +0000
3+++ debian/control 2013-04-24 17:18:26 +0000
4@@ -12,6 +12,6 @@
5 Depends: ${shlibs:Depends},
6 ${misc:Depends},
7 webbrowser-app,
8- libhud-qt-qml,
9+ qtdeclarative5-hud1.0,
10 Description: WebApps assets for demo
11 Facebook and Twitter assets for standalone launcher
12
13=== modified file 'demo-mock-apps/MockAppTemplate.qml'
14--- demo-mock-apps/MockAppTemplate.qml 2013-02-16 20:24:25 +0000
15+++ demo-mock-apps/MockAppTemplate.qml 2013-04-24 17:18:26 +0000
16@@ -15,7 +15,7 @@
17 */
18
19 import QtQuick 2.0
20-import Ubuntu.HUD 0.1
21+import Ubuntu.HUD 1.0
22
23 Rectangle {
24 id: root
25@@ -55,7 +55,9 @@
26 HUD {
27 applicationIdentifier: root.applicationIdentifier
28 Context {
29- toolbar.quitAction.onTriggered: Qt.quit()
30+ HUD.QuitAction {
31+ onTriggered: Qt.quit()
32+ }
33 actions: hudActions
34 }
35 }
36
37=== modified file 'demo-mock-apps/music.qml'
38--- demo-mock-apps/music.qml 2013-02-19 17:49:58 +0000
39+++ demo-mock-apps/music.qml 2013-04-24 17:18:26 +0000
40@@ -15,7 +15,7 @@
41 */
42
43 import QtQuick 2.0
44-import Ubuntu.HUD 0.1 as HUD
45+import Ubuntu.HUD 1.0 as HUD
46
47 MockAppTemplate {
48 applicationIdentifier: "music-player-mockapp" // this must match the .desktop file!
49
50=== modified file 'demo-mock-apps/ski-safari.qml'
51--- demo-mock-apps/ski-safari.qml 2013-02-16 20:24:25 +0000
52+++ demo-mock-apps/ski-safari.qml 2013-04-24 17:18:26 +0000
53@@ -15,7 +15,7 @@
54 */
55
56 import QtQuick 2.0
57-import Ubuntu.HUD 0.1 as HUD
58+import Ubuntu.HUD 1.0 as HUD
59
60 MockAppTemplate {
61 applicationIdentifier: "ski-safari-mockapp" // this must match the .desktop file!

Subscribers

People subscribed via source and target branches