Go to file
Morten Johan Sorvig 9650a5aa25 Avoid backing store color space conversions.
We want the Qt backing store to be in the device color
space by default. This will avoid colour space conversions
when blitting it to screen, at the cost of a potential 
loss in color accuracy.

As it turns out, CGColorSpaceCreateDeviceRGB no longer
crates a device color space but rather a generic color
space. (Since 10.4). Create the color space with a system
profile instead.

Accurate color representation needs to be supported
at some point, but this fast path should be the
default.

Change-Id: I7ebb77b36f81f66119d8c2ef464723401ec1d1e8
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
2012-12-07 12:04:48 +01:00
bin don't check modules which were not requested 2012-12-05 17:29:46 +01:00
config.tests
dist Remove references to pre-build examples from dist/README 2012-12-06 14:46:13 +01:00
doc Doc: Updated CSS style for QML code snippets 2012-12-05 17:29:46 +01:00
examples Removed requestOrientation() API from QWindow. 2012-12-06 20:37:13 +01:00
lib
mkspecs replace all modules' build dirs while installing .pc, .la & .prl files 2012-12-06 12:49:02 +01:00
qmake qmake: add ProductVersion to automatically generated resource 2012-12-06 16:46:03 +01:00
src Avoid backing store color space conversions. 2012-12-07 12:04:48 +01:00
tests Removed requestOrientation() API from QWindow. 2012-12-06 20:37:13 +01:00
tools configure.exe: fix -inotify option 2012-12-06 18:40:29 +01:00
util
.gitattributes
.gitignore
.qmake.conf don't auto-install example sources by default for all modules 2012-12-03 15:56:28 +01:00
.tag
configure remove dead line 2012-12-06 12:49:02 +01:00
configure.bat
header.BSD
header.FDL
header.LGPL
header.LGPL-ONLY
INSTALL
LGPL_EXCEPTION.txt
LICENSE.FDL
LICENSE.GPL
LICENSE.LGPL
LICENSE.PREVIEW.COMMERCIAL
qtbase.pro
sync.profile properly syncqt-ize harfbuzz headers 2012-12-04 13:57:55 +01:00