summaryrefslogtreecommitdiffstats
path: root/kdesktop/dbus/screensaver
Commit message (Collapse)AuthorAgeFilesLines
* emitActiveChanged(true) only in case of successful activationfeat/dbusscreensaverEmanoil Kotsev2025-03-231-10/+17
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* correctly delete referenced objectsEmanoil Kotsev2025-03-232-9/+14
| | | | | | call save and quit from SetActive Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* CMakeLists.txt cleanupEmanoil Kotsev2025-03-185-100/+83
| | | | | | | | | | | | reformatting the cpp files m_screenSaverEnabled and m_cookieCount bool setScreenSaverState(bool) instead forceScreenSaver arg0 changed to retval Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* implement dbus GetActive methodEmanoil Kotsev2025-03-172-0/+34
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* removed dbusscreensaveriface-staticEmanoil Kotsev2025-03-173-10/+19
| | | | | | | | removed commented out interfaces from the xml updated the CMakeLists.txt files Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* fixing dbus-1-tqt include and library dirsEmanoil Kotsev2025-03-171-1/+1
| | | | | | add dependencies for dbus screen saver targets to hint ninja build Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* fixing dbus-1-tqt include dirsEmanoil Kotsev2025-03-171-1/+1
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* fixing dbus-1-tqt checkEmanoil Kotsev2025-03-171-1/+3
| | | | | | | | removed install directories for the interfaces disabled the check for screensaver status when calling Inhibit Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* DBus ScreenSaverEmanoil Kotsev2025-03-175-126/+74
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Auto formatting main.cpp incl. dbus screen saverEmanoil Kotsev2025-03-177-96/+686
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Add DBus screen saver interface to TDEEmanoil Kotsev2025-03-173-0/+96
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>