summaryrefslogtreecommitdiffstats
path: root/kdesktop
Commit message (Collapse)AuthorAgeFilesLines
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-2/+2
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-10-122-1/+3
|\
| * Fix FTBFS caused by typo in commit d3ce4fa7Slávek Banko2014-10-131-1/+1
| |
| * Fix FTBFS due to linux specific headersFrançois Andriot2014-10-121-0/+2
| |
| * Fix hardcoded link flag to "dl" libraryFrançois Andriot2014-10-121-1/+1
| | | | | | | | Fix "dlopen" function detection
* | Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-124-7/+7
|/
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Commit the following patch from Bug 1499:Timothy Pearson2014-10-072-5/+15
| | | | tdebase: fix kdesktop resize bug
* Fix Xorg memory leak on moving windowsTimothy Pearson2014-07-311-0/+11
| | | | | This resolves Bug 2078 Thanks to Jan Janeček for significant help in tracking this down!
* Added smooth crossfade effect option when changing the desktop wallpaper.François Andriot2014-06-182-18/+103
|
* "Hide Cancel button" functionality in kdesktop_lock is now fully workingMichele Calgaro2014-05-021-18/+16
| | | | | also on SAK available and enabled systems. This (finally!) fully solves bug 1584.
* Commits ccb5fca, 59ef38d, 710fc43 re-pushed to local branch for further ↵Michele Calgaro2014-05-014-43/+48
| | | | | | development. This relates to bug 1584.
* Temporarily reverted commits ccb5fca, 59ef38d, 710fc43.Michele Calgaro2014-05-014-48/+43
| | | | | | The code for these commits will be pushed again later once a fix for SAK-enabled systems has been developed and tested. This relates to bug 1584.
* Fixed commit 59ef38d: now the Desktop Session Locked works as expected.Michele Calgaro2014-04-291-1/+2
| | | | This resolves (again) bug 1584.
* Added possibility to hide the Cancel button from the Desktop Session Locked ↵Michele Calgaro2014-04-294-41/+46
| | | | | | dialog. This relates to bug 1584.
* Enabled Cancel button in "Desktop Session Locked" dialog window.Michele Calgaro2014-04-281-4/+3
| | | | | This allows to press the Cancel button or Esc to start the screensaver. This resolves bug 1584, but have a look at bug 2038 for further details.
* Fix group used for UseSAK option in tdmrcSlávek Banko2014-04-091-1/+1
| | | | This relates to Bug 1915
* Fix UseSAK default value in kdesktop lockSlávek Banko2014-04-081-1/+1
| | | | This relates to Bug 1915
* Force redraw of desktop shadowsTimothy Pearson2014-04-031-1/+3
| | | | | This resolves Bug 1807 Do not abort DrKonqi if a library file could not be opened for SCM analysis
* Add basic support for a modified compton compositor instead of the old buggy ↵Timothy Pearson2014-03-317-10/+10
| | | | | | kompmgr Update additional Xorg atom names
* Rename TDE-specific atoms to avoid stomping on KDE atom namesTimothy Pearson2014-03-311-2/+2
|
* Add systemd support into kdesktopSlávek Banko2014-02-253-2/+214
| | | | | + response to systemd signal Lock() + setting SetIdleHint(true / false) by screen saver activity
* Reduce desktop icon clutter with new profile.Darrell Anderson2014-02-241-1/+1
|
* Rebranding, tooltip, and What's This string cleanup.Darrell Anderson2014-01-191-2/+2
|
* Fix screen sometimes not being hidden on power management action or desktop ↵Timothy Pearson2014-01-085-43/+123
| | | | | | switch Handle kdesktop_lock termination in a more sane manner by simply relaunching it if possible
* Rename kdeeject -> tdeejectDarrell Anderson2014-01-064-4/+4
|
* Fix free space overlay not disappearing on unmountTimothy Pearson2013-12-273-18/+34
| | | | | Fix devices disappearing on unmount Automatically close notification popup on associated media device removal
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-281-6/+6
|
* Rename KDEsu->TDEsu to provide consistency with previous renamings.Darrell Anderson2013-11-242-3/+3
| | | | This relates to bug report 1707.
* Update XDG mimetypes.Darrell Anderson2013-11-081-1/+1
|
* Fix getting kdesktop_pid in kdesktop_lockSlávek Banko2013-10-261-1/+1
| | | | | | | This fixes sending a signal on fully activation to kdesktop SaverEngine. This fixes setting Saving state in SaverEngine. This fixes hang in processing kdesktop lock dcop call during the switch to suspend modes when the screen saver is active.
* Add optional opengl supportAlexander Golubev2013-09-081-1/+1
|
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2013-09-071-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-033-5/+5
|
* kdesktop/lock: remove tqwidget-include hacksAlexander Golubev2013-08-291-11/+2
|
* remove a useless check from kdesktop/ConfgureChecksAlexander Golubev2013-08-291-1/+1
|
* kdesktop/lock: use kdBacktrace() in case of failAlexander Golubev2013-08-294-363/+5
|
* Add documentation for prior commitTimothy Pearson2013-08-251-0/+4
|
* Pass ACPI power key events through the lock dialogTimothy Pearson2013-08-251-4/+20
|
* Enable lock session keyboard hotkeyTimothy Pearson2013-08-251-0/+1
|
* Ensure screen is fully hidden before returning from kdestop lock dcop callTimothy Pearson2013-08-083-11/+13
|
* Fix FTBFS due to libart locationFrancois Andriot2013-08-011-0/+1
|
* Update references of kscreensaver->tdescreensaver.Darrell Anderson2013-07-293-6/+4
|
* Terminate screensaver process on lock process terminationTimothy Pearson2013-06-291-2/+11
| | | | This resolves Bug 1419
* Fix cursor disappearing in lock process after a certain timeTimothy Pearson2013-06-041-3/+3
|
* Fix OpenGL screensaver background when ARGB mode is enabledTimothy Pearson2013-05-052-11/+22
|
* Properly fix task tray background glitchesTimothy Pearson2013-05-033-2/+24
| | | | Ensure session is fully locked before switching to new VT when lock is requested
* Properly acquire a 32-bit ARGB visual when GL screen saver is requestedTimothy Pearson2013-05-011-19/+54
|
* Cleanup output clutterSlávek Banko2013-04-273-13/+13
|
* Fix kdesktop_lock interaction with DPMS power saveTimothy Pearson2013-04-241-23/+46
| | | | This partially resolves Bug 1475