Re: [Development] Adding new network tests

2014-06-12 Thread Sarajärvi Tony
Hi > -Original Message- > From: development-bounces+tony.sarajarvi=digia@qt-project.org > [mailto:development-bounces+tony.sarajarvi=digia@qt-project.org] On > Behalf Of Mandeep Sandhu > Sent: 12. kesäkuuta 2014 9:16 > To: Thiago Macieira > Cc: development@qt-project.org > Subject:

Re: [Development] QtWebChannel QtCS Session Notes [Was: QWebChannel: getting it ready for inclusion in Qt 5.4]

2014-06-12 Thread Heikkinen Jani
Hi! Yes, feature freeze is 8th August so in that phase this new component must be ready and part of qt5.git. Will this be essential or add-on module? If this is essential there isn't actually anything to do in the packaging side to get this is 5.4: It comes in automatically when it is part of q

Re: [Development] QtNetwork QtCS Session

2014-06-12 Thread Rutledge Shawn
On 13 Jun 2014, at 03:24, Thiago Macieira wrote: > Em qui 12 jun 2014, às 12:21:32, Jędrzej Nowacki escreveu: >> On Thursday 12 of June 2014 11:47:49 Oswald Buddenhagen wrote: >>> On Thu, Jun 12, 2014 at 10:40:03AM +0200, Jędrzej Nowacki wrote: Hi, Thanks for sending the notes :

Re: [Development] Qt for NaCl port

2014-06-12 Thread Daiwei Li
> > It doesn't matter. > If you're volunteering to support it, it will be supported. If you're not > volunteering to support and no one else volunteers, it won't be. > Are you volunteering? Potentially, but I would require help, at least for getting continuous integration running unit/integration

Re: [Development] Qt for NaCl port

2014-06-12 Thread Thiago Macieira
Em qui 12 jun 2014, às 18:25:20, Daiwei Li escreveu: > > Yes, it would be welcome in the Qt Project. The reason why it didn't go > > any > > further is that people probably got busy and did not have the time to > > continue > > supporting it. > > I see. What about maintenance? This may not be the

Re: [Development] Qt for NaCl port

2014-06-12 Thread Daiwei Li
> > Yes, it would be welcome in the Qt Project. The reason why it didn't go any > further is that people probably got busy and did not have the time to > continue > supporting it. I see. What about maintenance? This may not be the right place to ask this, but is Native Client a platform that Digi

Re: [Development] QtNetwork QtCS Session

2014-06-12 Thread Thiago Macieira
Em qui 12 jun 2014, às 12:21:32, Jędrzej Nowacki escreveu: > On Thursday 12 of June 2014 11:47:49 Oswald Buddenhagen wrote: > > On Thu, Jun 12, 2014 at 10:40:03AM +0200, Jędrzej Nowacki wrote: > > > Hi, > > > > > > Thanks for sending the notes :-) I have a question about this point: > > > > Move

[Development] QtWayland QtCS Session

2014-06-12 Thread Nichols Andy
I’ve posted my notes from the QtWayland session at QtCS2014 here: http://qt-project.org/groups/qt-contributors-summit-2014/wiki/QtCS2014_QtWayland Please feel free to edit the page if there is something I missed in my notes. Regards, Andy Nichols ___ De

Re: [Development] New class for QtWidgets: ColumnResizer

2014-06-12 Thread Oswald Buddenhagen
On Thu, Jun 12, 2014 at 04:08:17PM +0200, Aurélien Gâteau wrote: > Olivier Goffart wrote: > > But just wondering if it would not be better to have that as an API within > > QGridLayout such as > > QGridLayout::setAlignedWith(QGridLayout*) > > The class works with QFormLayout as well, so I don't

Re: [Development] New class for QtWidgets: ColumnResizer

2014-06-12 Thread Aurélien Gâteau
Olivier Goffart wrote: > On Thursday 12 June 2014 15:46:42 Aurélien Gâteau wrote: >> Great to hear! >> >> Any suggestion for the class name? I have been told ColumnResizer is not >> very intuitive. > > Perhaps QLayoutAligner? I have the feeling this does not convey the idea that the class adjus

Re: [Development] New class for QtWidgets: ColumnResizer

2014-06-12 Thread Olivier Goffart
On Thursday 12 June 2014 15:46:42 Aurélien Gâteau wrote: > Great to hear! > > Any suggestion for the class name? I have been told ColumnResizer is not > very intuitive. Perhaps QLayoutAligner? But just wondering if it would not be better to have that as an API within QGridLayout such as QGrid

