kwin/plugins/colord-integration
Vlad Zahorodnii 64ad9a61d8 Introduce ColorManager component
This change introduces a new component - ColorManager that is
responsible for color management stuff.

At the moment, it's very naive. It is useful only for updating gamma
ramps. But in the future, it will be extended with more CMS-related
features.

The ColorManager depends on lcms2 library. This is an optional
dependency. If lcms2 is not installed, the color manager won't be built.

This also fixes the issue where colord and nightcolor overwrite each
other's gamma ramps. With this change, the ColorManager will resolve the
conflict between two.
2020-12-13 23:53:33 +02:00
..
CMakeLists.txt Introduce ColorManager component 2020-12-13 23:53:33 +02:00
colorddevice.cpp Introduce ColorManager component 2020-12-13 23:53:33 +02:00
colorddevice.h
colordintegration.cpp Re-initialize colord integration when colord daemon is restarted 2020-11-26 20:28:08 +00:00
colordintegration.h Re-initialize colord integration when colord daemon is restarted 2020-11-26 20:28:08 +00:00
colordtypes.h
main.cpp
metadata.json
org.freedesktop.ColorManager.Device.xml
org.freedesktop.ColorManager.Profile.xml
org.freedesktop.ColorManager.xml