[Development] Any plan to build Qt for iOS on linux/windows?

2013-10-11 Thread Wang Bin
I have build Qt4 for iOS on linux 1 year ago(no gui), using gcc https://code.google.com/p/qtbuild/downloads/detail?name=Qt481_qpa-iOS_armv6-20120401.tar.xz. Now i find a toolchain using clang can compile iOS programs: https://code.google.com/p/ios-toolchain-based-on-clang-for-linux/ This toolchain

Re: [Development] Conditional Deprecation Warnings

2013-10-11 Thread Thiago Macieira
On sexta-feira, 11 de outubro de 2013 11:30:23, Keith Gardner wrote: > I had an idea about making conditional deprecation warnings for functions > in Qt based on the destination platform. The idea would be to get a > compile time warning when using a function on a platform that the function > does

Re: [Development] Qt 5.2 Alpha possible issue with V4 and exposed Qml properties

2013-10-11 Thread Paul Lemire
On Fri, 11 Oct 2013 18:16:07 +0200, Nils Jeisecke wrote: > Hi Paul, > > On Fri, Oct 11, 2013 at 5:29 PM, Paul Lemire > wrote: >> On a side note, those models are not registered as qml properties but >> are >> returned as QObject* in a Q_INVOKABLE methods of the backend. If I want >> to >

[Development] Conditional Deprecation Warnings

2013-10-11 Thread Keith Gardner
I had an idea about making conditional deprecation warnings for functions in Qt based on the destination platform. The idea would be to get a compile time warning when using a function on a platform that the function does not supported. An example would be calling QProcess::nativeArguments() on n

Re: [Development] Qt 5.2 Alpha possible issue with V4 and exposed Qml properties

2013-10-11 Thread Nils Jeisecke
Hi Paul, On Fri, Oct 11, 2013 at 5:29 PM, Paul Lemire wrote: > On a side note, those models are not registered as qml properties but are > returned as QObject* in a Q_INVOKABLE methods of the backend. If I want to > use the model in a ListView, I then do : > > ListView > { > model : libra

[Development] Qt 5.2 Alpha possible issue with V4 and exposed Qml properties

2013-10-11 Thread Paul Lemire
Hello everyone, I've been working for quite some time on a Qt and QtQuick project and I tried the 5.2 alpha release as soon as it got out. However, my project which didn't have any issues running with any previous 5.* release of Qt now crashes with the alpha. My project is composed of a core

[Development] CI has OpenSuSE 12.3 now!

2013-10-11 Thread Sarajärvi Tony
Hi all! OpenSuSE 12.3 was included in the CI now. It will build with the same configurations as Ubuntu 10.04 and will eventually replace it. Currently it's marked with forcesuccess and qt.tests.insignificant, but we will begin removing those as we see that configuration working. >From your nex

[Development] [QML] Using a list as a default property

2013-10-11 Thread Mitch Curtis
Hi. I'm curious as to why the following workaround is necessary and how it works. It seems that I can't declare a default list property, but I can if I alias it. See: https://bugreports.qt-project.org/browse/QTBUG-10822 qml-test.qml: import QtQuick 2.1 import QtQuick.Controls 1.0 Rectangle {

[Development] Wrong resize event for QAbstractScrollArea derives

2013-10-11 Thread raven-worx Software
Hi, a question out of curiosity: In QAbstractScrollArea::viewportEvent() a resize event is passed to the base class implementation of the event handler. Whats the reason for doing this for a non input event? I'm asking because, this actually causes that you receive a wrong resize event for

Re: [Development] Proposal: Disable ActiveQt from MinGW

2013-10-11 Thread Koehne Kai
> -Original Message- > From: Pau Garcia i Quiles [mailto:pgqui...@elpauer.org] > Sent: Thursday, October 10, 2013 4:13 PM > To: Koehne Kai > Cc: development@qt-project.org > Subject: Re: [Development] Proposal: Disable ActiveQt from MinGW > > > > > On Thu, Oct 10, 2013 at 3:15 PM, Koeh