summaryrefslogtreecommitdiffstats
path: root/kdesktop/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* kdesktop: fix deadlock condition between kdesktop and kdesktop lock.Michele Calgaro2025-06-301-11/+7
| | | | | | | | | | | | 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> (cherry picked from commit 409442c1ea8f167485642fbdb3494ff58900966f)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 026828840f8255b5c4fde83ea95209f6f1f5ef8f)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2d7d2122cf33aa713cebef95981305039c798003)
* Replace Qt with TQtMichele Calgaro2023-11-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b965cbac5b21345e9dfc768a7e4f660ffa4aa72f)
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-071-0/+294
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>