Re: [Development] Dropping the Q prefix from class names

2012-04-02 Thread Sivan Greenberg
I join Artur here, and Qt has *always been* revolutionary. So I don't expect anything short of qt5. -Sivan On Mon, Apr 2, 2012 at 2:34 PM, Artur Souza (MoRpHeUz) wrote: > 2012/4/1  : >> >> To every-concerned-one-of-you, I hope you do realize that we share all >> of those same concerns. We do! :-

Re: [Development] Dropping the Q prefix from class names

2012-04-02 Thread Artur Souza (MoRpHeUz)
2012/4/1 : > > To every-concerned-one-of-you, I hope you do realize that we share all > of those same concerns. We do! :-) > You rock :) The best 1st April joke so far :) -- --- Artur Duque de Souza openBossa INdT - Instituto Nokia de Tecnolog

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Andre Somers
Op 2-4-2012 1:02, joao.abeca...@nokia.com schreef: Hello again, To every-concerned-one-of-you, I hope you do realize that we share all of those same concerns. We do! :-) I really enjoyed this joke. Thanks! :-D André ___ Development mailing list Dev

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread joao.abecasis
Hello again, To every-concerned-one-of-you, I hope you do realize that we share all of those same concerns. We do! :-) So, let's make Qt 5 the best it can be under the constraints set out by the previous incantations of Qt and the tone set by our Chief Maintainer. If you still have concerns or j

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Boudewijn Rempt
On Sunday 01 April 2012 Apr, benedikte.h...@nokia.com wrote: > > > On Sunday 01 April 2012 Apr, Sivan Greenberg wrote: > > > On Sun, Apr 1, 2012 at 6:56 PM, Stephen Kelly > > > wrote: > > > > > > > > I can help out, but only until the end of today I'm afraid. > > > > > > > Right, this is my clue

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Alberto Mardegan
On 04/01/2012 06:04 PM, joao.abeca...@nokia.com wrote: > The first one introduces a Q namespace, which replaces the Q prefix in > Qt5. The second patch drops the prefix in class names. This brings the > C++ API more in line with the QML/JavaScript one and will hopefully help > move all remaining C+

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Rick Stockton
I have 4 comments on these changes, and they're all negative. But first, I THANK YOU for of enormous changes in support of Qt's future use. I just feel that now is not the time, and have a few other points to make: (1) dropping the prefix letter in class names, IMO, would need to have the conve

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread benedikte.holm
> On Sunday 01 April 2012 Apr, Sivan Greenberg wrote: > > On Sun, Apr 1, 2012 at 6:56 PM, Stephen Kelly > > wrote: > > > > > > I can help out, but only until the end of today I'm afraid. > > > > > Right, this is my clue that this is indeed an April 1st day joke. > > > > Oh gods -- I've been had

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Boudewijn Rempt
On Sunday 01 April 2012 Apr, Sivan Greenberg wrote: > On Sun, Apr 1, 2012 at 6:56 PM, Stephen Kelly wrote: > > > > I can help out, but only until the end of today I'm afraid. > > > Right, this is my clue that this is indeed an April 1st day joke. > Oh gods -- I've been had for the straight man,

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Sivan Greenberg
On Sun, Apr 1, 2012 at 6:56 PM, Stephen Kelly wrote: > > I can help out, but only until the end of today I'm afraid. > Right, this is my clue that this is indeed an April 1st day joke. -Sivan ___ Development mailing list Development@qt-project.org http:

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Boudewijn Rempt
On Sunday 01 April 2012 Apr, Sivan Greenberg wrote: > On Sun, Apr 1, 2012 at 6:04 PM, wrote: > > The first one introduces a Q namespace, which replaces the Q prefix in > > Qt5. The second patch drops the prefix in class names. This brings the > > C++ API more in line with the QML/JavaScript one a

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Boudewijn Rempt
On Sunday 01 April 2012 Apr, joao.abeca...@nokia.com wrote: > Hi all, > > Earlier today I pushed some changes to Gerrit, Thiago suggested I bring > it up on the mailing list before he can approve them. Given the impact > these changes have on user code it's important that we get this merged > to m

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Stephen Kelly
On Sunday, April 01, 2012 15:04:34 joao.abeca...@nokia.com wrote: > Hi all, > > Earlier today I pushed some changes to Gerrit, Thiago suggested I bring > it up on the mailing list before he can approve them. Given the impact > these changes have on user code it's important that we get this merged

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Giuseppe D'Angelo
2012/4/1 : > Hi all, > > Earlier today I pushed some changes to Gerrit, Thiago suggested I bring > it up on the mailing list before he can approve them. Given the impact > these changes have on user code it's important that we get this merged > to master and out in the alpha as quickly as possible

Re: [Development] Dropping the Q prefix from class names

2012-04-01 Thread Sivan Greenberg
Hey Joao, On Sun, Apr 1, 2012 at 6:04 PM, wrote: > The first one introduces a Q namespace, which replaces the Q prefix in > Qt5. The second patch drops the prefix in class names. This brings the > C++ API more in line with the QML/JavaScript one and will hopefully help > move all remaining C++ d

[Development] Dropping the Q prefix from class names

2012-04-01 Thread joao.abecasis
Hi all, Earlier today I pushed some changes to Gerrit, Thiago suggested I bring it up on the mailing list before he can approve them. Given the impact these changes have on user code it's important that we get this merged to master and out in the alpha as quickly as possible. For reference the ch