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 10677 - Brush/Pattern/Gradient widgets in libgimpui are not DND aware
Brush/Pattern/Gradient widgets in libgimpui are not DND aware
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: libgimp
git master
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2000-05-09 21:15 UTC by Simon.Budig
Modified: 2005-03-23 11:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon.Budig 2001-01-28 15:52:42 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.

Comment 1 Raphaël Quinet 2001-04-26 18:13:23 UTC
Re-assigning all Gimp bugs to default component owner (Gimp bugs list)
Comment 2 Michael Natterer 2001-06-19 00:34:24 UTC
Reassigned to current CVS because it's a wishlist item.
Comment 3 Sven Neumann 2003-02-08 23:01:29 UTC
Let us at least consider this for 1.3.
Comment 4 Dave Neary 2003-07-26 10:33:17 UTC
Bumping a bunch of enhancement requests which will not be done by the feature
freeze to Future. 

Dave.
Comment 5 Michael Natterer 2003-07-29 13:28:44 UTC
This is actually a libgimp bug since Script-Fu uses libgimp's
selector widgets.
Comment 6 Sven Neumann 2005-03-23 10:53:10 UTC
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.
Comment 7 Sven Neumann 2005-03-23 11:35:33 UTC
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.