59adbc2da4
* 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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
kdeconnect_screensaver_inhibit.json | ||
README | ||
screensaverinhibitplugin-macos.cpp | ||
screensaverinhibitplugin-macos.h | ||
screensaverinhibitplugin-win.cpp | ||
screensaverinhibitplugin-win.h | ||
screensaverinhibitplugin.cpp | ||
screensaverinhibitplugin.h |
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.