Re: [Interest] QTimer and Qt::PreciseTimer

2017-07-28 Thread Thiago Macieira
On Friday, 28 July 2017 16:15:27 PDT Joshua Grauman wrote: > I have a related but different question. > > I am reading the time with QDateTime::currentMSecsSinceEpoch(). How > susceptible is this time to clock drift/jitter/etc. on Linux (Kubuntu > 16.04.2)? It's susceptible to complete jumps. You

Re: [Interest] QTimer and Qt::PreciseTimer

2017-07-28 Thread Joshua Grauman
I have a related but different question. I am reading the time with QDateTime::currentMSecsSinceEpoch(). How susceptible is this time to clock drift/jitter/etc. on Linux (Kubuntu 16.04.2)? I know ntpd is constantly updating the time, and there is some error involved in this. If I am reading th

Re: [Interest] Compiling a 32-bit application on Macintosh with Qt 5.9 fails

2017-07-28 Thread Adam Light
On Fri, Jul 28, 2017 at 8:36 AM, Thiago Macieira wrote: > On Friday, 28 July 2017 06:42:26 PDT Adam Light wrote: > > So if this is a valid reason, what's the trick to getting a 32-bit > > application to compile? Or is this just a bug? > > Sounds like just a bug because we don't test that as often

Re: [Interest] Compiling a 32-bit application on Macintosh with Qt 5.9 fails

2017-07-28 Thread Thiago Macieira
On Friday, 28 July 2017 06:42:26 PDT Adam Light wrote: > On Thu, Jul 27, 2017 at 12:43 PM, Thiago Macieira > wrote: > > > > On Thursday, 27 July 2017 11:28:28 PDT Adam Light wrote: > > > Our application can load plugins that are written by users. Our > > > > application > > > > > has only had a

Re: [Interest] Compiling a 32-bit application on Macintosh with Qt 5.9 fails

2017-07-28 Thread Adam Light
On Thu, Jul 27, 2017 at 12:43 PM, Thiago Macieira wrote: > On Thursday, 27 July 2017 11:28:28 PDT Adam Light wrote: > > Our application can load plugins that are written by users. Our > application > > has only had a 64-bit Macintosh version available for 366 days, so most > of > > these plugins

[Interest] Qt3D crash on exit

2017-07-28 Thread max_bergmann89
Hi,   the basicshapes c++ example crashes on exit on my laptop (Qt 5.9.0, win8.1). I got an application that uses a similar approach regarding Qt3DWindow and a windowContainer and it also crashes on exit. The materials c++ on the other hand example works fine and it just displays a Qt3DWindow wit