GNOME Bugzilla – Bug 10677
Brush/Pattern/Gradient widgets in libgimpui are not DND aware
Last modified: 2005-03-23 11:35:33 UTC
Package: gimp Version CVS 09.05.2000 The gradient widget in script-fu is not DND-Aware. This should be done for consistency. Bye, Simon -- Simon.Budig@unix-ag.org http://www.home.unix-ag.org/simon/ ------- Additional Comments From neumanns@uni-duesseldorf.de 2000-05-20 07:02:48 ---- Subject: Re: Bug#10677: Script-Fu: Gradient widget not DND aware From: Sven Neumann <neumanns@uni-duesseldorf.de> To: 10677@bugs.gnome.org Message-Id: <E12t71s-0003RE-00@wintermute.ochsenblut.de> Date: Sat, 20 May 2000 13:02:48 +0200 > The gradient widget in script-fu is not DND-Aware. > This should be done for consistency. We'd have to move gimpdnd into libgimp or duplicate a lot of code to make DND of brushes/gradients/patterns work in plug-ins. Also the infrastructure is more or less there, I'm not sure if we want to do this before 1.2. I'll change severity of this report wishlist. Salut, Sven ------- Bug moved to this database by debbugs-export@bugzilla.gnome.org 2001-01-28 10:52 ------- This bug was previously known as bug 10677 at http://bugs.gnome.org/ http://bugs.gnome.org/show_bug.cgi?id=10677 Originally filed under the gimp product and general component. The original reporter (Simon.Budig@unix-ag.uni-siegen.de) of this bug does not have an account here. Reassigning to the exporter, debbugs-export@bugzilla.gnome.org. Reassigning to the default owner of the component, egger@suse.de.
Re-assigning all Gimp bugs to default component owner (Gimp bugs list)
Reassigned to current CVS because it's a wishlist item.
Let us at least consider this for 1.3.
Bumping a bunch of enhancement requests which will not be done by the feature freeze to Future. Dave.
This is actually a libgimp bug since Script-Fu uses libgimp's selector widgets.
I've now implemented one direction of DND: 2005-03-23 Sven Neumann <sven@gimp.org> * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppalettemenu.c * libgimp/gimppatternmenu.c: accept drops on selection widgets as requested in bug #10677. IMO it is not important to be able to drag from the libgimp selection widgets. But it wouldn't hurt to add that as well.
After considering the effort that would be needed to handle DND from these widgets, I think it's just not worth it and will instead close this bug as FIXED now.