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 163059 - brush editor should allow for one step opening of brushes as images.
brush editor should allow for one step opening of brushes as images.
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-05 20:55 UTC by Adrian Likins
Modified: 2005-01-13 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrian Likins 2005-01-05 20:55:32 UTC
Currently, there is no good way to open a brush visible in
the brush dialog as an image and edit it. You have to
File->open, navigate the file system to a hidden dir (.gimp-*),
then to the brushes dir, then figure out which filename 
corresponds to the brush you want to edit, then open it. 

It would be much better ui to have an option in the brush
editor screen (or possibly even the brush select dialog)
to "Open brush as image".
Comment 1 Adrian Likins 2005-01-05 20:57:24 UTC
note, I belive this should be in addition to
#163057, not instead of it. The ideas in
#163057 are much quicker and easy to
access than attempting to do it as
an image. But for more complicated
tweaking and editing, being able to
easily open it as an image would be useful. 
Comment 2 Sven Neumann 2005-01-06 15:29:24 UTC
*** Bug 163057 has been marked as a duplicate of this bug. ***
Comment 3 Michael Natterer 2005-01-13 20:23:26 UTC
Fixed in CVS:

2005-01-13  Michael Natterer  <mitch@gimp.org>

	Allow to easily open brushes and patterns as images.
	Fixes bug #163059.

	* app/actions/brushes-actions.c
	* app/actions/patterns-actions.c: added "brushes-open-as-image"
	and "patterns-open-as-image" actions.

	* app/actions/data-commands.[ch]: added
	data_open_as_image_cmd_callback() which tries to load
	data->filename as image.

	* app/widgets/gimphelp-ids.h: added help IDs for the new actions.

	* app/widgets/gimpdatafactoryview.c: added buttons.

	* menus/brushes-menu.xml
	* menus/patterns-menu.xml: added them to the menus.