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 523033 - Enable DND of sheets to other applications
Enable DND of sheets to other applications
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal enhancement
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2008-03-17 19:37 UTC by Lutz Mueller
Modified: 2008-11-26 23:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch enabling dnd of sheets to other applications (2.29 KB, patch)
2008-03-17 19:40 UTC, Lutz Mueller
none Details | Review
Updated patch (2.42 KB, patch)
2008-11-24 01:22 UTC, Morten Welinder
none Details | Review

Description Lutz Mueller 2008-03-17 19:37:47 UTC
Currently you cannot drag a gnumeric sheet and drop it on another application like gedit (text) or GIMP (image). Patch follows shortly.
Comment 1 Lutz Mueller 2008-03-17 19:40:01 UTC
Created attachment 107472 [details] [review]
patch enabling dnd of sheets to other applications

Use cases: 
- select a sheet and drag it to gedit
- select a chart on a sheet, select the sheet and drag it to the GIMP
Comment 2 Morten Welinder 2008-03-20 23:52:19 UTC
-	g_return_if_fail (IS_WBC_GTK (wbcg));

What that?
Comment 3 Lutz Mueller 2008-03-21 06:43:09 UTC
This is an internally called function (static). Why should we check for correct parameters?
Comment 4 Morten Welinder 2008-11-23 21:33:52 UTC
Time to bring this back on the radar.  Patch won't apply as-is, but I guess
I can fix that up by hand.
Comment 5 Morten Welinder 2008-11-24 01:22:15 UTC
Created attachment 123294 [details] [review]
Updated patch

Here's an updated patch.  What is the procedure to drag an image into
the gimp?
Comment 6 Morten Welinder 2008-11-26 23:53:27 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

Patch is in and dragging to Emacs certainly works.  I'm not sure about the
image part.