kwin/kcmkwin
Casian Andrei 01adbe6dc5 Implement color correction (per output)
Add an option to kcmcompositing in the 'Advanced' tab, to enable or
disable color correction. It is specified that it's experimental and it
needs Kolor Manager.

Before painting for a particular screen, ColorCorrection::setupForOutput
should be called.

A screen property is added for WindowPaintData.

In kwinglutils, The fragment shaders are intercepted before being
compiled and they get a couple of lines of code inserted in order to do
the color correction. This happens only when color correction is enabled, of
course.

For D-Bus communication with KolorServer, everything is async.

The implementation basically manages a set of color lookup tables for
different outputs and for different window regions. These are taken via
D-Bus. Each lookup table has around 700 KB.

This commit reintroduces the changes from the former merge with the
"color2" branch. In this form, it can be easily reverted.

REVIEW: 106141
2012-11-13 22:47:09 +02:00
..
kwincompositing Implement color correction (per output) 2012-11-13 22:47:09 +02:00
kwindecoration GUI: Kwin appmenu support: 2012-11-09 13:44:50 +01:00
kwindesktop SVN_SILENT made messages (.desktop file) 2012-09-20 10:06:35 +02:00
kwinoptions fixuifiles 2012-10-05 00:54:11 +02:00
kwinrules add screen rule 2012-09-19 20:21:43 +02:00
kwinscreenedges SVN_SILENT made messages (.desktop file) 2012-09-20 10:06:35 +02:00
kwinscripts SVN_SILENT made messages (.desktop file) 2012-10-29 09:53:30 +01:00
kwintabbox Merge branch 'KDE/4.9' 2012-10-24 20:40:07 +02:00
CMakeLists.txt