[Interest] [OS X] FIXME: IOUnserialize

2015-02-14 Thread René J . V . Bertin
Hello, I've been seeing message like the ones below appear in my system.log for a while now: Feb 14 21:32:15 Portia.local Assistant[10291]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "#W»". Feb 14 21:32:45 --- last message repeated 191 times --- Feb 14 21:32:48 Portia.

Re: [Interest] Forcing version of python when building on CentOS6, also, versions for flex and bison

2015-02-14 Thread Simon Matthews
On Fri, 13 Feb 2015, Harri Pasanen wrote: > On 13/02/2015 05:30, Simon Matthews wrote: >> >> In my quest to build Qt5 with WebKit on CentOS5, I have come across >> another problem. As stated, the build requires python 2.6 or later. The >> default version of Python on CentOS 5 is 2.4. There is a

[Interest] How does QDesktopServices decide what application to use?

2015-02-14 Thread Benjamin Block
Hello folks, just a short question about QDesktopServices. When you call the openUrl() function, the documentation states that the URL "will be opened with a suitable application". But how does qt decide what application to use? For example, in case I open a gif-image, it will open said image in

[Interest] Force Qt 5.4 to use ANGLE OpenGL ES 2 implementation

2015-02-14 Thread Roberto Garrido Martín
Hi all, We have a windows Qt desktop app that links to a rendering library based on OpenGL ES 2.0. We want to assure that the app will run on as much as devices as possible, so we think that using ANGLE is a good idea. My question is: is there anything we can do to force our Qt 5.4 app to use ANG

[Interest] restoring an automatic form of system-wide non-default style support

2015-02-14 Thread René J . V . Bertin
Hello, I'm still regretting the demise of qtconfig and the way it allowed to set a system/session wide non-default style and font that applied automatically to all Qt4 applications. There isn't anything currently that could provide a similar functionality at least for applications that link aga