[Touch-packages] [Bug 1338138] Re: [sdk] Time Picker component does not respect user locale

2016-10-06 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Zsombor Egri (zsombi) => Christian Dywan (kalikiana)

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was "Hours|Minutes".
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: "Hours|Minutes"
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2015-09-08 Thread Olga Kemmet
** Changed in: ubuntu-ux
 Assignee: Olga Kemmet (olga-kemmet) => Pierre Bertet (bpierre)

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was "Hours|Minutes".
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: "Hours|Minutes"
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2015-06-04 Thread Magdalena Mirowicz
** Changed in: ubuntu-ux
 Assignee: Giorgio Venturi (giorgio-venturi) = Olga Kemmet (olga-kemmet)

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UX bugs:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was Hours|Minutes.
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: Hours|Minutes
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2015-01-22 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided = Medium

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Zsombor Egri (zsombi)

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UX bugs:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was Hours|Minutes.
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: Hours|Minutes
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2014-12-09 Thread Matthew Paul Thomas
** Changed in: ubuntu-ux
   Importance: Undecided = Medium

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UX bugs:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was Hours|Minutes.
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: Hours|Minutes
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2014-11-24 Thread Zoltan Balogh
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Confirmed

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UI Toolkit:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was Hours|Minutes.
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: Hours|Minutes
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2014-11-24 Thread Zoltan Balogh
** No longer affects: ubuntu-ui-toolkit

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was Hours|Minutes.
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: Hours|Minutes
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2014-11-17 Thread Zoltan Balogh
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Zsombor Egri (zsombi)

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UI Toolkit:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was Hours|Minutes.
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: Hours|Minutes
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2014-11-17 Thread Zoltan Balogh
** No longer affects: ubuntu-ui-toolkit (Ubuntu)

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UI Toolkit:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was Hours|Minutes.
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: Hours|Minutes
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2014-10-01 Thread Zoltan Balogh
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Confirmed

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UI Toolkit:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was Hours|Minutes.
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: Hours|Minutes
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1338138/+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 1338138] Re: [sdk] Time Picker component does not respect user locale

2014-10-01 Thread Nekhelesh Ramananthan
** Tags added: clock-app

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

Title:
  [sdk] Time Picker component does not respect user locale

Status in Ubuntu UI Toolkit:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Confirmed

Bug description:
  In the new clock app we are using the Date Picker component to allow
  the user to choose a time. Hence the mode used was Hours|Minutes.
  However the Date Picker seems to always display the time in 24 hour
  instead of using the user's locale. So whereever 12-hour time format
  is required, the time picker ignores that.

  The code below shows the usage in the clock app.

  DatePicker {
  id: _timePicker

  anchors {
  left: parent.left
  right: parent.right
  margins: units.gu(-2)
  }

  clip: true
  mode: Hours|Minutes
  }

  -- Design solution --
  
https://docs.google.com/a/canonical.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.tuxva2dtgvpk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1338138/+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