Re: [Development] qt 4/5 co-installs

2012-06-26 Thread Uwe Rathmann
On 06/27/2012 07:12 AM, Girish Ramakrishnan wrote: > As you say, one solution is to have distros package the Qt4 and Qt5 > libs with different prefix as /usr/lib/qt4 and /usr/lib/qt5. Certainly > makes it easy for us but I guess there is a reason why all libs are > stuck under /usr/lib ? Well Qt i

Re: [Development] qt 4/5 co-installs

2012-06-26 Thread Girish Ramakrishnan
Hi, On Tue, Jun 26, 2012 at 2:31 PM, Thiago Macieira wrote: > On terça-feira, 26 de junho de 2012 13.45.48, Girish Ramakrishnan wrote: >> I haven't looked into renaming the libraries. Before I do that, I >> wanted to check with the list on their thoughts/comments on this >> change. >> >> I do thi

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread mark.keir
Should work now. Someone else will need to fix your Jira rights though. Done. For future reference, please make these requests by raising an issue in the QTJIRA project. Also make sure to include relevant information like the JIRA username so as to avoid guessing games about user identities wh

Re: [Development] Qt4.8.2 link error with MinGW-builds GCC 4.7.1 on Windows 7

2012-06-26 Thread Yang Fan
Thanks Andy. I rebuilt the library, then it passed. I think it may be caused by some .o files being not generated correctly. On Wed, Jun 27, 2012 at 1:30 AM, andy fillebrown wrote: > Hi Yang, > > I've had similar issues in the past. After a lot of head scratching I > discovered the error was due

Re: [Development] buildsystem branches (about to be) integrated

2012-06-26 Thread Rohan McGovern
Peter Kümmel said: > On 26.06.2012 12:28, Oswald Buddenhagen wrote: > > On Mon, Jun 25, 2012 at 12:56:15PM +0200, ext Peter Kümmel wrote: > >> Shadow builds [...] are broken: > >> > > fix integrated > > Yes it works now. Thanks! > > Wouldn't this be a test case for the build server? > Yes, cert

Re: [Development] qt 4/5 co-installs

2012-06-26 Thread Thiago Macieira
On terça-feira, 26 de junho de 2012 13.45.48, Girish Ramakrishnan wrote: > I haven't looked into renaming the libraries. Before I do that, I > wanted to check with the list on their thoughts/comments on this > change. > > I do think the libraries and tools should be renamed. I'm not going to comme

Re: [Development] templates as QObjects

2012-06-26 Thread Olivier Goffart
On Tuesday 26 June 2012 20:07:54 Peter Kümmel wrote: > On 22.06.2012 09:26, Olivier Goffart wrote: > > Nice stuff. Now you just need to make it for Qt5, and handle all the > > special cases :-) > > > > There is a room for tests in tets/auto/tools/moc (I'm saying that because > > you made your test

Re: [Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread Giuseppe D'Angelo
On 26 June 2012 17:12, Stephen Kelly wrote: > > Hi there, > > I know it is late, but it was recently brought to my attention that > QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was > moved to QtGui. > > It seems that people doing model-view like to use QStandardItemModel,

Re: [Development] qt 4/5 co-installs

2012-06-26 Thread Girish Ramakrishnan
Hi Jonathan, On Fri, Jun 22, 2012 at 2:56 AM, Jonathan Riddell wrote: > Looking at Qt 5 for packaging in Ubuntu. > > Qt 4 and 5 contain quite a lot of files with the same names, at the > Ubuntu Developer Summit in April we discussed the issue of bin/moc > qmake etc but I see all the libraries hav

Re: [Development] QtCS: OpenGL session notes

2012-06-26 Thread Uwe Rathmann
On Tue, 26 Jun 2012 07:05:35 +, gunnar.sletta wrote: > The lines left above highlights the general problem... The QPainter API > is very feature rich and opens up for a number of use patterns that are > less than ideal for performance. Please don't forget that QPainter is more then renderi

Re: [Development] templates as QObjects

2012-06-26 Thread Peter Kümmel
On 22.06.2012 09:26, Olivier Goffart wrote: > > Nice stuff. Now you just need to make it for Qt5, and handle all the special > cases :-) > > There is a room for tests in tets/auto/tools/moc (I'm saying that because you > made your test somewhere else) > OK, ported to Qt5 now: https://qt.gitorious.

Re: [Development] Qt4.8.2 link error with MinGW-builds GCC 4.7.1 on Windows 7

2012-06-26 Thread andy fillebrown
Hi Yang, I've had similar issues in the past. After a lot of head scratching I discovered the error was due to a very long command line in the QtWebKit make file. The only way I could figure out to work around the problem was to move the Qt source tree closer to the root directory of the hard dr

Re: [Development] Nominating Ritt Konstantin as approver

2012-06-26 Thread Giuseppe D'Angelo
On 26 June 2012 18:21, Konstantin Ritt wrote: > Any progress?) > > Konstantin Only another couple of days :-) You have been nominated on 7 of June, so you must wait for the 28 :) Cheers, -- Giuseppe D'Angelo ___ Development mailing list Development@q

