Bug 205756

Summary: Copy and paste fails silently when pasting file back into the same folder
Product: [Applications] digikam Reporter: Michael G. Hansen <mike>
Component: Usability-ClipboardAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 1.0.0

Description Michael G. Hansen 2009-08-31 07:11:26 UTC
Version:           1.0.0-beta3 (using KDE 4.3.0)
OS:                Linux
Installed from:    Debian testing/unstable Packages

- go to an album, select a file, right-click->copy
- paste the file back into to the same album -> nothing happens

Expected behavior: pop up a rename/overwrite/abort dialog, just like when copying from one folder to another and a file already exists.
Comment 1 Marcel Wiesweg 2009-09-13 17:32:58 UTC
SVN commit 1022934 by mwiesweg:

For internal drag / paste events, handle copying of items to the same album:
If no copy operation is explicitly requested, ignore as before;
if this is done, start a copy operation. kdelibs will ask for new filenames.

BUG: 205756

 M  +3 -1      NEWS  
 M  +5 -1      digikam/digikamimageview.cpp  
 M  +66 -15    digikam/imagedragdrop.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1022934