Re: [Development] [Releasing] Bumping Qt 4 version to 4.8.5

2012-12-03 Thread Vladimir Minenko
> After yesterdays release we are planning to bump the Qt 4 version to 4.8.5. Guys, would it be a big problem to wait with this until the end of this week? We are releasing the final NDK this week and a change in the version is will cause trouble. We will definitely revert it internally which wi

Re: [Development] qt-jambi-inter...@qt.nokia.com

2012-12-03 Thread Thiago Macieira
On terça-feira, 4 de dezembro de 2012 01.07.48, Darryl Miles wrote: > I understand this point in respect to the old list > qt-jambi-inter...@qt-project.org. That's not the old list. That's the new list. > > I understand in respect of users signing up to a new list. So the > question I need to de

Re: [Development] Qt 5 RC Testing

2012-12-03 Thread techabc
I comiple 5.0.0_rc1/backups/2012-12-03-362/ with msvc2012, and find two problem as below: 1. I use http://sourceforge.net/projects/winflexbison but must rename win_bison.exe to bison.exe I suggest that the script should give t

Re: [Development] Qt 5 RC Testing

2012-12-03 Thread Yang Fan
Hi, It seems there is no progress on https://bugreports.qt-project.org/browse/QTWEBKIT-383. I think it's very important, at least for me, we Chinese will read Chinese web page everyday, but it fails on Windows platform. On Mon, Dec 3, 2012 at 9:34 PM, Linaae Hanne wrote: > Sorry, quoting got m

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
2012/12/3 Francisco Lopes > I've created this stackoverflow question regarding all of this: > > http://stackoverflow.com/questions/13693871/is-this-a-defect-in-the-c11-standard > So, in the end, now it must be a bug in the compiler =D ___ Development m

Re: [Development] qt-jambi-inter...@qt.nokia.com

2012-12-03 Thread Darryl Miles
Thiago Macieira wrote: > On segunda-feira, 3 de dezembro de 2012 16.47.09, Darryl Miles wrote: >> If the Qt Jambi mailing list moves to be hosted @list.qt-project.org >> what kind of assurances might there be that this same scenario doesn't >> happen again ? This seems a pertinent question to ask,

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
I've created this stackoverflow question regarding all of this: http://stackoverflow.com/questions/13693871/is-this-a-defect-in-the-c11-standard ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/developme

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
2012/12/3 Francisco Lopes > 2012/12/3 Thiago Macieira > >> Looks like a defect in the standard then. It requires initialisation with >> =. >> > > Yes, indeed it looks like. > #define ATOMIC_VAR_INIT(value) see below The macro expands to a token sequence suitable for constant initialization of

Re: [Development] Branches

2012-12-03 Thread Lincoln Ramsay
On 04/12/12 02:29, Knoll Lars wrote: > since there has been some confusion about the branches we created, let me try > to clarify ... and document on a wiki or something? For the people that won't see this email but might search for this info? And for the people that don't look but need the rem

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
2012/12/3 Thiago Macieira > Looks like a defect in the standard then. It requires initialisation with > =. > Yes, indeed it looks like. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 19.38.36, Francisco Lopes wrote: > Well, in any way, according to what has been pointed from the standard, any > assignment initialization would require a copy construction, not mattering > whether it contains braces, even if it's elided thereafter for runtim

Re: [Development] Branching 5.0

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 22.26.19, João Abecasis wrote: > > Let's try to just push fixes for things that will block the release > > , > > Isn't this the definition of the "release" branch? If we are in > release mode, if we only w

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
2012/12/3 Francisco Lopes > I got your point, the question it seems is that the macro must be valid > for the assignment initialization in the first place. Well, in any way, according to what has been pointed from the standard, any assignment initialization would require a copy construction, no

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
I got your point, the question it seems is that the macro must be valid for the assignment initialization in the first place. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 18.08.01, Francisco Lopes wrote: > Can you point out where in the standard brace assignment initialization is > not supposed to invoke a copy constructor? Because from what I've pointed, > I only see this case, and so I see both the compiler not working as >

Re: [Development] Branching 5.0

