kdeconnect-kde/plugins/screensaver-inhibit
Alexander Lohnau 1631ada5b3 Simplify KDEConnectPlugin::recievePacket
- We do not need the return type. If a plugin declares it can handle the
  packet it should do so. We don't have any fallback logic in place and
  the packet types are namespaced with the plugin IDs anyway.

- Provide a default implementation with a warning, not all plugins need
  to overwrite this
2023-08-03 20:49:44 +02: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 SVN_SILENT made messages (.desktop file) - always resolve ours 2023-07-28 01:41:47 +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 Simplify KDEConnectPlugin::recievePacket 2023-08-03 20:49:44 +02:00
screensaverinhibitplugin-macos.h Simplify KDEConnectPlugin::recievePacket 2023-08-03 20:49:44 +02:00
screensaverinhibitplugin-win.cpp Simplify KDEConnectPlugin::recievePacket 2023-08-03 20:49:44 +02:00
screensaverinhibitplugin-win.h Simplify KDEConnectPlugin::recievePacket 2023-08-03 20:49:44 +02:00
screensaverinhibitplugin.cpp Simplify KDEConnectPlugin::recievePacket 2023-08-03 20:49:44 +02:00
screensaverinhibitplugin.h Simplify KDEConnectPlugin::recievePacket 2023-08-03 20:49:44 +02: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.