Bug 166439

Summary: Drag and drop on lighttable does not work
Product: [Applications] digikam Reporter: Gandalf Lechner <gandalflechner>
Component: Usability-Drag&DropAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.10.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 7.5.0

Description Gandalf Lechner 2008-07-13 13:08:49 UTC
Version:           0.10.0-beta2 (rev.: 831774) (using 4.00.83 (KDE 4.0.83 (KDE 4.1 Beta2), Kubuntu packages)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.24-17-generic

Dragging an image onto the light table, it is not added to the items on the light table.
Comment 1 caulier.gilles 2008-07-13 13:48:06 UTC
Gandalf,

Drag & Drop in KDE4 port is not yet fully tested and fixed. few area do not work properlly...

Gilles Caulier
Comment 2 Mikolaj Machowski 2008-07-31 20:57:00 UTC
To be precise: at the moment dragging into left panel doesn't work. To add image to left panel you have to  put it into right panel and use "On Left" action.
Comment 3 Marcel Wiesweg 2008-11-29 17:55:23 UTC
Dragging from AlbumIconView to the light table (thumbbar and main panel) has already been fixed during the code sprint in Genoa. Dragging from the thumbbar is currently not working.
Comment 4 Marcel Wiesweg 2008-11-29 18:02:55 UTC
SVN commit 890629 by mwiesweg:

Qt4 caveat: QMouseEvent::button() is not valid for move events, need to use buttons() here.

CCBUG: 166439

 M  +1 -1      thumbbar.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=890629
Comment 5 Marcel Wiesweg 2008-11-29 18:03:59 UTC
All directions of drag and drop that I tested work now