Merge lp:~nik90/ubuntu-clock-app/improved-listitem-appearance into lp:ubuntu-clock-app

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 116
Merged at revision: 117
Proposed branch: lp:~nik90/ubuntu-clock-app/improved-listitem-appearance
Merge into: lp:ubuntu-clock-app
Diff against target: 81 lines (+15/-14)
3 files modified
app/alarm/AlarmSettingsPage.qml (+12/-4)
app/worldclock/WorldCityList.qml (+1/-10)
debian/changelog (+2/-0)
To merge this branch: bzr merge lp:~nik90/ubuntu-clock-app/improved-listitem-appearance
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Mihir Soni (community) Approve
Ubuntu Clock Developers Pending
Review via email: mp+235792@code.launchpad.net

Commit message

- Removed custom listitem header used in the world city page
- Adjusted the anchor margins in the alarm settings page after the recent sdk update

Description of the change

- Removed custom listitem header used in the world city page
- Adjusted the anchor margins in the alarm settings page after the recent sdk update

With the new margins it should look like https://imgur.com/a/V38Vf

To post a comment you must log in.
115. By Nekhelesh Ramananthan

Updated changelog

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
116. By Nekhelesh Ramananthan

merged trunk

Revision history for this message
Mihir Soni (mihirsoni) wrote :

Looks good to me !!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) 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 'app/alarm/AlarmSettingsPage.qml'
2--- app/alarm/AlarmSettingsPage.qml 2014-09-06 16:33:35 +0000
3+++ app/alarm/AlarmSettingsPage.qml 2014-09-24 12:35:17 +0000
4@@ -115,7 +115,6 @@
5 anchors {
6 left: parent.left
7 right: parent.right
8- margins: units.gu(-2)
9 }
10
11 collapseOnClick: true
12@@ -123,7 +122,12 @@
13
14 Column {
15 id: _contentColumn
16- width: parent.width
17+
18+ anchors {
19+ left: parent.left
20+ right: parent.right
21+ margins: units.gu(-2)
22+ }
23
24 Item {
25 width: parent.width
26@@ -178,7 +182,6 @@
27 anchors {
28 left: parent.left
29 right: parent.right
30- margins: units.gu(-2)
31 }
32
33 collapseOnClick: true
34@@ -186,7 +189,12 @@
35
36 Column {
37 id: _snoozeContentColumn
38- width: parent.width
39+
40+ anchors {
41+ left: parent.left
42+ right: parent.right
43+ margins: units.gu(-2)
44+ }
45
46 Item {
47 width: parent.width
48
49=== modified file 'app/worldclock/WorldCityList.qml'
50--- app/worldclock/WorldCityList.qml 2014-09-21 13:20:37 +0000
51+++ app/worldclock/WorldCityList.qml 2014-09-24 12:35:17 +0000
52@@ -242,16 +242,7 @@
53 section.labelPositioning: ViewSection.InlineLabels
54
55 section.delegate: ListItem.Header {
56- anchors.margins: units.gu(2)
57- Label {
58- /*
59- Ideally we wouldn't need this label inside a listitem header,
60- however the default header text is indented right 2 gu which
61- doesn't match design spec.
62- */
63- text: section
64- anchors.verticalCenter: parent.verticalCenter
65- }
66+ text: section
67 }
68
69 delegate: ListItem.Base {
70
71=== modified file 'debian/changelog'
72--- debian/changelog 2014-09-24 11:50:27 +0000
73+++ debian/changelog 2014-09-24 12:35:17 +0000
74@@ -33,6 +33,8 @@
75 * Added alarm snooze settings (LP: #1354400)
76 * Fixed default alarm label not being translatable (LP: #1365012)
77 * Improved multiselect mode behavior and appearance (LP: #1370146)
78+ * Removed custom listitem header used in the world city page and fixed listitem
79+ anchors in the alarm settings page.
80 * Enabled alarms automatically after updating it (LP: #1372090)
81 * Automatically focus textfield (LP: #1372089)
82

Subscribers

People subscribed via source and target branches