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 164003 - Gradient Editor should indicate if gradient is read-only
Gradient Editor should indicate if gradient is read-only
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-01-13 22:09 UTC by Joao S. O. Bueno
Modified: 2005-04-16 20:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joao S. O. Bueno 2005-01-13 22:09:17 UTC
All disabled elements in the gradient-editor dialog when the gradient is 
read-only are not visible in the UI, save for the gradient title. The handles 
do not move, the context menu doesn't show up, but if one gets in there 
clicking in the "edit" button of the gradients dialog, he won't know what to 
do. 
So I suggest that the string "read only" shows up right beside the "gradient 
editor" tittle string, or on the text are bellow. 
 
I noted this due to the e-mail from Judy Wilson on gimp-users.
Comment 1 Michael Natterer 2005-04-16 20:50:07 UTC
Fixed in CVS:

2005-04-16  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpdataeditor.[ch]: implement
	GimpDocked::get_title() and add "(read only)" to the dialog's
	title if the data is not editable. Fixes bug #164003.

	(gimp_data_editor_real_set_data): call gimp_docked_title_changed()
	when the editable state changes.

	(struct GimpDataEditorClass): added "const gchar *title" member.

	* app/widgets/gimpbrusheditor.c
	* app/widgets/gimpgradienteditor.c
	* app/widgets/gimppaletteeditor.c (class_init): set titles.