Re: [Development] Release procedure in cooperation with the web team

2012-04-26 Thread Frederik Gladhorn
Onsdag 25. april 2012 10.50.42 skrev ext alexandra.lei...@nokia.com: > Hello! > > I started a wiki page with a list of stuff to do with regards to Qt > releases. It is based on our workflows from before and quite an efficient > procedure. > > http://qt-project.org/wiki/Release-procedure > > Plea

[Development] Where is the QtLocation history?

2012-04-26 Thread Stephen Kelly
Hi, I tried to help on this thread: http://thread.gmane.org/gmane.comp.lib.qt.user/1782 and found that most of the significant QtLocation history is squashed into a single commit 5f42e961560a54a2d3978b42478cd90bc8c6927d. Where are the individual commits for that? I'm sure it will be needed ag

[Development] Qt Creator Gerrit plugin started

2012-04-26 Thread Friedemann Kleint
Hi, to make contributing to your favourite project(s) even easier, a gerrit plugin has been started (commits 88bc6df12f6e037bc5973b38a538b5748c25acc4, 2193915cca82693abd0cbe69670dfee14212b6bf to Qt Creator, master). The git menu now features a 'Gerrit...' option which (after popping up the se

Re: [Development] D-Bus and (de-)marshalling of complex types (QDBusArgument)

2012-04-26 Thread Alberto Mardegan
On 04/26/2012 01:19 PM, Thiago Macieira wrote: >> However, unless I'm missing something, this only explains why we cannot >> marshal for aggregate types (structures); we should still be able to >> marshal array and dictionary types. > > Not exactly... there are two reasons why this can't be done.

Re: [Development] D-Bus and (de-)marshalling of complex types (QDBusArgument)

2012-04-26 Thread Thiago Macieira
On quinta-feira, 26 de abril de 2012 11.49.02, Alberto Mardegan wrote: > Hi all! > The current QtDBus implementation automatically marshals only the > basic D-Bus types, and puts all the complex types into a QDBusArgument. Yeah, I called it the "Pattern Buffer" when I wrote that trick in 2006. Be

[Development] D-Bus and (de-)marshalling of complex types (QDBusArgument)

2012-04-26 Thread Alberto Mardegan
Hi all! The current QtDBus implementation automatically marshals only the basic D-Bus types, and puts all the complex types into a QDBusArgument. I've found a reason for this behaviour here: http://permalink.gmane.org/gmane.comp.freedesktop.dbus/5920 However, unless I'm missing something, this o