Re: [Development] Development Digest, Vol 20, Issue 50

2013-05-23 Thread Simon Lees
On 24/05/13 14:07, development-requ...@qt-project.org wrote: > Date: Thu, 23 May 2013 07:58:42 -0700 > From: Thiago Macieira > Subject: Re: [Development] Undocumented change in behavior of QLocale > toInt() between Qt4 and Qt5 > To:development@qt-project.org > Message-ID: <31941258.asBcdyD

[Development] CI status as of 23. May 2013

2013-05-23 Thread Sarajärvi Tony
Hi A summary of all the problems and current status. 1) Jenkins drops connections to clients - PARTIALLY FIXED Initially this was only a windows problem, that occurred when we updated Java from U7 to U17. Apparently at the same time, some of the Javas on some machines got f#¤ked and we e

Re: [Development] C++11 decltype magic with a container?

2013-05-23 Thread Olivier Goffart
On Thursday 23 May 2013 17:36:14 Olivier Goffart wrote: > On Thursday 23 May 2013 17:24:35 Stephen Kelly wrote: > > On Thursday, May 23, 2013 07:56:16 Thiago Macieira wrote: > > > On quinta-feira, 23 de maio de 2013 16.12.27, Stephen Kelly wrote: > > > > I was not referring to the patch in gerrit.

Re: [Development] C++11 decltype magic with a container?

2013-05-23 Thread Olivier Goffart
On Thursday 23 May 2013 17:24:35 Stephen Kelly wrote: > On Thursday, May 23, 2013 07:56:16 Thiago Macieira wrote: > > On quinta-feira, 23 de maio de 2013 16.12.27, Stephen Kelly wrote: > > > I was not referring to the patch in gerrit. I was referring to the code > > > I > > > pasted. It contains a

Re: [Development] C++11 decltype magic with a container?

2013-05-23 Thread Stephen Kelly
On Thursday, May 23, 2013 07:56:16 Thiago Macieira wrote: > On quinta-feira, 23 de maio de 2013 16.12.27, Stephen Kelly wrote: > > I was not referring to the patch in gerrit. I was referring to the code I > > pasted. It contains a struct called 'A', and I made a note and a comment > > about enable

Re: [Development] Undocumented change in behavior of QLocale toInt() between Qt4 and Qt5

2013-05-23 Thread Thiago Macieira
On quinta-feira, 23 de maio de 2013 17.13.59, Simon Lees wrote: > Hi All, > Seen as i don't have points to make doc notes or edit the wiki and > within 3 minutes of searching i couldn't find a easy way to reach the > doc team ill send this here. > > QLocale toInt in Qt 4 took a default paramater f

Re: [Development] C++11 decltype magic with a container?

2013-05-23 Thread Thiago Macieira
On quinta-feira, 23 de maio de 2013 16.12.27, Stephen Kelly wrote: > I was not referring to the patch in gerrit. I was referring to the code I > pasted. It contains a struct called 'A', and I made a note and a comment > about enable_if. Oh! Somehow I missed that! Yes, you need to add those enab

Re: [Development] C++11 decltype magic with a container?

2013-05-23 Thread Stephen Kelly
On Wednesday, May 22, 2013 12:24:39 Thiago Macieira wrote: > On quarta-feira, 22 de maio de 2013 19.34.49, Stephen Kelly wrote: > > > The operator exists and there's nothing preventing it from existing. The > > > problem is that the operator exists but can't be used. > > > > Yes. > > > > > It doe

Re: [Development] Builds failing due to android host

2013-05-23 Thread Sarajärvi Tony
Yes we have. We call it the 'dev-ci' side, short for development. We've cloned a few machines from the CI to the dev-ci side, and also have gerrit, testresults-server etc duplicated with bogus data. However, small things and commits done by others than the CI team tend to get pushed directly to

Re: [Development] Builds failing due to android host

2013-05-23 Thread Roscher-Nielsen Nils Christian
Hi, Do we have something like a production and a test environment, so that we can push changes, updates, upgrades etc. to the test environment to see if it works, before using it in production? Realistically things will fail more often than we hope, and as Tony say, there is usually something w

Re: [Development] Nominating Allan Sandfeld as approver

2013-05-23 Thread Sergio Ahumada
On 05/23/2013 10:32 AM, Hausmann Simon wrote: > Hi, > > Several months later with no objections, I think it is time to congratulate > Allan on becoming a Qt approver! :) > > Can the Gerrit masters please add him to the appropriate groups? done -- Sergio Ahumada Release Engineer - Digia, Qt

[Development] HEADS UP: Qt 5.1.0 RC1 - merge stable into release

2013-05-23 Thread Sergio Ahumada
Hi, We are about to start "Qt 5.1.0 RC1" release, which means that: - We plan to do a fast-forward merge from 'stable' into 'release' branch on May 27th. So no CI involved here [1]. - After May 27th any changes that are required for 5.1.0 need to be pushed to the 'release' branch. So if your c

Re: [Development] Nominating Allan Sandfeld as approver

2013-05-23 Thread Hausmann Simon
Hi, Several months later with no objections, I think it is time to congratulate Allan on becoming a Qt approver! :) Can the Gerrit masters please add him to the appropriate groups? Thanks :) Simon From: Simon Hausmann [simon.hausm...@digia.com] Sent: Th

[Development] Undocumented change in behavior of QLocale toInt() between Qt4 and Qt5

2013-05-23 Thread Simon Lees
Hi All, Seen as i don't have points to make doc notes or edit the wiki and within 3 minutes of searching i couldn't find a easy way to reach the doc team ill send this here. QLocale toInt in Qt 4 took a default paramater for base = 0, this means that the default behavior is to handle the conver