summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS on freebsdSlávek Banko2015-06-1217-17/+72
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix build with libusb 2.0 on freebsdSlávek Banko2015-06-124-80/+61
| | | | | | [taken from FreeBSD kdebase3 patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed khelpcenter visualization bug. This solves bug 2188.Michele Calgaro2015-06-092-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Revert remaining part of commit 687b146. This resolves bug 1850 and reopens ↵Michele Calgaro2015-06-041-10/+1
| | | | | | bug 2188. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed missing KHelpCenter top banner. This resolves bug 2320.Michele Calgaro2015-06-031-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS on openbsd 5.7François Andriot2015-05-314-3/+5
| | | | | | This resolves Bug 2443 Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fix GL/GLU detection on older distributionsFrançois Andriot2015-05-311-2/+12
| | | | | | This resolves Bug 2155 Signed-off-by: François Andriot <francois.andriot@free.fr>
* Remove obsolete MimeType from printmgr/printers.desktopSlávek Banko2015-05-311-1/+0
| | | | [taken from SUSE kdebase patches]
* Reset submodule main/tdebase/cmake to latest HEADSlávek Banko2015-05-311-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADSlávek Banko2015-04-171-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADSlávek Banko2015-04-171-0/+0
|
* Bring My_Computer (system) icon into XDG complianceSlávek Banko2015-04-141-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix commentsTimothy Pearson2015-04-131-3/+3
|
* Do not unblock signals in main thread when waiting for kdesktop_lock responseTimothy Pearson2015-04-132-8/+4
| | | | This prevents incorrect cancellation of internal xcb poll() methods and subsequent deadlock
* Fix ommited call fullyOnline() in kdesktop_lockSlávek Banko2015-04-131-0/+1
| | | | | | This relates to Bug 2422 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Clarify window shadow optionsTimothy Pearson2015-04-131-6/+4
| | | | Remove incorrect dock shadow dependence on normal window shadows
* Add GUI option to control panel shadowsTimothy Pearson2015-04-132-2/+16
| | | | This resolves Bug 2189
* Update all windows when compton settings are reloadedTimothy Pearson2015-04-131-0/+5
|
* Ensure desktop is completely hidden before sending fullyOnline()Timothy Pearson2015-04-134-15/+42
| | | | Do not block kdesktop process while waiting for kdesktop_lock to engage prior to VT switch/new VT requests made from within kdesktop
* Fix long-standing inverted signal mask in kdesktop_lock initial sigsuspendTimothy Pearson2015-04-122-45/+55
| | | | Prevent helper thread termination signal from errantly being handled by main thread
* Remove call to pthread_cancel() in kdesktop_lockTimothy Pearson2015-04-123-3/+29
| | | | This resolves a sporadic deadlock during kdesktop_lock termination
* Handle screen locking internally on user switchTimothy Pearson2015-04-121-1/+5
| | | | This removes an external dcop call
* Fix sporadic kdesktop hang due to unsafe usage of asynchronous POSIX signals ↵Timothy Pearson2015-04-122-22/+74
| | | | in the main GUI thread
* Eliminate usleep() loop during kdesktop startupTimothy Pearson2015-04-083-11/+32
| | | | Do not switch desktops if lock fails to engage
* Fix lockeng file formattingTimothy Pearson2015-04-082-512/+499
|
* Remove external dcop call and associated threadTimothy Pearson2015-04-089-126/+115
| | | | Fix lockup on lock screen command due to signal race condition
* Ensure kdesktop signal handlers execute in the main GUI threadTimothy Pearson2015-04-083-1/+15
|
* Fix incorrectly renamed device iconsTimothy Pearson2015-04-0218-18/+18
|
* Bring keyboard icon into XDG complianceTimothy Pearson2015-03-262-2/+2
|
* Bring printer1 icon into XDG complianceTimothy Pearson2015-03-262-2/+2
|
* Bring mouse icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Bring system icon into XDG complianceTimothy Pearson2015-03-2619-20/+20
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-0257-63/+63
|
* Fix double free corruption due to duplicated call to IceCloseConnectionTimothy Pearson2015-02-241-1/+1
| | | | This resolves Bug 2167
* Signed-off-by: Darrell Anderson <darrella@clovermail.net>Darrell Anderson2015-01-272-2/+2
| | | | Fix KDE->TDE branding in dialog messages.
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-241-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed wrong DocPath strings. This relates to bug 2319Michele Calgaro2015-01-2341-42/+42
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix update_compton_tde scriptTimothy Pearson2015-01-171-1/+2
|
* Merge compton changesTimothy Pearson2015-01-172-22/+99
|\
| * Bug fix: Compilation failure with NO_VSYNC_OPENGL=1Richard Grenville2015-01-111-3/+4
| | | | | | | | | | Fix compilation failure with NO_VSYNC_OPENGL=1, caused by one incorrectly placed "#endif" in "src/common.h".
| * Bug fix: --no-fading-openclose doesn't work when fading outRichard Grenville2014-11-301-5/+5
| | | | | | | | | | | | | | - 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.
| * Bug fix #244: Build failure with -DDEBUG_EVENTSRichard Grenville2014-11-241-2/+2
| | | | | | | | | | Fix build failure with -DDEBUG_EVENTS, caused by incorrect references to X Sync macros. Thanks to blueyed for reporting. (#244)
| * Misc #215: Reformat usage text & update docsRichard Grenville2014-11-241-10/+85
| | | | | | | | | | | | | | | | - 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.
* | Added required refreshItems logic. This relates to bug 146.Michele Calgaro2015-01-164-6/+24
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Add ARM64 supportSlávek Banko2015-01-151-0/+51
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Allow mounted digital camera devices to be unmounted via the context menuTimothy Pearson2015-01-091-1/+1
| |
* | Added option to suppress 'Find in files' error dialog in Kate. This resolves ↵Michele Calgaro2015-01-043-6/+32
| | | | | | | | | | | | bug 1911. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Updated Kate and KWrite's handbooks with the new 'Delete Line' command. This ↵Michele Calgaro2015-01-032-0/+16
| | | | | | | | | | | | relates to bug 1907. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Fix verification of the TDM control socketSlávek Banko2014-12-271-7/+22
| | | | | | | | | | | | This resolves Bug 2269 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseMichele Calgaro2014-12-271-1/+1
|\ \