[Interest] Which OpenSSL in qt-mac-opensource-5.1.1-clang-offline.dmg?

2014-04-13 Thread Gil Moses
Hi, which version of OpenSSL was used in the specific Qt build: qt-mac-opensource-5.1.1-clang-offline.dmg ? I'm asking to make sure the latest discovered vulnerability isn't there. Thanks, Gil Moses. ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Which OpenSSL in qt-mac-opensource-5.1.1-clang-offline.dmg?

2014-04-13 Thread Sze Howe Koh
On 13 April 2014 16:17, Gil Moses g...@waves.com wrote: Hi, which version of OpenSSL was used in the specific Qt build: qt-mac-opensource-5.1.1-clang-offline.dmg ? I’m asking to make sure the latest discovered vulnerability isn’t there. Thanks, Gil Moses. Hi, From

[Interest] Crash inside QOpenGLDebugLogger with Qt 5.2 / VS2012

2014-04-13 Thread Roger Leigh
I have a test Qt OpenGL program here: https://github.com/rleigh-dundee/bioformats-examples/tree/view2d-2/cpp/glview The program is working absolutely fine on Linux and MacOSX. Today, I tried building and running with VS2012 (x64) on Windows 7. Building is fine, after a few minor tweaks.

Re: [Interest] Crash inside QOpenGLDebugLogger with Qt 5.2 / VS2012

2014-04-13 Thread Giuseppe D'Angelo
Hello, Il 13/04/2014 15:05, Roger Leigh ha scritto: QWindowsGLContext::getProcAddress: Unable to resolve 'glGetPointerv' This has already been reported and I've already fixed it in https://codereview.qt-project.org/#change,78981 which is going to appear in 5.3. Out of curiosity, which

Re: [Interest] Crash inside QOpenGLDebugLogger with Qt 5.2 / VS2012

2014-04-13 Thread Roger Leigh
On Sun, Apr 13, 2014 at 05:22:21PM +0200, Giuseppe D'Angelo wrote: Hello, Il 13/04/2014 15:05, Roger Leigh ha scritto: QWindowsGLContext::getProcAddress: Unable to resolve 'glGetPointerv' This has already been reported and I've already fixed it in

[Interest] QNetworkProxyFactory: How to set a specific proxy for a certain URL

2014-04-13 Thread gsmember gs
Hello, Assume we have following: Proxyserver 1: 5.5.5.1:3128 Proxyserver 2: 5.5.5.2:3128 I have one QNnetworkAccessmanager instance. I want that every request with google as host should use Proxyserver 1 and for all the other hosts it should use Proxyserver 2. Can anyone help me with this?

Re: [Interest] Off-topic Web / Webkit talk. (But I'l tie it back to Qt)

2014-04-13 Thread Tony Rietwyk
Hi Jason, Wt (witty) can run as you describe with your server code bound directly to WebKit executing the html, css, etc. in a free-standing exe. But getting rid of the text and accessing the WebKit objects directly, doesn't really fix anything! The functionality of the WebKit objects is