summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/lockprocess.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseDarrell Anderson2012-06-081-2/+2
|\
| * Fix kdesktop_lock crash on mouse events when no dialog is displayedTimothy Pearson2012-06-071-2/+2
| | | | | | | | This closes Bug 1008
* | Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-2/+2
|/
* Fix screensaver startup over slow X11 connectionsTimothy Pearson2012-05-241-2/+10
|
* Fix kdesktop_lock XRandR event handlingTimothy Pearson2012-05-241-26/+52
|
* Fix kdesktop_lock not reacting to settings changes until it is restartedTimothy Pearson2012-05-231-3/+14
|
* Fix kdesktop_lock screensaver engaging in corner caseTimothy Pearson2012-05-131-19/+66
| | | | This resolves Bug 906
* Check for tsak presence on lock engageTimothy Pearson2012-04-271-0/+12
| | | | | Fix tsak not exiting on request Clean up build warnings
* Harden lock against rare race condition that caused two password prompts to ↵Timothy Pearson2012-04-271-0/+2
| | | | | | appear Provide alternate secure dialog text string when username cannot be obtained
* Fix screen saver not engaging correctlyTimothy Pearson2012-04-271-5/+12
| | | | Fix graphical glitches in the lock process
* Fix a number of minor flaws in the lock dialog systemTimothy Pearson2012-04-261-8/+23
| | | | If SAK usage is enabled, override TDM theme
* Fix logoff menuTimothy Pearson2012-04-251-1/+1
|
* Implement logout menu option in secure dialogTimothy Pearson2012-04-241-1/+8
| | | | Ensure that cursor is not set to busy status on lock from secure dialog
* Fix desktop lock failure due to race condition within signal handler between ↵Timothy Pearson2012-04-231-0/+2
| | | | qt and xcb
* Fix kdesktop_lock secure dialogTimothy Pearson2012-04-221-9/+20
| | | | Minor whitespace cleanup and warning fixes
* Clean up lock dialog warnings and fix mouse cursorTimothy Pearson2012-03-111-3/+33
|
* Fix branding issues of non-KDE -> non-TDE.Darrell Anderson2012-03-071-1/+1
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-66/+66
|
* Show busy cursor when lock dialog is busy instead of hiding cursorTimothy Pearson2012-02-191-2/+2
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-141-1/+1
|
* Allow minimal managed window interaction inside the lock processTimothy Pearson2012-02-071-3/+70
| | | | This closes Bug 810
* Clean up lock screen internalsTimothy Pearson2012-01-261-6/+19
| | | | This cleanup is part of an effort to resolve Bug 810, but a new Qt3 version is required to fully resolve it
* Fix desktop lockTimothy Pearson2012-01-221-0/+2
|
* If someone manages to close down kdesktop_lock through an undiscovered ↵Timothy Pearson2012-01-191-5/+3
| | | | security vulnerability such as http://security-tracker.debian.org/tracker/CVE-2012-0064, immediately terminate the compromised TDE session
* Fix desktop lock process not hiding secondary screensTimothy Pearson2011-12-271-15/+62
| | | | This closes Bug 669
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-3/+3
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-4/+4
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-4/+4
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-2/+2
|
* Fix kdesktop_lock lock date/time displaytpearson2011-10-181-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1259560 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add a new intrusion detection feature to kdesktop_locktpearson2011-10-141-1/+4
| | | | | | | When enabled the date and time of the last screen lock is shown before login git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1258934 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix desktop lock not releasing to allow password authentication if an X11 ↵tpearson2011-10-121-7/+10
| | | | | | display switch keypress was detected in certain situations git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1258629 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a potential kdesktop_lock malfunction whereby the user would not be ↵tpearson2011-10-101-0/+5
| | | | | | presented with the login screen git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1258267 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add remote control socket to kdmtpearson2011-09-221-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1255013 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix ksmserver shutdown screen in ARGB modetpearson2011-09-211-4/+6
| | | | | | | Do not exit the secure dialog on DCOP screensaver quit request git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254881 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Close kdesktop_lock windows on SIGTERMtpearson2011-09-211-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254851 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Use krootpixmap instead of the external krootbacking executable in kdesktop_locktpearson2011-09-181-36/+56
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254228 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add task manager button to secure desktop dialogtpearson2011-09-161-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253983 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add secure desktop area dialog to kdebasetpearson2011-09-151-18/+82
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253853 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enhance SAK appearancetpearson2011-09-151-1/+13
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253791 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add very preliminary SAK supporttpearson2011-09-151-0/+12
| | | | | | | Don't worry, if your system is not configured for SAK usability you won't notice anything different git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253698 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enhance desktop lock process securitytpearson2011-09-131-2/+30
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253276 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Second part of prior committpearson2011-09-131-0/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253274 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Force repaint of background on desktop switch when desktop lock is enabledtpearson2011-09-131-2/+9
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253273 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix screensaver startup failure under certain circumstances, including ↵tpearson2011-09-131-1/+3
| | | | | | premature xhack termination git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253271 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix lock screen startuptpearson2011-09-131-22/+22
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253257 283d02a7-25f6-0310-bc7c-ecb5cbfe19da