kde-workspace/libs/kephal
Ivailo Monev c547dd7a57 generic: fix most of the overlinking issues
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-10 00:23:28 +00:00
..
client generic: fix most of the overlinking issues 2020-02-10 00:23:28 +00:00
kephal generic: adjust to Katie changes 2019-05-08 14:51:07 +00:00
service generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:13:13 +00:00
tests generic: replace forward declarations with headers inclusions 2019-05-05 02:36:36 +00: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.