Hi everyone,<br>      Just when I was thinking of starting a new thread in respect to Kipi-plugin under developement by me, I came to see this post. I think its relevant to ask my question in this thread.<br><br>This in regards to QT 
3.3's limitation of not allowing HTTPS post needed for a new. QT 4.3 has support for HTTPS connection and so HTTPS post. My plugin is nearly done but I would like to use HTTPS connection for authentication purposes instead of HTTP post (both are allowed by the website, the post URL being an HTTPS one)
<br><br>I see that kipi-plugins have started porting to KDE 4. Though none of the host application have done such a port. Doesn't this make the current development build of kipi unusable with host apps ? I have been stricktly using QT 
3.3 for this fear. Should I just go ahead and start using QT 4, libraries and APIs ? [Is it okay to have a different QT library used for building libkipi, kipiplugins and another for Digikam ?]<br><br>Another question: Is there any other way, I can use QT 
3.3 and get the https post functionality i.e by using another C++/C library just for HTTPS connection ? Does KDE have any extra support for https post (I have been using transferJob with http_post for http post and couldn't find any https_post method.)
<br><br><br>Vardhman<br><div><span class="gmail_quote">On 6/13/07, <b class="gmail_sendername">Gilles Caulier</b> <<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>> wrote:</span><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><span class="gmail_quote">2007/6/13, Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">caulier.gilles@gmail.com</a>>:</span>
<div><span class="e" id="q_11323bc48c94b2f9_1"><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><span class="gmail_quote">2007/6/13, Achim Bohnet <<a href="mailto:ach@mpe.mpg.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ach@mpe.mpg.de</a>>:</span><div><span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tuesday, 12. June 2007, Gerhard Kulzer wrote:<br>> Am Tuesday 12 June 2007 schrieb Angelo Naselli:<br>> > Alle lunedì 11 giugno 2007, Gilles Caulier ha scritto:<br>> > > Hi all,<br>> > ><br>


> > > See below the future digiKam plans :<br>> > ><br>> > > DIGIKAM 0.9.2 FINAL RELEASE:<br>> > > ---------------------------------------------<br>> > ><br>> > > The 
0.9.2-final release date is near. Like Gerhard will back at home<br>> > > today (:=))), final release will be done at soon.<br>> > ><br>> > > Gerhard, just a little tip : the libkdcraw need to be released again
<br>> > > following #146464 B.K.O file. the library have been patched to fix this<br>> > > bug. So 0.9.2-final will need a new small 0.1.1 release of libkdcraw...<br>> > ><br>> > > Angelo, Achim : Please take a care to provide a new package of this
<br>> > > library for Mandriva and Debian at the same time than digiKam 0.9.2.<br>> > > thanks in advance...<br>> ><br>> > hmm, the problem is that often i see that digikam has been released and
<br>> > then i know it. Maybe in a case like this one we can talk, also in private,<br>> > to get the related libraries released first ;)<br>> ><br>> > Ok, if you can wait for a day more, tonight i can release new libkdcraw
<br>> > tonight and maybe a kipi-plugins rc1(?) beta2(?), I would have liked the<br>> > rc1 to get final ready for the next week, but i haven't got the time to see<br>> > the state of bugs by now, and it depends on docs status anyway....
<br>> ><br>> > Is it ok for you?<br>> ><br>> > Angelo<br>><br>> Can you give me a release hour for libkdcraw tomorrow? Then I can sync 0.9.2<br>> final with it.<br><br>Hi Gerhard,<br><br>

Angelo and me tried to get the tarball ready but did not finish.
<br><br>The problems were/are:<br><br> 1) kdcraw binary needs to be installed into $prefix/lib/libkdcraw<abi-major>/kdcraw<br>   so libkdcraw0 and libkdraw1 can be installed in parallel  (fixed with commit:<br>   674731)  See also: 
<a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLIBLIBRARIESFORPROGRAMMINGANDPA" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLIBLIBRARIESFORPROGRAMMINGANDPA
</a><br><br> 2) libkdcraw.mo files need to be installed as libkdcraw<abi-major>.mo. Again to
<br>   allow libkdcraw0 and libkdraw1 installations at the same time.<br><br>   @Gilles: how are the translations loaded?  There no insertCatalog like in the<br>   old libkexif lib.</blockquote></span></div><div><br>Right ...
<br>
<br>
Note this problem exist too about libkipi witch include translation strings... About libkexiv2, there is no translations file... It's a pure low level C++ interface.<br>
<br>
Well, this can be a problem with translations from libkdcraw and
likipi. I'm so surprised than nobody have never reported this problem
before...<br>
<br>
If i take a look in branches/extragear/kde3/graphics, i can see than no kipi host program includes libkipi catalog for example (gwenview, kphotoalbum, showimg).<br>
<br>
I can see only this line on digikam/digikam/main.cpp:<br>
<br>
KGlobal::locale()->insertCatalogue("kipiplugins");<br>
<br>
So my question is simple : has we need to have an insert catalog for libkipi and libkdcraw in kipi hosts ?<br>
<br>
Gilles</div></div><br>
</blockquote></span></div></div><br>I have take a look in old libkexif library :<br><br><a href="http://websvn.kde.org/tags/libkexif/0.2.5-final/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://websvn.kde.org/tags/libkexif/0.2.5-final/
</a><br><br>...where we can found 3 call of KGlobal::locale()->insertCatalogue("libkexif"); in widgets implementation...
<br><br>I suspect than it's must be done in libkdcraw and libkipi...<br><br>Your viewpoints ?<br><span class="sg"><br>Gilles<br><br>
</span><br>_______________________________________________<br>Digikam-devel mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Digikam-devel@kde.org">Digikam-devel@kde.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://mail.kde.org/mailman/listinfo/digikam-devel" target="_blank">
https://mail.kde.org/mailman/listinfo/digikam-devel</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Blogs: <a href="http://vardhman.blogspot.com">http://vardhman.blogspot.com</a><br>