[Development] 5.3 schedule

2013-12-05 Thread Knoll Lars
Hi everybody, Now that 5.2 is getting close to being released, I think it’s time to have a look at a time schedule for 5.3. I’d like 5.3 to be less feature oriented then 5.2 has been, and more focused on stability and performance. At the same time I would like to adjust our release schedules, so

[Development] Qt WebEngine release version downloads

2013-12-05 Thread tangk
hi all. How can I get the release version that is builded with windows? thanks very much best regards ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] What's the magic incantation for developing effectively from the Qt git repo?

2013-12-05 Thread Chris Colbert
I didn't know that about git submodules. TIL. But yes, it seems it would make sense to update the submodule hashes to the latest stable whenever Gerrit merges something to that branch. Of course, I may be way off base as to what purpose qt5.git is actually meant to serve, but from these pages: h

Re: [Development] What's the magic incantation for developing effectively from the Qt git repo?

2013-12-05 Thread Nicolás Alvarez
2013/12/5 Chris Colbert : > In the broader sense, if the Gerrit only merges to 'stable' once the build > succeeds and (presumably) tests pass, what's the reasoning behind not having > qt5.git default the submodules to the 'stable' branch? Git doesn't support making a submodule that points at "the

Re: [Development] What's the magic incantation for developing effectively from the Qt git repo?

2013-12-05 Thread Chris Colbert
Thanks Olivier. I was able to get things to build against the 'stable' branch of each submodule (where there is one). This had to be done manually as the qt5_tool perl script does not appear to work properly on Windows. In the broader sense, if the Gerrit only merges to 'stable' once the build suc

Re: [Development] QSurface handle is NULL

2013-12-05 Thread Sean Harmer
On 05/12/2013 14:56, Csaba Csernai wrote: > Hi everyone! > > I am working on a project, which uses openGL, but there is some glitch > when i create a new instance of QGLWidget. It seems that somehow the > QSurface::surfaceHandle() returns NULL, thus can't make the context > active. > Can anyone

Re: [Development] QML, Widgets, and setParent

2013-12-05 Thread Simon Hausmann
On Saturday 2. November 2013 11.25.07 Konrad Rosenbaum wrote: > Hi, > > On Saturday 02 November 2013, Kevin Krammer wrote: > > On Thursday, 2013-10-31, 20:17:43, Konrad Rosenbaum wrote: > > > I've got it running > > > for trivial QML files, however as soon as there are child widgets the > > > runn

Re: [Development] Qt5.2 application palette

2013-12-05 Thread Martin Koller
On Thursday 05 December 2013 15:27:29 Bache-Wiig Jens wrote: > > On 05 Dec 2013, at 15:31, Martin Koller wrote: > > > I'm at ec03058fa5b84b4570a2158bf2179f7ba4d83b99 and I see something I can > > not explain: > > > > QApplication app(argc, argv); > > > > cerr << "style:" << qPrintable(QAppl

Re: [Development] Qt5.2 application palette

2013-12-05 Thread Bache-Wiig Jens
On 05 Dec 2013, at 15:31, Martin Koller wrote: > I'm at ec03058fa5b84b4570a2158bf2179f7ba4d83b99 and I see something I can not > explain: > > QApplication app(argc, argv); > > cerr << "style:" << qPrintable(QApplication::style()->objectName()) << > std::endl; > > QPalette pal = QApplicat

[Development] QSurface handle is NULL

2013-12-05 Thread Csaba Csernai
Hi everyone! I am working on a project, which uses openGL, but there is some glitch when i create a new instance of QGLWidget. It seems that somehow the QSurface::surfaceHandle() returns NULL, thus can't make the context active. Can anyone suggest when can this handle NULL? Best Regards, -- Csab

[Development] Qt5.2 application palette

2013-12-05 Thread Martin Koller
I'm at ec03058fa5b84b4570a2158bf2179f7ba4d83b99 and I see something I can not explain: QApplication app(argc, argv); cerr << "style:" << qPrintable(QApplication::style()->objectName()) << std::endl; QPalette pal = QApplication::palette(); cerr << "dark:" << qPrintable(pal.brush(QPalett

Re: [Development] Qmlscene segmentation fault

2013-12-05 Thread Milian Wolff
On Thursday 05 December 2013 13:52:24 Interima BlueIceScream wrote: > I have three systems *Linux Mint x86*, *Linux Mint x86_64*, *Ubuntu 12.04 > armel (iMX6 by Freescale)*. > I build *Qt5.2* from *git* for all. > When use *qmlscene* with simple test file (import *QtQuick 2.0* and create > *Rectang

[Development] Qmlscene segmentation fault

2013-12-05 Thread Interima BlueIceScream
I have three systems *Linux Mint x86*, *Linux Mint x86_64*, *Ubuntu 12.04 armel (iMX6 by Freescale)*. I build *Qt5.2* from *git* for all. When use *qmlscene* with simple test file (import *QtQuick 2.0* and create *Rectangle*) for *×86* system and *arm* i have segmentation fault, but for *×86_64* al

Re: [Development] OpenGL drivers

2013-12-05 Thread Ziller Eike
On Dec 4, 2013, at 12:34 PM, Thomas Hartmann wrote: > Hi, > > what is already possible is to read the font.pixelSize property for a > specific point size or just using the implicit size of a text item. > One main problems with layouts following physical units (pt, cm), is > that icons (all pi

[Development] [Announce] Qt Project Security Advisory: XML Entity Expansion Denial of Service

2013-12-05 Thread List for announcements regarding Qt releases and development
Qt Project Security Advisory Title:XML Entity Expansion Denial of Service Risk Rating: Low CVE: CVE-2013-4549 Platforms:All Modules: QtBase Versions: All versions before 5.2 Author: Richard J. Moore Date: 5 December 2013 O

Re: [Development] New Qt5.2 snapshot available

2013-12-05 Thread Alexpux
05 дек. 2013 г., в 12:37, Koehne Kai написал(а): >> -Original Message- >> From: development-bounces+kai.koehne=digia@qt-project.org >> [mailto:development-bounces+kai.koehne=digia@qt-project.org] On >> Behalf Of Alexey Pavlov >> Sent: Tuesday, December 03, 2013 9:21 PM >> To: Hei

Re: [Development] New Qt5.2 snapshot available

2013-12-05 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > Behalf Of Alexey Pavlov > Sent: Tuesday, December 03, 2013 9:21 PM > To: Heikkinen Jani > Cc: development@qt-project.org; releas...@qt