summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to minimize the time in which new notifications are displayed before ↵v3.5.13.1Timothy Pearson2012-09-241-0/+18
| | | | | | being hidden (cherry picked from commit 1f33dc8fd2fc14c2abb74be4e27ef08fdda784d6)
* Lower override redirect windows instead of unmapping them on lock startTimothy Pearson2012-09-241-3/+46
| | | | | | Restore lowered windows on lock exit This provides a better solution to Bug 1079 (cherry picked from commit 57f5c0698d49f0a0a7a55c75404f5b9ded910002)
* Forcibly prevent transient override redirect windows from showing up over ↵Timothy Pearson2012-09-241-0/+24
| | | | | | | the lock screen This closes Bug 1079 (cherry picked from commit 553923b25dc41e2c17ba9038eb225cd3bb9b1770)
* 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 (cherry picked from commit 8f514540fcb06ca42c2829313b4058e45dda3a53)
* Fix kdesktop_lock not reacting to settings changes until it is restartedTimothy Pearson2012-06-031-11/+5
| | | | (cherry picked from commit 345d1e78808b657437e48ea299fb9af557ab111e)
* Make absolutely sure that kdesktop_lock reads recently changed configuration ↵Timothy Pearson2012-06-031-8/+12
| | | | | | files when starting up (cherry picked from commit de4e7b41598b4c8db0948e4c2c216d73e952f7bb)
* Fix desktop lock not engaging on suspendTimothy Pearson2012-06-031-0/+4
| | | | | This closes Bug 1003 (cherry picked from commit 193d9afcdb186902317c5bef5d6c769fc8933f1a)
* Fix screen saver not engaging correctlyTimothy Pearson2012-06-031-1/+1
| | | | | Fix graphical glitches in the lock process (cherry picked from commit 601b75a1e4158dbf0c293e682d5db0078a41e736)
* Fix corner case lock dialog hangTimothy Pearson2012-06-031-1/+2
| | | | (cherry picked from commit 5d286832f272ba6d1a955d4b952f34ed374bbf30)
* Fix a number of minor flaws in the lock dialog systemTimothy Pearson2012-06-031-3/+20
| | | | | If SAK usage is enabled, override KDM theme (cherry picked from commit e92e82b761f92754db582b5e98c0b3e788eba7d9)
* Fix SAK dialog momentary display when SAK disabledTimothy Pearson2012-06-031-1/+14
| | | | | Clean up build warnings in kdesktop (cherry picked from commit 30617b6fb78c56e76aedd1480429dd4e68da201a)
* Fix desktop lock failure due to race condition within signal handler between ↵Timothy Pearson2012-06-031-1/+1
| | | | | | qt and xcb (cherry picked from commit 67a3a8f34892a6491ba0073a3f583503b44e58e7)
* Fix kdesktop_lock secure dialogTimothy Pearson2012-06-031-5/+7
| | | | | Minor whitespace cleanup and warning fixes (cherry picked from commit 50739c9ba4737317108da68c148472c3da856c95)
* Fix incomplete commits 678bea5bTimothy Pearson2012-06-031-0/+3
| | | | (cherry picked from commit b45137ace06b893d9ff65b2d45fba978cb4f26ce)
* Commit the rest of 8d521d0b, not merged due to GIT glitchTimothy Pearson2012-06-031-104/+205
| | | | (cherry picked from commit 4952641328f28a541e3fdf2200df4e1e4b11d5dd)
* Update lock process to engage the lock in near real timeTimothy Pearson2012-06-031-0/+8
| | | | (cherry picked from commit 8d521d0b6ba88c6e679e7453f02897c8db7bbdf5)
* Clean up lock screen internalsTimothy Pearson2012-06-031-1/+2
| | | | | This cleanup is part of an effort to resolve Bug 810, but a new Qt3 version is required to fully resolve it (cherry picked from commit 057932620ba8355a6506b9d437518e253ba14ed9)
* Fix desktop lockTimothy Pearson2012-06-031-2/+2
| | | | (cherry picked from commit 5f8d730703882e1335305a2c43a378f0c4b96e8e)
* Add secure desktop area dialog to kdebasetpearson2011-09-151-3/+18
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253853 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add very preliminary SAK supporttpearson2011-09-151-1/+3
| | | | | | | 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
* Fix kdesktop lock processtpearson2011-09-131-1/+4
| | | | | | | | Enable the new codepaths by default This does change user visible behaviour, however it also repairs severe problems with the lock dialog appearing UNDER the xscreensaver hack, as well as many of the OpenGL xhacks failing. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix desktop locking with opengl screensaverstpearson2011-09-121-1/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253062 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix system modal dialogstpearson2011-09-121-0/+4
| | | | | | | | | Fix shutdown background Add code to make the desktop locking system use the system window decorations and generally use the same theme and style as the active desktop This code is disabled for now, but can be enabled via the two new static variables in kdesktop/lock/main.cc git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1252900 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-101-1/+1
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable compilation with TQt for Qt4 3.4.0 TP2tpearson2011-01-191-1/+1
| | | | | | | This should not break compatibility with TQt for Qt3; if it does please fix it ASAP! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1215552 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-311-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-251-0/+174
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da