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
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
> 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
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.
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
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
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
..
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
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