Re: [Interest] Qmake: execute two different link steps?

2015-12-03 Thread André Hartmann
Hi Elvis and Konstantin, thanks for your suggestions. I think I will take the SUBDIRS way. Best regards, André Am 03.12.2015 um 13:04 schrieb Elvis Stansvik: 2015-12-03 13:02 GMT+01:00 Konstantin Tokarev : 03.12.2015, 15:00, "Elvis Stansvik" : Hi

Re: [Interest] Qmake: execute two different link steps?

2015-12-03 Thread Elvis Stansvik
Hi André, 2015-12-03 10:51 GMT+01:00 André Hartmann : > Hello, > > I have a Qmake based project that is developed in Qt Creator (currently > compiled with Linux/gcc and Windows/MinGW). > > Depending on a configuration variable the PRO file my program links to one > of

[Interest] [qt-iOS] network module stop functioning after network was disabled and then re-enabled

2015-12-03 Thread Liang Jian
When I start an qt-iOS app with network enabled(such as wifi enviroment) the app function well with all network operations. If I disable wifi in my iphone and then re-enable wifi after a while. The app will stop functioning with all network operations. All QNetworkAccessManager request will

Re: [Interest] Qmake: execute two different link steps?

2015-12-03 Thread Elvis Stansvik
2015-12-03 13:02 GMT+01:00 Konstantin Tokarev : > > > 03.12.2015, 15:00, "Elvis Stansvik" : >> Hi André, >> >> 2015-12-03 10:51 GMT+01:00 André Hartmann : >>> Hello, >>> >>> I have a Qmake based project that is developed in Qt

Re: [Interest] [qt-iOS] network module stop functioning after network was disabled and then re-enabled

2015-12-03 Thread Liang Jian
BTW: I have filed a bug https://bugreports.qt.io/browse/QTBUG-49751 On Thu, Dec 3, 2015 at 8:22 PM, Liang Jian wrote: > When I start an qt-iOS app with network enabled(such as wifi > enviroment) the app function well with all network operations. If I disable >

[Interest] Qmake: execute two different link steps?

2015-12-03 Thread André Hartmann
Hello, I have a Qmake based project that is developed in Qt Creator (currently compiled with Linux/gcc and Windows/MinGW). Depending on a configuration variable the PRO file my program links to one of two librarys: TARGET = myProg CONFIG += TESTLIB CONFIG(TESTLIB): LIBS += libXXXtest

Re: [Interest] application appearance changing when laptop goes in saving energy mode

2015-12-03 Thread maitai
Thanks Jason for your help I have filtered out WM_DISPLAYCHANGE using a QAbstractNativeEventFilter and indeed the problem disappeared... I am now wondering what/if I broke something doing that... I have opened a bug report (QTBUG-49745) Thanks Philippe Lelong Le 02-12-2015 23:57, Jason H a

Re: [Interest] Do Camera.videoRecorder options matter?

2015-12-03 Thread Lopes Yoann
> On 02 Dec 2015, at 23:49, Jason H wrote: > > But I'm looking at the videoRecorder stuff and none of it seems to matter. > I'm looking at: > https://fossies.org/linux/qt-everywhere-opensource-src/qtmultimedia/src/plugins/avfoundation/camera/avfmediarecordercontrol.mm > > Line

Re: [Interest] Do Camera.videoRecorder options matter?

2015-12-03 Thread Jason H
What would it take to get them implemented? > Sent: Thursday, December 03, 2015 at 4:46 AM > From: "Lopes Yoann" > To: "Jason H" > Cc: interest > Subject: Re: [Interest] Do Camera.videoRecorder options matter? > > > > On

Re: [Interest] [qt-iOS] network module stop functioning after network was disabled and then re-enabled

2015-12-03 Thread Thiago Macieira
On Thursday 03 December 2015 20:22:46 Liang Jian wrote: > When I start an qt-iOS app with network enabled(such as wifi > enviroment) the app function well with all network operations. If I disable > wifi in my iphone and then re-enable wifi after a while. The app will stop > functioning with

Re: [Interest] QML and ScrollView

2015-12-03 Thread Jérôme Godbout
Not sure but may worth a try, your scrollview anchors must be fighting your height, try to only anchors left and right instead of fill. This may not solve your problemes but could save you a warning at least. > On Dec 3, 2015, at 7:07 PM, Mike Jackson wrote: > > I am

Re: [Interest] QNetworkAccessManager doesn't recover when network is reconnected on Ubuntu.

2015-12-03 Thread Nesuan Taiso
On 3/12/2015 5:54 PM, Thiago Macieira wrote: On Thursday 03 December 2015 08:45:34 Nesuan Taiso wrote: Can you disable libqnmbearer.so and try again? Find the file and, as root, chmod it to 0. Yes this works, thank you! Please file this as a bug against component "Bearer management" in Qt

[Interest] QML and ScrollView

2015-12-03 Thread Mike Jackson
I am trying to use a ScrollView in a QQuickWidget but the layout does not seem to be honoring what I am wanting. I have a bunch of “Label/TextField” pairs to the point where there are so many that I need them inside a scrollview. the issue is that if I do that then the TextFields which are set

Re: [Interest] QML and ScrollView

2015-12-03 Thread m...@rpzdesign.com
How about listview and a model? On 12/3/2015 6:07 PM, Mike Jackson wrote: ScrollView ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Drawing in a high DPI QImage on Windows

2015-12-03 Thread John Weeks
We have a number of places in our code where we draw into an image (QImage, QPixmap, or a native image type) in order to improve performance. On Macintosh, we can call QWindow::devicePixelRatio() to find a scale factor for figuring out the dimensions of the image from the size of feature we