summaryrefslogtreecommitdiffstats
path: root/kdesktop
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to minimize the time in which new notifications are displayed before ↵v3.5.13.1Timothy Pearson2012-09-242-0/+19
| | | | | | being hidden (cherry picked from commit 1f33dc8fd2fc14c2abb74be4e27ef08fdda784d6)
* Lower override redirect windows instead of unmapping them on lock startTimothy Pearson2012-09-243-5/+55
| | | | | | 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-243-6/+73
| | | | | | | 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 kxdglauncher locale issueTimothy Pearson2012-06-131-2/+2
| | | | | | This closes Bug 988 Thanks to Roman Savochenko for the patch! (cherry picked from commit e12ae2b6508702daa1f2c50e1bec3e006a44249a)
* Add xscreensaver support to CMakeSlávek Banko2012-06-101-0/+1
| | | | | This closes Bug 859 (cherry picked from commit 80deb52955cbd917e10f015f37699d830cb681ce)
* Fix kdesktop_lock crash on mouse events when no dialog is displayedTimothy Pearson2012-06-091-2/+2
| | | | | This closes Bug 1008 (cherry picked from commit 09dbd438c1fd7f3ee00eae33459bb7077fc3f9c2)
* Fix screensaver startup over slow X11 connectionsTimothy Pearson2012-06-031-2/+10
| | | | (cherry picked from commit d7b0d6767460a68fc3f81e2598f1541c5305b622)
* Fix kdesktop_lock XRandR event handlingTimothy Pearson2012-06-032-26/+53
| | | | (cherry picked from commit b70ccd542a93d69df25a5af2ad930e21c546a8b6)
* Fix kdesktop_lock not reacting to settings changes until it is restartedTimothy Pearson2012-06-032-14/+19
| | | | (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-033-2/+54
| | | | | This closes Bug 1003 (cherry picked from commit 193d9afcdb186902317c5bef5d6c769fc8933f1a)
* Fix kdesktop_lock screensaver engaging in corner caseTimothy Pearson2012-06-031-19/+66
| | | | | This resolves Bug 906 (cherry picked from commit c5ad26a7cc7129f39b4929fc9582ed44b0242a57)
* Fix prior commitTimothy Pearson2012-06-031-1/+1
| | | | (cherry picked from commit e8e118e2ae0ca1fd31d8fb9488bac9fd20645f4f)
* Update kdesktop.desktop file to fix kdesktop tsak integrationTimothy Pearson2012-06-032-1/+3
| | | | (cherry picked from commit fb4308f0807a966c2cc039834ab56c187c9b3665)
* Check for tsak presence on lock engageTimothy Pearson2012-06-031-0/+12
| | | | | | Fix tsak not exiting on request Clean up build warnings (cherry picked from commit 22d0a673d7d6049d388847b476df1e5b6f3d6b70)
* Harden lock against rare race condition that caused two password prompts to ↵Timothy Pearson2012-06-032-1/+8
| | | | | | | appear Provide alternate secure dialog text string when username cannot be obtained (cherry picked from commit e899b7beb6b0f2db8c08dfdc14c29efb99046086)
* Fix screen saver not engaging correctlyTimothy Pearson2012-06-032-6/+13
| | | | | 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-034-14/+55
| | | | | If SAK usage is enabled, override KDM theme (cherry picked from commit e92e82b761f92754db582b5e98c0b3e788eba7d9)
* Fix button ordering in secure dialogTimothy Pearson2012-06-031-3/+3
| | | | (cherry picked from commit 9187194ce10d7f7297404d0108976960fe463c26)
* Fix user name display in secure dialogTimothy Pearson2012-06-031-0/+4
| | | | (cherry picked from commit a090f7e90af5bd06df3ce495f82df9c4affc2453)
* Fix logoff menuTimothy Pearson2012-06-031-1/+1
| | | | (cherry picked from commit a9ad8717d1ba0ab71d6830e4fa237938cc7baedb)
* Update What's This help string in support of bug report 811.Darrell Anderson2012-06-031-3/+3
| | | | (cherry picked from commit 94b4e33f89e7d4c10ac797e3eb0762a370eede8c)
* Implement logout menu option in secure dialogTimothy Pearson2012-06-032-2/+8
| | | | | Ensure that cursor is not set to busy status on lock from secure dialog (cherry picked from commit 4d538e404718982b0198ac3b44d5a894a30b5b12)
* Fix SAK dialog momentary display when SAK disabledTimothy Pearson2012-06-034-14/+20
| | | | | 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-034-3/+13
| | | | | | qt and xcb (cherry picked from commit 67a3a8f34892a6491ba0073a3f583503b44e58e7)
* Fix kdesktop_lock secure dialogTimothy Pearson2012-06-035-20/+34
| | | | | Minor whitespace cleanup and warning fixes (cherry picked from commit 50739c9ba4737317108da68c148472c3da856c95)
* Update My Documents *.desktop translations.Darrell Anderson2012-06-031-3/+1
| | | | (cherry picked from commit c815b90f868a7251ab1c4078d7fcb2db1743255d)
* Restore code snippet removed with GIT hashDarrell Anderson2012-06-031-0/+9
| | | | | | | | 27856879bf962f178d88e79144e37a47e731b122, Sept. 3, 2010, "Massive import of OpenSUSE patches." Restoring this snippet restores the device icon placement and resolves bug report 392. (cherry picked from commit 5df6c5fca20e917aaa82665131b931a0aa7c8628)
* Clean up lock dialog warnings and fix mouse cursorTimothy Pearson2012-06-032-4/+37
| | | | (cherry picked from commit 4bcfc9075fcc9785f9a7b52dd55885855ba612c8)
* Fix incomplete commits 678bea5bTimothy Pearson2012-06-031-0/+3
| | | | (cherry picked from commit b45137ace06b893d9ff65b2d45fba978cb4f26ce)
* Use detected architecture flags for immediate symbol binding in kdesktop lockTimothy Pearson2012-06-031-1/+3
| | | | (cherry picked from commit 45f41ca57ecef2a51a19a8f61a953903421d3939)
* Show busy cursor when lock dialog is busy instead of hiding cursorTimothy Pearson2012-06-031-2/+2
| | | | (cherry picked from commit 0522d9d3a856c77220e1882e2d294cad6eb59772)
* 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-034-28/+97
| | | | (cherry picked from commit 8d521d0b6ba88c6e679e7453f02897c8db7bbdf5)
* Allow minimal managed window interaction inside the lock processTimothy Pearson2012-06-033-3/+78
| | | | | This closes Bug 810 (cherry picked from commit 678bea5ba74b3b39981e482e188c61fdd37786f0)
* Clean up lock screen internalsTimothy Pearson2012-06-038-7/+31
| | | | | 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-033-2/+5
| | | | (cherry picked from commit 5f8d730703882e1335305a2c43a378f0c4b96e8e)
* If someone manages to close down kdesktop_lock through an undiscovered ↵Timothy Pearson2012-06-033-8/+35
| | | | | | security vulnerability such as http://security-tracker.debian.org/tracker/CVE-2012-0064, immediately terminate the compromised TDE session (cherry picked from commit f05f9dc7532ea41c49b3e9385165d942dfab5d0e)
* Fix desktop lock process not hiding secondary screensTimothy Pearson2012-06-033-17/+66
| | | | | This closes Bug 669 (cherry picked from commit 4ea3979393d7ae160810a56fe965f0b25630b2ba)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-032-4/+4
| | | | (cherry picked from commit b492b550f35c84160958775c14ea7037c5b12181)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-036-20/+20
| | | | (cherry picked from commit f64397c82fa94371ab4a64af28c4d0029f4cd93f)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0312-46/+46
| | | | (cherry picked from commit 628043be55ddd2f534411d028e4f68c8fe4eaabb)
* Fix tdebase FTBFSTimothy Pearson2012-06-031-1/+1
| | | | (cherry picked from commit b92f4fbd165f03685928a50d85c34ba8729b7c48)
* Fix kdebase FTBFS on Fedora 15tpearson2011-10-261-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1260901 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Provide option to enable application autocompletion in the run dialogtpearson2011-10-264-3/+26
| | | | | | | This fixes regression bug 557 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1260897 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdebase translations in desktop filestpearson2011-10-231-30/+20
| | | | | | | Thanks to Fat-Zer for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1260419 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdesktop_lock lock date/time displaytpearson2011-10-182-1/+5
| | | | 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-145-8/+62
| | | | | | | 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