Hi all, <br><br>In trunk, i have updated a method to share kipi host settings with kipi-plugins:<br><br><a href="http://lxr.kde.org/source/KDE/kdegraphics/libs/libkipi/libkipi/interface.h#218">http://lxr.kde.org/source/KDE/kdegraphics/libs/libkipi/libkipi/interface.h#218</a><br>
<br>This method is re-implemented in digiKam kipi interface and play internal settings manager.<br><br>two important settings are currently shared :<br><br>1/ &quot;<span class="comment">WriteMetadataUpdateFiletimeStamp</span>&quot; to know if files time stamp need to be updated when metadata are saved with libkexiv2.<br>
2/<span class="comment"> &quot;WriteMetadataToRAW&quot; to know if Raw files metadata can be changed with libkexiv2</span>.<br><br>For the point 2/, i have already fixed all instances in kipi-plugins, but not point 1/. Maintainers need to update code of plugins, following my commits listed in this bugzilla file :<br>
<br><a href="http://bugs.kde.org/show_bug.cgi?id=155593" target="_blank">http://bugs.kde.org/show_bug.cgi?id=155593</a><br><br>Currently, JPEGLossLess, RawConverter and TimeAdjust are fixed. <br><br>Pending plugins are all tools which changes something in local images metadata using Kexiv2:<br>
<br>- RedEyesRemoval,<br>- MetadataEdit<br>- GPSSync<br><br>I think that export plugins don&#39;t need to be fixed...<br><br>Best<br><br>Gilles Caulier<br>