Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 1 | -2/+2 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 1 | -3/+3 |
| | |||||
* | Fix classic mode screensavers | Timothy Pearson | 2012-10-11 | 1 | -0/+9 |
| | | | | This partially resolves Bug 811 | ||||
* | Attempt to minimize the time in which new notifications are displayed before ↵ | Timothy Pearson | 2012-09-22 | 1 | -0/+18 |
| | | | | being hidden | ||||
* | Lower override redirect windows instead of unmapping them on lock start | Timothy Pearson | 2012-09-22 | 1 | -3/+46 |
| | | | | | Restore lowered windows on lock exit This provides a better solution to Bug 1079 | ||||
* | Forcibly prevent transient override redirect windows from showing up over ↵ | Timothy Pearson | 2012-09-21 | 1 | -0/+24 |
| | | | | | | the lock screen This closes Bug 1079 | ||||
* | Disable use of SAK if TSAK is not built | Slávek Banko | 2012-08-22 | 1 | -1/+8 |
| | | | | | Thanks to Francois Andriot for the patch This resolves Bug 1180 | ||||
* | Fix kdesktop_lock not reacting to settings changes until it is restarted | Timothy Pearson | 2012-05-23 | 1 | -11/+5 |
| | |||||
* | Add support to Kate for saving/restoring manual document placement | Timothy Pearson | 2012-05-23 | 1 | -8/+12 |
| | | | | Make absolutely sure that kdesktop_lock reads recently changed configuration files when starting up | ||||
* | Fix desktop lock not engaging on suspend | Timothy Pearson | 2012-05-20 | 1 | -0/+4 |
| | | | | This closes Bug 1003 | ||||
* | Fix screen saver not engaging correctly | Timothy Pearson | 2012-04-27 | 1 | -1/+1 |
| | | | | Fix graphical glitches in the lock process | ||||
* | Fix corner case lock dialog hang | Timothy Pearson | 2012-04-26 | 1 | -1/+2 |
| | |||||
* | Fix a number of minor flaws in the lock dialog system | Timothy Pearson | 2012-04-26 | 1 | -3/+20 |
| | | | | If SAK usage is enabled, override TDM theme | ||||
* | Fix SAK dialog momentary display when SAK disabled | Timothy Pearson | 2012-04-24 | 1 | -1/+14 |
| | | | | Clean up build warnings in kdesktop | ||||
* | Fix desktop lock failure due to race condition within signal handler between ↵ | Timothy Pearson | 2012-04-23 | 1 | -1/+1 |
| | | | | qt and xcb | ||||
* | Fix kdesktop_lock secure dialog | Timothy Pearson | 2012-04-22 | 1 | -5/+7 |
| | | | | Minor whitespace cleanup and warning fixes | ||||
* | Fix incomplete commits 98ead41b and 678bea5b | Timothy Pearson | 2012-02-23 | 1 | -0/+3 |
| | |||||
* | Commit the rest of 8d521d0b, not merged due to GIT glitch | Timothy Pearson | 2012-02-11 | 1 | -104/+205 |
| | |||||
* | Update lock process to engage the lock in near real time | Timothy Pearson | 2012-02-07 | 1 | -0/+8 |
| | |||||
* | Clean up lock screen internals | Timothy Pearson | 2012-01-26 | 1 | -1/+2 |
| | | | | 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 | Timothy Pearson | 2012-01-22 | 1 | -2/+2 |
| | |||||
* | Part 1 of 2 of kdm rename | Timothy Pearson | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | Add secure desktop area dialog to kdebase | tpearson | 2011-09-15 | 1 | -3/+18 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253853 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Add very preliminary SAK support | tpearson | 2011-09-15 | 1 | -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 process | tpearson | 2011-09-13 | 1 | -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 screensavers | tpearson | 2011-09-12 | 1 | -1/+6 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253062 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fix system modal dialogs | tpearson | 2011-09-12 | 1 | -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: | tpearson | 2011-08-10 | 1 | -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 TP2 | tpearson | 2011-01-19 | 1 | -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 conversion | tpearson | 2010-07-31 | 1 | -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. | toma | 2009-11-25 | 1 | -0/+174 |
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |