Re: [Development] tst_qwindow failing frequently in dev

2014-12-16 Thread Thiago Macieira
On Wednesday 03 December 2014 12:14:26 Simon Hausmann wrote: > I was able to reproduce this together with Jørgen and uploaded a prospective > fix at > > https://codereview.qt-project.org/#/c/101345/ The fix seems to have made its way to dev already[1], but I'm still getting the error: F

Re: [Development] when building a -opengl dynamic win32 config, gui still depends on libgles2.dll

2014-12-16 Thread Gunnar Roth
Hi sorry for the noise, i found a problem with my builds scripts somehow no opengl option is set at all, and angle is chosen as default then, so i did not detect thatz problem earlier. Regards, Gunnar   Gesendet: Dienstag, 16. Dezember 2014 um 16:21 Uhr Von: "Agocs Laszlo" An: "Gunnar Roth" ,

Re: [Development] when building a -opengl dynamic win32 config, gui still depends on libgles2.dll

2014-12-16 Thread Agocs Laszlo
Hi, It is not normal at all. In such builds no Qt DLLs should have a dependency on opengl32.dll, libEGL.dll or libGLESv2.dll. BR, Laszlo From: development-bounces+laszlo.agocs=theqtcompany@qt-project.org on behalf of Gunnar Roth Sent: Tuesday, Decemb

[Development] when building a -opengl dynamic win32 config, gui still depends on libgles2.dll

2014-12-16 Thread Gunnar Roth
Hi, when building a -opengl dynamic win32 config, gui still depends on libgles2.dll. Is this by intent? I thought the dynamic build would load the open gl dll dynamically and choose whatever suits best. This also means that for a pure widget based app, i still have to deploy the angle dll.   Re

Re: [Development] quickcontrols has now a hard dependancy on widgets.

2014-12-16 Thread Gunnar Roth
Well, i know that leaving out widgets from configure would also solve this problem ,but as i wrote i also need widgets in my build for other programs. I just dont understand that i get widgets dependency by just using quickcontrols. And QtQuick does NOT depend on widgets as you say. I just look w

Re: [Development] RFC: Improved Q_ENUM

2014-12-16 Thread Dan Leinir Turthra Jensen
On Tuesday 16 Dec 2014 09:50:04 André Somers wrote: > Dmitry Volosnykh schreef op 16-12-2014 09:35: > > While I cannot come up with direct application of toString() feature > > in the projects I am involved in by the moment (except for debugging), > > I really like it, and remember myself being in

Re: [Development] RFC: Improved Q_ENUM

2014-12-16 Thread André Somers
Dmitry Volosnykh schreef op 16-12-2014 09:35: While I cannot come up with direct application of toString() feature in the projects I am involved in by the moment (except for debugging), I really like it, and remember myself being in a need in such features some time ago. So, me also would like

Re: [Development] RFC: Improved Q_ENUM

2014-12-16 Thread Dmitry Volosnykh
While I cannot come up with direct application of toString() feature in the projects I am involved in by the moment (except for debugging), I really like it, and remember myself being in a need in such features some time ago. So, me also would like to thank you, Olivier, for the job you've done. I

Re: [Development] RFC: Improved Q_ENUM

2014-12-16 Thread Tomasz Siekierda
On 15 December 2014 at 14:38, Olivier Goffart wrote: > Any opinions or comments? Quick and simple comment from me: this feature sounds great! A big, shiny +1 from me. It will come in handy in many projects I am involved with. ___ Development mailing lis

Re: [Development] quickcontrols has now a hard dependancy on widgets.

2014-12-16 Thread gunnar
Configure qtbase with "-no-widgets" and all widget dependencies should be gone from both Qt Quick and from Controls. --- gunnar.r...@gmx.de wrote: From: "Gunnar Roth" To: "deDietrich Gabriel" Cc: "development@qt-project.org" Subject: Re: [Development] quickcontrols has now a hard dependancy