Commit Graph

351 Commits (eb804b1a03408edd26182a94277ac334debcd9f9)

Author SHA1 Message Date
Timothy Pearson 3b139d2a1e Do not unblock signals in main thread when waiting for kdesktop_lock response
This prevents incorrect cancellation of internal xcb poll() methods and subsequent deadlock
(cherry picked from commit ab8dfbaaa4)
10 years ago
Slávek Banko f853f4bd46 Fix ommited call fullyOnline() in kdesktop_lock
This relates to Bug 2422

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c1b62c1c4c)
10 years ago
Timothy Pearson 2b0e13211c Ensure desktop is completely hidden before sending fullyOnline()
Do not block kdesktop process while waiting for kdesktop_lock to engage prior to VT switch/new VT requests made from within kdesktop
(cherry picked from commit 78d33c2915)
10 years ago
Timothy Pearson 7188f7044b Fix long-standing inverted signal mask in kdesktop_lock initial sigsuspend
Prevent helper thread termination signal from errantly being handled by main thread
(cherry picked from commit 37bc5cdd0e)
10 years ago
Timothy Pearson 5d4afcb68f Remove call to pthread_cancel() in kdesktop_lock
This resolves a sporadic deadlock during kdesktop_lock termination
(cherry picked from commit e569dd46ac)
10 years ago
Timothy Pearson 1f266258df Handle screen locking internally on user switch
This removes an external dcop call
(cherry picked from commit 92d1f76402)
10 years ago
Timothy Pearson 266bc2ac8e Fix sporadic kdesktop hang due to unsafe usage of asynchronous POSIX signals in the main GUI thread
(cherry picked from commit 85126bf580)
10 years ago
Timothy Pearson 0621ed70db Eliminate usleep() loop during kdesktop startup
Do not switch desktops if lock fails to engage
(cherry picked from commit 751c96f9b1)
10 years ago
Timothy Pearson 6dd6500446 Fix lockeng file formatting
(cherry picked from commit a17bfb0b96)
10 years ago
Timothy Pearson d9fe0f0bf3 Remove external dcop call and associated thread
Fix lockup on lock screen command due to signal race condition
(cherry picked from commit e80c2baea0)
10 years ago
Timothy Pearson 15e069f3e0 Ensure kdesktop signal handlers execute in the main GUI thread
(cherry picked from commit 755776b6c4)
10 years ago
Timothy Pearson 5dc19d3115 Bring system icon into XDG compliance
(cherry picked from commit a8203cf740)
10 years ago
Timothy Pearson fa007f8965 Rename most device icons to comply with XDG standards
(cherry picked from commit 0157291f5e)
10 years ago
Timothy Pearson aaa719d2e2 Forcibly terminate kdesktop_lock after unlock
This resolves Bug 2222
10 years ago
Timothy Pearson 2f7d50c20c Fix kdesktop_lock requiring a process stop/start on unlock
Attempt to fix kdesktop_lock start/stop causing dcop failures by keeping kdesktop_lock process running across lock/unlock cycles
10 years ago
Timothy Pearson 68cba85373 Fix twin deleting comptontdepidfile when compton-tde already running on startup
Fix long-standing bug in calling desktop lock methods over DCOP from within kdesktop process
10 years ago
Timothy Pearson a4f1031a6d Fix improper desktop wallpaper export causing fake transparency dependent application failure 10 years ago
Timothy Pearson d8e76211d9 Fix accidental renaming of device icons in GIT hash 46e2e9 10 years ago
Timothy Pearson b0c4ab328e Break potential infinite loop on DCOP wallpaper export call
This resolves Bug 2176
10 years ago
Timothy Pearson 0a9e1f59ef Fix another incorrect renaming from the previous mimetype compliance patches 10 years ago
Timothy Pearson da8993ffb2 Make kdesktop_lock and ksmserver ARGB screen blanking more efficient and 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
10 years ago
Timothy Pearson 50b6f1f60f Fix exec icon location and bring it into XDG compliance 10 years ago
Timothy Pearson 46e2e93fa2 Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
Timothy Pearson ab197a37e3 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 11 years ago
Timothy Pearson e2c5ea4cda Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 11 years ago
Timothy Pearson 1346f68987 Bring stop, lock, exit, and run icons into XDG compliance 11 years ago
Slávek Banko 68cfc4fec0 Fix FTBFS caused by typo in commit d3ce4fa7 11 years ago
François Andriot d3ce4fa793 Fix FTBFS due to linux specific headers 11 years ago
François Andriot bfbcf19a2f Fix hardcoded link flag to "dl" library
Fix "dlopen" function detection
11 years ago
Timothy Pearson 24db855178 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Timothy Pearson 4d21a120d2 Commit the following patch from Bug 1499:
tdebase: fix kdesktop resize bug
11 years ago
Timothy Pearson d0d37ed228 Fix Xorg memory leak on moving windows
This resolves Bug 2078
Thanks to Jan Janeček for significant help in tracking this down!
11 years ago
François Andriot db19d360b6 Added smooth crossfade effect option when changing the desktop wallpaper. 11 years ago
Michele Calgaro 868c510ed6 "Hide Cancel button" functionality in kdesktop_lock is now fully working
also on SAK available and enabled systems.
This (finally!) fully solves bug 1584.
11 years ago
Michele Calgaro a6fbc0f1e0 Commits ccb5fca, 59ef38d, 710fc43 re-pushed to local branch for further development.
This relates to bug 1584.
11 years ago
Michele Calgaro 66faad37ca Temporarily reverted commits ccb5fca, 59ef38d, 710fc43.
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.
11 years ago
Michele Calgaro 710fc43897 Fixed commit 59ef38d: now the Desktop Session Locked works as expected.
This resolves (again) bug 1584.
11 years ago
Michele Calgaro 59ef38d291 Added possibility to hide the Cancel button from the Desktop Session Locked dialog.
This relates to bug 1584.
11 years ago
Michele Calgaro ccb5fcaf67 Enabled Cancel button in "Desktop Session Locked" dialog window.
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.
11 years ago
Slávek Banko 99d1c3d87f Fix group used for UseSAK option in tdmrc
This relates to Bug 1915
11 years ago
Slávek Banko d9f52880d2 Fix UseSAK default value in kdesktop lock
This relates to Bug 1915
11 years ago
Timothy Pearson d418100988 Force redraw of desktop shadows
This resolves Bug 1807
Do not abort DrKonqi if a library file could not be opened for SCM analysis
11 years ago
Timothy Pearson 24e34ad989 Add basic support for a modified compton compositor instead of the old buggy kompmgr
Update additional Xorg atom names
11 years ago
Timothy Pearson 39cbbdb160 Rename TDE-specific atoms to avoid stomping on KDE atom names 11 years ago
Slávek Banko a8d4324832 Add systemd support into kdesktop
+ response to systemd signal Lock()
+ setting SetIdleHint(true / false) by screen saver activity
11 years ago
Darrell Anderson 3545330be0 Reduce desktop icon clutter with new profile. 11 years ago
Darrell Anderson 8781095d07 Rebranding, tooltip, and What's This string cleanup. 11 years ago
Timothy Pearson 51a20070fd Fix screen sometimes not being hidden on power management action or desktop switch
Handle kdesktop_lock termination in a more sane manner by simply relaunching it if possible
11 years ago
Darrell Anderson a4a54d1ee3 Rename kdeeject -> tdeeject 11 years ago
Timothy Pearson b876907e65 Fix free space overlay not disappearing on unmount
Fix devices disappearing on unmount
Automatically close notification popup on associated media device removal
11 years ago
Darrell Anderson 90f1f50f00 Fix remnant QMIN/QMAX to TQMIN/TQMAX. 11 years ago
Darrell Anderson a8303672a3 Rename KDEsu->TDEsu to provide consistency with previous renamings.
This relates to bug report 1707.
11 years ago
Darrell Anderson 7d025dfef0 Update XDG mimetypes. 11 years ago
Slávek Banko cbbc7ad02e Fix getting kdesktop_pid in kdesktop_lock
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.
11 years ago
Alexander Golubev 440db91f91 Add optional opengl support 12 years ago
Darrell Anderson f123d99fd3 Add source code module name to stdout/stderr messages to improve readability. 12 years ago
Slávek Banko 3e88ddfbc3 Additional k => tde renaming and fixes 12 years ago
Alexander Golubev 2b313a81f1 kdesktop/lock: remove tqwidget-include hacks 12 years ago
Alexander Golubev 25711bf348 remove a useless check from kdesktop/ConfgureChecks 12 years ago
Alexander Golubev 6a0dda8fff kdesktop/lock: use kdBacktrace() in case of fail 12 years ago
Timothy Pearson 2a1e6823ef Add documentation for prior commit 12 years ago
Timothy Pearson d6504ec10a Pass ACPI power key events through the lock dialog 12 years ago
Timothy Pearson af4be97214 Enable lock session keyboard hotkey 12 years ago
Timothy Pearson 6a40ac081b Ensure screen is fully hidden before returning from kdestop lock dcop call 12 years ago
Francois Andriot 9f749e63a9 Fix FTBFS due to libart location 12 years ago
Darrell Anderson 0ba43923ad Update references of kscreensaver->tdescreensaver. 12 years ago
Timothy Pearson db67e0bb9c Terminate screensaver process on lock process termination
This resolves Bug 1419
12 years ago
Timothy Pearson 936f951ead Fix cursor disappearing in lock process after a certain time 12 years ago
Timothy Pearson 9804217b51 Fix OpenGL screensaver background when ARGB mode is enabled 12 years ago
Timothy Pearson 3cce16c254 Properly fix task tray background glitches
Ensure session is fully locked before switching to new VT when lock is requested
12 years ago
Timothy Pearson 5908f01581 Properly acquire a 32-bit ARGB visual when GL screen saver is requested 12 years ago
Slávek Banko 74b1fc6576 Cleanup output clutter 12 years ago
Timothy Pearson be61b99598 Fix kdesktop_lock interaction with DPMS power save
This partially resolves Bug 1475
12 years ago
Timothy Pearson edf3004ec3 Fix secondary thread termination
This resolves the remainder of Bug 1467
12 years ago
Timothy Pearson 96d0c54e2e Fix desktop refresh destroying media device information and menus
This resolves Bug 1450
Fix incorrect media device enable default setting in desktop control module
12 years ago
Timothy Pearson b8ed19a4c2 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 12 years ago
Timothy Pearson 5f4287e56d Fix Documents folder creation dialog
This resolves Bug 976
Prevent multiple kdesktop_lock processes from spawning per user
12 years ago
Darrell Anderson 9f795192a5 Rename kderc -> tderc in support of bug report 1447. 12 years ago
Timothy Pearson 6342dc3990 Fix a number of issues related to the media kioslave 12 years ago
Timothy Pearson 4dc80faf84 Use correct icon area when placing new icons
This resolves another long-standing bug where saved icons are moved to make way for new icons
12 years ago
Timothy Pearson 97c65270b2 Wait for all kicker containers to load before sending desktop size to kdesktop
This resolves a long standing bug where icons would not stay put across logout / login cycles
Properly handle desktop area changes when align to grid is enabled
12 years ago
Timothy Pearson dc41de959b Use threading and select instead of busywaiting on the lock control socket
This resolves the remainder of Bug 690
12 years ago
Timothy Pearson 091b1eface Honor per-user lock screen SAK setting
This resolves Bug 811
Clean up screen saver settings display to more accurately reflect the current configuration
12 years ago
Timothy Pearson 7db006210b Enable ARGB support in kdesktop_lock 12 years ago
Timothy Pearson bf0b8eb3b2 Clean up spurious kdesktop_lock X11 error messages
Introduce disabled framework for future ARGB visual support
12 years ago
Timothy Pearson 2e6d8f1b55 Remove broken delay when wallpaper not available
This is related to Bug 1288
12 years ago
Slávek Banko 0dd840ea93 Fix unintended rename of SAKProcess* 12 years ago
Slávek Banko e9785ee7aa Reapply commit 936d3cec inadvertently reverted in de7e5867 12 years ago
Timothy Pearson 7ca0422630 Fix potential crash in kdesktop_lock
This is related to Bug 1288
12 years ago
Slávek Banko c03540e9f6 Fix race condition with SIGSTOP in kdesktop_lock 12 years ago
Timothy Pearson 77cbe84cb6 Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 9286b9ebcc Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson 1974048132 Rename kcompletionbox 12 years ago
Timothy Pearson 563c545850 Rename KComp to avoid conflicts with KDE4 12 years ago
Timothy Pearson 5e664c2e4a Rename KCmd to avoid conflicts with KDE4 12 years ago
Timothy Pearson 98eb308fc1 Rename KCrash to avoid conflicts with KDE4 12 years ago
Timothy Pearson de9b6c9ad1 Rename KIcon to enhance compatibility with KDE4 12 years ago
Timothy Pearson a5430e4b98 Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson eba183d4de Fix FTBFS 12 years ago
Timothy Pearson f537c21b68 Rename a number of classes to enhance compatibility with KDE4 12 years ago