summaryrefslogtreecommitdiffstats
path: root/ksmserver/shutdowndlg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added tooltips to logout dialog for freeze, suspend and hibernate buttons.Michele Calgaro2016-02-071-17/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit db51b92c9630e39ccbdff07f978a30370d7272be)
* Rewrite greyscale OpenGL system to use GLSLTimothy Pearson2014-11-251-8/+12
| | | | | Add ability to blend color and greyscale based on window alpha (actual window alpha currently set at 0.5 when blending is enabled) Reenable greyscale logout effect when compositor is in use
* Make kdesktop_lock and ksmserver ARGB screen blanking more efficient and ↵Timothy Pearson2014-10-251-5/+5
| | | | | | | 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
* Allow contitional build with tdehwlibSlávek Banko2014-10-181-2/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-3/+3
|
* Bring previous and next icons into XDG complianceTimothy Pearson2014-10-111-1/+1
|
* Add secondary logout fadeaway controlDarrell Anderson2014-03-191-133/+136
| | | | | This resolves Bug 1999 This relates to Bug 258
* Fix buttons covered by progress bar in logout status dialogMichele Calgaro2013-12-041-0/+3
| | | | This relates to Bug 1667
* Add progress bar to logout status dialogMichele Calgaro2013-11-211-0/+16
| | | | This resolves Bug 1667
* Add support for freeze suspend stateSlávek Banko2013-09-221-55/+84
|
* Fix standard logout fade when compositing is disabledTimothy Pearson2013-08-081-359/+356
|
* Provide visual indication of SaveYourself hang protection timerTimothy Pearson2013-08-031-1/+6
| | | | | Reduce hang protection timer to 20 seconds This relates to Bug 760
* Allow the user to manually abort a stalled SaveYourself processTimothy Pearson2013-07-211-0/+25
| | | | This partially resolves Bug 760
* Beautify logout processTimothy Pearson2013-07-181-7/+29
|
* Use TDE hardware library to authorize and control shutdown related session ↵Timothy Pearson2013-04-251-133/+112
| | | | | | options This resolves Bug 1071
* Add option to use more professional looking logout dialogTimothy Pearson2013-02-261-1/+6
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-2/+2
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-6/+6
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-7/+7
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-14/+14
|
* Properly restore icon positions on loginTimothy Pearson2013-01-181-2/+4
|
* Fix desktop lock not engaging on suspendTimothy Pearson2012-05-201-44/+15
| | | | This closes Bug 1003
* Fix fancy logout not allowing interaction with save dialogsTimothy Pearson2012-05-161-2/+28
| | | | | This closes Bug 922 Fix desktop wallpaper export failing when triggered by krootbacking or ksmserver and konsole or kdesktop_lock not previously loaded
* Fix references of K Menu -> TDE Menu.Darrell Anderson2012-03-211-1/+1
|
* Fix references of /tmp/kde- -> /tmp/tde- to avoid potential conflicts with KDE4.Darrell Anderson2012-03-131-2/+2
| | | | | | This partially resolves bug report 813. Fix docbook references of /tmp/kde-$USER -> /tmp/tde-$USER.
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-3/+3
|
* Rename tqt3 color functionsTimothy Pearson2012-02-271-4/+4
|
* Fix another FTBFS when both upower and hal are enabledTimothy Pearson2012-02-181-0/+5
|
* [tdebase/ksmserver] added UPower supportSerghei Amelian2012-02-151-263/+327
|
* Part 1 of 2 of kdm renameTimothy Pearson2012-01-221-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-1/+1
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-10/+10
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-11/+11
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-11/+11
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|
* Hide shutdown dialog from taskbartpearson2011-10-081-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1257821 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert part of last commit that accidentally snuck intpearson2011-10-081-2/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1257819 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix failure to resume from suspend/hibernate or simply clicking the Cancel ↵tpearson2011-10-081-1/+2
| | | | | | button on the shutdown screen... git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1257818 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix ksmserver flicker on logout with ARGB visualstpearson2011-09-231-14/+13
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1255031 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix ksmserver shutdown screen in ARGB modetpearson2011-09-211-3/+27
| | | | | | | Do not exit the secure dialog on DCOP screensaver quit request git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254881 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Use shared root pixmap to paint smserver instead of external call to krootpixmaptpearson2011-09-211-44/+35
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1254806 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Use new modal system nofitication dialog in kdebase smservertpearson2011-09-121-99/+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
* Fix system modal dialogstpearson2011-09-121-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
* Force windows with the modal system notification atom set to stay above ↵tpearson2011-09-101-20/+26
| | | | | | | | | | | 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 ↵tpearson2011-09-091-5/+15
| | | | | | | | | 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
* Allow kdebase to build with HAL disabledtpearson2011-09-081-4/+10
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1252060 283d02a7-25f6-0310-bc7c-ecb5cbfe19da