Bug 194736 - extent dngconvert to set filedate to the dates taken from exif [patch]
Summary: extent dngconvert to set filedate to the dates taken from exif [patch]
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Bqm-DngConverter (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-31 11:21 UTC by avalonnet1
Modified: 2018-03-23 11:22 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.8.0


Attachments
adds an option to update modification date to meta data timestamp (9.08 KB, patch)
2009-10-01 14:14 UTC, Johannes Wienke
Details

Note You need to log in before you can comment on or make changes to this bug.
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