Bug 103763

Summary: Raw Converter should fill a default file name into the save as dialog
Product: [Applications] digikam Reporter: Achim Bohnet <ach>
Component: BatchQueueManager-RAWProcessingAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 0.1.0
Attachments: Patch to prefill save-as dialog

Description Achim Bohnet 2005-04-13 01:53:01 UTC
Version:           0.1.1 (using KDE 3.4.0, Debian Package 4:3.4.0-0pre3 (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8)
OS:                Linux (i686) release 2.6.10-1-686

scenario: raw files like <prefix><number>.<ext> using rawconverter
(single)

when 'save as' dialog pops up after processing one (at least me)
can be sure that one does not remember what <number> the original
ray file had.

Widh: when converting a x.crw file, prefill 'save as' dialog with
x.<ext>.   Here extentionone depends on the output format chosen
in the rawconveter dialog.

Achim
Comment 1 Warren Stockton 2005-11-02 19:05:47 UTC
Created attachment 13254 [details]
Patch to prefill save-as dialog

This patch should do what the requestor wishes...
Comment 2 caulier.gilles 2006-05-03 22:16:43 UTC
SVN commit 537061 by cgilles:

Kipi Raw converter (single mode) : fill a default file name into the save as dialog.
CCMAIL: kde-imaging@kde.org, digikam-devel@kde.org
BUG: 103763


 M  +98 -114   singledialog.cpp  
 M  +38 -35    singledialog.h