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
Pieter, Johannes, Michael, This is an easy job to implement. If someone is interrested... Gilles Caulier
I can do this.
Created attachment 37293 [details] adds an option to update modification date to meta data timestamp Here's the patch.
Johannes, Excelent. I can say more. great job. Do you recieve your svn account ? Gilles
No, I'm still waiting... :(
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