[Interest] What version of VS 2013 (ie which update) is Qt 5.5.1 built with

2016-02-13 Thread Scott Aron Bloom
While there is a ton of info at http://download.qt.io/official_releases/qt/5.5/5.5.1/qt-opensource-windows-x86-msvc2013-5.5.1.exe.mirrorlist http://download.qt.io/official_releases/qt/5.5/5.5.1/qt-opensource-windows-x86-msvc2013_64-5.5.1.exe.mirrorlist I can not find what version of the update

Re: [Interest] Is QEventPrivate a remnant?

2016-02-13 Thread Nye
Hello, On Fri, Feb 12, 2016 at 8:34 AM, Thiago Macieira wrote: > Em sexta-feira, 12 de fevereiro de 2016, às 05:01:34 PST, Nye escreveu: > > Unfortunately, the messages are polled, and I have seen, browsing through > > the OpenMPI docs, no way of using a file I could

Re: [Interest] [Development] [Proposal] Future QtSerialPort with plugins architecture

2016-02-13 Thread Ch'Gans
Hi Denis, Indeed it would be nice to have an extended API for controlling vendor specific extension in a uniform way. Switching between RS232/422/485 is a pretty common feature (including switching b/w full/half duplex, (des)activating termination resistor), as is controlling a few extra GPIO.

Re: [Interest] Is QEventPrivate a remnant?

2016-02-13 Thread Thiago Macieira
On sábado, 13 de fevereiro de 2016 11:17:22 PST Nye wrote: > Thanks! However I'm still going to need to run the dispatcher (default or > not) in non-blocking mode, right? Or am I missing something? Always non-blocking. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect -

Re: [Interest] Is QEventPrivate a remnant?

2016-02-13 Thread Nye
Hello, Sorry for continuing to bug you with this, but I don't seem to grasp how to run QCoreApplication in non-blocking mode. Looking here: http://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qcoreapplication.h#n113 and here:

Re: [Interest] What version of VS 2013 (ie which update) is Qt 5.5.1 built with

2016-02-13 Thread Thiago Macieira
On sábado, 13 de fevereiro de 2016 15:42:44 PST Scott Aron Bloom wrote: > While there is a ton of info at > http://download.qt.io/official_releases/qt/5.5/5.5.1/qt-opensource-windows-x > 86-msvc2013-5.5.1.exe.mirrorlist > http://download.qt.io/official_releases/qt/5.5/5.5.1/qt-opensource-windows->

Re: [Interest] Is QEventPrivate a remnant?

2016-02-13 Thread Thiago Macieira
On domingo, 14 de fevereiro de 2016 02:14:43 PST Nye wrote: > Hello, > Sorry for continuing to bug you with this, but I don't seem to grasp how to > run QCoreApplication in non-blocking mode. That's not what I meant. I meant that you run your APIs in non-blocking mode. There's only one thing in