Merge lp:~ahayzen/ubuntu-weather-app/transparent-legacy-listitems into lp:ubuntu-weather-app

Proposed by Andrew Hayzen
Status: Merged
Approved by: Victor Thompson
Approved revision: 130
Merged at revision: 131
Proposed branch: lp:~ahayzen/ubuntu-weather-app/transparent-legacy-listitems
Merge into: lp:ubuntu-weather-app
Diff against target: 116 lines (+16/-14)
4 files modified
app/components/PageWithBottomEdge.qml (+1/-1)
app/components/WeatherListItem.qml (+1/-0)
debian/changelog (+1/-0)
po/com.ubuntu.weather.pot (+13/-13)
To merge this branch: bzr merge lp:~ahayzen/ubuntu-weather-app/transparent-legacy-listitems
Reviewer Review Type Date Requested Status
Victor Thompson Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+272818@code.launchpad.net

Commit message

* Set PageWithBottomEdge.qml background colour to match
* Make the listitems transparent so that they don't appear white on the LocationsPage

Description of the change

* Set PageWithBottomEdge.qml background colour to match
* Make the listitems transparent so that they don't appear white on the LocationsPage

To post a comment you must log in.
130. By Andrew Hayzen

* Fix for typo

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Victor Thompson (vthompson) wrote :

The background color of the page with bottom edge doesn't seem to be the same color as the main app. Shouldn't we adjust that to be white as well?

review: Needs Information
Revision history for this message
Victor Thompson (vthompson) wrote :

The difference in color is rather hard to notice on the device, so let's stick with the update as proposed in this mp. LGTM!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app/components/PageWithBottomEdge.qml'
2--- app/components/PageWithBottomEdge.qml 2015-06-18 01:45:57 +0000
3+++ app/components/PageWithBottomEdge.qml 2015-09-29 16:20:24 +0000
4@@ -273,7 +273,7 @@
5 readonly property int pageStartY: 0
6
7 z: 1
8- color: Theme.palette.normal.background
9+ color: weatherApp.backgroundColor
10 clip: true
11 anchors {
12 left: parent.left
13
14=== modified file 'app/components/WeatherListItem.qml'
15--- app/components/WeatherListItem.qml 2015-06-21 15:02:05 +0000
16+++ app/components/WeatherListItem.qml 2015-09-29 16:20:24 +0000
17@@ -22,6 +22,7 @@
18
19 ListItemWithActions {
20 id: root
21+ color: "transparent"
22
23 property int listItemIndex: index
24 property bool multiselectable: false
25
26=== modified file 'debian/changelog'
27--- debian/changelog 2015-09-14 19:59:26 +0000
28+++ debian/changelog 2015-09-29 16:20:24 +0000
29@@ -47,6 +47,7 @@
30 * Fix for wind test failing and some selects not waiting for visible=True (LP: #1492321)
31 * Add LocationPane helper to the autopilot tests
32 * Various tidy ups to improve readability and code commentary of autopilot code
33+ * ListItem transparent and PageWithBottomEdge colour correct so that they don't appear white on the LocationsPage
34
35 [ Carla Sella ]
36 * Create autopilot test which shows the day delegate (LP: #1452491)
37
38=== modified file 'po/com.ubuntu.weather.pot'
39--- po/com.ubuntu.weather.pot 2015-08-28 21:54:22 +0000
40+++ po/com.ubuntu.weather.pot 2015-09-29 16:20:24 +0000
41@@ -8,7 +8,7 @@
42 msgstr ""
43 "Project-Id-Version: ubuntu-weather-app\n"
44 "Report-Msgid-Bugs-To: \n"
45-"POT-Creation-Date: 2015-08-28 16:51-0500\n"
46+"POT-Creation-Date: 2015-09-29 17:15+0100\n"
47 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
48 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
49 "Language-Team: LANGUAGE <LL@li.org>\n"
50@@ -18,31 +18,31 @@
51 "Content-Transfer-Encoding: 8bit\n"
52 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
53
54-#: ../app/components/DayDelegateExtraInfo.qml:45
55+#: ../app/components/DayDelegateExtraInfo.qml:51
56 msgid "Chance of rain"
57 msgstr ""
58
59-#: ../app/components/DayDelegateExtraInfo.qml:52
60+#: ../app/components/DayDelegateExtraInfo.qml:58
61 msgid "Winds"
62 msgstr ""
63
64-#: ../app/components/DayDelegateExtraInfo.qml:60
65+#: ../app/components/DayDelegateExtraInfo.qml:67
66 msgid "UV Index"
67 msgstr ""
68
69-#: ../app/components/DayDelegateExtraInfo.qml:66
70+#: ../app/components/DayDelegateExtraInfo.qml:73
71 msgid "Pollen"
72 msgstr ""
73
74-#: ../app/components/DayDelegateExtraInfo.qml:73
75+#: ../app/components/DayDelegateExtraInfo.qml:80
76 msgid "Humidity"
77 msgstr ""
78
79-#: ../app/components/DayDelegateExtraInfo.qml:80
80+#: ../app/components/DayDelegateExtraInfo.qml:87
81 msgid "Sunrise"
82 msgstr ""
83
84-#: ../app/components/DayDelegateExtraInfo.qml:87
85+#: ../app/components/DayDelegateExtraInfo.qml:94
86 msgid "Sunset"
87 msgstr ""
88
89@@ -110,23 +110,23 @@
90 msgid "Search city"
91 msgstr ""
92
93-#: ../app/ui/AddLocationPage.qml:295
94+#: ../app/ui/AddLocationPage.qml:297
95 msgid "No city found"
96 msgstr ""
97
98-#: ../app/ui/AddLocationPage.qml:308
99+#: ../app/ui/AddLocationPage.qml:310
100 msgid "Couldn't load weather data, please try later again!"
101 msgstr ""
102
103-#: ../app/ui/AddLocationPage.qml:318
104+#: ../app/ui/AddLocationPage.qml:320
105 msgid "Location already added."
106 msgstr ""
107
108-#: ../app/ui/AddLocationPage.qml:321
109+#: ../app/ui/AddLocationPage.qml:323
110 msgid "OK"
111 msgstr ""
112
113-#: ../app/ui/HomePage.qml:31 ../app/ui/LocationsPage.qml:31
114+#: ../app/ui/HomePage.qml:31 ../app/ui/LocationsPage.qml:29
115 msgid "Locations"
116 msgstr ""
117

Subscribers

People subscribed via source and target branches

to all changes: