After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 453827 - Finalize the new timezone handling
Finalize the new timezone handling
Status: RESOLVED OBSOLETE
Product: gnome-panel
Classification: Other
Component: clock
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-05 00:19 UTC by Vincent Untz
Modified: 2015-03-24 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to read cldr translations (16.94 KB, patch)
2007-07-11 16:55 UTC, Vincent Untz
none Details | Review

Description Vincent Untz 2007-07-05 00:19:15 UTC
There are some TODO in the code:

clock.c:        //TODO also, we might need to reposition the tz popup (except if we set the gravity)
clock.c:        //TODO hrm, this returns wrong value???
tz.c:  //TODO make sure this returns something valid
tz-list.c:      //TODO: associate schema for new keys: why doesn't it work?
tz-list.c:      //TODO: don't have timezone_name/timezone_zone
tz-sel-dialog.c://TODO closing the expander doesn't resize the dialog
tz-sel-dialog.c:                //TODO: %X contains seconds, and we don't update every second...
tz-sel-dialog.c:        //TODO select something
tz-window.c:    //TODO: the 12 pixels here are breaking the tooltip

Also, it feels a bit slow when opening/closing the window.
Comment 1 Vincent Untz 2007-07-05 00:27:59 UTC
Ah, I also didn't change POTFILES.in.

And we need to check with i18n what to do for the translation of the timezones.
Comment 2 Vincent Untz 2007-07-05 17:15:47 UTC
Right-clicking on the tz toggle button should also do something.
Comment 3 Vincent Untz 2007-07-11 16:55:02 UTC
Created attachment 91639 [details] [review]
Patch to read cldr translations

This mostly works. configure.in needs to be updated to depend on libxml2
Comment 4 Vincent Untz 2008-04-08 21:17:27 UTC
Intlclock has been merged => OBSOLETE.