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
=== modified file 'debian/control'
--- debian/control 2013-03-08 15:44:09 +0000
+++ debian/control 2013-04-24 17:18:26 +0000
@@ -12,6 +12,6 @@
12Depends: ${shlibs:Depends},12Depends: ${shlibs:Depends},
13 ${misc:Depends},13 ${misc:Depends},
14 webbrowser-app,14 webbrowser-app,
15 libhud-qt-qml,15 qtdeclarative5-hud1.0,
16Description: WebApps assets for demo16Description: WebApps assets for demo
17 Facebook and Twitter assets for standalone launcher17 Facebook and Twitter assets for standalone launcher
1818
=== modified file 'demo-mock-apps/MockAppTemplate.qml'
--- demo-mock-apps/MockAppTemplate.qml 2013-02-16 20:24:25 +0000
+++ demo-mock-apps/MockAppTemplate.qml 2013-04-24 17:18:26 +0000
@@ -15,7 +15,7 @@
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.0
18import Ubuntu.HUD 0.118import Ubuntu.HUD 1.0
1919
20Rectangle {20Rectangle {
21 id: root21 id: root
@@ -55,7 +55,9 @@
55 HUD {55 HUD {
56 applicationIdentifier: root.applicationIdentifier56 applicationIdentifier: root.applicationIdentifier
57 Context {57 Context {
58 toolbar.quitAction.onTriggered: Qt.quit()58 HUD.QuitAction {
59 onTriggered: Qt.quit()
60 }
59 actions: hudActions61 actions: hudActions
60 }62 }
61 }63 }
6264
=== modified file 'demo-mock-apps/music.qml'
--- demo-mock-apps/music.qml 2013-02-19 17:49:58 +0000
+++ demo-mock-apps/music.qml 2013-04-24 17:18:26 +0000
@@ -15,7 +15,7 @@
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.0
18import Ubuntu.HUD 0.1 as HUD18import Ubuntu.HUD 1.0 as HUD
1919
20MockAppTemplate {20MockAppTemplate {
21 applicationIdentifier: "music-player-mockapp" // this must match the .desktop file!21 applicationIdentifier: "music-player-mockapp" // this must match the .desktop file!
2222
=== modified file 'demo-mock-apps/ski-safari.qml'
--- demo-mock-apps/ski-safari.qml 2013-02-16 20:24:25 +0000
+++ demo-mock-apps/ski-safari.qml 2013-04-24 17:18:26 +0000
@@ -15,7 +15,7 @@
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.0
18import Ubuntu.HUD 0.1 as HUD18import Ubuntu.HUD 1.0 as HUD
1919
20MockAppTemplate {20MockAppTemplate {
21 applicationIdentifier: "ski-safari-mockapp" // this must match the .desktop file!21 applicationIdentifier: "ski-safari-mockapp" // this must match the .desktop file!

Subscribers

People subscribed via source and target branches