Merge lp:~kill-animals/ubuntu-clock-app/update-imports-to-qtquick-2.3 into lp:ubuntu-clock-app

Proposed by Kill Animals
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 110
Merged at revision: 110
Proposed branch: lp:~kill-animals/ubuntu-clock-app/update-imports-to-qtquick-2.3
Merge into: lp:ubuntu-clock-app
Diff against target: 187 lines (+24/-24)
9 files modified
app/components/Background.qml (+1/-1)
app/components/ClockCircle.qml (+1/-1)
app/upstreamcomponents/FastScroll.qml (+1/-1)
app/upstreamcomponents/ListItemWithActions.qml (+1/-1)
app/upstreamcomponents/ListItemWithActionsCheckBox.qml (+1/-1)
app/upstreamcomponents/MultipleSelectionListView.qml (+1/-1)
app/upstreamcomponents/MultipleSelectionVisualModel.qml (+1/-1)
app/upstreamcomponents/PageWithBottomEdge.qml (+1/-1)
po/com.ubuntu.clock.pot (+16/-16)
To merge this branch: bzr merge lp:~kill-animals/ubuntu-clock-app/update-imports-to-qtquick-2.3
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Nekhelesh Ramananthan Approve
Review via email: mp+235362@code.launchpad.net

Commit message

Updated library imports to qtquick-2.3

Description of the change

Updated library imports to qtquick-2.3

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

FAILED: Continuous integration, rev:110
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~akiva/ubuntu-clock-app/update-imports-to-qtquick-2.3/+merge/235362/+edit-commit-message

http://91.189.93.70:8080/job/ubuntu-clock-app-ci/481/
Executed test runs:
    SUCCESS: http://91.189.93.70:8080/job/generic-mediumtests-utopic-python3/410
        deb: http://91.189.93.70:8080/job/generic-mediumtests-utopic-python3/410/artifact/work/output/*zip*/output.zip
    SUCCESS: http://91.189.93.70:8080/job/ubuntu-clock-app-utopic-amd64-ci/128

Click here to trigger a rebuild:
http://91.189.93.70:8080/job/ubuntu-clock-app-ci/481/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

lgtm! Nice work Akiva!

