summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/lockprocess.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix kdesktop_lock requiring a process stop/start on unlockTimothy Pearson2014-11-281-29/+36
| | | | 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-251-17/+21
| | | | | | | 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
* 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
|
* Commits ccb5fca, 59ef38d, 710fc43 re-pushed to local branch for further ↵Michele Calgaro2014-05-011-0/+1
| | | | | | development. This relates to bug 1584.
* Temporarily reverted commits ccb5fca, 59ef38d, 710fc43.Michele Calgaro2014-05-011-1/+0
| | | | | | 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-0/+1
| | | | | | dialog. This relates to bug 1584.
* Add basic support for a modified compton compositor instead of the old buggy ↵Timothy Pearson2014-03-311-1/+1
| | | | | | 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-081-4/+33
| | | | | | 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
* kdesktop/lock: remove tqwidget-include hacksAlexander Golubev2013-08-291-11/+2
|
* kdesktop/lock: use kdBacktrace() in case of failAlexander Golubev2013-08-291-25/+3
|
* 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-081-2/+11
|
* 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-051-11/+21
|
* Properly fix task tray background glitchesTimothy Pearson2013-05-031-0/+19
| | | | 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
|
* Cleanup output clutterSlávek Banko2013-04-271-8/+8
|
* Fix kdesktop_lock interaction with DPMS power saveTimothy Pearson2013-04-241-23/+46
| | | | This partially resolves Bug 1475
* Fix secondary thread terminationTimothy Pearson2013-04-221-14/+15
| | | | This resolves the remainder of Bug 1467
* Fix Documents folder creation dialogTimothy Pearson2013-04-191-6/+23
| | | | | This resolves Bug 976 Prevent multiple kdesktop_lock processes from spawning per user
* Use threading and select instead of busywaiting on the lock control socketTimothy Pearson2013-04-061-133/+181
| | | | This resolves the remainder of Bug 690
* Enable ARGB support in kdesktop_lockTimothy Pearson2013-03-221-25/+41
|
* Clean up spurious kdesktop_lock X11 error messagesTimothy Pearson2013-03-221-49/+149
| | | | Introduce disabled framework for future ARGB visual support
* Remove broken delay when wallpaper not availableTimothy Pearson2013-03-211-26/+1
| | | | This is related to Bug 1288
* Fix unintended rename of SAKProcess*Slávek Banko2013-03-091-5/+5
|
* Reapply commit 936d3cec inadvertently reverted in de7e5867Slávek Banko2013-03-031-0/+2
|
* Fix potential crash in kdesktop_lockTimothy Pearson2013-02-201-4/+7
| | | | This is related to Bug 1288
* Fix race condition with SIGSTOP in kdesktop_lockSlávek Banko2013-02-161-1/+1
|
* 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 KCrash to avoid conflicts with KDE4Timothy Pearson2013-02-051-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-2/+0
|
* Add CMake option for backtrace in kdesktop_lock exception handlerSlávek Banko2013-01-261-0/+2
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-13/+13
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-1/+1
|
* Fix tsak not working on new libudev versionsTimothy Pearson2013-01-111-47/+100
| | | | | Fix kicker Xinerama hiding Fix potential displayconfig lockup
* Prevent two unlock dialogs from appearing in any situationTimothy Pearson2013-01-111-1/+7
|
* Add backtrace to kdesktop_lock exception handlerTimothy Pearson2012-12-011-0/+22
|
* Add warning message to prior commitTimothy Pearson2012-11-191-0/+1
|
* Attempt to work around issue described in Bug 1288Timothy Pearson2012-11-191-2/+13
|
* Fix classic mode screensaversTimothy Pearson2012-10-111-27/+51
| | | | This partially resolves Bug 811
* Attempt to minimize the time in which new notifications are displayed before ↵Timothy Pearson2012-09-221-0/+1
| | | | being hidden
* Lower override redirect windows instead of unmapping them on lock startTimothy Pearson2012-09-221-2/+7
| | | | | 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-4/+37
| | | | | | the lock screen This closes Bug 1079