summaryrefslogtreecommitdiffstats
path: root/kdesktop/lockeng.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Separate WITH_TSAK and BUILD_TSAK flagsfeat/separate-tsakAlexander Golubev2025-08-231-1/+1
| | | | | | | | | | | | | | | | | | As for now BUILD_TSAK was used as both: a flag for building the `tsak` binary and to enable/disable tsak support in tdm/kdesktop. The problem is it creates problem with split build (when each sub-package is built independently): if `tsak` is built as a separate package there is no way to enable/disable support for it when building `kdesktop`/`tdm` without also triggerin the build of `tsak` itself. Besides this issue it just violates convention that BUILD_* flags do not conditionally enable functionality in other packages. This commit separates this logic into two different flags: BUILD_TSAK for building the tsak binary and WITH_TSAK for adding support for it to kdesktop and/or tdm. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Use TDESimpleConfigMichele Calgaro2025-07-121-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kdesktop: fix deadlock condition between kdesktop and kdesktop lock.Michele Calgaro2025-06-301-544/+600
| | | | | | | | | | | The logic to handle communication with kdesktop_lock is now running completely in a separate thread and event loop, meaning the main GUI thread remains responsive all the time and can handle interaction with X11, DCOP and DBUS calls. This resolves issue #589. The commit also solves the first problem reported in issue #640 and loosely related to PR #526. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-05-271-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-02-031-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-161-20/+20
| | | | 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-181-4/+4
| | | | | | special cases. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS when building tdelibs/tdebase without tdehw.Michele Calgaro2021-05-021-2/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-071-0/+1004
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>