Summary: | drag and drop stopped working | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael <m.mickey> |
Component: | Usability-Drag&Drop | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Michael
2008-12-02 18:01:59 UTC
You want mean that you drag items from digiKam icon view to thunderbird new message window to put attachement ? Alternative : Why you don't use SendImages Kipi plugins ? Gilles Caulier There is one (but quite often) situation when you want to do that: you started to write e-mail and suddenly it is a must to attach image to that e-mail. Using Send e-mail plugin would require to start from scratch or save message somewhere and later copy'n'paste. Too much hassle. actually I didn't know that plugin up to now, I just used drag and drop a few weeks back and thats just intuitive for me, and I realized that it stopped working... so I would be glad if you fix it... anyway I had a look at that dialog... much to read for just attaching one jpg ;-) greets, mike SVN commit 892679 by mwiesweg: We do not need to reimplement formats(), if we use setData() all the mimetypes are stored by QMimeData and will be returned by the default implementation. Now KUrl::populateMimeData will work correctly so that dragging to outside applications will work again. CCBUG: 176725 M +3 -76 ddragobjects.cpp M +0 -18 ddragobjects.h WebSVN link: http://websvn.kde.org/?view=rev&revision=892679 |