Merge lp:~bzoltan/ubuntu-calculator-app/namig-fix into lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk

Proposed by Zoltan Balogh
Status: Merged
Approved by: Dalius
Approved revision: 34
Merged at revision: 33
Proposed branch: lp:~bzoltan/ubuntu-calculator-app/namig-fix
Merge into: lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk
Diff against target: 32 lines (+3/-2)
3 files modified
ubuntu-calculator-app (+1/-1)
ubuntu-calculator-app.qml (+1/-0)
ubuntu-calculator-app.qmlproject (+1/-1)
To merge this branch: bzr merge lp:~bzoltan/ubuntu-calculator-app/namig-fix
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Review via email: mp+153751@code.launchpad.net

Commit message

File name scheme fixed to make the app launch-able from the QtCreator. Additionally the property for application name is set to hook up the app with the HUD on the phablet.

Description of the change

File name scheme fixed to make the app launch-able from the QtCreator. Additionally the property for application name is set to hook up the app with the HUD on the phablet.

To post a comment you must log in.
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) :
review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~bzoltan/ubuntu-calculator-app/namig-fix/+merge/153751/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-calculator-app'
2--- ubuntu-calculator-app 2013-02-12 16:27:14 +0000
3+++ ubuntu-calculator-app 2013-03-18 11:01:19 +0000
4@@ -1,2 +1,2 @@
5 #!/bin/bash
6-qmlscene /usr/share/ubuntu-calculator-app/calculator.qml
7+qmlscene /usr/share/ubuntu-calculator-app/ubuntu-calculator-app.qml
8
9=== renamed file 'calculator.qml' => 'ubuntu-calculator-app.qml'
10--- calculator.qml 2013-03-16 08:17:59 +0000
11+++ ubuntu-calculator-app.qml 2013-03-18 11:01:19 +0000
12@@ -13,6 +13,7 @@
13 id: mainView
14 // objectName for functional testing purposes (autopilot-qt5)
15 objectName: "calculator"
16+ applicationName: "ubuntu-calculator-app"
17
18 width: units.gu(50)
19 height: units.gu(75)
20
21=== renamed file 'calculator.qmlproject' => 'ubuntu-calculator-app.qmlproject'
22--- calculator.qmlproject 2013-02-13 15:36:48 +0000
23+++ ubuntu-calculator-app.qmlproject 2013-03-18 11:01:19 +0000
24@@ -3,7 +3,7 @@
25 import QmlProject 1.1
26
27 Project {
28- mainFile: "calculator.qml"
29+ mainFile: "ubuntu-calculator-app.qml"
30
31 /* Include .qml, .js, and image files from current directory and subdirectories */
32 QmlFiles {

Subscribers

People subscribed via source and target branches