summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Forcibly prevent transient override redirect windows from showing up over ↵Timothy Pearson2012-09-213-6/+73
| | | | | | 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
* 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
|/
* Branding cleanup: KDE -> TDEDarrell Anderson2012-06-031-1/+1
|
* Fix screensaver startup over slow X11 connectionsTimothy Pearson2012-05-241-2/+10
|
* Fix kdesktop_lock XRandR event handlingTimothy Pearson2012-05-242-26/+53
|
* Fix kdesktop_lock not reacting to settings changes until it is restartedTimothy Pearson2012-05-232-14/+19
|
* 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 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-272-1/+8
| | | | | | appear Provide alternate secure dialog text string when username cannot be obtained
* Fix screen saver not engaging correctlyTimothy Pearson2012-04-272-6/+13
| | | | 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-264-14/+55
| | | | If SAK usage is enabled, override TDM theme
* Fix button ordering in secure dialogTimothy Pearson2012-04-251-3/+3
|
* Fix user name display in secure dialogTimothy Pearson2012-04-251-0/+4
|
* Fix logoff menuTimothy Pearson2012-04-251-1/+1
|
* Implement logout menu option in secure dialogTimothy Pearson2012-04-242-2/+8
| | | | Ensure that cursor is not set to busy status on lock from secure dialog
* 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-232-1/+3
| | | | qt and xcb
* Fix kdesktop_lock secure dialogTimothy Pearson2012-04-222-14/+27
| | | | 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-027-83/+83
|
* Fix incomplete commits 98ead41b and 678bea5bTimothy Pearson2012-02-231-0/+3
|
* Use detected architecture flags for immediate symbol binding in kdesktop lockTimothy Pearson2012-02-191-1/+3
|
* 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
|
* Commit the rest of 8d521d0b, not merged due to GIT glitchTimothy Pearson2012-02-111-104/+205
|
* Update lock process to engage the lock in near real timeTimothy Pearson2012-02-072-1/+9
|
* Allow minimal managed window interaction inside the lock processTimothy Pearson2012-02-073-3/+78
| | | | This closes Bug 810