Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ksmserver: Fix FTBFS when building without tdehw library. | Slávek Banko | 2024-10-12 | 1 | -0/+2 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 2b6ca044662284548f3e870ecec450311e1f5aee) | ||||
* | KSMServer: reload power-managerrc settings every time before they are needed | Mavridis Philippe | 2024-08-01 | 1 | -0/+2 |
| | | | | | Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 88a090066be5f7c0d9611b88eb8f27902e1409ed) | ||||
* | KSMServer: improve suspend code | Mavridis Philippe | 2024-08-01 | 1 | -34/+62 |
| | | | | | | | | | | 1. Some code deduplication. Suspending is now handled via the public method `suspend(int)` which is DCOP-accessible and maps SuspendType values to corresponding TDEHWLib TDESystemPowerState values, and the internal method `suspendInternal(int)` which performs the chosen suspend and optionally locks the screen beforehand. 2. Options are now read from power-managerrc on startup and stored in memory to avoid reading the configuration file every time a suspend is requested. 3. SuspendType is now a member of KSMServer class (instead of KSMShutdownDlg) 4. A new DCOP-accessible method `suspendOptions()` returns a TQStringList of all available suspend options. Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit d88718ee027e329565d2d97c5cadde4aa1b83166) | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-16 | 1 | -5/+5 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a4241b7911d2e0b36edfb02f616b8b282050c0ec) | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-26 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c4a6487c827add9382001ff1892b8fb3bfa94682) | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-14 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b965cbac5b21345e9dfc768a7e4f660ffa4aa72f) | ||||
* | Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵ | Slávek Banko | 2021-05-18 | 1 | -2/+2 |
| | | | | | | special cases. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and ↵ | Michele Calgaro | 2018-11-01 | 1 | -3/+3 |
| | | | | | | related usage in code. This resolves bug 2282 and 2283. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | ksmserver: Added support for hybrid suspend (aka suspend to RAM + suspend to ↵ | Michele Calgaro | 2016-04-24 | 1 | -9/+14 |
| | | | | | | | | disk). This relates to bug 2601. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Allow contitional build with tdehwlib | Slávek Banko | 2014-10-18 | 1 | -0/+4 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | If drkonqi launches during logout show it after 30 seconds have elapsed | Timothy Pearson | 2014-10-05 | 1 | -4/+15 |
| | |||||
* | Use the "confirm logout" option in KSMServer::logoutTimed | Francois Andriot | 2014-03-16 | 1 | -5/+12 |
| | |||||
* | Fix screen sometimes not being hidden on power management action or desktop ↵ | Timothy Pearson | 2014-01-08 | 1 | -1/+1 |
| | | | | | | switch Handle kdesktop_lock termination in a more sane manner by simply relaunching it if possible | ||||
* | Add progress bar to logout status dialog | Michele Calgaro | 2013-11-21 | 1 | -5/+11 |
| | | | | This resolves Bug 1667 | ||||
* | Add support for freeze suspend state | Slávek Banko | 2013-09-22 | 1 | -0/+3 |
| | |||||
* | Attempt to fix report of logout status dialog not appearing after client ↵ | Timothy Pearson | 2013-08-08 | 1 | -0/+7 |
| | | | | | | interaction This relates to Bug 760 | ||||
* | Update tdehw-based media manager for new mount API | Timothy Pearson | 2013-08-08 | 1 | -8/+10 |
| | | | | | | Allow active VT to be queried from tdm Only display media notification messages on active VT Hide logout action buttons if logout process unstalls | ||||
* | Fix logout dialog appearing during client interaction | Timothy Pearson | 2013-08-08 | 1 | -1/+19 |
| | |||||
* | Hide logout status dialog during Phase1 client interaction | Timothy Pearson | 2013-08-06 | 1 | -0/+3 |
| | | | | This relates to Bug 760 | ||||
* | Provide visual indication of SaveYourself hang protection timer | Timothy Pearson | 2013-08-03 | 1 | -6/+41 |
| | | | | | Reduce hang protection timer to 20 seconds This relates to Bug 760 | ||||
* | Provide more detail in logout dialog during SaveYourself-related tasks | Timothy Pearson | 2013-07-31 | 1 | -0/+51 |
| | |||||
* | Show program that is taking the longest to process the SmsDie request in the ↵ | Timothy Pearson | 2013-07-31 | 1 | -5/+23 |
| | | | | | | logout status dialog Fix glitch in service termination | ||||
* | Fix ksmserver crash when logout dialog is disabled | Timothy Pearson | 2013-07-25 | 1 | -11/+17 |
| | |||||
* | Do not show logout status dialog if the user has turned it off in their ↵ | Timothy Pearson | 2013-07-25 | 1 | -4/+6 |
| | | | | configuration | ||||
* | Allow the user to manually abort a stalled SaveYourself process | Timothy Pearson | 2013-07-21 | 1 | -6/+74 |
| | | | | This partially resolves Bug 760 | ||||
* | Beautify logout process | Timothy Pearson | 2013-07-18 | 1 | -4/+18 |
| | |||||
* | Fix premature termination of applications during shutdown on slow machines | Timothy Pearson | 2013-06-01 | 1 | -2/+10 |
| | |||||
* | Add shutdown progress text and next program being terminated to shutdown dialog | Timothy Pearson | 2013-05-16 | 1 | -11/+44 |
| | |||||
* | Fix lock screen interaction with suspend/hibernate | Timothy Pearson | 2013-05-07 | 1 | -1/+5 |
| | | | | Use built-in premultiplied ARGB method | ||||
* | Add cmake configure option to support ksmserver shutdown debugging timing ↵ | Darrell Anderson | 2013-04-26 | 1 | -2/+4 |
| | | | | markers. | ||||
* | Use TDE hardware library to authorize and control shutdown related session ↵ | Timothy Pearson | 2013-04-25 | 1 | -47/+59 |
| | | | | | | options This resolves Bug 1071 | ||||
* | Fix long delay at session termination on certain systems | Timothy Pearson | 2013-04-24 | 1 | -17/+62 |
| | | | | | This resolves Bug 760 Add shutdown profiling code and disable at compile time | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 1 | -4/+4 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 1 | -6/+6 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 1 | -5/+5 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 1 | -27/+27 |
| | |||||
* | Add check box control to enable/disable the session exit (feedback) | Darrell Anderson | 2012-06-08 | 1 | -7/+7 |
| | | | | | dialog box. This resolves bug report 681. | ||||
* | Fix displaying of logout status dialog with manually triggered save session | Slávek Banko | 2012-06-06 | 1 | -1/+1 |
| | | | | This closes Bug 922 | ||||
* | Fix desktop lock not engaging on suspend | Timothy Pearson | 2012-05-20 | 1 | -1/+42 |
| | | | | This closes Bug 1003 | ||||
* | Fix fancy logout not allowing interaction with save dialogs | Timothy Pearson | 2012-05-16 | 1 | -21/+22 |
| | | | | | This closes Bug 922 Fix desktop wallpaper export failing when triggered by krootbacking or ksmserver and konsole or kdesktop_lock not previously loaded | ||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 1 | -1/+1 |
| | | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 1 | -1/+1 |
| | |||||
* | Fix failure to resume from suspend/hibernate or simply clicking the Cancel ↵ | tpearson | 2011-10-08 | 1 | -0/+5 |
| | | | | | | button on the shutdown screen... git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1257818 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Use new modal system nofitication dialog in kdebase smserver | tpearson | 2011-09-12 | 1 | -2/+2 |
| | | | | | | | | Add fancy startup dialog to match the fancy shutdown dialog This is only used if the themed splash screen is turned off git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253056 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Force windows with the modal system notification atom set to stay above ↵ | tpearson | 2011-09-10 | 1 | -3/+24 |
| | | | | | | | | | | | other windows Enhance logout sequence appearance Add remote folder synchronization on logout support Fix flickering to black window with subsequent partial repaint of certain widgets occurring during fancy logout sequence git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1252640 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Add new _KDE_WM_MODAL_SYS_NOTIFICATION atom to disable ↵ | tpearson | 2011-09-09 | 1 | -1/+5 |
| | | | | | | | | | menu/close/on-all-desktops buttons Improve the appearance of the TDE logout sequence using the new atom git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1252231 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Move krootbacking executable from kdeartwork to kdebase | tpearson | 2011-08-27 | 1 | -4/+8 |
| | | | | | | | | | Reenable HAL media manager Fix system tray with ARGB visuals (again) Beautify logout process git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1249834 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |