Re: [Development] Qt 5.3 RC candidate package available

2014-05-02 Thread Heikkinen Jani
Hi! We haven't ship separate src packages with snapshots earlier. Lately there has been some requests for that and this is on our task list. Technically it is really easy to do but on the other hand it increases quite much amount of needed disk space. We will check if it is possible to add

Re: [Development] Qt WebSockets

2014-05-02 Thread Kurt Pattyn
On 01 May 2014, at 22:31, Steve Gold steveg2...@gmail.com wrote: I just tried to run the echo client and server examples using qt-opensource-windows-x86-android-5.3.0-RC_2014-04-29_22-03-28-79.exe and MinGW on Windows 8 64 bit from Qt Creator. The server displays QIODevice::read: device

Re: [Development] Qt 5.3 RC candidate package available

2014-05-02 Thread Sergio Ahumada
On 02.05.2014 09:30, Heikkinen Jani wrote: Hi! We haven't ship separate src packages with snapshots earlier. Lately there has been some requests for that and this is on our task list. Technically it is really easy to do but on the other hand it increases quite much amount of needed disk

Re: [Development] No SSL on iOS ?

2014-05-02 Thread Jeremy Lainé
On 05/01/2014 03:51 PM, Jeremy Lainé wrote: One problem I am going to run into is that Apple's API doesn't seem to provide error details when a certificate check fails (SecTrustEvaluate), so I don't think we'll get as fine-grained QSslError's as when using OpenSSL. I have however managed to

[Development] Remote Inspector Crash due to Q_ASSERT(m_tcpConnection)

2014-05-02 Thread Amogh Kudari
Hi , I am using qt webkit. I have a webview application(QApplication with QWebView) which is hosted as a Plugin in chrome. I can debug the html applications launched in webview by using remote inspector which is launched in new chrome tab with the following URL

Re: [Development] No SSL on iOS ?

2014-05-02 Thread Kurt Pattyn
Could this be a solution: https://github.com/x2on/OpenSSL-for-iPhone ? This project provides a script to make a static build of OpenSSL to be used on iOS 4.3 - iOS 7.1. Cheers, Kurt On 02 May 2014, at 10:16, Jeremy Lainé jeremy.la...@m4x.org wrote: On 05/01/2014 03:51 PM, Jeremy Lainé wrote:

Re: [Development] No SSL on iOS ?

2014-05-02 Thread Robert Iakobashvili
On Fri, May 2, 2014 at 11:31 AM, Kurt Pattyn pattyn.k...@gmail.com wrote: Could this be a solution: https://github.com/x2on/OpenSSL-for-iPhone ? This project provides a script to make a static build of OpenSSL to be used on iOS 4.3 - iOS 7.1. Cheers, Kurt It works properly when Qt built

Re: [Development] NO effect setAttribute(Qt::WA_X11NetWmWindowTypeDock, true) for Qt5?

2014-05-02 Thread Jorgen Lind
Hi On Wednesday 30 April 2014 10:32:15 Leslie Zhai wrote: Hi Qt developers, I migrated qtpanel from Qt4 to Qt5 but setAttribute(Qt::WA_X11NetWmWindowTypeDock, true) has NO effect for Qt5 https://github.com/xiangzhai/qtpanel/blob/master/panelwindow.cpp#L138 qtpanel-qt4 snapshot

Re: [Development] NO effect setAttribute(Qt::WA_X11NetWmWindowTypeDock, true) for Qt5?

2014-05-02 Thread Leslie Zhai
Hi Jorgen, Thanks for your reply :) Yes! It has to setWindowFlags(Qt::BypassWindowManagerHint | Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint) for Qt5 to act like the DOCK https://github.com/xiangzhai/qtpanel/blob/master/panelwindow.cpp#L143 And there is NO x11EventFilter for Qt5 any

Re: [Development] Qt WebSockets

2014-05-02 Thread Gladhorn Frederik
On 01 May 2014, at 22:31, Steve Gold steveg2...@gmail.commailto:steveg2...@gmail.com wrote: I just tried to run the echo client and server examples using

Re: [Development] Qt WebSockets

2014-05-02 Thread Steven Gold
I'm just running this on the Windows desktop which is what I usually do before trying the Android simulator or a device. Thanks. Steve On May 2, 2014 3:37 AM, Kurt Pattyn pattyn.k...@gmail.com wrote: On 01 May 2014, at 22:31, Steve Gold steveg2...@gmail.com wrote: I just tried to run the

Re: [Development] Qt 5.3 RC candidate package available

2014-05-02 Thread Thiago Macieira
Em sex 02 maio 2014, às 07:30:18, Heikkinen Jani escreveu: Hi! We haven't ship separate src packages with snapshots earlier. Lately there has been some requests for that and this is on our task list. Technically it is really easy to do but on the other hand it increases quite much amount of