[Development] QtCS: Qt3D Session Notes and Slides

2014-06-12 Thread Sean Harmer
...can be found at http://qt-project.org/groups/qt-contributors-summit-2014/wiki/Qt3D Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Pl

Re: [Development] New class for QtWidgets: ColumnResizer

2014-06-12 Thread Aurélien Gâteau
Great to hear! Any suggestion for the class name? I have been told ColumnResizer is not very intuitive. Aurélien Knoll Lars wrote: > Hi Aurélien, > > Nice. I like the idea of having something that keeps the widths > consistent. So a +1 to take it into Qt Widgets from my side :) > > Cheers, >

[Development] NOTE: Gerrit / Codereview upgrade – Service unavailable Friday June 13, 7:00 – 10:00 CEST

2014-06-12 Thread Haataja Ismo
Just to remind this will happen tomorrow morning. Hi, Gerrit (https://codereview.qt-project.org/) will be unavailable while we deploy a new version. The upgrade takes the current v2.2.1 based version to v2.7 based. Most of our customized features stay: staging system for CI, one page review an

Re: [Development] New class for QtWidgets: ColumnResizer

2014-06-12 Thread Knoll Lars
Hi Aurélien, Nice. I like the idea of having something that keeps the widths consistent. So a +1 to take it into Qt Widgets from my side :) Cheers, Lars On 12/06/14 14:40, "Aurélien Gâteau" wrote: >Hi, > >Some time ago I created a class to help keeping columns of widgets to the >same width ac

[Development] New class for QtWidgets: ColumnResizer

2014-06-12 Thread Aurélien Gâteau
Hi, Some time ago I created a class to help keeping columns of widgets to the same width across layouts, so that if you have two QGroupBoxes on top of each others with form layouts, then you can ensure the label columns of both boxes are the same width. I proposed it for inclusion in the KWidg

[Development] QtWebChannel QtCS Session Notes [Was: QWebChannel: getting it ready for inclusion in Qt 5.4]

2014-06-12 Thread Milian Wolff
On Wednesday 11 June 2014 12:44:48 Turunen Tuukka wrote: > Sounds good. > > Jani and Tony, please go through the things needed to bring this as a new > module to Qt 5.4. It is now under Qt-labs, so we need to move, rename, get > ci crunching it, prepare packaging etc. Thanks for that! I've added

Re: [Development] QtNetwork QtCS Session

2014-06-12 Thread Jędrzej Nowacki
On Thursday 12 of June 2014 11:47:49 Oswald Buddenhagen wrote: > On Thu, Jun 12, 2014 at 10:40:03AM +0200, Jędrzej Nowacki wrote: > > Hi, > > > > Thanks for sending the notes :-) I have a question about this point: > > > Move QtNetowrk into its own git modules > > > > > >Thiago: Network can

Re: [Development] QtNetwork QtCS Session

2014-06-12 Thread Oswald Buddenhagen
On Thu, Jun 12, 2014 at 10:40:03AM +0200, Jędrzej Nowacki wrote: > Hi, > > Thanks for sending the notes :-) I have a question about this point: > > > Move QtNetowrk into its own git modules > >Thiago: Network cannot swapped out into its own module, due to dbus > >reqiring it in the futu

[Development] Disable printing support

2014-06-12 Thread Massimo Callegari
Hello everyone, a very simple question: is it possible to disable qtbase printing support ? I couldn't find an option in the 5.3.0 configure script. I'm working on an embedded platform and disabling printing support would save around 1MB, considered also that if QtWebKit detects libQtPrintSupport

Re: [Development] QtNetwork QtCS Session

2014-06-12 Thread Jędrzej Nowacki
Hi, Thanks for sending the notes :-) I have a question about this point: > Move QtNetowrk into its own git modules >Thiago: Network cannot swapped out into its own module, due to dbus >reqiring it in the future Why dbus can not be moved to a separate module or together with networking

Re: [Development] New Qt5.3.1 snapshot available

2014-06-12 Thread Heikkinen Jani
Seems that something went wrong with windows build/packaging & some libs etc are missing and so on windows packages aren't usable :( See https://bugreports.qt-project.org/browse/QTBUG-39594 Sorry about that! Linux & Mac packages should be OK Br, Jani From: development-bounces+jani.heikkinen=di