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 309740 - "style" dialog element in stroke-path dialog ambiguous
"style" dialog element in stroke-path dialog ambiguous
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-07-07 18:50 UTC by Róman Joost
Modified: 2006-10-01 11:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Róman Joost 2005-07-07 18:50:28 UTC
The problem is, that the user can't realize what pattern he actually chooses. Is
it the dash pattern or the selected pattern from the patterns dialog?

Show the currently selected pattern from the pattern dialog.

Other information:
Comment 1 Sven Neumann 2005-07-08 16:10:12 UTC
So you want us to turn this little one-liner:

box = gimp_prop_enum_radio_box_new (G_OBJECT (editor->options), "style", 0, 0);

into a lot more code ;)
Comment 2 Sven Neumann 2005-07-08 16:28:35 UTC
I've played with this a bit and my conclusion is that if I add a pattern
preview, we also need a color preview. And actually we would want to use a color
button so that the color can be edited and a pattern button with a text entry
next to it so that the pattern can be changed as well. Doing this clutters the
dialog quite a bit. And this dialog is already rather uneasy to look at.

My suggestion to remove the ambiguousity is to add tooltips to the "Solid" and
"Pattern" radio buttons (or rather to the enum values which will cause the
tooltip  to be added automatically).
Comment 3 Sven Neumann 2005-07-08 16:36:22 UTC
err, the last comment was slightly wrong. Tooltips would have to be added
manually. Perhaps we can also get away by just rephrasing the strings?
Comment 4 Sven Neumann 2006-09-11 14:17:02 UTC
2006-09-11  Sven Neumann  <sven@gimp.org>

	* app/core/core-enums.[ch]: use "Solid color" as description for
	GIMP_STROKE_STYLE_SOLID.

	* app/widgets/gimpstrokeeditor.c: moved "style" control further up
	to make it less ambiguous (bug #309740).
Comment 5 Michael Natterer 2006-10-01 11:01:24 UTC
2006-10-01  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpstrokeeditor.c (gimp_stroke_editor_constructor):
	fix dialog layout (bug #309740).