[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-10-13 Thread Javier Jardón
** Changed in: unity-foundations Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775113 Title: Custom time format in datetime applet cannot handle some

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-15 Thread Ted Gould
** Changed in: indicator-datetime Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775113 Title: Custom time format in datetime applet cannot handle some

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-15 Thread Ted Gould
** Changed in: indicator-datetime Status: In Progress = Fix Committed ** Changed in: indicator-datetime Milestone: None = 0.2.94 ** Changed in: unity-foundations Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~indicator-applet-developers/indicator- datetime/ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775113 Title: Custom time format in datetime applet cannot handle some

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-15 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-datetime - 0.2.95-0ubuntu1 --- indicator-datetime (0.2.95-0ubuntu1) oneiric; urgency=low [ Ted Gould ] * New upstream release. * Set default timezone on events without (LP: #837359) * Update docs to specify correct custom

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/indicator-datetime -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775113 Title: Custom time format in datetime applet cannot handle some format specifiers To manage

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-05 Thread Javier Jardón
Support for all the remaining strftime() specifiers was added upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775113 Title: Custom time format in datetime applet cannot handle some format

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-05 Thread Bug Watch Updater
** Changed in: glib Status: Unknown = Fix Released ** Changed in: glib Importance: Unknown = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775113 Title: Custom time format in

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-02 Thread Javier Jardón
The problem is that it's not generally possible to ask the libc to deal with any timezones other than local and utc So lets fix this in the proper way and fix the glib function to support more formats. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-02 Thread Javier Jardón
** Bug watch added: GNOME Bug Tracker #658061 https://bugzilla.gnome.org/show_bug.cgi?id=658061 ** Changed in: glib Importance: Undecided = Unknown ** Changed in: glib Status: New = Unknown ** Changed in: glib Remote watch: None = GNOME Bug Tracker #658061 -- You received this

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-09-02 Thread Javier Jardón
** Branch linked: lp:~jjardon/indicator-datetime/fix-775113 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775113 Title: Custom time format in datetime applet cannot handle some format specifiers

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Remon Huijts
@victorz: That (Gnome?) version allowed some HTML tags as well, but I need them less than the ISO 8601 week number, which is the standard in my country (The Netherlands). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Victor Zamanian
@rahuijts: Same here. I didn't use HTML either, and the ISO week number is standard here in Sweden as well. This is a localization/internationalization issue (whichever one is more appropriate) in my opinion. It's very specific but nonetheless. -- You received this bug notification because you

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Javier Jardón
** Changed in: indicator-datetime Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775113 Title: Custom time format in datetime applet cannot handle some format

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Ted Gould
** Changed in: indicator-datetime Assignee: (unassigned) = Javier Jardón (jjardon) ** Also affects: unity-foundations Importance: Undecided Status: New ** Changed in: unity-foundations Status: New = In Progress ** Changed in: unity-foundations Milestone: None =

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Javier Jardón
Yeah, we are using the g_date_time_format() function from glib. The format strings understood by this function are a subset of the strftime() format language, see http://developer.gnome.org/glib/2.28/glib-GDateTime.html#g-date-time-format. Feel free to open a bug upstream to add the time

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Remon Huijts
If it is impossible or undesirable to use strftime() instead of g_date_time_format() in the rendering, then this bug is a documentation issue. The summary for the custom-time-format field in the dconf-editor clearly states that strftime() is used. Summary: The format string passed to strftime

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Javier Jardón
FYI %T support was added in Glib recently and will be available in Glib 2.30 (oneiric) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775113 Title: Custom time format in datetime applet cannot

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Victor Zamanian
#5: +1. Although as far as I'm concerned (as a user!) this is a regression. A regression of the I want to be able to tell time by the same format as I did in the last version of Ubuntu functionality. It doesn't seem fair that it would be enough to say it's just a documentation issue. That would