Commit Graph

2168 Commits (284796dedd5b4e923353177d033e985e7c767a0f)
 

Author SHA1 Message Date
Slávek Banko df7946d7cd Remove obsolete MimeType from printmgr/printers.desktop
[taken from SUSE kdebase patches]
(cherry picked from commit 92250649de)
10 years ago
Slávek Banko 74572dc0ee Reset submodule main/tdebase/cmake to latest HEAD 10 years ago
Slávek Banko da7eae05f4 Reset submodule main/tdebase/cmake to latest HEAD 10 years ago
Slávek Banko 0cd74d4115 Reset submodule main/tdebase/admin to latest HEAD 10 years ago
Slávek Banko 0def5e5a57 Bring My_Computer (system) icon into XDG compliance
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a568a2b94)
10 years ago
Timothy Pearson cdd974fd9c Fix comments
(cherry picked from commit 8c1136342b)
10 years ago
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 cad925f59c Clarify window shadow options
Remove incorrect dock shadow dependence on normal window shadows
(cherry picked from commit 2c901351d3)
10 years ago
Timothy Pearson 30c156db41 Add GUI option to control panel shadows
This resolves Bug 2189
(cherry picked from commit 296f0f444b)
10 years ago
Timothy Pearson d755b94c26 Update all windows when compton settings are reloaded
(cherry picked from commit ec96d63e30)
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 859220969e Fix incorrectly renamed device icons
(cherry picked from commit 0fcff03e30)
10 years ago
Timothy Pearson eb47f6c85c Bring keyboard icon into XDG compliance
(cherry picked from commit 477ef4454d)
10 years ago
Timothy Pearson d2127e4c20 Bring printer1 icon into XDG compliance
(cherry picked from commit 1fa803ad84)
10 years ago
Timothy Pearson 2b06eeeddd Bring mouse icon into XDG compliance
(cherry picked from commit 3def5271d1)
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 b8730cba98 Fix double free corruption due to duplicated call to IceCloseConnection
This resolves Bug 2167
(cherry picked from commit 9005480696)
10 years ago
Darrell Anderson ed4336e670 Fix KDE->TDE branding in dialog messages.
Signed-off-by: Darrell Anderson <darrella@clovermail.net>

(cherry picked from commit ad2dc879b6)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson b6db026892 Fix update_compton_tde script
(cherry picked from commit 614d4d45f3)
10 years ago
Richard Grenville ebac4aa56b Bug fix: Compilation failure with NO_VSYNC_OPENGL=1
Fix compilation failure with NO_VSYNC_OPENGL=1, caused by one
incorrectly placed "#endif" in "src/common.h".
(cherry picked from commit 65bc49312c)
10 years ago
Richard Grenville 7034296d83 Bug fix: --no-fading-openclose doesn't work when fading out
- Fix the bug that --no-fading-openclose doesn not work when fading out
   by writing w->fade_last as well in win_determine_fade().

 - Write w->fade_last for applying w->fade_force, as well.
(cherry picked from commit 2dff937b31)
10 years ago
Richard Grenville a5535fa1ef Bug fix #244: Build failure with -DDEBUG_EVENTS
Fix build failure with -DDEBUG_EVENTS, caused by incorrect references to
X Sync macros. Thanks to blueyed for reporting. (#244)
(cherry picked from commit 6219569d6c)
10 years ago
Richard Grenville 678558b1e9 Misc #215: Reformat usage text & update docs
- Reformat usage text by adding a blank line between descriptions of
   two switches. (#215)

 - Update documentation for a bit. Correct some wrong statements and
   clarify some others.
(cherry picked from commit 07b7562048)
10 years ago
Michele Calgaro 0b4e97faed Fixed wrong DocPath strings. This relates to bug 2319.
(cherry picked from commit e78559d9b2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro 2cd74e40d6 Fixed wrong DocPath strings. This relates to bug 2319
(cherry picked from commit 2db89f3986)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro a434c6c8d5 Merge branch 'r14.0.x' of http://scm.trinitydesktop.org/scm/git/tdebase into r14.0.x 10 years ago
Michele Calgaro b78e619053 Added required refreshItems logic. This relates to bug 146.
cherry picked from commit bf0861baf0)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Slávek Banko 3ca6b32d1b Add ARM64 support
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1c7fa323c3)
10 years ago
Timothy Pearson cb57172c20 Allow mounted digital camera devices to be unmounted via the context menu
(cherry picked from commit 6fd7171a14)
10 years ago
Slávek Banko af7b17f89e Fix verification of the TDM control socket
This resolves Bug 2269

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 72a6327581)
10 years ago
Michele Calgaro bf9a6778f3 Fixed KMail Address book rename (kabc -> tdeabc). This resolves bug 2272.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>

(cherry picked from commit 0537ed938f)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Slávek Banko 8d45faf70b Fix version string in kpersonalizer
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b056d182ca)
10 years ago
Slávek Banko 6102cf0ffe Update r14-xdg-update: add update of references to temporary directories
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson d3cadac2bf Update About dialogs of Konqueror and Konsole for release 10 years ago
Michele Calgaro 867bdce913 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 10 years ago
Michele Calgaro 5d7f38e7ca Minor update to the Release Notes. 10 years ago
Timothy Pearson 687b1460b9 Fix rare incorrect section display on load request when khelpcenter instance already running
This resolves Bug 2188
10 years ago
Michele Calgaro 9f12da87f1 Updated Release Notes. 10 years ago
Michele Calgaro 0da9700bfe Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 10 years ago
Michele Calgaro 804c7bec8e Minor adjustment to the Mouse handbook. This relates to bug 1850. 10 years ago