summaryrefslogtreecommitdiffstats
path: root/kdm/kfrontend
Commit message (Collapse)AuthorAgeFilesLines
* Fix svg thumbnail images not appearing in KControl/Appearance & Themes/ ↵Darrell Anderson2012-06-031-0/+2
| | | | | | | | Background. This resolves bug report 744. Thanks to Slávek Banko. (cherry picked from commit 85c2426f988de375bc666bef5a24529989737470)
* Prevent tdm crash if window manager or compositor do not startTimothy Pearson2012-06-031-22/+26
| | | | (cherry picked from commit 8a80c7f3df3a7ce18398e00f2c91bf65b2325107)
* Fix a number of minor flaws in the lock dialog systemTimothy Pearson2012-06-031-1/+1
| | | | | If SAK usage is enabled, override KDM theme (cherry picked from commit e92e82b761f92754db582b5e98c0b3e788eba7d9)
* Fix SAK dialog momentary display when SAK disabledTimothy Pearson2012-06-031-2/+6
| | | | | Clean up build warnings in kdesktop (cherry picked from commit 30617b6fb78c56e76aedd1480429dd4e68da201a)
* Start minimal dcop system to support kwin in kdmTimothy Pearson2012-06-031-0/+11
| | | | | This speeds up kdm load as well as lessens problems with tmpfs space (cherry picked from commit 66a19439090d7b0945253cb813f0195488e1d8ff)
* Ensure that kdm honors SAK settingTimothy Pearson2012-06-032-4/+5
| | | | | Minor cleanup of kdm build warnings (cherry picked from commit a63606b68664ba56c48bfdb86ef042c836faae66)
* Fix kdm logfile growing rapidly under certain conditionsTimothy Pearson2012-06-031-1/+2
| | | | (cherry picked from commit 696fe6318f5758b5a4aef724444bbf18b860469c)
* Fix high tdm CPU usage when the SAK is enabledTimothy Pearson2012-06-032-0/+19
| | | | | This closes Bug 690 (cherry picked from commit 5486d8e2a8ed86dc1fa421a46b4e3cd8b796e1ea)
* Terminate kwin manager unless a TDE or failsafe session was selectedTimothy Pearson2012-06-033-3/+12
| | | | | This closes Bug 824 (cherry picked from commit a305c0832688209d5359c212be92f54df9561ecc)
* Fix kdm_greet high CPU usageTimothy Pearson2012-06-031-6/+9
| | | | | Clean up a few build warnings (cherry picked from commit 1e2983ad0107fb1d26e3e9931528701f30632c6d)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-034-6/+6
| | | | (cherry picked from commit b492b550f35c84160958775c14ea7037c5b12181)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-0310-27/+27
| | | | (cherry picked from commit f64397c82fa94371ab4a64af28c4d0029f4cd93f)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0319-66/+66
| | | | (cherry picked from commit 628043be55ddd2f534411d028e4f68c8fe4eaabb)
* Allow kdebase compilation with optional xrandr support disabledv3.5.13tpearson2011-10-292-1/+16
| | | | | | | Thanks to Francois Andriot for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1261450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-2/+2
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix shutdown dialog failure to appear in themed modetpearson2011-09-272-2/+4
| | | | | | | Fix shutdown dialog appearance when Ubuntu logout is not set git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1255984 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Ensure that it is possible to close the greeter plugintpearson2011-09-222-0/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1255017 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add remote control socket to kdmtpearson2011-09-226-1/+218
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1255013 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy tsak in from latest gittpearson2011-09-191-1/+1
| | | | | | | | Wait for tsak start before kdm init Set readonly access mode for SAK pipe in kdmtsak git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254374 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Check if session is local before requiring usage of the SAKtpearson2011-09-181-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254133 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add a new configuration file kdmdistrc to kdm that, if present, overrides ↵tpearson2011-09-181-4/+11
| | | | | | the default kdmrc settings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254121 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdm crash on remote->local login switchtpearson2011-09-171-11/+14
| | | | | | | Detach from tsak process as early as possible git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254061 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix KDM shutdown dialog not appearing under Debiantpearson2011-09-161-12/+22
| | | | | | | Fix kdmtsak failure on tsak daemon exit git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254046 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add configuration option for SAK usage to KDM control center moduletpearson2011-09-161-1/+9
| | | | | | | Replace call in kdm to system() with KProcess git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253892 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add tsaktpearson2011-09-161-2/+5
| | | | | | | Trinity now has full GUI SAK support, a first for any Linux DE! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253878 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add preliminary SAK support to KDMtpearson2011-09-166-7/+233
| | | | | | | Unify the various system modal dialogs a bit git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253872 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdm to preload kwintpearson2011-09-153-3/+50
| | | | | | | This provides a smoother and more unified logon experience git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253865 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdm startup position in unthemed fallback modetpearson2011-09-011-0/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1250663 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdm themed dialog position on screentpearson2011-08-261-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1249608 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdm classic greeter positiontpearson2011-08-251-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1249385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable the new display configuration moduletpearson2011-08-242-3/+13
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1249201 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert remaining references to kde3 (e.g. in paths) to trinitytpearson2011-08-211-6/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Make kdmctl reliabletpearson2011-08-161-9/+7
| | | | | | | Backport of KDE4 SVN revision 1196803 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1247445 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of issues in kdebase caused by C style caststpearson2011-08-152-3/+3
| | | | | | | This includes Bug #492 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1247425 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Make kdm non-reliant on the KApplication composition manager detection routinetpearson2011-08-152-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1247205 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Reload kompmgr settings on user switchtpearson2011-08-141-7/+9
| | | | | | | Check for null passwd struct in kdm kgapp git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1247005 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdm startup when compositor is not enabledtpearson2011-08-132-11/+16
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246838 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add Xorg composition support to kdmtpearson2011-08-138-36/+236
| | | | | | | | | KDM composition can be enabled in the control center When enabled, it provides seamless composited logins to Trinity sessions It also gets rid of the remaining artifacts in the themed kdm login screen git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246834 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Export the kdm background pixmap via standard Xorg mechanisims for greater ↵tpearson2011-08-121-3/+21
| | | | | | flexibility git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246636 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-102-2/+2
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-109-29/+29
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Move KDE3 session name to TDEtpearson2011-08-056-93/+93
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1245194 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-095-6/+6
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Specify namespace when using WNoAutoErasetpearson2011-04-112-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227631 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rebrand KDM default dialogtpearson2011-04-091-0/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227444 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix abort on X error in kdmtpearson2011-04-091-1/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227443 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Change remaining kdebase inherits() and similar methods to use new object ↵tpearson2011-04-022-2/+2
| | | | | | name define strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226910 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdm start failure under Qt4 and with buggy Xorg implementationstpearson2011-03-311-0/+10
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226613 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase/kdm] set default value for GENKDMCONF_FLAGSsamelian2011-03-161-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225084 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdebase to (mostly) function correctly with TQt for Qt4tpearson2011-02-156-10/+10
| | | | | | | | Fix kicker tackbar handling under Classic mode (thanks to Ilya Chernykh for the patch) Fix a newly invalidated section of code under GCC 4.5.2 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47723#c6) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1220927 283d02a7-25f6-0310-bc7c-ecb5cbfe19da