summaryrefslogtreecommitdiffstats
path: root/kdesktop
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-173-0/+37
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* removed org.trinitydesktop.ScreenSaver.xml (for now)Emanoil Kotsev2025-03-171-11/+0
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* removed dbusscreensaveriface-staticEmanoil Kotsev2025-03-176-70/+22
| | | | | | | | removed commented out interfaces from the xml updated the CMakeLists.txt files Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* fixing wrongly reverted pthread in kdesktop/CMakeLists.txtEmanoil Kotsev2025-03-172-2/+1
| | | | | | remove WORKING_DIRECTORY in add_custom_command in kdesktop/dbus/interfaces/CMakeLists.txt Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* fixing dbus-1-tqt include and library dirsEmanoil Kotsev2025-03-172-3/+5
| | | | | | 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-172-11/+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-179-141/+89
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Auto formatting main.cpp incl. dbus screen saverEmanoil Kotsev2025-03-178-73/+71
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Add DBus screen saver interface to TDEEmanoil Kotsev2025-03-1710-41/+836
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Use tdestandarddirs.hMichele Calgaro2025-02-2514-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeglobalaccel.hMichele Calgaro2025-02-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-02-0316-88/+88
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdecrash.hMichele Calgaro2024-12-282-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace pthread and dl linking with cmake-based variablesMichele Calgaro2024-12-272-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-026-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro2024-11-203-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for assigning global shortcuts for suspend actionsMavridis Philippe2024-08-013-2/+51
| | | | | | | | | | The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot). The shortcuts are only shown for the options that KSMServer reports via DCOP as valid. In order to do be able to make a DCOP call from kdesktopbindings.cpp, the <dcopref.h> include had to be added to several files of the shortcuts TDECM. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Use tq* headers instead of ntq* onesMichele Calgaro2024-06-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-145-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1616-269/+269
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-267-24/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-12-022-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-211-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-1318-46/+46
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-252-2/+2
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2020-24/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use Scale & Crop as default style for wallpaper.Michele Calgaro2022-07-171-4/+34
| | | | | | | | Add more options to "Set as Background" menu in Konqueror. This resolves issue #280 and issue #281. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Removed HAL dependant code.Michele Calgaro2022-02-141-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-051-9/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵Slávek Banko2021-05-185-19/+19
| | | | | | special cases. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update CMake rules to change tdehw library to standalone.Slávek Banko2021-05-072-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS when building tdelibs/tdebase without tdehw.Michele Calgaro2021-05-025-19/+69
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Avoid direct usage of tdeldap library. This allows to remove hard dependency ↵Michele Calgaro2021-04-222-5/+8
| | | | | | between packages. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new 'window_duplicate' icon in tdelibsMichele Calgaro2021-04-141-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* KDesktop: customizable icon spacing.Mavridis Philippe2021-03-304-30/+104
| | | | | | | | | | | This commit introduces changes to KDesktop which allow for a custom icon spacing option, some new controls into the Desktop Behaviour module of KControl, as well as the KDesktop Ctrl+Mouse Scroll binding to manipulate the icon spacing. This commit depends on a previous (minor) change in LibKonq. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0725-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-225-8/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-2852-4317/+107
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS due to missing linked libraries.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add FreeBSD / DragonFly specific /proc path for an executable file.Slávek Banko2020-05-261-2/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DilOS: use illumos specific /proc path for an executable fileDenis Kozadaev2020-05-261-0/+4
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>