Re: [Development] Nominating Janne Anttila as Approver

2012-10-16 Thread Hausmann Simon
+1 Simon -- Sendt fra min Nokia N917.10.12 04:19 skrev Rohan McGovern: I hereby nominate Janne Anttila as an approver. Janne has a long history with Qt, going back (at least?) to the initial Qt for S60 port in 2008. In the past several years, Janne has contributed many fixes to all platforms (e

Re: [Development] Proposing Shawn Rutledge as approver

2012-10-16 Thread Lorn Potter
On 16/10/2012, at 9:52 PM, Frederik Gladhorn wrote: > I'd like to propose Shawn for approver status. +1, me too! me too! Lorn Potter Senior Software Engineer, QtSensors/QtSensorGestures ___ Development mailing list Development@qt-project.org ht

[Development] Nominating Janne Anttila as Approver

2012-10-16 Thread Rohan McGovern
I hereby nominate Janne Anttila as an approver. Janne has a long history with Qt, going back (at least?) to the initial Qt for S60 port in 2008. In the past several years, Janne has contributed many fixes to all platforms (especially, it seems, those platforms which nobody else likes to work on :

Re: [Development] qtwayland module fails to build for Raspberry Pi

2012-10-16 Thread Thiago Macieira
On terça-feira, 16 de outubro de 2012 15.25.40, Jon Trulson wrote: > However, compiling qtwayland fails with many errors - errors that > imply qtwayland cannot work with the wayland installed on the rpi. Probably. Upgrade your Wayland to 0.95 at least. I haven't done any testing with 0.99 yet to

[Development] qtwayland module fails to build for Raspberry Pi

2012-10-16 Thread Jon Trulson
Hi, I have been trying to build the qtwayland module for the RPi board. I have built qtbase, qtjsbackend and qtdeclarative many times without problems. I am using the latest git as of today. Running elgfs qt5 examples is working fine. I have installed libxcomposite-dev and libwayland-dev on the

Re: [Development] Mixing OpenGL and Raster

2012-10-16 Thread Uwe Rathmann
On Tue, 16 Oct 2012 09:18:39 +0200, Samuel Rødal wrote: > Right, it's possible to do native ES 1.x rendering with Qt 5, but at the > moment there's no ES 1.x capable paint engine, and QML 2 requires ES 2. > It would be possible to write a new ES 1.x paint engine (or port the one > from 4.8) if nee

Re: [Development] Qt 5 QMessageBox doesn't respond?

2012-10-16 Thread Stephen Chu
I find the problem is caused by this commit: Backing it out fixes the problem. The bug is closed for not reproducible. But I built and ran Qt 5 on different Macs (10.7 and 10.8) and they also show the same hangin

Re: [Development] Proposing Shawn Rutledge as approver

2012-10-16 Thread Samuel Rødal
On 10/16/2012 01:52 PM, Frederik Gladhorn wrote: > Hello, > > I'd like to propose Shawn for approver status. Seconded, a +1 from me as well. -- Samuel ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/

Re: [Development] QtNetwork: using system proxy by default

2012-10-16 Thread Thiago Macieira
On terça-feira, 16 de outubro de 2012 14.55.24, shane.kea...@accenture.com wrote: > > I'd create a (wall-clock) timer and enable the DHCP resolution on > > Windows only once every 10 minutes. I'd also use it as a fallback if > > and only if the DNS resolution failed. > > That doesn't help with the

Re: [Development] QtNetwork: using system proxy by default

2012-10-16 Thread shane.kearns
> -Original Message- > From: development-bounces+shane.kearns=accenture@qt-project.org > [mailto:development-bounces+shane.kearns=accenture@qt-project.org] > On Behalf Of Thiago Macieira > Sent: 15 October 2012 18:41 > To: development@qt-project.org > Subject: Re: [Development] QtNe

Re: [Development] Proposing Shawn Rutledge as approver

2012-10-16 Thread deDietrich Gabriel
I +1 the Shawn as an approver proposal. Best regards, Gabriel de Dietrich Senior Software Developer qt.digia.com On Oct 16, 2012, at 1:52 PM, Frederik Gladhorn wrote: Hello, I'd like to propose Shawn for approver status. https://codereview.qt-project.org/#dashboard,1000

Re: [Development] Maintainer for Editors&C++support in Qt Creator

2012-10-16 Thread Ziller Eike
On 21 Sep 2012, at 09:49, Ziller Eike wrote: > I propose Erik Verbruggen as the new maintainer for Editor & C++ Support in > Qt Creator, taking over the responsibilities from Leandro who unfortunately > left us. > > Erik has already been working on the language support in Qt Creator for a >

Re: [Development] status and use cases for QScreen

2012-10-16 Thread Shawn Rutledge
On 16 October 2012 10:43, Sorvig Morten wrote: > > On Oct 15, 2012, at 9:06 PM, Lorn Potter wrote: >> >> The question should really be whether there is a use case for >> brightness/contrast getter without a setter, if that belongs in QScreen, and >> if it needs to be exposed to qml. > > As a pl

[Development] Proposing Shawn Rutledge as approver

2012-10-16 Thread Frederik Gladhorn
Hello, I'd like to propose Shawn for approver status. https://codereview.qt-project.org/#dashboard,1000738 https://codereview.qt-project.org/#q,owner:shawn.rutledge%2540digia.com,n,z Shawn has been with us in Oslo in Nokia and now Digia for over a year and has lately been taking up all kinds of

Re: [Development] Mixing OpenGL and Raster

2012-10-16 Thread Sorvig Morten
On Oct 15, 2012, at 9:36 PM, Uwe Rathmann wrote: > > But when really trying to work with OpenGL I came across many other > problems. F.e. I remember that OpenGL surfaces are always sorted on top > of regular surfaces ignoring the window stack. I found several situations > where the framework

Re: [Development] Proposal: Make QPen non-cosmetic by default

2012-10-16 Thread Samuel Rødal
On 10/11/2012 10:58 AM, Bache-Wiig Jens wrote: > This issue came up while preparing some code to be High-dpi aware but it is > really a completely separate issue. > While I previously supported the idea that cosmetic pens should be two pixels > wide by default on HDPI screens, I think we should t

Re: [Development] status and use cases for QScreen

2012-10-16 Thread Sorvig Morten
On Oct 15, 2012, at 9:06 PM, Lorn Potter wrote: > > The question should really be whether there is a use case for > brightness/contrast getter without a setter, if that belongs in QScreen, and > if it needs to be exposed to qml. As a platform developer I'm leaning towards "no": If it's in QtB

Re: [Development] Proposal: Make QPen non-cosmetic by default

2012-10-16 Thread Samuel Rødal
On 10/15/2012 09:36 PM, Uwe Rathmann wrote: > On Mon, 15 Oct 2012 09:58:20 +0200, Samuel Rødal wrote: > >> Could you elaborate on what you mean regarding the implementation of the >> subsurfaces concept? > > This is an experience from a project I'm working on: > http://www.youtube.com/watch?v=8Zgnv