Bug 194736

Summary: extent dngconvert to set filedate to the dates taken from exif [patch]
Product: [Applications] digikam Reporter: avalonnet1
Component: Plugin-Bqm-DngConverterAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: caulier.gilles, languitar
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In: 0.8.0
Attachments: adds an option to update modification date to meta data timestamp

Description avalonnet1 2009-05-31 11:21:28 UTC
Version:            (using KDE 4.2.3)
OS:                Linux
Installed from:    Fedora RPMs

thank you for your dngconverter.
I wonder if you'd like to include a new function:
checkbox for setting the filesystem date and time to the infos includes in
the exif data

This is, how I have to do it with nativ exiftool:

   exiftool '-DateTimeOriginal>FileModifyDate' $filename

or at the end for the whole directory

   exiftool -r '-DateTimeOriginal>FileModifyDate' .

Andre
Comment 1 caulier.gilles 2009-10-01 12:11:50 UTC
Pieter, Johannes, Michael,

This is an easy job to implement. If someone is interrested...

Gilles Caulier
Comment 2 Johannes Wienke 2009-10-01 12:59:50 UTC
I can do this.
Comment 3 Johannes Wienke 2009-10-01 14:14:35 UTC
Created attachment 37293 [details]
adds an option to update modification date to meta data timestamp

Here's the patch.
Comment 4 caulier.gilles 2009-10-01 14:19:06 UTC
Johannes,

Excelent. I can say more. great job.

Do you recieve your svn account ?

Gilles
Comment 5 Johannes Wienke 2009-10-01 14:21:11 UTC
No, I'm still waiting... :(
Comment 6 caulier.gilles 2009-10-01 15:04:26 UTC
SVN commit 1030048 by cgilles:

apply patch #37293 from Johannes Wienke
BUGS: 194736


 M  +38 -0     dngwriter/dngwriter.cpp  
 M  +3 -0      dngwriter/dngwriter.h  
 M  +1 -0      dngwriter/dngwriter_p.cpp  
 M  +1 -0      dngwriter/dngwriter_p.h  
 M  +8 -0      plugin/actionthread.cpp  
 M  +1 -0      plugin/actionthread.h  
 M  +5 -0      plugin/batchdialog.cpp  
 M  +23 -6     plugin/settingswidget.cpp  
 M  +3 -0      plugin/settingswidget.h  


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