GNOME Bugzilla – Bug 701169
Add ability to re-arrange / sort clocks according to timezones
Last modified: 2014-07-27 08:53:50 UTC
From downstream redhat bug https://bugzilla.redhat.com/show_bug.cgi?id=967868 "The clocks added to gnome-clocks are displayed in the order in which they are added. The ability to sort them by increasing times (i.e. showing cities in west->east order) is helpful, as was available in gnome 2.x."
Maybe it would make sense just to make this the default sort order.
IMHO it should allow just drag and drop reordering (or whatever the touch equivalent of that is called) without anything "sort" in the UI.
(In reply to comment #2) > IMHO it should allow just drag and drop reordering (or whatever the touch > equivalent of that is called) without anything "sort" in the UI. Why?
Created attachment 281496 [details] [review] Proposed patch to sort locations by timezone. We decided that we wanted this for SLED, so I made this patch.
I reworked Mike's patch to not expose GtkTreeView to the caller (so that it will be easier to try to replace the implementation with GtkFlowBox) and pushed the patch. Allan: try it out and let me know if you like the sorting activated by default.