kdeconnect-kde/plugins/screensaver-inhibit
Albert Vaca Cintora 59adbc2da4 Move all generated dbus interfaces to kdeconnectinterfaces exclude them from clazy
* Moves the XML definitions of DBus interfaces and code generation from the different plugins
  to kdeconnectinterfaces. Before each plugin had their own, some of them duplicated.
* Appends `// clazy:skip` to the generated interface files, so Clazy doesn't emit warnings
  about them because they are missing the NOTIFY/CONSTANT keywords on Q_PROPERTIES.
* Makes kdeconnectinterfaces static on Qt5 as well (removes a difference with Qt6).
* Moves the generated files to a `generated` directory and updates the includes so they are
  easily distinguished from other header files.
2023-07-24 12:18:47 +00:00
..
CMakeLists.txt Move all generated dbus interfaces to kdeconnectinterfaces exclude them from clazy 2023-07-24 12:18:47 +00:00
kdeconnect_screensaver_inhibit.json Remove explicit plugin Id 2023-07-22 20:51:19 +00:00
README Added a plugin to inhibit the screensaver when a device is connected. 2014-12-29 23:31:25 -08:00
screensaverinhibitplugin-macos.cpp Provide default implementation for KdeConnectPlugin::connected 2023-07-22 16:06:21 +02:00
screensaverinhibitplugin-macos.h Do not mark plugin classes as exported 2023-07-22 20:51:19 +00:00
screensaverinhibitplugin-win.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
screensaverinhibitplugin-win.h Do not mark plugin classes as exported 2023-07-22 20:51:19 +00:00
screensaverinhibitplugin.cpp Move all generated dbus interfaces to kdeconnectinterfaces exclude them from clazy 2023-07-24 12:18:47 +00:00
screensaverinhibitplugin.h Do not mark plugin classes as exported 2023-07-22 20:51:19 +00:00

This plugin inhibits the screensaver from kicking in when the device is connected
to kdeconnect, it then uninhibits the screensaver if the device was to go out of
range or be disconnected.