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 72201 - usability problems of clock properties
usability problems of clock properties
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
1.5.x
Other Linux
: Normal normal
: ---
Assigned To: Gediminas Paulauskas
Gediminas Paulauskas
Depends on:
Blocks:
 
 
Reported: 2002-02-22 01:26 UTC by Gediminas Paulauskas
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Partial patch by Todd posted to desktop-devel-list (6.26 KB, patch)
2002-02-22 01:35 UTC, Gediminas Paulauskas
none Details | Review
Proposed GUI for clock properties dialog (10.99 KB, image/png)
2002-02-26 15:24 UTC, Gediminas Paulauskas
  Details

Description Gediminas Paulauskas 2002-02-22 01:26:49 UTC
Clock applet is the only dialog in gnome-panel which uses old
gnome-propertybox, and has apply buttons. It looks really ugly.

1) Settings must be instant-apply, all buttons replaced by just Close button.

2) UNIX time, internet time, normal time should be a group of radio buttons

GMT and 12/24 format should be in a frame "Time format", and disabled in
internet time case (UNIX time is always in GMT or no?). Show seconds option
also should be added.

Alternatively to
[ ] Show seconds
Time format:
( ) 12 hour
(*) 24 hour

it could be displayed as in current menu-panel clock, i.e.
Time format:
( ) 3:00 AM
( ) 3:00:00 AM
(*) 15:00
( ) 15:00:00

3) "Show date in tooltip" option should be remuved, and date just always
displayed.
Comment 1 Gediminas Paulauskas 2002-02-22 01:35:15 UTC
Created attachment 6817 [details] [review]
Partial patch by Todd posted to desktop-devel-list
Comment 2 Luis Villa 2002-02-22 01:44:54 UTC
This more or less blows away all kinds of freezes, right? Marking high
just because of consistency; otherwise individually none of these are
particularly important on their own.
Comment 3 Gediminas Paulauskas 2002-02-22 01:46:38 UTC
Also, all labels lack accelerators, so it is keynav issue also
Comment 4 John Fleck 2002-02-22 14:54:46 UTC
This would require redoing the docs. I vote against it for that reason.
Comment 5 Gediminas Paulauskas 2002-02-23 16:13:30 UTC
There is no screenshot of properties dialog, so it will not affect
docs people. I will just make it work and instant-apply for GNOME 2.0
today.

I will not add/change any strings and leave options the same.

Other changes should wait after 2.0

except: I would like to remove "Show tooltip" option from prefs, it
should be true always. I would remove a line from docs also.
Comment 6 Mark McLoughlin 2002-02-26 13:14:50 UTC
Okay, what's the status of this now ? You committed a patch - so
should the bug be closed out? If not, what specifically is wrond now
and do you have an outstanding patch?
Comment 7 Gediminas Paulauskas 2002-02-26 15:24:36 UTC
Created attachment 6881 [details]
Proposed GUI for clock properties dialog
Comment 8 Gediminas Paulauskas 2002-02-26 19:03:35 UTC
All labels need accelerators.
Show date in tooltip should always be true -->remove
Need "Show seconds" option
Unix->UNIX
GMT->UTC (?)

And I suggest rearrange dialog as shown in screenshot. Suggestions
welcome.

I do not have a patch for this, because these changes break string/UI
freeze. When we agree on appearance and behavior, I will code a patch
Comment 9 Mark McLoughlin 2002-02-27 13:26:32 UTC
fair enough. Putting it on the 2.0.x milestone
Comment 10 Seth Nickell 2002-03-01 04:16:58 UTC
Unless there is a significant number of people who actually use them,
I would vote for dropping "Internet time" and "UNIX time" altogether.
Comment 11 Luis Villa 2002-03-02 23:08:38 UTC
We really need an $I_AM_A_UNIX_GEEK env var that, when set, would
auto-set or at least expose options like Unix time, emacs keybindings,
etc. </halfjoking>
Comment 12 Mark McLoughlin 2002-03-27 16:51:18 UTC
Gediminas has committed his patch AFAIK
Comment 13 Gediminas Paulauskas 2002-04-06 18:10:51 UTC
I have just commited a patch which moves Internet & UNIX time inside
Clock format frame, and adds show seconds option. So I think myself
that this bug is fully fixed.