Re: [Development] Enhancement to QIODevice?

2015-09-14 Thread André Somers
Op 14-9-2015 om 12:25 schreef Andrzej Ostruszka: > Hello all, > > I'd like to ask for possibility to enhance a bit QIODevice. > > My problem/wish is following. I'm using QSerialPort and (as all > QIODevice-s) it is tailored for reading in "lines" ('\n') which is fine > since most of the time this

Re: [Development] Enhancement to QIODevice?

2015-09-14 Thread Florian Bruhin
* Andrzej Ostruszka [2015-09-14 12:25:20 +0200]: > From now on I'll talk about QIODevice only since QSerialPort is > inheriting from it for the bulk of functionality (and this could also > benefit QIODevice). > > Since '\n' is just hardcoded in QIODevice (actually

Re: [Development] Enhancement to QIODevice?

2015-09-14 Thread Oswald Buddenhagen
On Mon, Sep 14, 2015 at 12:25:20PM +0200, Andrzej Ostruszka wrote: > My problem/wish is following. I'm using QSerialPort and (as all > QIODevice-s) it is tailored for reading in "lines" ('\n') which is fine > since most of the time this is exactly what I need. But I just happen > to have to

Re: [Development] Enhancement to QIODevice?

2015-09-14 Thread Matthew Woehlke
On 2015-09-14 06:25, Andrzej Ostruszka wrote: > I'd like to ask for possibility to enhance a bit QIODevice. > > My problem/wish is following. I'm using QSerialPort and (as all > QIODevice-s) it is tailored for reading in "lines" ('\n') which is fine > since most of the time this is exactly

Re: [Development] Enhancement to QIODevice?

2015-09-14 Thread Thiago Macieira
On Monday 14 September 2015 12:25:20 Andrzej Ostruszka wrote: > So what I'm aiming to is to make the "line" (or more generally "packet") > termination a bit more flexible, that is to allow user to specify the > delimiter. Currently I think the only available solution for my wish is > double

Re: [Development] Qt 5.5.0 build issue on OS X (10.9): OpenGL libraries

2015-09-14 Thread Thiago Macieira
On Monday 14 September 2015 08:09:28 Sorvig Morten wrote: > Then the question is: which ones should QtGui link against? On other words > OpenGL usage is not confined to platform plugins only. > > To me this points to Xcb or Cocoa being a configure-time choice. Shouldn't the OpenGL functions be

Re: [Development] Is qt.io down?

2015-09-14 Thread Kojo Tero
Hi, Yes, we experienced a major network problem in the night-early morning (CET). Everything is back to normal now. Best regards, Tero From: development-bounces+tero.kojo=theqtcompany@qt-project.org [mailto:development-bounces+tero.kojo=theqtcompany@qt-project.org] On Behalf Of Yang

Re: [Development] Qt 5.5.0 build issue on OS X (10.9): OpenGL libraries

2015-09-14 Thread Sorvig Morten
> On 13 Sep 2015, at 00:55, Thiago Macieira wrote: > > On Saturday 12 September 2015 18:16:54 René J. V. Bertin wrote: >> Thiago Macieira wrote: >>> Maybe we need two tests: one for OpenGL for XCB plugin (with GLX support) >>> and one for OpenGL for the Cocoa plugin

[Development] Winphone status

2015-09-14 Thread Federico Buti
Hi list. We are interested in porting an app already published on the AppStore and Google Play to WinPhone. The app communicates with a custom Wi-Fi device and relies on networking and bearer management. How's the status of QTBUG-43838 and, generally

[Development] Enhancement to QIODevice?

2015-09-14 Thread Andrzej Ostruszka
Hello all, I'd like to ask for possibility to enhance a bit QIODevice. My problem/wish is following. I'm using QSerialPort and (as all QIODevice-s) it is tailored for reading in "lines" ('\n') which is fine since most of the time this is exactly what I need. But I just happen to have to