2012-12-03 Thread João Abecasis
Sergio Ahumada wrote: > So as far as I understand, we should merge 'master' into 'dev' at some > point (twice a week?) and then delete the 'master' branch at some point. > This is mainly because we don't want to take non-blockers into 'stable'. > > For those who need something into 'stable' which i

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
8.5.4 List-initialization [dcl.init.list] 1 List-initialization is initialization of an object or reference from a braced-init-list. Such an initializer is called an initializer list, and the comma-separated initializer-clauses of the list are called the elements of the initializer list. An initia

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
2012/12/3 Thiago Macieira > On segunda-feira, 3 de dezembro de 2012 15.37.13, Francisco Lopes wrote: > > Please take a look at my last comment on the bug report ( > > http://llvm.org/bugs/show_bug.cgi?id=14486#c10). If my analysis is > right, > > it's wrong to use "= {0}" with an inaccessible cop

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 15.37.13, Francisco Lopes wrote: > Please take a look at my last comment on the bug report ( > http://llvm.org/bugs/show_bug.cgi?id=14486#c10). If my analysis is right, > it's wrong to use "= {0}" with an inaccessible copy constructor. Looking at N3337, this

Re: [Development] Branches

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 14.44.12, Rafael Roquetto wrote: > > * Changes have to be source and binary compatible (until 5.0.0 is out, I > > can approve exceptions. But you'll need extremely good reasons) > > * No new methods and classes can be added > > Does it also apply for QPA pl

Re: [Development] qt-jambi-inter...@qt.nokia.com

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 16.47.09, Darryl Miles wrote: > Yes I think it worthwhile to send a last email to all subscribers > explaining that the list(s) have now shutdown with a list of new > resources and new places and a suggested replacement mailing-list. > > > > If the Qt Jamb

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
Please take a look at my last comment on the bug report ( http://llvm.org/bugs/show_bug.cgi?id=14486#c10). If my analysis is right, it's wrong to use "= {0}" with an inaccessible copy constructor. ___ Development mailing list Development@qt-project.org ht

Re: [Development] Qt5 + QtCreator master - does not compile

2012-12-03 Thread Diego Iastrubni
On Mon, Dec 3, 2012 at 5:44 PM, Thiago Macieira wrote: > On segunda-feira, 3 de dezembro de 2012 14.52.48, Diego Iastrubni wrote: > > make[3]: Entering directory > > `/home/diego/src/qt5/build/qtdeclarative/src/imports' > > cd folderlistmodel/ && ( test -f Makefile || > > /home/diego/src/qt5/build

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Olivier Goffart
On Monday 03 December 2012 07:43:21 Thiago Macieira wrote: > On segunda-feira, 3 de dezembro de 2012 15.09.15, Stephen Kelly wrote: > > On Monday, December 03, 2012 12:02:14 Francisco Lopes da Silva wrote: > > > > Wow, I missed that in my sample, now I see. Indeed it looks like a > > > > compiler b

Re: [Development] qt-jambi-inter...@qt.nokia.com

2012-12-03 Thread Darryl Miles
I understand on not getting direct access to the old subscriber list due to privacy concerns. Yes I think it worthwhile to send a last email to all subscribers explaining that the list(s) have now shutdown with a list of new resources and new places and a suggested replacement mailing-list.

Re: [Development] Branches

2012-12-03 Thread Rafael Roquetto
Hi Lars, On Mon, Dec 03, 2012 at 04:29:24PM +, Knoll Lars wrote: > Hi, > Stable: > > This branch will be the basis for Qt 5.0 and subsequent patch level releases. > The following policies apply here: > > * Changes have to be source and binary compatible (until 5.0.0 is out, I can > approv

[Development] Branches

2012-12-03 Thread Knoll Lars
Hi, since there has been some confusion about the branches we created, let me try to clarify. We currently have three branches: dev, stable and master. Dev: Dev is the branch where you can land anything that's supposed to go into 5.1. The following policies apply: * Changes have to be source

Re: [Development] Nominating roquetto for approver status

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 15.46.05, Marc Mutz wrote: > On Monday December 3 2012, Robin Burchell wrote: > > Hi all, > > > > I'd like to nominate Rafael for approver status. Rafael has done a lot > > of work on the QNX/BlackBerry port (possibly other areas, that's just > > the main on

Re: [Development] Qt5 + QtCreator master - does not compile

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 14.52.48, Diego Iastrubni wrote: > make[3]: Entering directory > `/home/diego/src/qt5/build/qtdeclarative/src/imports' > cd folderlistmodel/ && ( test -f Makefile || > /home/diego/src/qt5/build/qtbase/bin/qmake > /home/diego/src/qt5/qtdeclarative/src/imports/

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 15.09.15, Stephen Kelly wrote: > On Monday, December 03, 2012 12:02:14 Francisco Lopes da Silva wrote: > > > Wow, I missed that in my sample, now I see. Indeed it looks like a > > > compiler bug indeed. I'll report to LLVM Bug List. > > > > > > > > Reported

Re: [Development] Branching 5.0

2012-12-03 Thread Thiago Macieira
On segunda-feira, 3 de dezembro de 2012 10.12.44, Giuseppe D'Angelo wrote: > Is the new three-branches system documented somewhere on the wiki? I don't know if anyone copied the contents of the email to it. I know I didn't. Just in case it's necessary, the images I had attached were produced by

Re: [Development] Nominating roquetto for approver status

2012-12-03 Thread Marc Mutz
On Monday December 3 2012, Robin Burchell wrote: > Hi all, > > I'd like to nominate Rafael for approver status. Rafael has done a lot > of work on the QNX/BlackBerry port (possibly other areas, that's just > the main one I've noticed and interacted with him), and is generally > quite enjoyable to w

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes
2012/12/3 Stephen Kelly > On Monday, December 03, 2012 12:02:14 Francisco Lopes da Silva wrote: > > > Wow, I missed that in my sample, now I see. Indeed it looks like a > > > compiler bug indeed. I'll report to LLVM Bug List. > > > > Reported to http://llvm.org/bugs/show_bug.cgi?id=14486. > > Is

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Stephen Kelly
On Monday, December 03, 2012 12:02:14 Francisco Lopes da Silva wrote: > > Wow, I missed that in my sample, now I see. Indeed it looks like a > > compiler bug indeed. I'll report to LLVM Bug List. > > Reported to http://llvm.org/bugs/show_bug.cgi?id=14486. Is there a workaround for this issue? Cl

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes da Silva
> > Wow, I missed that in my sample, now I see. Indeed it looks like a > compiler bug indeed. I'll report to LLVM Bug List. > Reported to http://llvm.org/bugs/show_bug.cgi?id=14486. ___ Development mailing list Development@qt-project.org http://lists.qt-

Re: [Development] Error "invokes deleted constructor" while building Qt5 with clang and libc++

2012-12-03 Thread Francisco Lopes da Silva
2012/12/3 Olivier Goffart > On Sunday 02 December 2012 23:02:15 Thiago Macieira wrote: > > On segunda-feira, 3 de dezembro de 2012 07.53.07, Olivier Goffart wrote: > > > I was able to reproduce the error by making QMetaTypeIdQObject a > template. > > > (On linux with both clang 3.1 and clang trun

Re: [Development] Nominating roquetto for approver status

2012-12-03 Thread Sean Harmer
On Monday 03 December 2012 14:31:22 Robin Burchell wrote: > Hi all, > > I'd like to nominate Rafael for approver status. Rafael has done a lot > of work on the QNX/BlackBerry port (possibly other areas, that's just > the main one I've noticed and interacted with him), and is generally > quite enjo

Re: [Development] Qt 5 RC Testing

2012-12-03 Thread Linaae Hanne
Sorry, quoting got messed up, so trying again: On 12/3/12 2:00 PM, "Motyka Rafal" wrote: >Qt 5 RC release testing continues. We would like to kindly ask the Qt >Community for help by testing the new packages. > >1. Installer packages are available here: >http://releases.qt-project.org/digia/5.0.0

[Development] Nominating roquetto for approver status

2012-12-03 Thread Robin Burchell
Hi all, I'd like to nominate Rafael for approver status. Rafael has done a lot of work on the QNX/BlackBerry port (possibly other areas, that's just the main one I've noticed and interacted with him), and is generally quite enjoyable to work with :) You can find an overview of his patches at: htt

Re: [Development] Branching 5.0

2012-12-03 Thread Oswald Buddenhagen
On Mon, Dec 03, 2012 at 12:43:17PM +0100, Ahumada Sergio wrote: > On 12/03/2012 03:46 AM, Knoll Lars wrote: > > On Dec 2, 2012, at 8:55 AM, Thiago Macieira > > wrote: > > > >> On domingo, 2 de dezembro de 2012 14.52.12, Knoll Lars wrote: > Most of the pending changes in master today are fix

Re: [Development] Qt 5 RC Testing

2012-12-03 Thread Linaae Hanne
On Dec 3, 2012, at 2:00 PM, Motyka Rafal wrote: Qt 5 RC release testing continues. We would like to kindly ask the Qt Community for help by testing the new packages. 1. Installer packages are available here: http://releases.qt-project.org/digia/5.0.0_rc1/backups/2012-12-03-362/ 2. We're

[Development] Qt 5 RC Testing

2012-12-03 Thread Motyka Rafal
Hello, Qt 5 RC release testing continues. We would like to kindly ask the Qt Community for help by testing the new packages. 1. Installer packages are available here: http://releases.qt-project.org/digia/5.0.0_rc1/backups/2012-12-03-362/ 2. We're still working to fix issues. The list of

Re: [Development] Qt5 + QtCreator master - does not compile

2012-12-03 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > Behalf Of Diego Iastrubni > Sent: Monday, December 03, 2012 1:53 PM > To: development > Subject: [Development] Qt5 + QtCreator master

Re: [Development] Qt5 + QtCreator master - does not compile

2012-12-03 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > Behalf Of Diego Iastrubni > Sent: Monday, December 03, 2012 1:53 PM > To: development > Subject: [Development] Qt5 + QtCreator master

[Development] Qt5 + QtCreator master - does not compile

2012-12-03 Thread Diego Iastrubni
Hi All, For a few weeks (2?) I am seeing this error in Qt5 compilations: make[3]: Entering directory `/home/diego/src/qt5/build/qtdeclarative/src/imports' cd folderlistmodel/ && ( test -f Makefile || /home/diego/src/qt5/build/qtbase/bin/qmake /home/diego/src/qt5/qtdeclarative/src/imports/folderli

Re: [Development] Nominating Mitch Curtis for approver

2012-12-03 Thread Mitch Curtis
Thanks guys! On Saturday, December 01, 2012 08:39:21 AM Knoll Lars wrote: > Another +1 from me. > > Cheers, > Lars > > On Dec 1, 2012, at 9:31 AM, Hausmann Simon > wrote: > > > +1 > > > > Simon > > > > -- > > Sendt fra min Nokia N901.12.12 01:53 skrev Thiago Macieira: > > On sexta-feira, 30

Re: [Development] Branching 5.0

2012-12-03 Thread Sergio Ahumada
On 12/03/2012 03:46 AM, Knoll Lars wrote: > On Dec 2, 2012, at 8:55 AM, Thiago Macieira > wrote: > >> On domingo, 2 de dezembro de 2012 14.52.12, Knoll Lars wrote: Most of the pending changes in master today are fixes that need to go into the 5.0 release, so the branch should be merge

Re: [Development] [Solved]Qt4.8.x, qdoc3 not available Qt env variables from *.qdocconf file

2012-12-03 Thread Denis Shienkov
Oswald, Thank you very much, it seems it works on Qt4.8.x. After adding the lines: ... QTDOC = $$[QT_INSTALL_DOCS] QTDOC = $$replace(QTDOC, , /) ... include(/serialport.prf) ... qtPrepareTool(QDOC, qdoc3) qtdoc_var.name = QTDOC qtdoc_var.value = $$QTDOC qtAddToolEnv(QDOC, qtdoc_var) ... Ma

Re: [Development] Branching 5.0

2012-12-03 Thread Giuseppe D'Angelo
On 28 November 2012 19:47, Knoll Lars wrote: > > Qt 5.0 is getting closer, and we're still working to get the final release > out before the end of the year. To make this easier and also allow new > development towards 5.1 to happen again, we'll branch the qt repositories > during this weekend

Re: [Development] Qt4.8.x, qdoc3 not available Qt env variables from *.qdocconf file

2012-12-03 Thread Oswald Buddenhagen
On Fri, Nov 30, 2012 at 05:32:58PM +0400, Denis Shienkov wrote: > defineTest(qtAddToolEnv) { > } the function is fine and should work with qt4. > qtPrepareTool(QDOC, qdoc3) > yes ... > #!!! Here I assume that this function should be exported to environment the > path to Qt doc. > # i.e. equal: