Summary: | remove the pop-up menu when dragging tags to images and vice-versa | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Yemu <yemu> |
Component: | Usability-Drag&Drop | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, neves |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.5.0 | |
Sentry Crash Report: |
Description
Yemu
2004-09-07 16:22:03 UTC
an easy solution would be to not show the popup if the shift button is held down at the time of the drop. also add some text to the popup menu text "Assign tag blah to dropped items (Shift+Drop)" yes i think the "shift solution" is great :-) CVS commit by jahrens: Changed the drag'n'drop behavior when objects are dropped, so we have standard drag'n'drop behavior in digikam when the shift or ctrl key is pressed. * dropping images on a tag with ctrl key pressed The tag is assigned to the images without displaying a popup menu which asks if that really should be done (bugzilla #89007) * dropping images on an album (a) ctrl key pressed: the images are copied to the album (b) shift key pressed: the images are moved to the album (c) no key pressed: popup menu is shown, whichs asks what to do * dropping an album on another album (a) ctrl key pressed: the album is copied to the other album (b) shift key pressed: the album is moved to the other album (c) no key pressed: popup menu is shown, whichs asks what to do CCMAIL: digikam-devel@lists.sourceforge.net, 89007-done@bugs.kde.org M +98 -27 albumfolderview.cpp 1.42 M +15 -12 thumbview.cpp 1.22 |