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 668852 - Some work on the GUI side
Some work on the GUI side
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gucharmap maintainers
gucharmap maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-27 15:40 UTC by Allison Karlitskaya (desrt)
Modified: 2012-01-27 20:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Drop the search progress bar (3.82 KB, patch)
2012-01-27 15:40 UTC, Allison Karlitskaya (desrt)
committed Details | Review
Keep with the modern Gtk widgetry times (7.27 KB, patch)
2012-01-27 15:40 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2012-01-27 15:40:46 UTC
Drop the (imho useless) progress bar and stop using deprecated Gtk+ widgets.
Comment 1 Allison Karlitskaya (desrt) 2012-01-27 15:40:47 UTC
Created attachment 206273 [details] [review]
Drop the search progress bar

It looks very silly and, at least on my computer, you can barely see a
flicker in it before the search is done.  Would be better not to have it
at all.
Comment 2 Allison Karlitskaya (desrt) 2012-01-27 15:40:49 UTC
Created attachment 206274 [details] [review]
Keep with the modern Gtk widgetry times

Stop using boxes.  GtkGrid is the new black.
Comment 3 Allison Karlitskaya (desrt) 2012-01-27 17:53:09 UTC
Comment on attachment 206273 [details] [review]
Drop the search progress bar

Attachment 206273 [details] pushed as ff3c835 - Drop the search progress bar
Comment 4 Allison Karlitskaya (desrt) 2012-01-27 20:14:58 UTC
Attachment 206274 [details] pushed as a3112d7 - Keep with the modern Gtk widgetry times