Version: 0.7.0cvs (using KDE KDE 3.3.0) Installed from: Gentoo Packages i have a lot of pictures to tag and during tagging one idea came to my mind: is it possible to not have small menu popping up when you drag tag on a picture or picture on a tag? it adds one more click (IMHO unnecessary - if one drags a tag he or she is rather sure what is doing, so this option is not needed.) I posted this idea to the mailing list but Joern Ahrens pointed me to bugs.kde.org so people could vote and decide if popup menu should stay or be removed. cheers yemu
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
*** Bug 93419 has been marked as a duplicate of this bug. ***