kde-workspace/libs/kephal
Ivailo Monev 388dc56870 generic: consistent library variables usage
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-26 20:14:30 +02:00
..
client libs: remove disabled code from build file 2021-01-07 23:32:51 +02:00
kephal generic: adjust to Katie changes 2019-05-08 14:51:07 +00:00
service generic: compiler warnings fixes 2021-02-15 15:46:27 +02:00
tests generic: consistent library variables usage 2021-02-26 20:14:30 +02:00
CMakeLists.txt generic: misc cleanups 2015-09-06 14:39:32 +03:00
README initial import 2014-11-13 19:30:51 +02:00

Kephal provides an API for easier handling of multihead systems.

The architecture features features 2 main components:

* kded_kephal (service/)
    The KDED-module that provides all of the data and configuration-options.
    It will currently query for xrandr-extension and fallback to
    QDesktopWidget if XRandR 1.2 is not available.
    The directory 'service' contains the actual module class, kephald.*, and
    classes for the service and its dbus interface. Interfaces and shared logic
    are in shared/

* libkephal (client/)
    This is the lib that wraps all of Kephals DBus-API. It uses the same
    interface classes from shared/ as kded_kephal, but uses the
    dbus client stubs that access kded_kephal, and if this is not available, queries
    QDesktopWidget directly.

kephalapp and kephald are intended for development/testing.
They are not installed.

Some more infos are in READMEs in the subdirs or as API-Docs.