summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/lockdlg.cc
Commit message (Collapse)AuthorAgeFilesLines
* Prevent hard-coded "tde/" in #include ...Slávek Banko2019-01-301-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Disable card-based login if Kerberos support was disabled at compile timeTimothy Pearson2016-09-061-1/+4
|
* Do not start card authentication unless PKCS logins were enabledTimothy Pearson2016-09-061-0/+11
| | | | Rename UserList class in kgreeter.cpp to avoid conflict with TDE LDAP library class name
* Fix cryptographic card login processTimothy Pearson2015-10-021-10/+21
|
* Fix card unlockTimothy Pearson2015-09-191-4/+14
|
* Streamline cryptographic card logon processTimothy Pearson2015-09-181-2/+24
|
* Stabilize cryptographic card loginTimothy Pearson2015-09-181-5/+37
| | | | Fix some coding style issues
* Add initial cryptographic card login supportTimothy Pearson2015-09-171-1/+21
| | | | Tested with themed greeter and SAK disabled
* Fix the most egregious style guide violations in the kdesktoplock plugin sourcesTimothy Pearson2015-09-041-663/+681
| | | | No functional changes were made to the source
* Make kdesktop_lock and ksmserver ARGB screen blanking more efficient and ↵Timothy Pearson2014-10-251-0/+2
| | | | | | | improve multi-head support in same Fix kdesktop_lock busy cursor appearing over active screen saver after GUI-driven VT switch and delayed return to original VT Repair kdesktop_lock invalid password delay bypass with Cancel button
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* "Hide Cancel button" functionality in kdesktop_lock is now fully workingMichele Calgaro2014-05-021-18/+16
| | | | | also on SAK available and enabled systems. This (finally!) fully solves bug 1584.
* Commits ccb5fca, 59ef38d, 710fc43 re-pushed to local branch for further ↵Michele Calgaro2014-05-011-16/+40
| | | | | | development. This relates to bug 1584.
* Temporarily reverted commits ccb5fca, 59ef38d, 710fc43.Michele Calgaro2014-05-011-40/+16
| | | | | | The code for these commits will be pushed again later once a fix for SAK-enabled systems has been developed and tested. This relates to bug 1584.
* Fixed commit 59ef38d: now the Desktop Session Locked works as expected.Michele Calgaro2014-04-291-1/+2
| | | | This resolves (again) bug 1584.
* Added possibility to hide the Cancel button from the Desktop Session Locked ↵Michele Calgaro2014-04-291-14/+38
| | | | | | dialog. This relates to bug 1584.
* Enabled Cancel button in "Desktop Session Locked" dialog window.Michele Calgaro2014-04-281-4/+3
| | | | | This allows to press the Cancel button or Esc to start the screensaver. This resolves bug 1584, but have a look at bug 2038 for further details.
* Add basic support for a modified compton compositor instead of the old buggy ↵Timothy Pearson2014-03-311-4/+4
| | | | | | kompmgr Update additional Xorg atom names
* Update references of kscreensaver->tdescreensaver.Darrell Anderson2013-07-291-1/+1
|
* Fix Documents folder creation dialogTimothy Pearson2013-04-191-20/+26
| | | | | This resolves Bug 976 Prevent multiple kdesktop_lock processes from spawning per user
* Fix a number of issues related to the media kioslaveTimothy Pearson2013-04-171-2/+7
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-3/+3
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-1/+1
|
* Forcibly prevent transient override redirect windows from showing up over ↵Timothy Pearson2012-09-211-2/+12
| | | | | | the lock screen This closes Bug 1079
* Branding cleanup: KDE -> TDEDarrell Anderson2012-06-031-1/+1
|
* Fix a number of minor flaws in the lock dialog systemTimothy Pearson2012-04-261-2/+9
| | | | If SAK usage is enabled, override TDM theme
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-7/+7
|
* Clean up lock screen internalsTimothy Pearson2012-01-261-0/+4
| | | | This cleanup is part of an effort to resolve Bug 810, but a new Qt3 version is required to fully resolve it
* Fix desktop lock process not hiding secondary screensTimothy Pearson2011-12-271-2/+2
| | | | This closes Bug 669
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-2/+2
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-5/+5
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-6/+6
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-6/+6
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-1/+1
|
* Add a new intrusion detection feature to kdesktop_locktpearson2011-10-141-7/+46
| | | | | | | 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
* Reset kdesktop lock login dialog on GUI VT switchtpearson2011-09-181-4/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enhance SAK appearancetpearson2011-09-151-12/+36
| | | | 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-3/+4
| | | | | | | 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-2/+7
| | | | | | | | 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 lock dialog cancel button enabling when autohide disabledtpearson2011-09-121-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253064 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix desktop locking with opengl screensaverstpearson2011-09-121-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253062 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix system modal dialogstpearson2011-09-121-7/+59
| | | | | | | | | 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-12/+12
| | | | | | | 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
* Revert automated changestpearson2011-01-071-27/+27
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-031-27/+27
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-311-97/+97
| | | | 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/+720
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da