Merge lp:~nik90/ubuntu-clock-app/add-utc-city into lp:ubuntu-clock-app

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 80
Merged at revision: 80
Proposed branch: lp:~nik90/ubuntu-clock-app/add-utc-city
Merge into: lp:ubuntu-clock-app
Diff against target: 26 lines (+6/-0)
2 files modified
app/worldclock/world-city-list.xml (+5/-0)
debian/changelog (+1/-0)
To merge this branch: bzr merge lp:~nik90/ubuntu-clock-app/add-utc-city
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Riccardo Padovani Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+233385@code.launchpad.net

Commit message

Added UTC to the local city list.

Description of the change

Added UTC to the local city list.

To post a comment you must log in.
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
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Riccardo Padovani (rpadovani) wrote :

lgtm

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
80. By Nekhelesh Ramananthan

merged trunk

Revision history for this message
PS Jenkins bot (ps-jenkins) :
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/worldclock/world-city-list.xml'
2--- app/worldclock/world-city-list.xml 2014-07-22 14:50:43 +0000
3+++ app/worldclock/world-city-list.xml 2014-09-04 20:21:16 +0000
4@@ -1316,6 +1316,11 @@
5 <countryName>Mongolia</countryName>
6 </City>
7 <City>
8+ <cityName>UTC</cityName>
9+ <timezoneID>UTC</timezoneID>
10+ <countryName>UTC</countryName>
11+ </City>
12+ <City>
13 <cityName>Vancouver</cityName>
14 <timezoneID>America/Vancouver</timezoneID>
15 <countryName>Canada</countryName>
16
17=== modified file 'debian/changelog'
18--- debian/changelog 2014-09-04 19:58:32 +0000
19+++ debian/changelog 2014-09-04 20:21:16 +0000
20@@ -23,6 +23,7 @@
21 next alarm when enabling an alarm.
22 * Enabled one-time alarms in the UI (LP: #1358320)
23 * Fixed the transition animation to alarms to be more smoother (LP: #1362081)
24+ * Added utc as a city (LP: #1362763)
25 * Increase size of alarm volume listitem and simplified alarm duration list model.
26 * Added pressed visual state to the settings button (LP: #1364553)
27

Subscribers

People subscribed via source and target branches