Re: [Development] Namespaces (was: Qt Platform Extras)

2013-09-21 Thread Sze Howe Koh
Hi, >From the current API, namespaces feel haphazardly implemented. I'd like to work on making namespaces part of the Qt coding style guide, to aid future API reviews. Documentation should be included in this discussion too, as a standardized layout makes it easier for a newcomer to find the API

Re: [Development] QValidator in QtCore

2013-09-21 Thread Thiago Macieira
On domingo, 22 de setembro de 2013 02:21:40, Konstantin Ritt wrote: > I remember some classes were moved from QtXml to QtCore without breaking > the compatibility. Am I wrong? The moving did break compatibility. Which is why for Mac 32-bit builds, the classes aren't moved at all: we added new cla

Re: [Development] QValidator in QtCore

2013-09-21 Thread Konstantin Ritt
I remember some classes were moved from QtXml to QtCore without breaking the compatibility. Am I wrong? Regards, Konstantin 2013/9/20 Thiago Macieira > On quinta-feira, 19 de setembro de 2013 17:13:40, Matt Broadstone wrote: > > Is it crazy/impossible to propose moving the QValidator class fro

Re: [Development] Nominating Thorbjørn Martsum (ThorbjornTux) as approver

2013-09-21 Thread Ahumada Sergio
gerrit done -- Sergio Ahumada Release Engineer - Digia, Qt From: development-bounces+sergio.ahumada=digia@qt-project.org [development-bounces+sergio.ahumada=digia@qt-project.org] on behalf of Nurmi J-P [jpnu...@digia.com] Sent: Saturday, September

Re: [Development] Nominating Thorbjørn Martsum (ThorbjornTux) as approver

2013-09-21 Thread Nurmi J-P
On Aug 30, 2013, at 3:05 PM, Stephen Kelly wrote: > > Hello, > > I'd like to nominate Thorbjørn for approver status. Thorbjørn has been > contributing to Qt for almost two years, and has been quite active in the > last > year in submitting patches and reviewing other patches. > > https://co

Re: [Development] QIODevice::peek is not virtual. Workaround proposed

2013-09-21 Thread Stephen Kelly
On Friday, September 20, 2013 13:31:30 Stephen Kelly wrote: > This works with Qt 4.7, but the QWebView displays no content with Qt 4.8 > (or with the Qt 5 port). The problem seems to have been that a bug in my example code wass exposed by the upgrade. So, this was a false alarm. I've fixed the e