index
:
tdebase
branding/kde_to_tde2
feat/dbusscreensaver
feat/fix-suspend-code
feat/kdesktop
feat/layouts
feat/pkg-config
feat/shutdownd-dialog-border
feat/use-tdeuniqueapplication
feat/whatever
fix/issue-314
fix/kicker-clock-build-dependency
fix/kxkb-450
fix/kxkb/547
issue/227
issue/270/tdebase
kdesktop_lock_hang_fix
master
r14.0.x
r14.1.x
v3.5.13-sru
TDE base libraries and programs
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kdesktop
/
lock
/
lockprocess.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renaming of files in preparation for code style tools.
Michele Calgaro
2020-12-07
1
-3045
/
+0
*
Improved previous commit using local8Bit() in place of utf8() when a
Michele Calgaro
2018-11-28
1
-2
/
+2
*
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Michele Calgaro
2018-11-28
1
-3
/
+4
*
kdesktop lockprocess: Removed unnecessary include linux/stat.h
Slávek Banko
2018-09-05
1
-3
/
+0
*
Fix kdesktop_lock screensaver stuttering on modern GPUs
Timothy Pearson
2018-06-24
1
-1
/
+5
*
Reset states in kdesktop-lock if startSaver fails
Slávek Banko
2018-05-26
1
-0
/
+2
*
Write more details when kdesktop lock fails to grab input devices
Slávek Banko
2016-09-11
1
-0
/
+6
*
Move VT switch on card insertion to cryptocardwatcher process
Timothy Pearson
2015-10-01
1
-15
/
+0
*
Streamline cryptographic card logon process
Timothy Pearson
2015-09-18
1
-3
/
+10
*
Add initial cryptographic card login support
Timothy Pearson
2015-09-17
1
-17
/
+137
*
Fix the most egregious style guide violations in the remaining kdesktop_lock ...
Timothy Pearson
2015-09-04
1
-95
/
+95
*
Fix the most egregious style guide violations in the main kdesktop_lock sourc...
Timothy Pearson
2015-09-04
1
-1541
/
+1533
*
Fix FTBFS on freebsd
Slávek Banko
2015-06-12
1
-1
/
+1
*
Do not unblock signals in main thread when waiting for kdesktop_lock response
Timothy Pearson
2015-04-13
1
-1
/
+0
*
Fix ommited call fullyOnline() in kdesktop_lock
Slávek Banko
2015-04-13
1
-0
/
+1
*
Ensure desktop is completely hidden before sending fullyOnline()
Timothy Pearson
2015-04-13
1
-2
/
+2
*
Fix long-standing inverted signal mask in kdesktop_lock initial sigsuspend
Timothy Pearson
2015-04-12
1
-0
/
+7
*
Remove call to pthread_cancel() in kdesktop_lock
Timothy Pearson
2015-04-12
1
-2
/
+19
*
Remove external dcop call and associated thread
Timothy Pearson
2015-04-08
1
-2
/
+2
*
Fix kdesktop_lock requiring a process stop/start on unlock
Timothy Pearson
2014-11-28
1
-29
/
+36
*
Make kdesktop_lock and ksmserver ARGB screen blanking more efficient and impr...
Timothy Pearson
2014-10-25
1
-17
/
+21
*
Fix FTBFS caused by typo in commit d3ce4fa7
Slávek Banko
2014-10-13
1
-1
/
+1
*
Fix FTBFS due to linux specific headers
François Andriot
2014-10-12
1
-0
/
+2
*
Commits ccb5fca, 59ef38d, 710fc43 re-pushed to local branch for further devel...
Michele Calgaro
2014-05-01
1
-0
/
+1
*
Temporarily reverted commits ccb5fca, 59ef38d, 710fc43.
Michele Calgaro
2014-05-01
1
-1
/
+0
*
Added possibility to hide the Cancel button from the Desktop Session Locked d...
Michele Calgaro
2014-04-29
1
-0
/
+1
*
Add basic support for a modified compton compositor instead of the old buggy ...
Timothy Pearson
2014-03-31
1
-1
/
+1
*
Rename TDE-specific atoms to avoid stomping on KDE atom names
Timothy Pearson
2014-03-31
1
-2
/
+2
*
Fix screen sometimes not being hidden on power management action or desktop s...
Timothy Pearson
2014-01-08
1
-4
/
+33
*
Fix free space overlay not disappearing on unmount
Timothy Pearson
2013-12-27
1
-0
/
+4
*
kdesktop/lock: remove tqwidget-include hacks
Alexander Golubev
2013-08-29
1
-11
/
+2
*
kdesktop/lock: use kdBacktrace() in case of fail
Alexander Golubev
2013-08-29
1
-25
/
+3
*
Add documentation for prior commit
Timothy Pearson
2013-08-25
1
-0
/
+4
*
Pass ACPI power key events through the lock dialog
Timothy Pearson
2013-08-25
1
-4
/
+20
*
Ensure screen is fully hidden before returning from kdestop lock dcop call
Timothy Pearson
2013-08-08
1
-2
/
+11
*
Terminate screensaver process on lock process termination
Timothy Pearson
2013-06-29
1
-2
/
+11
*
Fix cursor disappearing in lock process after a certain time
Timothy Pearson
2013-06-04
1
-3
/
+3
*
Fix OpenGL screensaver background when ARGB mode is enabled
Timothy Pearson
2013-05-05
1
-11
/
+21
*
Properly fix task tray background glitches
Timothy Pearson
2013-05-03
1
-0
/
+19
*
Properly acquire a 32-bit ARGB visual when GL screen saver is requested
Timothy Pearson
2013-05-01
1
-19
/
+54
*
Cleanup output clutter
Slávek Banko
2013-04-27
1
-8
/
+8
*
Fix kdesktop_lock interaction with DPMS power save
Timothy Pearson
2013-04-24
1
-23
/
+46
*
Fix secondary thread termination
Timothy Pearson
2013-04-22
1
-14
/
+15
*
Fix Documents folder creation dialog
Timothy Pearson
2013-04-19
1
-6
/
+23
*
Use threading and select instead of busywaiting on the lock control socket
Timothy Pearson
2013-04-06
1
-133
/
+181
*
Enable ARGB support in kdesktop_lock
Timothy Pearson
2013-03-22
1
-25
/
+41
*
Clean up spurious kdesktop_lock X11 error messages
Timothy Pearson
2013-03-22
1
-49
/
+149
*
Remove broken delay when wallpaper not available
Timothy Pearson
2013-03-21
1
-26
/
+1
*
Fix unintended rename of SAKProcess*
Slávek Banko
2013-03-09
1
-5
/
+5
*
Reapply commit 936d3cec inadvertently reverted in de7e5867
Slávek Banko
2013-03-03
1
-0
/
+2
[next]