Bug 153775 - Download from camera: Renaming because of already existing file does not work
Summary: Download from camera: Renaming because of already existing file does not work
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-Import (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-10 14:11 UTC by Sebastian Schubert
Modified: 2017-08-17 06:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.9.4


Attachments
correct behaviour (57.81 KB, image/jpeg)
2007-12-10 14:54 UTC, Sebastian Schubert
Details
wrong behaviour (45.97 KB, image/jpeg)
2007-12-10 14:56 UTC, Sebastian Schubert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Schubert 2007-12-10 14:11:52 UTC
Version:           0.9.3-rc1 (using KDE KDE 3.5.7)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.1) 
OS:                Linux

I want to download pictures from a camera which works as a USB Mass Storage device.  I choose a destination album which includes a file which has the same name as the file I want to download.  digikam reports successfully that there is already a file. The problem is that I can rename the file in this dialogue as much as I want, it always states that a file with this name already exists but this is not the case.
Comment 1 caulier.gilles 2007-12-10 14:37:01 UTC
Seb,

Please, attach to this Bugzilla entry a copy of the renaming dialog... Thanks in a dvance...

Gilles
Comment 2 Sebastian Schubert 2007-12-10 14:54:00 UTC
Created attachment 22446 [details]
correct behaviour

digikam correctly finds the already existing file
Comment 3 Sebastian Schubert 2007-12-10 14:56:12 UTC
Created attachment 22447 [details]
wrong behaviour

Changed file name in attachment #1 [details] to definitely non-existing file shows this.
Comment 4 caulier.gilles 2008-03-07 11:04:10 UTC
SVN commit 783161 by cgilles:

digiKam from KDE3 branch : CameraGUI: during download from camera, update properlly QFileInfo instance used to check if file exist on target album
BUG: 153775


 M  +27 -27    cameracontroller.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=783161
Comment 5 caulier.gilles 2008-03-07 11:07:45 UTC
SVN commit 783164 by cgilles:

digiKam from trunk : backport commit #783161
CCBUGS: 153775


 M  +4 -3      cameracontroller.cpp  


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