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 306230 - Cursor info window should show palette index
Cursor info window should show palette index
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.3.x
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-06-02 08:01 UTC by Birkenfeld
Modified: 2008-01-15 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Birkenfeld 2005-06-02 08:01:33 UTC
The color picker info window shows the palette index of the current pixel for
indexed images.

The "Cursor info" window should do this too.

Thanks!
Comment 1 Sven Neumann 2005-06-02 09:48:02 UTC
The Cursor Info window picks the color from the projection, not from the
drawable. The projection is not indexed though so we can't show the palette
index there since this information doesn't exist. An alternative would be to add
a "Sample Merged" option to the Cursor Info and to allow the user to toggle it off.
Comment 2 Michael Natterer 2005-09-08 22:16:58 UTC
This was actually fixed a while ago. The cursor info now allows to
pick from the active drawable.

2005-07-09  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpcursorview.[ch]: added boolean "sample-merged"
	property, API and GUI. Pick from the active drawable if it's
	FALSE.

	* app/actions/Makefile.am
	* app/actions/actions.c
	* app/actions/cursor-info-actions.[ch]
	* app/actions/cursor-info-commands.[ch]: new files with actions
	and callbacks for the cursor info dialog's menu.

	* app/widgets/gimphelp-ids.h: help IDs for above actions.

	* app/actions/dialogs-actions.c
	* app/dialogs/dialogs.c: follow help ID change.

	* app/menus/menus.c
	* menus/Makefile.am
	* menus/cursor-info-menu.xml: add the cursor-info menu.

	* app/dialogs/dialogs-constructors.c: pass the menu factory to
	gimp_cursor_view_new().