summaryrefslogtreecommitdiffstats
path: root/tdm/kfrontend/kgapp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-161-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-131-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Make sure to convert TQCString to const char* when passing it to a variadic ↵Michele Calgaro2022-02-061-1/+1
| | | | | | function (printf). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add dispwin (Argyll) support to set the ICC profile.Slávek Banko2021-12-281-5/+16
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵Slávek Banko2021-05-181-3/+3
| | | | | | special cases. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added option in TCC -> System Administration -> Logic Manager ->Michele Calgaro2020-02-071-0/+1
| | | | | | | Appearance tab to enable/disable the launch of tdekbdledsync in tde greeter. This resolves bug 1834. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed use of SAK in lock process when autologin is used in TDM.Michele Calgaro2019-03-101-22/+0
| | | | | | This resolves bug 2945. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdm: Do not run tdekbdledsync on remote displays.Slávek Banko2019-02-241-1/+2
| | | | | | This relates to bug 1834. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS when build -DWITH_XRANDR=OFFAlexander Golubev2019-02-041-0/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Terminate compositor in TDM unless a TDE or failsafe session was selectedSlávek Banko2015-10-111-3/+7
| | | | | | This relates to Bug 2521 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix incorrect usage of login_session_wm. Type of session does not contain ↵Slávek Banko2015-10-111-1/+1
| | | | | | | | executable for run session but base name of session desktop file. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Stabilize cryptographic card loginTimothy Pearson2015-09-181-0/+21
| | | | Fix some coding style issues
* Add initial cryptographic card login supportTimothy Pearson2015-09-171-0/+12
| | | | Tested with themed greeter and SAK disabled
* Allow contitional build with tdehwlibSlávek Banko2014-10-181-0/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add basic support for a modified compton compositor instead of the old buggy ↵Timothy Pearson2014-03-311-1/+1
| | | | | | kompmgr Update additional Xorg atom names
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2013-09-071-4/+4
|
* Fix TDM FTBFS with -DWITH_XRANDR=OFF.Alexander Golubev2013-08-011-0/+2
| | | | This resolves bug report 1582.
* Add lightweight daemon to synchronize keyboard indicators to current xkb stateTimothy Pearson2013-07-251-0/+12
| | | | | Start keyboard indicator sync daemon on tdm load This resolves Bug 427
* Fix themed greeter input failureTimothy Pearson2013-05-241-1/+4
|
* Fix tdm segfault introduced in prior commitTimothy Pearson2013-05-221-1/+1
|
* Attempt to fix TDM failure whereby the custom X11 event handler is not used ↵Timothy Pearson2013-05-211-0/+4
| | | | in certain circumstances
* Fix TDM hang in certain circumstances when themed greeter is deletedTimothy Pearson2013-05-071-2/+13
| | | | | This resolves Bug 1453 Resolve themed greeter drawing inconsistencies between composited and non-composited mode
* Cleanup output clutterSlávek Banko2013-04-271-1/+1
|
* Use threading and select instead of busywaiting on the lock control socketTimothy Pearson2013-04-061-0/+5
| | | | This resolves the remainder of Bug 690
* Ignore spurious BadMatch errors which can occur when autologon is enabledTimothy Pearson2013-03-281-0/+4
| | | | The errors originate from this commit http://lists.kde.org/?l=kde-commits&m=107824396401206&w=2 and appear only on certain hardware/software combinations
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-1/+1
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename KCrash to avoid conflicts with KDE4Timothy Pearson2013-02-051-1/+1
|
* Rename kdisplay for enhanced compatibility with KDE4Timothy Pearson2013-02-021-1/+1
|
* 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-241-15/+15
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-3/+3
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Fix tdm initial dialog display when randr changes the screen configuration ↵Timothy Pearson2013-01-121-28/+35
| | | | on startup
* Add display hotplug support to TDMTimothy Pearson2013-01-121-2/+17
| | | | Fix displayconfig control module
* Fix tsak not working on new libudev versionsTimothy Pearson2013-01-111-0/+1
| | | | | Fix kicker Xinerama hiding Fix potential displayconfig lockup
* Add profile support to displayconfig and krandrtrayTimothy Pearson2013-01-111-1/+1
| | | | Add automatic display hotplug profile switch support to krandrtray
* Disable use of SAK if TSAK is not builtSlávek Banko2012-08-221-0/+4
| | | | | Thanks to Francois Andriot for the patch This resolves Bug 1180
* Prevent tdm crash if window manager or compositor do not startTimothy Pearson2012-05-251-22/+26
|
* Fix a number of minor flaws in the lock dialog systemTimothy Pearson2012-04-261-1/+1
| | | | If SAK usage is enabled, override TDM theme
* Fix SAK dialog momentary display when SAK disabledTimothy Pearson2012-04-241-2/+6
| | | | Clean up build warnings in kdesktop
* Start minimal dcop system to support twin in tdmTimothy Pearson2012-04-241-0/+11
| | | | This speeds up tdm load as well as lessens problems with tmpfs space
* Ensure that tdm honors SAK settingTimothy Pearson2012-04-181-0/+5
| | | | Minor cleanup of tdm build warnings
* Fix tdm logfile growing rapidly under certain conditionsTimothy Pearson2012-03-051-1/+2
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-3/+3
|
* Terminate twin manager unless a TDE or failsafe session was selectedTimothy Pearson2012-02-111-2/+9
| | | | This closes Bug 824
* Part 2 of prior commitTimothy Pearson2012-01-221-0/+469