Re: Introducing a plugin loading approach inside of the KWallet convenience API

2013-02-08 Thread Valentin Rusu
Sorry for the late reply. I only see this message now. On Monday 14 January 2013 17:07:50 Alex Fiestas wrote: > Is this Frameworks5 material only? Or could be backported to kdelibs master? > > I know that kdelibs master is frozen, but I remember that we talked months > ago to do an exception, but

Re: Introducing a plugin loading approach inside of the KWallet convenience API

2013-01-14 Thread Alex Fiestas
Is this Frameworks5 material only? Or could be backported to kdelibs master? I know that kdelibs master is frozen, but I remember that we talked months ago to do an exception, but I don't remember if we decided to do it or not. Thanks!

Re: Introducing a plugin loading approach inside of the KWallet convenience API

2012-10-29 Thread Valentin Rusu
On 10/29/2012 07:07 PM, Albert Astals Cid wrote: Can we please please plase be sure this time it works? Don't want to repeat the fiasco we had with ksecretservice that was introduced in 4.8 and then removed in 4.9 since it wasn't really working. Well, this time I'll do things more carefully, on

Re: Introducing a plugin loading approach inside of the KWallet convenience API

2012-10-29 Thread Albert Astals Cid
Have not read anything since i'm ultra busy, so please disregard my message if it is off topic Can we please please plase be sure this time it works? Don't want to repeat the fiasco we had with ksecretservice that was introduced in 4.8 and then removed in 4.9 since it wasn't really working. Ch

Re: Introducing a plugin loading approach inside of the KWallet convenience API

2012-10-28 Thread Valentin Rusu
On 10/28/2012 08:43 PM, Thiago Macieira wrote: On domingo, 28 de outubro de 2012 19.42.29, Valentin Rusu wrote: Any thoughts about this? Yes: why do you need plugins? From the description, you could do both with simple classes inside the library. Unless you need to link to the secret service

Re: Introducing a plugin loading approach inside of the KWallet convenience API

2012-10-28 Thread Thiago Macieira
On domingo, 28 de outubro de 2012 19.42.29, Valentin Rusu wrote: > Any thoughts about this? Yes: why do you need plugins? >From the description, you could do both with simple classes inside the library. Unless you need to link to the secret services library, if there's one. -- Thiago Macieira

Introducing a plugin loading approach inside of the KWallet convenience API

2012-10-28 Thread Valentin Rusu
Hello, After quite a while of being busy with some other, "real world", tasks, I managed to finish the plugin loading logic inside the KWallet API. :-) ** The context ** Be able to switch from KWallet to KSecretsService, which is an implementation of the freedesktop.org secret service [1] Thi