On Sun, Oct 28, 2012 at 8:03 PM, Kevin Krammer wrote:
>
> > This is for the parsing purposes - the library uses QJson parser/mapper,
> > which automagically maps the received json data to qobjects, otherwise
> > there would have to be manual parsing everywhere (and the facebook jsons
> > are huge
On Thursday, October 25, 2012 20:00:25 Aaron J. Seigo wrote:
> not automatically, no. but QActions are QObjects, so you can attach to their
> signals in the QML.
And it's quite wonky, for example offering a list of QActions
(QDeclarativeListProperty or QList, even with the payload casted to QObje
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
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
On Sunday, 2012-10-28, Martin Klapetek wrote:
> On Sat, Oct 27, 2012 at 6:05 PM, Kevin Krammer wrote:
> > - FacebookJob(QString, QString) calls setCapabilities,
> > FacebookJob(QString) does not
> >
> > - Is the FacebookJob(QString) constructor really needed. It seems all
> > jobs need a path
>
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
On domingo, 28 de outubro de 2012 17.12.31, Frank Reininghaus wrote:
> The functions with statics are:
>
> 1. KStringHandler::isUtf8(const char *)
>
> http://api.kde.org/4.9-api/kdelibs-apidocs/kdecore/html/kstringhandler_8cpp_
> source.html#l00204
Do notice that it's static const POD. Since it'
2012/10/27 Thiago Macieira:
> On sexta-feira, 26 de outubro de 2012 22.44.23, Thiago Macieira wrote:
>> On sexta-feira, 26 de outubro de 2012 21.06.35, Frank Reininghaus wrote:
>> > Yes, I thought the same, but then I wasn't entirely sure if all these
>> > functions really are thread-safe. Some of
On Saturday 27 October 2012, Allen Winter wrote:
> On Saturday 27 October 2012 03:23:34 PM Alexander Neundorf wrote:
> > Hi,
> >
> > I have worked since last year basically only in the kdelibs frameworks
> > branch...
> >
> > So, what is the git workflow for KDE 4.x kdelibs ?
> > I looked around