[Development] Regarding issues related to Qt3D

2016-05-26 Thread swarit wipra
Hi, I am getting following error, when running Qt 3d app. 05-19 19:26:06.857 17339 17339 W libClimateHMI.so: (null):0 ((null)): Can't find surface 2 05-19 19:26:06.869 221 628 D AudioFlinger: mixer(0xab962fb0) throttle end: throttle time(3) 05-19 19:26:06.877 17339 17339 W libClimateHMI.so:

Re: [Development] Should the system proxies default setting be switched to true?

2016-05-26 Thread Thiago Macieira
See https://bugreports.qt.io/browse/QTBUG-53649 Em sexta-feira, 13 de maio de 2016, às 09:11:35 PDT, Andy Shaw escreveu: > Since there does not seem to be any general objections, I have submitted a > patch for this - https://codereview.qt-project.org/159120 - this is for > 5.8. If anyone does see

Re: [Development] Help needed: Qt 3D Android build issue

2016-05-26 Thread Sean Harmer
Hi Marc, On Thursday 26 May 2016 08:32:21 Marc Mutz wrote: > Hi, > > In QAtomic, we use compare_exchange_strong with a single memory_order > argument. The failure mode is therefore calculated by libctdc++, the > relevant code in atomic_base.h has not changed from 4.8.0 to 6.1.0, and > appears to

Re: [Development] QtWayland synchronisation between GL and compositor

2016-05-26 Thread Gunnar Sletta
Hi Tomek, You're not really missing anything :) In the case of an asynchronous swapBuffers, there is a slight chance the wl_buffer release on the next draw pass will be premature, because there is nothing the qtwayland module that catches when the GPU is done with a frame. In stack that I'm

Re: [Development] [QtMultimedia] How to make to use a HW codecs by QML media player on Linux?

2016-05-26 Thread Denis Shienkov
I have created a BUG: https://bugreports.qt.io/browse/QTBUG-53646 2016-05-26 12:01 GMT+03:00 Denis Shienkov : > UPD: Seems the problem is ***NOT IN QtMM***.. > > For example, when I have compiled an usual cpp-based QMediaPlayer example, > and to set there: > > {quote} >

Re: [Development] QtWebkit to vcxproj

2016-05-26 Thread Oswald Buddenhagen
On Wed, May 25, 2016 at 04:11:00PM +0200, raven-worx Software wrote: > i am trying to create a vcxproj-Project of the QtWebKit module. > there is no hope whatsoever to get that working. note that vcxproj support for the build of qt as a whole has been dropped a while ago, which is reflected by

[Development] QtWayland synchronisation between GL and compositor

2016-05-26 Thread Tomek Bury
Hi all, Is there any mechanism that that synchronises wl_buffer release by the compositor to the GL driver's pipeline? I can't figure out how this synchronisation is supposed to work. My initial thought was that the sequence of actions will be something like this. The client sends a new frame to

Re: [Development] Qt 5.7.0 change files

2016-05-26 Thread Tuukka Turunen
> -Original Message- > From: Development [mailto:development- > bounces+tuukka.turunen=qt...@qt-project.org] On Behalf Of Thiago > Macieira > Sent: tiistaina 24. toukokuuta 2016 21.22 > To: development@qt-project.org > Subject: Re: [Development] Qt 5.7.0 change files > > Em terça-feira,

Re: [Development] Qt 5.7.0 change files

2016-05-26 Thread Oswald Buddenhagen
On Tue, May 24, 2016 at 11:21:58AM -0700, Thiago Macieira wrote: > Em terça-feira, 24 de maio de 2016, às 10:50:13 PDT, Jani Heikkinen escreveu: > > I and Antti have now done initial change files for every qt submodule (if > > not already available). Maintaitainers: Please take those over & modify

Re: [Development] Supported platforms for Qt 5.8

2016-05-26 Thread Tuukka Turunen
Sounds good to me in principle, especially since we very likely have again next generation of both iOS and OS X to support in Qt 5.8. Especially in iOS users tend to upgrade to new versions quite quickly (and then see if their devices still can run that or not). Yours, Tuukka From:

Re: [Development] [QtMultimedia] How to make to use a HW codecs by QML media player on Linux?

2016-05-26 Thread Denis Shienkov
UPD: Seems the problem is ***NOT IN QtMM***.. For example, when I have compiled an usual cpp-based QMediaPlayer example, and to set there: {quote} root@apalis-t30:~/Downloads# export QT_GSTREAMER_WIDGET_VIDEOSINK=nv_omx_hdmi_videosink root@apalis-t30:~/Downloads# export

Re: [Development] Help needed: Qt 3D Android build issue

2016-05-26 Thread Marc Mutz
Hi, In QAtomic, we use compare_exchange_strong with a single memory_order argument. The failure mode is therefore calculated by libctdc++, the relevant code in atomic_base.h has not changed from 4.8.0 to 6.1.0, and appears to do the correct thing. It does use signed bitmasking operations with