Archive for 20. September 2006

Re: reorder member initialization…
Thanks, Atul! Yes, these warnings are quite annoying and appear often because the corresponding header is included by LocalPeer.h, which is included in a number of .cpp files. To be (more...)
Re: Re: Fix for compiling with g++ 4.1.1…
Hi Atul, thanks for the post and officially welcome to Calitko! Dario reported this issue just a few days ago (http://www.calitko.org/source-talk/58. The patch is already applied in the mainstream. You (more...)
Re: Fix for compiling with g++ 4.1.1…
... atul wrote: I rewrote it as namespace Gnutella { /* Atul -- commented the following line */ // class Gnutella::Workaround { class Workaround { }; } I mean use the undecorated class name...
Fix for compiling with g++ 4.1.1…
Dear all I am new here but hope to catch up on the exciting stuff being done here ;-) Thanks to  Peter, I  was able to  build  ( old  qmake  was screwing (more...)
Re: LocalPeer as a facade for searching
Thanks for the patch, Anders! I committed it in revision 40. I can imagine that we have a SearchService, which ultimately will support simple plain text searches and advanced metadata searches. (more...)
reorder member initialization…
Dear all I got the following warning while compiling calitko-0.5.4 Gui/SearchModel.h: In constructor ‘SearchResult::SearchResult(const QString&, const QString&, const quint32&, quint32, QString, QString)’: Gui/SearchModel.h:71: warning: ‘SearchResult::speed’ will be initialized after Gui/SearchModel.h:68: warning:   ‘QString SearchResult::rating’ Gui/SearchModel.h:31: warning:   (more...)