Bug 205833

Summary: batch raw converter uses first dot in filename to determine file ending
Product: [Applications] digikam Reporter: Elmar Höfner <elmar.hoefner>
Component: BatchQueueManager-RAWProcessingAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 0.7.0

Description Elmar Höfner 2009-08-31 21:44:41 UTC
Version:           1.0.0-beta3 (using 4.3.00 (KDE 4.3.0), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.29.4-2009-06-11

Batch raw converter uses first dot in filename to determine file ending. This behaviour leads e.g. to identical output filenames if using more than one dot in a filename. It would be better to use the last dot in a filename.

Example:
2 images named Image_2009-08-31_15.37.00.raw and Image_2009-08-31_15.37.15.raw will both be converted to Image_2009-08-31_15.png

Using "open rename-file dialog" is a workaround, but not particulary useful in a batch converter.

(Why I'm using dots to separate time stamps? - Hugin still doesn't like colons!)
Comment 1 caulier.gilles 2009-09-02 10:24:57 UTC
Which kipi-plugins version you use exactly ?

Gilles Caulier
Comment 2 caulier.gilles 2009-09-02 10:30:36 UTC
SVN commit 1018794 by cgilles:

use complete base name everywhere
BUG: 205833


 M  +3 -3      dngconverter/dngwriter/dngwriter.cpp  
 M  +1 -1      dngconverter/plugin/batchdialog.cpp  
 M  +2 -2      rawconverter/batchdialog.cpp  
 M  +1 -1      rawconverter/singledialog.cpp  


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