[Interest] ColorAnimation not working on iOS

2014-06-09 Thread Brian Dentino
Hi, Apologies if this is not the right thread for these kinds of questions, but I am having no luck getting even the simplest example of a Qml ColorAnimation to work on iOS. I'm wondering if anyone else can reproduce this. I'm using Qt 5.3.0 release, iOS 7.1 and have tested on iPhone 5s as well

Re: [Interest] Can't download file with QNetworkAccessManager: "connection closed"

2014-06-09 Thread Reinhardt Behm
On Monday 09 June 2014 23:26:44 Thiago Macieira wrote: > Em seg 09 jun 2014, às 21:49:33, Nikos Chantziaras escreveu: > > > No. Most likely, the server is trying to do something based on what > > > browser > > > you're using and the script crashes if you send just Mozilla/5.0. > > > > Turns out th

Re: [Interest] Can't download file with QNetworkAccessManager: "connection closed"

2014-06-09 Thread Thiago Macieira
Em seg 09 jun 2014, às 21:49:33, Nikos Chantziaras escreveu: > > No. Most likely, the server is trying to do something based on what > > browser > > you're using and the script crashes if you send just Mozilla/5.0. > > Turns out they're blocking this intentionally. Their reply was: > > "This is k

Re: [Interest] Can't download file with QNetworkAccessManager: "connection closed"

2014-06-09 Thread Nikos Chantziaras
On 08/06/14 15:03, Thiago Macieira wrote: > Em dom 08 jun 2014, às 13:38:10, Nikos Chantziaras escreveu: >>> Like I said, server bug. >> >> Thanks, Thiago. It seems Mozilla/5.0 is the only user-agent this happens >> with. Could it be that there's some reason to reject connections with >> that user-

Re: [Interest] Convert QQuickItem into image

2014-06-09 Thread Ben Lau
too bad... I need this feature for my application. It can't wait for Qt 5.4 . Any alternative method? I have tried to create a new QQuickView and hold the item to render. It is not working if I don't call "show" on the view. It will not render and setup the QML component. On 5 June 2014 17:16,

[Interest] QML Mobile controls

2014-06-09 Thread Jason H
Are there any official or unofficial (community) plans to deliver QML controls for mobile platforms. I'm talking native look sand feel. I don't think it would be hard thought slightly complicated. If there aren't any maybe we can get a github collaboration going? The complicated part is that th

Re: [Interest] QT_LARGEFILE_SUPPORT : macro redefinition.

2014-06-09 Thread william.croc...@analog.com
On 06/09/2014 04:18 AM, Konrad Rosenbaum wrote: > Hi, > > On Sunday 08 June 2014 19:28:34 Bill Crocker wrote: >> I am upgrading a project from Qt 4.7.1 to Qt 4.8.6 >> When I build this project on Windows, I now see this: >> >> c:\qt\4.8.6\include\qtcore\../../src/corelib/global/qconfig.h(46)

Re: [Interest] QT_LARGEFILE_SUPPORT : macro redefinition.

2014-06-09 Thread Konrad Rosenbaum
Hi, On Sunday 08 June 2014 19:28:34 Bill Crocker wrote: > I am upgrading a project from Qt 4.7.1 to Qt 4.8.6 > When I build this project on Windows, I now see this: > > c:\qt\4.8.6\include\qtcore\../../src/corelib/global/qconfig.h(46) : > warning C4005: 'QT_LARGEFILE_SUPPORT' : macr