<br><br><div class="gmail_quote">2008/12/1 Gilles Caulier <span dir="ltr"><<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="Ih2E3d">2008/11/30 Andi Clemens <span dir="ltr"><<a href="mailto:andi.clemens@gmx.net" target="_blank">andi.clemens@gmx.net</a>></span><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi,<div class="Ih2E3d"><br>
<br>
somebody in IRC tried to remove IPTC tags, and it was not working. So I<br>
checked for myself and it is true: even in digiKam3 IPTC data can't be<br>
removed at the moment (Image->Metadata->Remove IPTC).<br>
<br>
Is it broken?<br>
<br>
Another note on splitter issue:<br>
<br>
Patrick asked why we use toBase64 here:<br>
<a href="http://lxr.kde.org/source/extragear/graphics/digikam/digikam/albumwidgetstack.cpp#232" target="_blank">http://lxr.kde.org/source/extragear/graphics/digikam/digikam/albumwidgetstack.cpp#232</a><br>
<br>
Could this be the source of the problem?</div></blockquote><div><br>Certainly... Perhaps this code is a side effect from KDE3 port. If we follow Qt4 doc here:<br><br><a href="http://doc.trolltech.com/4.4/qsplitter.html#restoreState" target="_blank">http://doc.trolltech.com/4.4/qsplitter.html#restoreState</a><br>

<br>The code do not use base64 transformation... but we can read:<br><br>"A failure to restore the splitter's layout may result from either invalid or out-of-date data in the supplied byte array."<br><br>What is it?</div>
</div></blockquote><div><br>Also, look code from sidebar class to restore and save splitter sate. i use too base64 transformations:<br><br><a href="http://lxr.kde.org/source/extragear/graphics/digikam/libs/widgets/common/sidebar.cpp#420">http://lxr.kde.org/source/extragear/graphics/digikam/libs/widgets/common/sidebar.cpp#420</a><br>
<br>...but, i have never see any problem with vertical splitters used by sidebar.<br><br>Gilles</div></div><br>