Re: [Development] Nominating Ritt Konstantin as approver

2012-06-26 Thread Konstantin Ritt
Any progress?) Konstantin 2012/6/8 Jedrzej Nowacki : > On Thursday 7. June 2012 19.43.45 ext Girish Ramakrishnan wrote: > >> Hi all, > >> I would like to nominate Ritt Konstantin for approver status. He's > >> been contributing to Qt since a very long time, so I think this is a > >> mere formali

Re: [Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread gunnar.sletta
No objection :) cheers, Gunnar On Jun 26, 2012, at 6:12 PM, ext Stephen Kelly wrote: > > Hi there, > > I know it is late, but it was recently brought to my attention that > QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was > moved to QtGui. > > It seems that people

Re: [Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread Иван Комиссаров
I agree 2012/6/26 Stephen Kelly > > Hi there, > > I know it is late, but it was recently brought to my attention that > QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was > moved to QtGui. > > It seems that people doing model-view like to use QStandardItemModel, and > for

Re: [Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread Konstantin Ritt
Sounds reasonable to me. Konstantin 2012/6/26 Stephen Kelly : > > Hi there, > > I know it is late, but it was recently brought to my attention that > QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was > moved to QtGui. > > It seems that people doing model-view like to use

[Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread Stephen Kelly
Hi there, I know it is late, but it was recently brought to my attention that QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was moved to QtGui. It seems that people doing model-view like to use QStandardItemModel, and forcing the use of the widgets module for that is

Re: [Development] QtCS, Qt 5 beta and vacation

2012-06-26 Thread Simon Hausmann
On Tuesday, June 26, 2012 03:26:35 PM ext Mülner, Helmut wrote: > > [...] > > The Qt 5 beta is getting closer, and I think we'll have something > > releasable within the next two weeks. Technically we have most things in > > place, but the sha1's in qt5.git will need to follow and get quite a bit >

Re: [Development] QtCS, Qt 5 beta and vacation

2012-06-26 Thread Mülner , Helmut
> [...] > The Qt 5 beta is getting closer, and I think we'll have something releasable > within the next two weeks. Technically we have most things in place, but the > sha1's in qt5.git will need to follow and get quite a bit closer to the HEADs > of > each repository. > > There's still a few tec

[Development] QtCS, Qt 5 beta and vacation

2012-06-26 Thread lars.knoll
Hi everybody, first of all thanks to everybody who came and participated at the contributor summit. I got a bit too much sidetracked and missed many of the technical discussions I wanted attend. But it's great to see the notes and summaries from the different sessions flow in now, and it shows tha

[Development] QtCS: QmlTooling session notes

2012-06-26 Thread aurindam.jana
Updated URL Hi, QML Tooling session notes ( pasted from http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QMLTooling ) Please comment inline. Regards, Aurindam IRC: auri__ ___ Development mailing list Dev

[Development] QtCS: QmlTooling session notes

2012-06-26 Thread aurindam.jana
Hi, QML Tooling session notes ( pasted from http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QMLTooling). Please comment inline. Regards, Aurindam IRC: auri__

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread Rafael Roquetto
Congratulations Sean :) Cheers, Rafael On Tue, Jun 26, 2012 at 11:41:04AM +0100, Sean Harmer wrote: > On Tuesday 26 June 2012 12:22:19 Thiago Macieira wrote: > > On terça-feira, 26 de junho de 2012 09.59.37, Giuseppe D'Angelo wrote: > > > Well, 15 working days have passed since nomination + backin

Re: [Development] "Native event" filter

2012-06-26 Thread Thomas McGuire
Hi, On Tuesday 26 June 2012 12:48:56 David Faure wrote: > ... but actually neither of these was working, except for the dispatcher > one on Windows. > The port to QPA broke the sending of native events, in particular. > > So I looked further into this, and discussed it with several people at > Qt

[Development] Notes from the QWidget session

2012-06-26 Thread Harri Porten
Here are my notes from the QWidgets session on June 22th, 2012, 11:30 o'clock: http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QtWidgets General === - Great interest in QtWidgets - Code base actively ported to Qt 5, far from dead. - Present company considering maintainers

Re: [Development] "Native event" filter

2012-06-26 Thread David Faure
On Friday 22 June 2012 17:08:48 David Faure wrote: > On Friday 22 June 2012 10:14:22 Thiago Macieira wrote: > > On sexta-feira, 22 de junho de 2012 10.07.54, David Faure wrote: > > > QWindow and QWidget have a virtual method nativeEvent(), but this only > > > works for window-specific or widget-spe

Re: [Development] buildsystem branches (about to be) integrated

2012-06-26 Thread Peter Kümmel
On 26.06.2012 12:28, Oswald Buddenhagen wrote: > On Mon, Jun 25, 2012 at 12:56:15PM +0200, ext Peter Kümmel wrote: >> Shadow builds [...] are broken: >> > fix integrated Yes it works now. Thanks! Wouldn't this be a test case for the build server? Peter ___

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread Sean Harmer
On Tuesday 26 June 2012 12:22:19 Thiago Macieira wrote: > On terça-feira, 26 de junho de 2012 09.59.37, Giuseppe D'Angelo wrote: > > Well, 15 working days have passed since nomination + backing, and no > > objections were sent to the list. > > > > I guess that's enough for welcoming Sean Harmer as

Re: [Development] buildsystem branches (about to be) integrated

2012-06-26 Thread Oswald Buddenhagen
On Mon, Jun 25, 2012 at 12:56:15PM +0200, ext Peter Kümmel wrote: > Shadow builds [...] are broken: > fix integrated ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread Thiago Macieira
On terça-feira, 26 de junho de 2012 09.59.37, Giuseppe D'Angelo wrote: > Well, 15 working days have passed since nomination + backing, and no > objections were sent to the list. > > I guess that's enough for welcoming Sean Harmer as a new Approver in > the Qt Project? :-) Oh, I think I forgot to a

Re: [Development] QtCS: OpenGL session notes

2012-06-26 Thread gunnar.sletta
On Jun 26, 2012, at 11:16 AM, ext Sean Harmer wrote: >> - QOpenGLWindow > > Yes this would be a useful convenience class to have. Which features are we talking about here? I have been thinking that we could add something equivalent to the rasterwindow I did for the examples here: https://code

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread lars.knoll
On 6/26/12 11:59 AM, "ext Sean Harmer" wrote: >On Tuesday 26 June 2012 09:49:27 lars.kn...@nokia.com wrote: >> On 6/26/12 10:59 AM, "ext Giuseppe D'Angelo" wrote: >> >Well, 15 working days have passed since nomination + backing, and no >> >objections were sent to the list. >> > >> >I guess that'

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread Sean Harmer
On Tuesday 26 June 2012 09:49:27 lars.kn...@nokia.com wrote: > On 6/26/12 10:59 AM, "ext Giuseppe D'Angelo" wrote: > >Well, 15 working days have passed since nomination + backing, and no > >objections were sent to the list. > > > >I guess that's enough for welcoming Sean Harmer as a new Approver i

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread lars.knoll
On 6/26/12 10:59 AM, "ext Giuseppe D'Angelo" wrote: >Well, 15 working days have passed since nomination + backing, and no >objections were sent to the list. > >I guess that's enough for welcoming Sean Harmer as a new Approver in >the Qt Project? :-) Yes :) Congratulations Sean! Lars _

Re: [Development] QtCS: OpenGL session notes

2012-06-26 Thread Sean Harmer
On Monday 25 June 2012 11:44:09 Girish Ramakrishnan wrote: > Hi, > OpenGL session notes (pasted from > http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QtOpenGL) > so you can comment inline. Sorry I could not attend this year but the QtCS clashed with my family vacation. > Thanks to

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread Giuseppe D'Angelo
Well, 15 working days have passed since nomination + backing, and no objections were sent to the list. I guess that's enough for welcoming Sean Harmer as a new Approver in the Qt Project? :-) Cheers, -- Giuseppe D'Angelo ___ Development mailing list De

Re: [Development] Importing (mobile) qt-components to gerrit

2012-06-26 Thread ext-jaakko.helanti
Hello, For Symbian team it would be best not to move QtComponents to Gerrit until say September. We can work with Gerrit, but just in case there is some glitches in the transfer, we are better prepared to solve those at that time. I am hopefully a good contact person to QtComponents Symbian dev

Re: [Development] Notes from QtNetwork sessions

2012-06-26 Thread shane.kearns
> > * Autotests > > * Non-significant > > * Not compiled > > What is meant by "not compiled"? Tests excluded from the parent .pro file (qnetworkproxyfactory used to be commented out, this has been fixed in 5.0 but not 4.8) Also use of contains(QT_CONFIG, private_tests) to exclude test cases

Re: [Development] QtCS: OpenGL session notes

2012-06-26 Thread Samuel Rødal
On 06/26/2012 09:29 AM, ext Joe Yu wrote: > Hi, > > Is there anybody knows how to enable OpenGL (or OpenGL ES) as QPainter's > backend? I learned from some document there's an existing OpenGL/GLES > backend in QPainter. > > Thanks, > Joe Yu You'll get the OpenGL backend as long as you're paintin

Re: [Development] QtCS: OpenGL session notes

2012-06-26 Thread Joe Yu
Hi, Is there anybody knows how to enable OpenGL (or OpenGL ES) as QPainter's backend? I learned from some document there's an existing OpenGL/GLES backend in QPainter. Thanks, Joe Yu -Original Message- From: development-bounces+joe.yu=arm@qt-project.org [mailto:development-bounces+jo

Re: [Development] QtCS: OpenGL session notes

2012-06-26 Thread gunnar.sletta
>> - simple imperative GLES2 painter suited for Canvas 2D etc, lose all >> the poorly / unnecessary performing features of QPainter >> - QPainterV2 API, reduced QPaintEngine API >> - learn from Skia >> - improved API that discourages slow use cases > > This is far outside my knowledge area, but