Bug 89007 - remove the pop-up menu when dragging tags to images and vice-versa
Summary: remove the pop-up menu when dragging tags to images and vice-versa
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Drag&Drop (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 16:22 UTC by Yemu
Modified: 2022-01-13 07:54 UTC (History)
2 users (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 Yemu 2004-09-07 16:22:03 UTC
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
Comment 1 Renchi Raju 2004-09-28 22:15:10 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)"
Comment 2 Yemu 2004-09-29 19:51:20 UTC
yes i think the "shift solution" is great :-)
Comment 3 Joern Ahrens 2004-10-03 14:44:23 UTC
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



Comment 4 Renchi Raju 2004-11-17 05:41:53 UTC
*** Bug 93419 has been marked as a duplicate of this bug. ***