[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-07-27 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1566295

Title:
  When displaying the selected timezone, we should show the city the
  user picked

Status in Canonical System Image:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Currently, if I search timezones for Boston, and select Boston in the
  results, the Time & Date page will display "New York" as the timezone.
  Which is not super user friendly.

  On the desktop, we save the city name the user picks alongside the ISO
  timezone name.  Specifically, it's stored in gsettings:
  "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
  stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by
  one space, followed by the user visible name for that timezone.

  Indicator-datetime and unity-control-center already support that key.
  We should too (I guess we should set it in addition to calling
  org.freedesktop.timedate1.SetTimezone).  It might mean extending the
  time-date plugin's SetTimezone call to take two arguments -- the
  timezone and the name.

  This change should be coordinated with unity8, which also sets the
  timezone on the first device boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1566295/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-06-01 Thread Pat McGowan
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
Milestone: None => 12

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1566295

Title:
  When displaying the selected timezone, we should show the city the
  user picked

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Currently, if I search timezones for Boston, and select Boston in the
  results, the Time & Date page will display "New York" as the timezone.
  Which is not super user friendly.

  On the desktop, we save the city name the user picks alongside the ISO
  timezone name.  Specifically, it's stored in gsettings:
  "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
  stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by
  one space, followed by the user visible name for that timezone.

  Indicator-datetime and unity-control-center already support that key.
  We should too (I guess we should set it in addition to calling
  org.freedesktop.timedate1.SetTimezone).  It might mean extending the
  time-date plugin's SetTimezone call to take two arguments -- the
  timezone and the name.

  This change should be coordinated with unity8, which also sets the
  timezone on the first device boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1566295/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-06-01 Thread Michał Sawicz
** Changed in: ubuntu-system-settings (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1566295

Title:
  When displaying the selected timezone, we should show the city the
  user picked

Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Currently, if I search timezones for Boston, and select Boston in the
  results, the Time & Date page will display "New York" as the timezone.
  Which is not super user friendly.

  On the desktop, we save the city name the user picks alongside the ISO
  timezone name.  Specifically, it's stored in gsettings:
  "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
  stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by
  one space, followed by the user visible name for that timezone.

  Indicator-datetime and unity-control-center already support that key.
  We should too (I guess we should set it in addition to calling
  org.freedesktop.timedate1.SetTimezone).  It might mean extending the
  time-date plugin's SetTimezone call to take two arguments -- the
  timezone and the name.

  This change should be coordinated with unity8, which also sets the
  timezone on the first device boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1566295/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-06-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.12+16.10.20160527-0ubuntu1

---
unity8 (8.12+16.10.20160527-0ubuntu1) yakkety; urgency=medium

  [ Albert Astals Cid ]
  * Activate on click for SimpleMessages (LP: #1421696)
  * Add override
  * Change the art back to the cardData value if it changes from broken
to valid image (LP: #1533577)
  * Concierge mode generated code optimization
  * Don't use context properties but properties of the delegates
  * Listen to contentItem::widthChanged instead of
Flickable::contentWidthChanged (LP: #1565763)
  * Make some AP code faster
  * Make tests a bit more stable
  * Make unity8 and unity8-dash handle termination signals
  * Remove  workaround not needed anymore (LP: #1475643)
  * Resolve cardArtStyle on compile time
  * Set the theme earlier (LP: #1574048)

  [ Albert Astals Cid, Daniel d'Andrada ]
  * Remove DirectionalDragArea and libs/UbuntuGestures and port to SDK
equivalents

  [ Andrea Cimitan ]
  * Hide the preview review input field when a rating is required (LP:
#1541971)

  [ CI Train Bot ]
  * Resync trunk.

  [ Daniel d'Andrada ]
  * Fix DragHandle so it works in all directions
  * Support animated cursors
  * WindowInputMonitor - also map Qt::Key_HomePage to our home key
  * plugins/Cursor: properly register to the screen's QPlatformCursor
when screen changes (LP: #1579742)

  [ Josh Arenson ]
  * Close the PageHeaderExtraPanel when a filter option is selected (LP:
#1569498)
  * Wrap primaryFilter in a flickable to make it behave nicely. (LP:
#1569492)

  [ Lukáš Tinkl ]
  * First snap decision should always be expanded, unless user decides
otherwise (LP: #1580090, #1575045)
  * Fullscreen notification bug fixes (LP: #1583944, #1581498, #1422711)
  * Implement maximizing windows horizontally/vertically
  * Lock the session when putting the laptop into sleep (LP: #1581063)

  [ Lukáš Tinkl, Michael Terry ]
  * With a maximized window, "dragging" the panel down should restore it

  [ Michael Terry ]
  * Change some dash button colors from orange to green. (LP: #1581047)
  * Use PageHeader instead Ambiance's PageHeadStyle
  * Use new setTimeZone method to set user-friendly timezone name in the
wizard. (LP: #1566295)

  [ Michael Zanetti ]
  * Remove the background dimming when the launcher is revealed by a
drag (LP: #1575137)
  * reenable or drop disabled tests

 -- Michael Terry   Fri, 27 May 2016
13:54:44 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

** Branch linked: lp:~ci-train-bot/unity8/unity8-ubuntu-yakkety-
landing-025

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1566295

Title:
  When displaying the selected timezone, we should show the city the
  user picked

Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Currently, if I search timezones for Boston, and select Boston in the
  results, the Time & Date page will display "New York" as the timezone.
  Which is not super user friendly.

  On the desktop, we save the city name the user picks alongside the ISO
  timezone name.  Specifically, it's stored in gsettings:
  "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
  stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by
  one space, followed by the user visible name for that timezone.

  Indicator-datetime and unity-control-center already support that key.
  We should too (I guess we should set it in addition to calling
  org.freedesktop.timedate1.SetTimezone).  It might mean extending the
  time-date plugin's SetTimezone call to take two arguments -- the
  timezone and the name.

  This change should be coordinated with unity8, which also sets the
  timezone on the first device boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1566295/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-04-13 Thread Lukáš Tinkl
** Changed in: unity8 (Ubuntu)
   Status: New => In Progress

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Michael Terry (mterry)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1566295

Title:
  When displaying the selected timezone, we should show the city the
  user picked

Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Currently, if I search timezones for Boston, and select Boston in the
  results, the Time & Date page will display "New York" as the timezone.
  Which is not super user friendly.

  On the desktop, we save the city name the user picks alongside the ISO
  timezone name.  Specifically, it's stored in gsettings:
  "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
  stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by
  one space, followed by the user visible name for that timezone.

  Indicator-datetime and unity-control-center already support that key.
  We should too (I guess we should set it in addition to calling
  org.freedesktop.timedate1.SetTimezone).  It might mean extending the
  time-date plugin's SetTimezone call to take two arguments -- the
  timezone and the name.

  This change should be coordinated with unity8, which also sets the
  timezone on the first device boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1566295/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-04-07 Thread Jonas G. Drange
** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1566295

Title:
  When displaying the selected timezone, we should show the city the
  user picked

Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  New

Bug description:
  Currently, if I search timezones for Boston, and select Boston in the
  results, the Time & Date page will display "New York" as the timezone.
  Which is not super user friendly.

  On the desktop, we save the city name the user picks alongside the ISO
  timezone name.  Specifically, it's stored in gsettings:
  "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
  stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by
  one space, followed by the user visible name for that timezone.

  Indicator-datetime and unity-control-center already support that key.
  We should too (I guess we should set it in addition to calling
  org.freedesktop.timedate1.SetTimezone).  It might mean extending the
  time-date plugin's SetTimezone call to take two arguments -- the
  timezone and the name.

  This change should be coordinated with unity8, which also sets the
  timezone on the first device boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1566295/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-04-05 Thread Michael Terry
** Branch linked: lp:~mterry/ubuntu-system-settings/timezone-name

** Branch linked: lp:~mterry/unity8/timezone-name

** Description changed:

  Currently, if I search timezones for Boston, and select Boston in the
- results, the Time & Date page will display "America/New York" as the
- timezone.  Which is not super user friendly.
- 
- It gets worse once we land translation support for geonames [1].  The
- user might pick 波士顿 and we'll still show "America/New York", which they
- might not even be able to read.
+ results, the Time & Date page will display "New York" as the timezone.
+ Which is not super user friendly.
  
  On the desktop, we save the city name the user picks alongside the ISO
  timezone name.  Specifically, it's stored in gsettings:
  "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
  stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by one
  space, followed by the user visible name for that timezone.
  
  Indicator-datetime and unity-control-center already support that key.
  We should too (I guess we should set it in addition to calling
  org.freedesktop.timedate1.SetTimezone).  It might mean extending the
  time-date plugin's SetTimezone call to take two arguments -- the
  timezone and the name.
  
  This change should be coordinated with unity8, which also sets the
  timezone on the first device boot.
- 
- [1]
- https://code.launchpad.net/~mterry/geonames/translations/+merge/288443

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: (unassigned) => Michael Terry (mterry)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1566295

Title:
  When displaying the selected timezone, we should show the city the
  user picked

Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  New

Bug description:
  Currently, if I search timezones for Boston, and select Boston in the
  results, the Time & Date page will display "New York" as the timezone.
  Which is not super user friendly.

  On the desktop, we save the city name the user picks alongside the ISO
  timezone name.  Specifically, it's stored in gsettings:
  "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
  stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by
  one space, followed by the user visible name for that timezone.

  Indicator-datetime and unity-control-center already support that key.
  We should too (I guess we should set it in addition to calling
  org.freedesktop.timedate1.SetTimezone).  It might mean extending the
  time-date plugin's SetTimezone call to take two arguments -- the
  timezone and the name.

  This change should be coordinated with unity8, which also sets the
  timezone on the first device boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1566295/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-04-05 Thread Michael Terry
** Description changed:

  Currently, if I search timezones for Boston, and select Boston in the
  results, the Time & Date page will display "America/New York" as the
  timezone.  Which is not super user friendly.
  
  It gets worse once we land translation support for geonames [1].  The
  user might pick 波士顿 and we'll still show "America/New York", which they
  might not even be able to read.
  
  On the desktop, we save the city name the user picks alongside the ISO
- timezone name.  Maybe even in the same field?  I don't remember how we
- do it.  But we should just do that.
+ timezone name.  Specifically, it's stored in gsettings:
+ "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
+ stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by one
+ space, followed by the user visible name for that timezone.
+ 
+ Indicator-datetime and unity-control-center already support that key.
+ We should too (I guess we should set it in addition to calling
+ org.freedesktop.timedate1.SetTimezone).  It might mean extending the
+ time-date plugin's SetTimezone call to take two arguments -- the
+ timezone and the name.
+ 
+ This change should be coordinated with unity8, which also sets the
+ timezone on the first device boot.
  
  [1]
  https://code.launchpad.net/~mterry/geonames/translations/+merge/288443

** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1566295

Title:
  When displaying the selected timezone, we should show the city the
  user picked

Status in ubuntu-system-settings package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Currently, if I search timezones for Boston, and select Boston in the
  results, the Time & Date page will display "America/New York" as the
  timezone.  Which is not super user friendly.

  It gets worse once we land translation support for geonames [1].  The
  user might pick 波士顿 and we'll still show "America/New York", which
  they might not even be able to read.

  On the desktop, we save the city name the user picks alongside the ISO
  timezone name.  Specifically, it's stored in gsettings:
  "com.canonical.indicator.datetime" schema, key "timezone-name".  It's
  stored like "TIMEZONE NAME" -- that is, the ISO timezone followed by
  one space, followed by the user visible name for that timezone.

  Indicator-datetime and unity-control-center already support that key.
  We should too (I guess we should set it in addition to calling
  org.freedesktop.timedate1.SetTimezone).  It might mean extending the
  time-date plugin's SetTimezone call to take two arguments -- the
  timezone and the name.

  This change should be coordinated with unity8, which also sets the
  timezone on the first device boot.

  [1]
  https://code.launchpad.net/~mterry/geonames/translations/+merge/288443

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1566295/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp