Re: [Development] OpenGL es2, desktop, kms, linux and arches

2014-03-22 Thread Thiago Macieira
Em sáb 22 mar 2014, às 21:56:14, Lisandro Damián Nicanor Pérez Meyer escreveu: > - what could be the reasons I'm getting the egl plugins in almost all archs > but not on arm* when passing -opengl desktop? That's how it's supposed to work. Those plugins don't depend on OpenGL ES 2. They depend on

[Development] OpenGL es2, desktop, kms, linux and arches

2014-03-22 Thread Lisandro Damián Nicanor Pérez Meyer
As some of you may know, I'm maintaining Qt5 in Debian. I'm facing some doubts that I think you will help me to clear :) When we started packaging 5.0 we noticed that qtbase only built with -opengl es2 in arm* [0]. Also the libqeglfs.so, libqminimalegl.so and libqkms.so plugins where only built

[Development] Nominating Sze Howe Koh as approver

2014-03-22 Thread Thiago Macieira
Hello I'd like to nominate Sze Howe Koh as approver. You must have seen the number of contributions already done in the mailing list discussions, but you may not have seen the contributions done to Qt documentation. Here's the link to the submissions made: https://codereview.qt-project.

Re: [Development] clang warning

2014-03-22 Thread Thiago Macieira
Em sáb 22 mar 2014, às 12:39:40, Kurt Pattyn escreveu: > Hi, > > when compiling an application, I get a lot of these warnings: > > Qt5.3.0/5.3/clang_64/lib/QtGui.framework/Headers/qquaternion.h:145:12: > warning: 'qIsNull' was marked unused but was used > [-Wused-but-marked-unused] > return q

Re: [Development] Deprecated warnings in public API

2014-03-22 Thread Thiago Macieira
Em sáb 22 mar 2014, às 14:23:45, Kurt Pattyn escreveu: > When compiling applications on OSX 10.9 with clang, > I encounter quite a lot of deprecated warnings like this: > > qbytearray.h:496:22: warning: definition of implicit > copy constructor for 'QByteRef' is deprecated because it has a >

Re: [Development] Printing Bug Triage

2014-03-22 Thread Thiago Macieira
Em sáb 22 mar 2014, às 16:32:46, John Layt escreveu: > Most of 29 issues issues under "Page Layout Issues" should be resolved > by the new code in 5.3, but I'm then faced with deciding which of them > also need fixing in 4.8 before I can close any. You're the maintainer, you get to decide how diff

[Development] Printing Bug Triage

2014-03-22 Thread John Layt
Hi, I've been doing a bug triage for printing to see what I can close due to the new code, and what high priority issues still need fixing. I've grouped all 177 bugs by linking them to Tasks: QTBUG-37696 QtPrintSupport - Bug Triage QTBUG-25372 QtPrintSupport - CUPS Issues QTBUG-25383 QtPri

Re: [Development] Android: SEGV in Qt 5.3 (not in Qt 5.2.1)

2014-03-22 Thread Cornelius Hald
On Fri, 2014-03-21 at 10:36 +0100, Paul Olav Tvete wrote: > On Thursday 20 March 2014 19:00:54 Cornelius Hald wrote: > > maybe someone > > already could make some assumptions based on the console output below. > > [...] > > > W/Qt (15487): kernel/qmetaobject.cpp:1458 (static bool > > QMetaOb

Re: [Development] math3d in gui module

2014-03-22 Thread Sean Harmer
On 22/03/2014 11:36, Kurt Pattyn wrote: > Hi, > > is there any reason why math3d is in the QtGUI module on not in the QtCore > module? It was there historically and it didn't get moved before the Qt 5.0 feature freeze. I agree that there are arguments for having it in a module with no GUI funct

[Development] Deprecated warnings in public API

2014-03-22 Thread Kurt Pattyn
When compiling applications on OSX 10.9 with clang, I encounter quite a lot of deprecated warnings like this: qbytearray.h:496:22: warning: definition of implicit copy constructor for 'QByteRef' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] inline

Re: [Development] New Qt5.3 Beta snapshot available

2014-03-22 Thread Kurt Pattyn
Installer on Mac OSX with Retina display shows low resolution application icon. When tabbing through the open applications an ugly looking icon is shown. Should I file a bug report for this? Cheers, Kurt On 22 Mar 2014, at 11:24, Heikkinen Jani wrote: > Hi, > New snapshot available in > http

[Development] clang warning

2014-03-22 Thread Kurt Pattyn
Hi, when compiling an application, I get a lot of these warnings: Qt5.3.0/5.3/clang_64/lib/QtGui.framework/Headers/qquaternion.h:145:12: warning: 'qIsNull' was marked unused but was used [-Wused-but-marked-unused] return qIsNull(xp) && qIsNull(yp) && qIsNull(zp) && qIsNull(wp); Qt5.3.

[Development] math3d in gui module

2014-03-22 Thread Kurt Pattyn
Hi, is there any reason why math3d is in the QtGUI module on not in the QtCore module? Cheers, Kurt ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] New Qt5.3 Beta snapshot available

2014-03-22 Thread Heikkinen Jani
Hi, New snapshot available in http://download.qt-project.org/snapshots/qt/5.3/5.3.0-beta/2014-03-22_26/ Br,Jani Qt5 changes in this snapshot: https://codereview.qt-project.org/#change,81384 Patch Set 6: * qtandroidextras 2ee4dc0...743ca45 (2): > Update the AndroidManifest > Add test for isClass