summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock
Commit message (Collapse)AuthorAgeFilesLines
* 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> (cherry picked from commit 4ef8f959121b47c02683ce363892e8d3f8381d30)
* DilOS: use illumos specific /proc path for an executable fileDenis Kozadaev2020-05-261-1/+5
| | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 44e4d3ce6b80000b7627baee2847ab5e1f7f7d99)
* Fixed use of SAK in lock process when autologin is used in TDM.Michele Calgaro2019-03-311-9/+7
| | | | | | | | This resolves bug 2945. Manually cherry-picked from commit 7aa9258f. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add $DISPLAY to kdesktop_lock_lockfile file name.Slávek Banko2019-02-111-1/+1
| | | | | | | | | This resolves bug 2998. Thanks to Russell Brown for analyzing the problem and propose a solution. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d3834ad4f50062ba720bc38e9248bd3c1335b50d)
* kdesktop lockprocess: Removed unnecessary include linux/stat.hSlávek Banko2018-09-051-3/+0
| | | | | | | This resolves FTBFS with glibc 2.28 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 00b7a9c60a278dc0730bf3cd97e7e6bb7010dfbc)
* Fix kdesktop_lock screensaver stuttering on modern GPUsTimothy Pearson2018-06-241-1/+5
| | | | (cherry picked from commit 4ec011cd55856f3825672431b15c0318022c6948)
* Reset states in kdesktop-lock if startSaver failsSlávek Banko2018-05-261-0/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 030fad5fe4b89985781d4b17e8675361033dbc87)
* Write more details when kdesktop lock fails to grab input devicesSlávek Banko2016-09-111-0/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0a874e41b6f30d3276a8ab6536a7c3f692ffed65)
* Use DM library in tdmtsak instead of making command line callsTimothy Pearson2015-10-031-5/+5
| | | | (cherry picked from commit 6d028f3b522b5a4f978d52cc5b3c187cf329c3b2)
* Fix FTBFS on freebsdSlávek Banko2015-06-121-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 08122b137e76ffcf7067f634a7668002732e11d9)
* Do not unblock signals in main thread when waiting for kdesktop_lock responseTimothy Pearson2015-04-141-1/+0
| | | | | This prevents incorrect cancellation of internal xcb poll() methods and subsequent deadlock (cherry picked from commit ab8dfbaaa482e8de7ebd3a5eec1065b38d5299f6)
* Fix ommited call fullyOnline() in kdesktop_lockSlávek Banko2015-04-141-0/+1
| | | | | | | This relates to Bug 2422 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c1b62c1c4ca17ed5605a6d89dad674c477e1cbd8)
* Ensure desktop is completely hidden before sending fullyOnline()Timothy Pearson2015-04-141-2/+2
| | | | | Do not block kdesktop process while waiting for kdesktop_lock to engage prior to VT switch/new VT requests made from within kdesktop (cherry picked from commit 78d33c29157b8e3a0b81c36f73ec5f958439565c)
* Fix long-standing inverted signal mask in kdesktop_lock initial sigsuspendTimothy Pearson2015-04-142-45/+55
| | | | | Prevent helper thread termination signal from errantly being handled by main thread (cherry picked from commit 37bc5cdd0e31fd9c8712c0bd88039dd474be4418)
* Remove call to pthread_cancel() in kdesktop_lockTimothy Pearson2015-04-143-3/+29
| | | | | This resolves a sporadic deadlock during kdesktop_lock termination (cherry picked from commit e569dd46ac06ef5a5f2ad03a311640e1834c749f)
* Remove external dcop call and associated threadTimothy Pearson2015-04-142-3/+8
| | | | | Fix lockup on lock screen command due to signal race condition (cherry picked from commit e80c2baea0319decdad80c3c98cc7b28a010b0f0)
* Forcibly terminate kdesktop_lock after unlockTimothy Pearson2014-12-021-2/+0
| | | | This resolves Bug 2222
* Fix kdesktop_lock requiring a process stop/start on unlockTimothy Pearson2014-11-284-49/+78
| | | | Attempt to fix kdesktop_lock start/stop causing dcop failures by keeping kdesktop_lock process running across lock/unlock cycles
* Make kdesktop_lock and ksmserver ARGB screen blanking more efficient and ↵Timothy Pearson2014-10-253-17/+25
| | | | | | | improve multi-head support in same Fix kdesktop_lock busy cursor appearing over active screen saver after GUI-driven VT switch and delayed return to original VT Repair kdesktop_lock invalid password delay bypass with Cancel button
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-10-121-0/+2
|\
| * Fix FTBFS caused by typo in commit d3ce4fa7Slávek Banko2014-10-131-1/+1
| |
| * Fix FTBFS due to linux specific headersFrançois Andriot2014-10-121-0/+2
| |
* | Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-122-2/+2
|/
* Fix Xorg memory leak on moving windowsTimothy Pearson2014-07-311-0/+11
| | | | | This resolves Bug 2078 Thanks to Jan Janeček for significant help in tracking this down!
* "Hide Cancel button" functionality in kdesktop_lock is now fully workingMichele Calgaro2014-05-021-18/+16
| | | | | also on SAK available and enabled systems. This (finally!) fully solves bug 1584.
* Commits ccb5fca, 59ef38d, 710fc43 re-pushed to local branch for further ↵Michele Calgaro2014-05-013-17/+43
| | | | | | development. This relates to bug 1584.
* Temporarily reverted commits ccb5fca, 59ef38d, 710fc43.Michele Calgaro2014-05-013-43/+17
| | | | | | The code for these commits will be pushed again later once a fix for SAK-enabled systems has been developed and tested. This relates to bug 1584.
* Fixed commit 59ef38d: now the Desktop Session Locked works as expected.Michele Calgaro2014-04-291-1/+2
| | | | This resolves (again) bug 1584.
* Added possibility to hide the Cancel button from the Desktop Session Locked ↵Michele Calgaro2014-04-293-15/+41
| | | | | | dialog. This relates to bug 1584.
* Enabled Cancel button in "Desktop Session Locked" dialog window.Michele Calgaro2014-04-281-4/+3
| | | | | This allows to press the Cancel button or Esc to start the screensaver. This resolves bug 1584, but have a look at bug 2038 for further details.
* Fix group used for UseSAK option in tdmrcSlávek Banko2014-04-091-1/+1
| | | | This relates to Bug 1915
* Fix UseSAK default value in kdesktop lockSlávek Banko2014-04-081-1/+1
| | | | This relates to Bug 1915
* Add basic support for a modified compton compositor instead of the old buggy ↵Timothy Pearson2014-03-317-10/+10
| | | | | | kompmgr Update additional Xorg atom names
* Rename TDE-specific atoms to avoid stomping on KDE atom namesTimothy Pearson2014-03-311-2/+2
|
* Fix screen sometimes not being hidden on power management action or desktop ↵Timothy Pearson2014-01-083-4/+42
| | | | | | switch Handle kdesktop_lock termination in a more sane manner by simply relaunching it if possible
* Fix free space overlay not disappearing on unmountTimothy Pearson2013-12-271-0/+4
| | | | | Fix devices disappearing on unmount Automatically close notification popup on associated media device removal
* Fix getting kdesktop_pid in kdesktop_lockSlávek Banko2013-10-261-1/+1
| | | | | | | This fixes sending a signal on fully activation to kdesktop SaverEngine. This fixes setting Saving state in SaverEngine. This fixes hang in processing kdesktop lock dcop call during the switch to suspend modes when the screen saver is active.
* Add optional opengl supportAlexander Golubev2013-09-081-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-2/+2
|
* kdesktop/lock: remove tqwidget-include hacksAlexander Golubev2013-08-291-11/+2
|
* kdesktop/lock: use kdBacktrace() in case of failAlexander Golubev2013-08-293-356/+5
|
* Add documentation for prior commitTimothy Pearson2013-08-251-0/+4
|
* Pass ACPI power key events through the lock dialogTimothy Pearson2013-08-251-4/+20
|
* Ensure screen is fully hidden before returning from kdestop lock dcop callTimothy Pearson2013-08-083-11/+13
|
* Update references of kscreensaver->tdescreensaver.Darrell Anderson2013-07-292-2/+2
|
* Terminate screensaver process on lock process terminationTimothy Pearson2013-06-291-2/+11
| | | | This resolves Bug 1419
* Fix cursor disappearing in lock process after a certain timeTimothy Pearson2013-06-041-3/+3
|
* Fix OpenGL screensaver background when ARGB mode is enabledTimothy Pearson2013-05-052-11/+22
|
* Properly fix task tray background glitchesTimothy Pearson2013-05-033-2/+24
| | | | Ensure session is fully locked before switching to new VT when lock is requested
* Properly acquire a 32-bit ARGB visual when GL screen saver is requestedTimothy Pearson2013-05-011-19/+54
|