summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-222-15/+15
| | | | This resolves the remainder of Bug 1467
* Fix Documents folder creation dialogTimothy Pearson2013-04-194-29/+92
| | | | | This resolves Bug 976 Prevent multiple kdesktop_lock processes from spawning per user
* Fix a number of issues related to the media kioslaveTimothy Pearson2013-04-171-2/+7
|
* Use threading and select instead of busywaiting on the lock control socketTimothy Pearson2013-04-062-135/+211
| | | | This resolves the remainder of Bug 690
* 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-223-33/+48
|
* Clean up spurious kdesktop_lock X11 error messagesTimothy Pearson2013-03-223-81/+211
| | | | Introduce disabled framework for future ARGB visual support
* Remove broken delay when wallpaper not availableTimothy Pearson2013-03-212-26/+2
| | | | This is related to Bug 1288
* Fix unintended rename of SAKProcess*Slávek Banko2013-03-093-16/+16
|
* Reapply commit 936d3cec inadvertently reverted in de7e5867Slávek Banko2013-03-032-2/+9
|
* 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-158-24/+24
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-149-9/+9
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KCrash to avoid conflicts with KDE4Timothy Pearson2013-02-051-1/+1
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-011-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-278-15/+8
|
* Add CMake option for backtrace in kdesktop_lock exception handlerSlávek Banko2013-01-262-2/+9
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-246-30/+30
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-203-5/+5
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Fix tsak not working on new libudev versionsTimothy Pearson2013-01-112-47/+103
| | | | | 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-013-2/+349
|
* 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-112-27/+60
| | | | This partially resolves Bug 811
* Attempt to minimize the time in which new notifications are displayed before ↵Timothy Pearson2012-09-222-0/+19
| | | | being hidden
* Lower override redirect windows instead of unmapping them on lock startTimothy Pearson2012-09-223-5/+55
| | | | | Restore lowered windows on lock exit This provides a better solution to Bug 1079