review: Approve
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 'app/components/Background.qml'
2--- app/components/Background.qml 2014-07-17 12:21:45 +0000
3+++ app/components/Background.qml 2014-09-20 10:48:09 +0000
4@@ -16,7 +16,7 @@
5 * along with this program. If not, see <http://www.gnu.org/licenses/>.
6 */
7
8-import QtQuick 2.2
9+import QtQuick 2.3
10 import Ubuntu.Components 1.1
11
12 /*
13
14=== modified file 'app/components/ClockCircle.qml'
15--- app/components/ClockCircle.qml 2014-07-17 12:21:45 +0000
16+++ app/components/ClockCircle.qml 2014-09-20 10:48:09 +0000
17@@ -16,7 +16,7 @@
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21-import QtQuick 2.2
22+import QtQuick 2.3
23 import Ubuntu.Components 1.1
24 import QtGraphicalEffects 1.0
25
26
27=== modified file 'app/upstreamcomponents/FastScroll.qml'
28--- app/upstreamcomponents/FastScroll.qml 2014-08-13 15:56:06 +0000
29+++ app/upstreamcomponents/FastScroll.qml 2014-09-20 10:48:09 +0000
30@@ -40,7 +40,7 @@
31 ****************************************************************************/
32
33 // FastScroll.qml
34-import QtQuick 2.2
35+import QtQuick 2.3
36 import Ubuntu.Components 1.1
37 import "FastScroll.js" as Sections
38
39
40=== modified file 'app/upstreamcomponents/ListItemWithActions.qml'
41--- app/upstreamcomponents/ListItemWithActions.qml 2014-08-10 17:11:14 +0000
42+++ app/upstreamcomponents/ListItemWithActions.qml 2014-09-20 10:48:09 +0000
43@@ -14,7 +14,7 @@
44 * along with this program. If not, see <http://www.gnu.org/licenses/>.
45 */
46
47-import QtQuick 2.2
48+import QtQuick 2.3
49 import Ubuntu.Components 1.1
50
51 Item {
52
53=== modified file 'app/upstreamcomponents/ListItemWithActionsCheckBox.qml'
54--- app/upstreamcomponents/ListItemWithActionsCheckBox.qml 2014-08-06 21:07:37 +0000
55+++ app/upstreamcomponents/ListItemWithActionsCheckBox.qml 2014-09-20 10:48:09 +0000
56@@ -14,7 +14,7 @@
57 * along with this program. If not, see <http://www.gnu.org/licenses/>.
58 */
59
60-import QtQuick 2.2
61+import QtQuick 2.3
62 import Ubuntu.Components 1.1
63
64 CheckBox {
65
66=== modified file 'app/upstreamcomponents/MultipleSelectionListView.qml'
67--- app/upstreamcomponents/MultipleSelectionListView.qml 2014-08-08 14:19:45 +0000
68+++ app/upstreamcomponents/MultipleSelectionListView.qml 2014-09-20 10:48:09 +0000
69@@ -14,7 +14,7 @@
70 * along with this program. If not, see <http://www.gnu.org/licenses/>.
71 */
72
73-import QtQuick 2.2
74+import QtQuick 2.3
75 import Ubuntu.Components 1.1
76 import Ubuntu.Components.Popups 1.0 as Popups
77
78
79=== modified file 'app/upstreamcomponents/MultipleSelectionVisualModel.qml'
80--- app/upstreamcomponents/MultipleSelectionVisualModel.qml 2014-08-08 14:19:45 +0000
81+++ app/upstreamcomponents/MultipleSelectionVisualModel.qml 2014-09-20 10:48:09 +0000
82@@ -14,7 +14,7 @@
83 * along with this program. If not, see <http://www.gnu.org/licenses/>.
84 */
85
86-import QtQuick 2.2
87+import QtQuick 2.3
88
89 VisualDataModel {
90 id: contactVisualModel
91
92=== modified file 'app/upstreamcomponents/PageWithBottomEdge.qml'
93--- app/upstreamcomponents/PageWithBottomEdge.qml 2014-09-02 16:54:10 +0000
94+++ app/upstreamcomponents/PageWithBottomEdge.qml 2014-09-20 10:48:09 +0000
95@@ -62,7 +62,7 @@
96
97 */
98
99-import QtQuick 2.2
100+import QtQuick 2.3
101 import Ubuntu.Components 1.1
102
103 Page {
104
105=== modified file 'po/com.ubuntu.clock.pot'
106--- po/com.ubuntu.clock.pot 2014-09-18 06:16:08 +0000
107+++ po/com.ubuntu.clock.pot 2014-09-20 10:48:09 +0000
108@@ -8,7 +8,7 @@
109 msgstr ""
110 "Project-Id-Version: \n"
111 "Report-Msgid-Bugs-To: \n"
112-"POT-Creation-Date: 2014-09-18 08:09+0200\n"
113+"POT-Creation-Date: 2014-09-20 02:34-0700\n"
114 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
115 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
116 "Language-Team: LANGUAGE <LL@li.org>\n"
117@@ -37,7 +37,7 @@
118 msgid "Label"
119 msgstr ""
120
121-#: ../app/alarm/AlarmList.qml:81 ../app/alarm/AlarmPage.qml:80
122+#: ../app/alarm/AlarmList.qml:81 ../app/alarm/AlarmPage.qml:125
123 #: ../app/worldclock/UserWorldCityList.qml:103
124 msgid "Delete"
125 msgstr ""
126@@ -46,24 +46,28 @@
127 msgid "Alarms"
128 msgstr ""
129
130-#: ../app/alarm/AlarmPage.qml:44 ../app/alarm/EditAlarmPage.qml:47
131+#: ../app/alarm/AlarmPage.qml:45 ../app/alarm/EditAlarmPage.qml:47
132 #: ../app/alarm/EditAlarmPage.qml:174
133 msgid "Alarm"
134 msgstr ""
135
136-#: ../app/alarm/AlarmPage.qml:57
137-msgid "Cancel selection"
138-msgstr ""
139-
140-#: ../app/alarm/AlarmPage.qml:66 ../app/alarm/AlarmRepeat.qml:35
141+#: ../app/alarm/AlarmPage.qml:75 ../app/worldclock/WorldCityList.qml:66
142+msgid "Back"
143+msgstr ""
144+
145+#: ../app/alarm/AlarmPage.qml:93
146+msgid "Select None"
147+msgstr ""
148+
149+#: ../app/alarm/AlarmPage.qml:95 ../app/alarm/AlarmRepeat.qml:35
150 msgid "Select All"
151 msgstr ""
152
153-#: ../app/alarm/AlarmPage.qml:112
154+#: ../app/alarm/AlarmPage.qml:154
155 msgid "No saved alarms"
156 msgstr ""
157
158-#: ../app/alarm/AlarmPage.qml:113
159+#: ../app/alarm/AlarmPage.qml:155
160 msgid "Tap the + icon to add an alarm"
161 msgstr ""
162
163@@ -137,11 +141,11 @@
164 msgid "Delete alarm"
165 msgstr ""
166
167-#: ../app/worldclock/AddWorldCityButton.qml:36
168+#: ../app/worldclock/AddWorldCityButton.qml:30
169 msgid "Add"
170 msgstr ""
171
172-#: ../app/worldclock/AddWorldCityButton.qml:62
173+#: ../app/worldclock/AddWorldCityButton.qml:61
174 #: ../app/worldclock/WorldCityList.qml:52
175 msgid "City"
176 msgstr ""
177@@ -186,10 +190,6 @@
178 msgid "Select a city"
179 msgstr ""
180
181-#: ../app/worldclock/WorldCityList.qml:66
182-msgid "Back"
183-msgstr ""
184-
185 #: ../app/worldclock/WorldCityList.qml:78
186 msgid "Search..."
187 msgstr ""

Subscribers

People subscribed via source and target branches