Re: [Development] QProperty and library coding guide

2020-07-24 Thread James McDonnell
Yes. QNX 7.1 is based on GCC 8. On 2020-07-23, 5:03 PM, "Development on behalf of Ville Voutilainen" wrote: On Thu, 23 Jul 2020 at 23:59, Thiago Macieira wrote: > > On Thursday, 23 July 2020 12:34:06 PDT Simon Hausmann wrote: > > I think the primary environment where a

Re: [Development] Gerrit Upgrade

2019-06-25 Thread James McDonnell
On 2019-05-06, 8:16 AM, "Development on behalf of Frederik Gladhorn" wrote: Hello, We've been working on the Gerrit Upgrade for a while now and we are finally getting ready to deploy the new goodness. We have all patches in our fork (yes, sadly we continue diverging a

Re: [Development] Proposal to remove QNX 6.6 support from Qt 5.11 onwards

2017-12-15 Thread James McDonnell
nnu...@yandex.ru> Lähetetty: 15. joulukuuta 2017 21:20 Vastaanottaja: Tuukka Turunen; development@qt-project.org; James McDonnell Aihe: Re: [Development] Proposal to remove QNX 6.6 support from Qt 5.11 onwards 15.12.2017, 22:04, "Tuukka Turunen" <tuukka.turu...@qt.io>: > Hi

Re: [Development] [BB++] Now is 3.5x faster than Node.JS

2017-07-22 Thread James McDonnell
That's the sort of comment that drives new people away from open source projects. Please refrain from making such comments. Sent from my BlackBerry - the most secure mobile device - via the Rogers Network From: o.khots...@gmail.com Sent: July 22, 2017 2:06 PM To: philipp...@gmail.com Cc:

Re: [Development] swapEGLBuffers() : 135 : QQNX: failed to swap EGL buffers, err=12301 on QNX with Qt-5.3.2

2017-06-13 Thread James McDonnell
we'll update the QNX-Qt 5.3.1. :-( > >Thanks, >Prashant > >On 6/13/17, James McDonnell <jmcdonn...@blackberry.com> wrote: >> Hi Prashant, >> >> Is your application performing a rapid sequence of resizing operations >>on >> the EGL window that

Re: [Development] swapEGLBuffers() : 135 : QQNX: failed to swap EGL buffers, err=12301 on QNX with Qt-5.3.2

2017-06-13 Thread James McDonnell
Hi Prashant, Is your application performing a rapid sequence of resizing operations on the EGL window that leaves the size of the window unchanged? We recently discovered that this can cause the QNX Qt platform code to produce this problem. I haven't had a chance to upstream the fix for it yet.

Re: [Development] Proposal for Qt 5.10 platforms and configurations changes

2017-04-27 Thread James McDonnell
The mkspecs are there. https://codereview.qt-project.org/#/c/192579/ is needed to make them work (again). On 2017-04-27, 8:07 AM, "Development on behalf of Stottlemyer, Brett (B.S.)" wrote: >> Please

Re: [Development] QNX 6.6 on Qt 5.10

2017-03-31 Thread James McDonnell
On 2017-03-31, 9:17 AM, "Development on behalf of James McDonnell" <development-bounces+jmcdonnell=blackberry@qt-project.org on behalf of jmcdonn...@blackberry.com> wrote: > > >On 2017-03-31, 9:09 AM, "Development on behalf of Ville Voutilainen" ><

Re: [Development] QNX 6.6 on Qt 5.10

2017-03-31 Thread James McDonnell
On 2017-03-31, 9:09 AM, "Development on behalf of Ville Voutilainen" wrote: >On 31 March 2017 at 15:48, Lars Knoll wrote: >> Hi Rafael, >> >> I¹d agree with you that it¹s

Re: [Development] Multiple Windows Dead-Lock Observed on QNX with Qt-5.3.2

2016-06-15 Thread James McDonnell
Hi Prashant, Can you provide the output for a ³pidin -p ² and a "pidin -p screen² when the system is in this state? James On 2016-06-15, 1:54 PM, "Development on behalf of Thiago Macieira" wrote: >On

Re: [Development] Supported platforms for Qt 5.8

2016-02-26 Thread James McDonnell
unique_ptr is probably useable. The library is only a problem when you need something that involves constexpr. constexpr support has been disabled in the library because some constexpr code uses C floating point functions that weren¹t changed to allow their use in constexpr C++ functions.

Re: [Development] QNX and Dinkumware support for constexpr and nullptr

2015-10-30 Thread James McDonnell
On 2015-10-28, 6:15 PM, "Development on behalf of Thiago Macieira" <development-boun...@qt-project.org on behalf of thiago.macie...@intel.com> wrote: >On Wednesday 28 October 2015 21:41:12 James McDonnell wrote: >> I¹ve created a QNX JIRA for the atomic functio

Re: [Development] QNX and Dinkumware support for constexpr and nullptr

2015-10-28 Thread James McDonnell
On 2015-10-28, 12:02 PM, "Development on behalf of Thiago Macieira" <development-boun...@qt-project.org on behalf of thiago.macie...@intel.com> wrote: >On Wednesday 28 October 2015 13:28:39 Rafael Roquetto wrote: >> Hi James, >> >> On Wed, Oct 28, 2015

[Development] Qt example files missing

2014-04-15 Thread James McDonnell
Hi, Can anyone explain why the Qt 5.2.0 and 5.2.1 that I installed in Ubuntu contain examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.json but the Qt that I build (make/make install) doesn't? Are the examples being packaged in some other way for the installers? I

Re: [Development] Qt example files missing

2014-04-15 Thread James McDonnell
Is there aŠscript or a build server or something that I could look at that shows exactly how this is done? - Original Message - On 14-04-15 12:38 PM, Thiago Macieira thiago.macie...@intel.com wrote: Em ter 15 abr 2014, às 15:52:49, James McDonnell escreveu: Hi, Can anyone explain why