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
=== modified file 'app/worldclock/world-city-list.xml'
--- app/worldclock/world-city-list.xml 2014-07-22 14:50:43 +0000
+++ app/worldclock/world-city-list.xml 2014-09-04 20:21:16 +0000
@@ -1316,6 +1316,11 @@
1316 <countryName>Mongolia</countryName>1316 <countryName>Mongolia</countryName>
1317 </City>1317 </City>
1318 <City>1318 <City>
1319 <cityName>UTC</cityName>
1320 <timezoneID>UTC</timezoneID>
1321 <countryName>UTC</countryName>
1322 </City>
1323 <City>
1319 <cityName>Vancouver</cityName>1324 <cityName>Vancouver</cityName>
1320 <timezoneID>America/Vancouver</timezoneID>1325 <timezoneID>America/Vancouver</timezoneID>
1321 <countryName>Canada</countryName>1326 <countryName>Canada</countryName>
13221327
=== modified file 'debian/changelog'
--- debian/changelog 2014-09-04 19:58:32 +0000
+++ debian/changelog 2014-09-04 20:21:16 +0000
@@ -23,6 +23,7 @@
23 next alarm when enabling an alarm.23 next alarm when enabling an alarm.
24 * Enabled one-time alarms in the UI (LP: #1358320)24 * Enabled one-time alarms in the UI (LP: #1358320)
25 * Fixed the transition animation to alarms to be more smoother (LP: #1362081)25 * Fixed the transition animation to alarms to be more smoother (LP: #1362081)
26 * Added utc as a city (LP: #1362763)
26 * Increase size of alarm volume listitem and simplified alarm duration list model.27 * Increase size of alarm volume listitem and simplified alarm duration list model.
27 * Added pressed visual state to the settings button (LP: #1364553)28 * Added pressed visual state to the settings button (LP: #1364553)
2829

Subscribers

People subscribed via source and target branches