Hey Laurent I've pushed the commit[1] in both KDE/4.9 and master.
Let me know if there is anything else. [1] http://commits.kde.org/nepomuk-core/efaabc710d6de2deaae25b0cdd0e16bc254eec1f On Wed, Jul 11, 2012 at 4:44 PM, laurent Montel <[email protected]> wrote: > oki thanks. > Regards. > > Le mercredi 11 juillet 2012 15:49:39 Vishesh Handa a écrit : > > On Wed, Jul 11, 2012 at 1:30 PM, laurent Montel <[email protected]> wrote: > > > Hi vishesh > > > (sorry I am not on nepomuk ML) > > > Any news ? > > > > I was waiting for Sebastian to give his opinion, but I haven't heard back > > from him. > > > > I'll wait till tomorrow, and then add the function back again. > > > > > Regards > > > > > > Le samedi 7 juillet 2012 11:55:35 laurent Montel a écrit : > > > > Le samedi 7 juillet 2012 03:17:34 Vishesh Handa a écrit : > > > > > On Fri, Jul 6, 2012 at 6:06 PM, laurent Montel <[email protected]> > wrote: > > > > > > Hi Vishesh > > > > > > > > > > > > I want to port kdepim trunk to nepomuk-core and > > > > > > "Nepomuk::Tag::allTags()" > > > > > > What function I must use now ? > > > > > > > > > > Well, I can provide an allTags function if you want. > > > > > > > > It's necessary in kmail :) > > > > We need to have allTag() to allow to show all tag and select which > tag > > > > > > which > > > > > > > want to apply. Otherwise we don't know which tag we can apply. > > > > > > > > > The reason I'd removed > > > > > it was cause it was blocking, and the number of tags could be quite > > > > > > high. > > > > > > > I understand. > > > > > > > > > One should ideally be using an asynchronous query for the tags > (maybe > > > > > > via > > > > > > > > the QueryServiceClient) > > > > > > > > > > Then again, listing all the tags is such a common operation that > maybe > > > > > > we > > > > > > > > should be providing it. > > > > > > > > > > @Sebastian: What do you think? > > > > > > > > > > > Thanks :) > > > > > > Regards > > > > > > > > > > > > foreach( const Nepomuk::Tag &tag, Nepomuk::Tag::allTags() ) { > > > > > > > > > > > > mParameterList.append( tag.label() ); > > > > > > mLabelList.append( tag.resourceUri().toString() ); > > > > > > > > > > > > } > > > > > > > > > > > > -- > > > > > > Laurent Montel | [email protected] | KDE/Qt Senior > Software > > > > > > Engineer > > > > > > KDAB (France) S.A.S., a KDAB Group company > > > > > > Tel. France +33 (0)4 90 84 08 53, Sweden (HQ) +46-563-540090 > > > > > > KDAB - Qt Experts - Platform-independent software solutions > > > > > > > > -- > > > > Laurent Montel | [email protected] | KDE/Qt Senior Software > > > > > > Engineer > > > > > > > KDAB (France) S.A.S., a KDAB Group company > > > > Tel. France +33 (0)4 90 84 08 53, Sweden (HQ) +46-563-540090 > > > > KDAB - Qt Experts - Platform-independent software solutions > > > > > > -- > > > Laurent Montel | [email protected] | KDE/Qt Senior Software > Engineer > > > KDAB (France) S.A.S., a KDAB Group company > > > Tel. France +33 (0)4 90 84 08 53, Sweden (HQ) +46-563-540090 > > > KDAB - Qt Experts - Platform-independent software solutions > -- > Laurent Montel | [email protected] | KDE/Qt Senior Software Engineer > KDAB (France) S.A.S., a KDAB Group company > Tel. France +33 (0)4 90 84 08 53, Sweden (HQ) +46-563-540090 > KDAB - Qt Experts - Platform-independent software solutions >
_______________________________________________ Nepomuk mailing list [email protected] https://mail.kde.org/mailman/listinfo/nepomuk
