Re: [Development] MSVC 2015 option /utf8: Qt only or everyone?

2016-08-29 Thread Thiago Macieira
Em quarta-feira, 11 de maio de 2016, às 07:59:38 PDT, Lars Knoll escreveu: > Finally! > > We should certainly turn it on for Qt. FYI, I dropped the feature that was required to turn on this switch now. We'll only be able to turn it on for the next version of the MS compiler, whenever that is r

Re: [Development] QT5 and color management

2016-08-29 Thread Anders Torger
On 08/29/2016 03:16:16 PM, Morten Sorvig wrote: > > > On 29 Aug 2016, at 10:20, Anders Torger wrote: > > > > > > Hello, > > > > The color management capabilities of QT for displaying images is > quite > > hard to figure out. I've searched the internet and you get very few > > > hits often po

Re: [Development] QT5 and color management

2016-08-29 Thread Morten Sorvig
> On 29 Aug 2016, at 10:20, Anders Torger wrote: > > > Hello, > > The color management capabilities of QT for displaying images is quite > hard to figure out. I've searched the internet and you get very few > hits often pointing to discussions several years old. So I think it's > appropriat

Re: [Development] dev and 5.8 CIs reliably fail on LinuxRHEL_6_6x86_64

2016-08-29 Thread Simon Hausmann
I can confirm that Laszlo's fix works with regards to the build breakage on RHEL 6.6. Simon From: Development on behalf of Laszlo Agocs Sent: Monday, August 29, 2016 1:24:58 PM To: Marc Mutz; development@qt-project.org Subject: Re: [Development] dev and 5.

Re: [Development] QT5 and color management

2016-08-29 Thread Anders Torger
Thanks, I'll have a look in the code! With GTK the problem was solvable on Linux & Windows using native ways to get the system display profile, and the same seems applicable to QT. However a showstopper on GTK on Mac OS X was that the underlaying layer (Quartz) was configured to only accept sRG

Re: [Development] dev and 5.8 CIs reliably fail on LinuxRHEL_6_6x86_64

2016-08-29 Thread Laszlo Agocs
It looks like the failures in https://codereview.qt-project.org/#/c/159484/ (we cannot currently build the bundled libxkbcommon with xkb support on these machines). The xkb stuff should be skipped in this case, but that recently went broken due to some configure cleanups. https://codereview.qt

[Development] dev and 5.8 CIs reliably fail on LinuxRHEL_6_6x86_64

2016-08-29 Thread Marc Mutz
Cf. attached posts. -- Marc Mutz | Senior Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company Tel: +49-30-521325470 KDAB - Qt, C++ and OpenGL Experts --- Begin Message --- Qt CI Bot has posted comments on this change. Change subject: uic: use a real ordered set ..

Re: [Development] QT5 and color management

2016-08-29 Thread Boudewijn Rempt
On Mon, 29 Aug 2016, Anders Torger wrote: > Now I'm working on a QT-based application, and it needs to be able to > output high saturation colors to wide gamut displays with correct color > management, on both Windows and Mac OS X (Linux is only a bonus in this > project). So the question is si

[Development] QT5 and color management

2016-08-29 Thread Anders Torger
Hello, The color management capabilities of QT for displaying images is quite hard to figure out. I've searched the internet and you get very few hits often pointing to discussions several years old. So I think it's appropriate to start a new thread to get the latest. I'm new to QT, but I'm n