Re: [Development] Switching remote url for qt5 git clone

2015-03-30 Thread Blasche Alexander
It is an oversight. I fixed it. Thank you for pointing it out. -- Alex From: development-bounces+alexander.blasche=theqtcompany@qt-project.org on behalf of Harri Porten Sent: Monday, March 30, 2015 18:31 To: Subject: Re: [Development] Switching re

Re: [Development] [Mac] tst_qquickwindow::testWindowVisibilityOrder() regression

2015-03-30 Thread Alan Alpert
On Thu, Mar 19, 2015 at 1:53 AM, Albert Astals Cid wrote: > > It seems tst_qquickwindow::testWindowVisibilityOrder() has regressed > in the 5.4 branch (either because of qtdeclarative or qtbase changes) > and is not letting changes to the branch integrate. > > I've run it locally here (linux) and

Re: [Development] Errors in release mode only

2015-03-30 Thread Thiago Macieira
On Monday 30 March 2015 22:36:04 raven-worx Software wrote: > As i said, i get it even when i just compile this piece of code and > link to Qt binaries (core, gui, widgets, network) and only in release: > > int main(int argc, char *argv[]) > { > QApplication app(argc, argv); > return a

Re: [Development] Errors in release mode only

2015-03-30 Thread raven-worx Software
As i said, i get it even when i just compile this piece of code and link to Qt binaries (core, gui, widgets, network) and only in release: int main(int argc, char *argv[]) { QApplication app(argc, argv); return app.exec(); } I guess this is only an issue on Windows. >> QEventLoop:

Re: [Development] Add widgets into qt3d window

2015-03-30 Thread Christian Gagneraud
On 31/03/15 01:08, Arjun Das wrote: > Hi , > > I have created a simple qt3d application in c++, which has a rotating cube. > I would like to add buttons to the windows to stop/start rotating the > cube. I am not able to see such an example anywhere in the qt3d examples > which has support for widge

Re: [Development] Errors in release mode only

2015-03-30 Thread Konstantin Ritt
> QEventLoop: Cannot be used without QApplication Says everything. Show your code. Regards, Konstantin 2015-03-30 23:21 GMT+04:00 raven-worx Software : > Hi, > > i get the following print outs to the console and absolutley have no clue > why: > > SHIMVIEW: ShimInfo(Complete) > QEventLoop: Cann

[Development] QtWebKit: Turning off NPAPI plugin

2015-03-30 Thread Ilya Kowalewski
Hello! Recently I was wondering how to unload specific NPAPI-based plugin (e.g. flash player) via QtWebKit and haven't succeed so far. Do you guys have any ideas on is it possible or not? Ideally, I'd like to propogate a method to QWebView, which will unload() npapi module there, but I am not sur

[Development] Errors in release mode only

2015-03-30 Thread raven-worx Software
Hi, i get the following print outs to the console and absolutley have no clue why: SHIMVIEW: ShimInfo(Complete) QEventLoop: Cannot be used without QApplication QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() But this only happens in RELEASE MODE! DEBU

Re: [Development] Switching remote url for qt5 git clone

2015-03-30 Thread Harri Porten
On Thu, 26 Mar 2015, Adam Light wrote: > I'd like to move my checkout to git://code.io.qt. I got reminded of your mail when I just did a new clone: http://wiki.qt.io/Building_Qt_5_from_Git suggests the usage of: git clone git://code.qt.io/git/qt/qt5.git but the /git/ part is probably just a

[Development] Add widgets into qt3d window

2015-03-30 Thread Arjun Das
Hi , I have created a simple qt3d application in c++, which has a rotating cube. I would like to add buttons to the windows to stop/start rotating the cube. I am not able to see such an example anywhere in the qt3d examples which has support for widgets. Could anyone please help me? Thanks Rega

Re: [Development] [OS X/xcb] error: xp_attach_gl_context returned: 2 followed by hang during application exit

2015-03-30 Thread René J . V . Bertin
On Monday March 30 2015 08:54:48 Agocs Laszlo wrote: >The OpenGL libs (and potentially a number of other system libs) are not >supposed to be runtime switchable. The exception is Windows, where Qt 5.4 >introduced fully dynamic resolving for WGL/EGL/GL/GLES in the platform plugin. More or less l

Re: [Development] [OS X/xcb] error: xp_attach_gl_context returned: 2 followed by hang during application exit

2015-03-30 Thread Agocs Laszlo
The OpenGL libs (and potentially a number of other system libs) are not supposed to be runtime switchable. The exception is Windows, where Qt 5.4 introduced fully dynamic resolving for WGL/EGL/GL/GLES in the platform plugin. Other platforms may get similar features in the future, but OS X is unl

Re: [Development] [OS X/xcb] error: xp_attach_gl_context returned: 2 followed by hang during application exit

2015-03-30 Thread René J . V . Bertin
On Monday March 30 2015 08:15:09 Agocs Laszlo wrote: Hi, >That has nothing to do with the platform plugins. You will want to introduce >your own makespecs, or at least start customizing the standard Mac one. See >e.g. mkspecs/common/mac.conf. That's what pulls in the standard GL frameworks >fo

Re: [Development] [OS X/xcb] error: xp_attach_gl_context returned: 2 followed by hang during application exit

2015-03-30 Thread Agocs Laszlo
That has nothing to do with the platform plugins. You will want to introduce your own makespecs, or at least start customizing the standard Mac one. See e.g. mkspecs/common/mac.conf. That's what pulls in the standard GL frameworks for both the Qt libs and the app makefiles generated by qmake. B