[Digikam-devel] [Bug 281690] Ability to drag&drop images from digikam to chrome/google+
Marcel Wiesweg
marcel.wiesweg at gmx.de
Sun Sep 11 15:13:17 BST 2011
https://bugs.kde.org/show_bug.cgi?id=281690
--- Comment #3 from Marcel Wiesweg <marcel wiesweg gmx de> 2011-09-11 14:13:17 ---
There is an easy way to debug dropped mime data. Add the two lines to
dragdrop/imagedragdrop.cpp, 598:
Qt::DropAction ImageDragDropHandler::accepts(const QDropEvent* e, const
QModelIndex& /*dropIndex*/)
{
kDebug() << "Dropped mimetypes:" << e->mimeData()->formats();
return false;
if (albumModel() && !albumModel()->currentAlbum())
Then drop from dolphin, chrome, gwenview, and digikam to the digikam icon view.
There should be a line output with the offered mimetypes each time. Then we can
see if gwenview adds some magic to the drag.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list