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 150004 - Imagemap plug-in need to be reviewed for HIG compliance
Imagemap plug-in need to be reviewed for HIG compliance
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: High normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks: 92468
 
 
Reported: 2004-08-12 22:47 UTC by Sven Neumann
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Neumann 2004-08-12 22:47:26 UTC
This is a followup to bug #141772 which is about HIG compliance of all plug-ins.
Since all plug-in dialogs have long been reviewed and only ImageMap is waiting
to be reviewed by its author, this is a new bug report to track this effort.
Comment 1 Sven Neumann 2004-09-16 19:17:35 UTC
Maurits, pretty please, do this little job or let us know that you are not any
longer able to maintain the Imagemap plug-in. We can then look for a new maintainer.
Comment 2 Sven Neumann 2004-10-22 15:49:19 UTC
What is the state on this one? IIRC Maurits committed some changes to make the
dialog more HIG compliant. Is this task finished then?
Comment 3 Sven Neumann 2004-10-25 00:19:49 UTC
Since this would be the last dialog that needs to be HIG-ified, we should really
finish this for 2.2. Raising priority.
Comment 4 Maurits Rijk 2004-10-25 07:24:17 UTC
Most things are done, except some help text in the `Create Guides' dialog that
is too close to the border. This will have to wait for next weekend since I
won't have access to my development system this week :(
Comment 5 Sven Neumann 2004-10-25 12:09:52 UTC
If you consider this "most things done", then we probably need to write done
some GIMP user interface guidelines. Anyway, I've done some changes and I think
we can now close this report.

There is however a warning when ImageMap starts and it even crashed on me once.
So please spend some more time with this code before 2.2 hits the road.

2004-10-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/imagemap/imap_circle.c
	* plug-ins/imagemap/imap_cmd_gimp_guides.c
	* plug-ins/imagemap/imap_cmd_guides.c
	* plug-ins/imagemap/imap_default_dialog.[ch]
	* plug-ins/imagemap/imap_edit_area_info.c
	* plug-ins/imagemap/imap_grid.c
	* plug-ins/imagemap/imap_main.c
	* plug-ins/imagemap/imap_misc.c
	* plug-ins/imagemap/imap_polygon.c
	* plug-ins/imagemap/imap_preferences.c
	* plug-ins/imagemap/imap_rectangle.c
	* plug-ins/imagemap/imap_selection.c
	* plug-ins/imagemap/imap_source.c
	* plug-ins/imagemap/imap_toolbar.c
	* plug-ins/imagemap/imap_tools.c: reviewed for HIG
	compliance. Various other minor fixes. Closes bug #150004.