Bug 192289 - Using dots (.) as separators confuses the rename system
Summary: Using dots (.) as separators confuses the rename system
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-BatchQueueManager (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 06:07 UTC by Mark A. Taff
Modified: 2018-03-23 11:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.4.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark A. Taff 2009-05-11 06:07:22 UTC
Version:            (using KDE 4.2.3)
OS:                Linux
Installed from:    SuSE RPMs

Using the DNG converter to convert a file that uses dots as separators causes the new filename to have a truncated name.  e.g. quick.dirty.boat.race.002.nef becomes quick.dng when it should be quick.dirty.boat.race.002.dng
Comment 1 caulier.gilles 2009-05-12 12:09:08 UTC
SVN commit 966932 by cgilles:

use complete base file name to convert to DNG
BUG: 192289


 M  +1 -1      CMakeLists.txt  
 M  +55 -55    dngwriter/dngwriter.cpp  
 A             dngwriter/dngwriter_p.cpp   dngwriter/dngwriterprivate.cpp#966886 [License: GPL (v2+)]
 A             dngwriter/dngwriter_p.h   dngwriter/dngwriterprivate.h#966886 [License: GPL (v2+)]
 M  +1 -1      dngwriter/dngwriterhost.h  
 D             dngwriter/dngwriterprivate.cpp  
 D             dngwriter/dngwriterprivate.h  


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