Bug 166439 - Drag and drop on lighttable does not work
Summary: Drag and drop on lighttable does not work
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Drag&Drop (show other bugs)
Version: 0.10.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-13 13:08 UTC by Gandalf Lechner
Modified: 2022-01-13 07:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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