summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-071-563/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* kdesktop: Add missing initialization of sigset_t in kdesktop_lock. This ↵Slávek Banko2019-07-191-0/+1
| | | | | | | resolves bug 3025. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed use of SAK in lock process when autologin is used in TDM.Michele Calgaro2019-03-101-9/+7
| | | | | | This resolves bug 2945. 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>
* Add new hardware device tray applicationTimothy Pearson2015-09-211-6/+6
| | | | Allow removable media action request popups to be suppressed
* Add initial cryptographic card login supportTimothy Pearson2015-09-171-2/+10
| | | | Tested with themed greeter and SAK disabled
* Fix the most egregious style guide violations in the remaining kdesktop_lock ↵Timothy Pearson2015-09-041-409/+410
| | | | | | source files No functional changes were made to the source
* Fix long-standing inverted signal mask in kdesktop_lock initial sigsuspendTimothy Pearson2015-04-121-45/+48
| | | | Prevent helper thread termination signal from errantly being handled by main thread
* Remove external dcop call and associated threadTimothy Pearson2015-04-081-1/+6
| | | | Fix lockup on lock screen command due to signal race condition
* 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-281-19/+36
| | | | Attempt to fix kdesktop_lock start/stop causing dcop failures by keeping kdesktop_lock process running across lock/unlock cycles
* 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!
* Commits ccb5fca, 59ef38d, 710fc43 re-pushed to local branch for further ↵Michele Calgaro2014-05-011-1/+2
| | | | | | development. This relates to bug 1584.
* Temporarily reverted commits ccb5fca, 59ef38d, 710fc43.Michele Calgaro2014-05-011-2/+1
| | | | | | 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.
* Added possibility to hide the Cancel button from the Desktop Session Locked ↵Michele Calgaro2014-04-291-1/+2
| | | | | | dialog. This relates to bug 1584.
* 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
* Fix screen sometimes not being hidden on power management action or desktop ↵Timothy Pearson2014-01-081-0/+6
| | | | | | switch Handle kdesktop_lock termination in a more sane manner by simply relaunching it if possible
* 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.
* Ensure screen is fully hidden before returning from kdestop lock dcop callTimothy Pearson2013-08-081-8/+0
|
* Properly fix task tray background glitchesTimothy Pearson2013-05-031-2/+3
| | | | Ensure session is fully locked before switching to new VT when lock is requested
* Fix Documents folder creation dialogTimothy Pearson2013-04-191-0/+41
| | | | | This resolves Bug 976 Prevent multiple kdesktop_lock processes from spawning per user
* Honor per-user lock screen SAK settingTimothy Pearson2013-04-061-6/+2
| | | | | This resolves Bug 811 Clean up screen saver settings display to more accurately reflect the current configuration
* Enable ARGB support in kdesktop_lockTimothy Pearson2013-03-221-8/+5
|
* Clean up spurious kdesktop_lock X11 error messagesTimothy Pearson2013-03-221-32/+61
| | | | Introduce disabled framework for future ARGB visual support
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-3/+3
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-2/+2
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Fix classic mode screensaversTimothy Pearson2012-10-111-0/+9
| | | | This partially resolves Bug 811
* Attempt to minimize the time in which new notifications are displayed before ↵Timothy Pearson2012-09-221-0/+18
| | | | being hidden
* Lower override redirect windows instead of unmapping them on lock startTimothy Pearson2012-09-221-3/+46
| | | | | Restore lowered windows on lock exit This provides a better solution to Bug 1079
* Forcibly prevent transient override redirect windows from showing up over ↵Timothy Pearson2012-09-211-0/+24
| | | | | | the lock screen This closes Bug 1079
* Disable use of SAK if TSAK is not builtSlávek Banko2012-08-221-1/+8
| | | | | Thanks to Francois Andriot for the patch This resolves Bug 1180
* Fix kdesktop_lock not reacting to settings changes until it is restartedTimothy Pearson2012-05-231-11/+5
|
* Add support to Kate for saving/restoring manual document placementTimothy Pearson2012-05-231-8/+12
| | | | Make absolutely sure that kdesktop_lock reads recently changed configuration files when starting up
* Fix desktop lock not engaging on suspendTimothy Pearson2012-05-201-0/+4
| | | | This closes Bug 1003
* Fix screen saver not engaging correctlyTimothy Pearson2012-04-271-1/+1
| | | | Fix graphical glitches in the lock process
* Fix corner case lock dialog hangTimothy Pearson2012-04-261-1/+2
|
* Fix a number of minor flaws in the lock dialog systemTimothy Pearson2012-04-261-3/+20
| | | | If SAK usage is enabled, override TDM theme
* Fix SAK dialog momentary display when SAK disabledTimothy Pearson2012-04-241-1/+14
| | | | Clean up build warnings in kdesktop
* Fix desktop lock failure due to race condition within signal handler between ↵Timothy Pearson2012-04-231-1/+1
| | | | qt and xcb
* Fix kdesktop_lock secure dialogTimothy Pearson2012-04-221-5/+7
| | | | Minor whitespace cleanup and warning fixes
* Fix incomplete commits 98ead41b and 678bea5bTimothy Pearson2012-02-231-0/+3
|
* Commit the rest of 8d521d0b, not merged due to GIT glitchTimothy Pearson2012-02-111-104/+205
|