[Development] Old platform-specific functions

2015-09-15 Thread Sze Howe Koh
Hi all, There's a list of platform-specific functions from Qt 4: http://doc.qt.io/qt-5/exportedfunctions.html It looks like most of these functions are now gone. The non-existing functions should be removed from the documentation, but 3 functions remain in the code base: *

[Development] How to speed up QML for KDE5 without QML compiler

2015-09-15 Thread Leslie Zhai
Hi great Qt and KDE developers, I like QML, it is high speed development language, easy to create candy UI and not difficult to debug. KDE4 began to use it in some projects, for example, KScreen`s kcm module, it used QML to take place of traditional QWidget. and KDE5, it is full of QML, for

Re: [Development] Documentation proposal: Remove recommended reading list of 20-year-old books

2015-09-15 Thread Sze Howe Koh
On 30 August 2015 at 16:02, Dmitry Volosnykh wrote: > By the way, what are those "newer ones"? I don't have a specific book in mind, but I would encourage newcomers to learn the high-level API introduced in C++11 (std::thread, std::async, etc.) instead of the

Re: [Development] Documentation proposal: Remove recommended reading list of 20-year-old books

2015-09-15 Thread Sze Howe Koh
On 30 August 2015 at 16:32, Hausmann Simon wrote: > I think that there is a b‎ig difference between it being easy enough to find > reading material and us - the project - making specific recommendations for > material that we think is of particularly high

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

2015-09-15 Thread Knoll Lars
On 15/09/15 03:51, "Thiago Macieira" wrote: >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

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

2015-09-15 Thread Sorvig Morten
> On 15 Sep 2015, at 03:51, Thiago Macieira wrote: > > 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

Re: [Development] Enhancement to QIODevice?

2015-09-15 Thread Andrzej Ostruszka
On 09/14/2015 12:43 PM, André Somers wrote > I guess that also means that your countTo() would need to be virtual, > right? That would not be bc. No. This would be just additional functionality of the QIODevicePrivateLinearBuffer. Since this buffer is available from QIODevicePrivate which itself

Re: [Development] Enhancement to QIODevice?

2015-09-15 Thread Andrzej Ostruszka
On 09/15/2015 03:53 AM, Thiago Macieira wrote: > 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