Summary: | Drag and drop on lighttable does not work | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Gandalf Lechner <gandalflechner> |
Component: | Usability-Drag&Drop | Assignee: | 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 | |
Sentry Crash Report: |
Description
Gandalf Lechner
2008-07-13 13:08:49 UTC
Gandalf, Drag & Drop in KDE4 port is not yet fully tested and fixed. few area do not work properlly... Gilles Caulier 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. 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. 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 All directions of drag and drop that I tested work now |