<br><br><div class="gmail_quote">2011/1/5 Gabriel Voicu <span dir="ltr"><<a href="mailto:ping.gabi@gmail.com">ping.gabi@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi Gilles,<br><br>Thank you very much for this long answer! I will speak today with the organisers and see what they have to say. <br><br>Also, be sure that I was not thinking in starting a junior job project inside digikam's core, because it's under heavy development for the 2.0 version. The ideal project would be modifying a GUI for a plugin(album or KIPI, doesn't matter). <br>


Do you have in mind a plugin that should need GUI refactoring? If yes, please let me know, because I couldn't find any example on Bugzilla.<br></blockquote><div><br>FIRST IDEA : <br></div><div>---------------<br><br>

yes, some plugins need factoring about image list widget:<br><br>- DNG converter.<br><br><a href="http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/dngconverter/plugin/clistviewitem.h?revision=1194262&view=markup">http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/dngconverter/plugin/clistviewitem.h?revision=1194262&view=markup</a><br>


<br>- Batch RAW Converter.<br><br><a href="http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/rawconverter/clistviewitem.h?revision=1040597&view=markup">http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/rawconverter/clistviewitem.h?revision=1040597&view=markup</a><br>

<br>- IPodExport<br><br><a href="http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/ipodexport/IpodListItem.h?revision=1033800&view=markup">http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/ipodexport/IpodListItem.h?revision=1033800&view=markup</a><br>

<br>All these tools use a dedicated list widget of items to process.<br><br>The common widget is KipiPlugins::ImagesList :<br><br><a href="http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/common/libkipiplugins/widgets/imageslist.h?revision=1181681&view=markup">http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/common/libkipiplugins/widgets/imageslist.h?revision=1181681&view=markup</a><br>

<br>It's already used here for ex :<br><br><a href="http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/sendimages/imagespage.cpp?revision=1058617&view=markup">http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/sendimages/imagespage.cpp?revision=1058617&view=markup</a><br>

<br></div></div><a href="http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebimglist.h?revision=1114544&view=markup">http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebimglist.h?revision=1114544&view=markup</a><br>

<br><a href="http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/expoblending/importwizard/itemspage.cpp?revision=1069270&view=markup">http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/expoblending/importwizard/itemspage.cpp?revision=1069270&view=markup</a><br>

<br>Gilles<br>