summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update date in lsm filesr14.0.1Slávek Banko2015-07-131-1/+1
|
* Update version in CMakeLists filesSlávek Banko2015-07-111-1/+1
|
* Update version in lsm filesSlávek Banko2015-07-111-1/+1
|
* Fix openpty detection with util.h and libutil.hSlávek Banko2015-06-142-11/+23
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4e9aeea22462957753950edc3ccad2549009b178)
* Fix detection of XSS in Xext with CMake buildSlávek Banko2015-06-141-2/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5e5f4837b51501b9e0b1685f96ded12a1d93c1d8)
* Fix FTBFS on freebsdSlávek Banko2015-06-1217-17/+72
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 08122b137e76ffcf7067f634a7668002732e11d9)
* 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> (cherry picked from commit e1d8ccc637042d5ab84b0d532590f4cf8ef8e567)
* Fixed khelpcenter visualization bug. This solves bug 2188.Michele Calgaro2015-06-092-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit da25462d268fc49751fc3617b49fa8b4742dad15)
* 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> (cherry picked from commit 900f593b6b33dd6028def8e3f7f595819cbbf2f1)
* Fixed missing KHelpCenter top banner. This resolves bug 2320.Michele Calgaro2015-06-031-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1329f47fa890222fd6d28d17ef24449070a26461)
* 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> (cherry picked from commit 638d5eaa2b9cd15a40bd1121fcbc4d01351e579a)
* 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> (cherry picked from commit d275f0984521e28e9bc8fc98446d16ac79d29dc6)
* Remove obsolete MimeType from printmgr/printers.desktopSlávek Banko2015-05-311-1/+0
| | | | | [taken from SUSE kdebase patches] (cherry picked from commit 92250649de0ce3dbeac204512d67729b4250be1a)
* 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> (cherry picked from commit 8a568a2b948913145d98feff10de2ef3d256d423)
* Fix commentsTimothy Pearson2015-04-141-3/+3
| | | | (cherry picked from commit 8c1136342b3519da44fc0379e3132c41e297009b)
* Do not unblock signals in main thread when waiting for kdesktop_lock responseTimothy Pearson2015-04-142-8/+4
| | | | | This prevents incorrect cancellation of internal xcb poll() methods and subsequent deadlock (cherry picked from commit ab8dfbaaa482e8de7ebd3a5eec1065b38d5299f6)
* Fix ommited call fullyOnline() in kdesktop_lockSlávek Banko2015-04-141-0/+1
| | | | | | | This relates to Bug 2422 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c1b62c1c4ca17ed5605a6d89dad674c477e1cbd8)
* Clarify window shadow optionsTimothy Pearson2015-04-141-6/+4
| | | | | Remove incorrect dock shadow dependence on normal window shadows (cherry picked from commit 2c901351d384fa0e07c2cc2f3411ca76f65728ba)
* Add GUI option to control panel shadowsTimothy Pearson2015-04-142-2/+16
| | | | | This resolves Bug 2189 (cherry picked from commit 296f0f444b173cf4bd735382770082a3a3d825ab)
* Update all windows when compton settings are reloadedTimothy Pearson2015-04-141-0/+5
| | | | (cherry picked from commit ec96d63e30bfdf330ad34905c0e9306145a9f312)
* Ensure desktop is completely hidden before sending fullyOnline()Timothy Pearson2015-04-144-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 (cherry picked from commit 78d33c29157b8e3a0b81c36f73ec5f958439565c)
* Fix long-standing inverted signal mask in kdesktop_lock initial sigsuspendTimothy Pearson2015-04-142-45/+55
| | | | | Prevent helper thread termination signal from errantly being handled by main thread (cherry picked from commit 37bc5cdd0e31fd9c8712c0bd88039dd474be4418)
* Remove call to pthread_cancel() in kdesktop_lockTimothy Pearson2015-04-143-3/+29
| | | | | This resolves a sporadic deadlock during kdesktop_lock termination (cherry picked from commit e569dd46ac06ef5a5f2ad03a311640e1834c749f)
* Handle screen locking internally on user switchTimothy Pearson2015-04-141-1/+5
| | | | | This removes an external dcop call (cherry picked from commit 92d1f764023e933f1767335d074299230ac23a3f)
* Fix sporadic kdesktop hang due to unsafe usage of asynchronous POSIX signals ↵Timothy Pearson2015-04-142-22/+74
| | | | | | in the main GUI thread (cherry picked from commit 85126bf580edb675048843910c0e0c1c56c9ff89)
* Eliminate usleep() loop during kdesktop startupTimothy Pearson2015-04-143-11/+32
| | | | | Do not switch desktops if lock fails to engage (cherry picked from commit 751c96f9b1fc01675a1a9d34831104f98adfd84f)
* Fix lockeng file formattingTimothy Pearson2015-04-142-512/+499
| | | | (cherry picked from commit a17bfb0b96f5b255f41d03c3143d1eca04c88e36)
* Remove external dcop call and associated threadTimothy Pearson2015-04-149-126/+115
| | | | | Fix lockup on lock screen command due to signal race condition (cherry picked from commit e80c2baea0319decdad80c3c98cc7b28a010b0f0)
* Ensure kdesktop signal handlers execute in the main GUI threadTimothy Pearson2015-04-143-1/+15
| | | | (cherry picked from commit 755776b6c4875dddd0fa2971845252274215d86a)
* Fix incorrectly renamed device iconsTimothy Pearson2015-04-0318-18/+18
| | | | (cherry picked from commit 0fcff03e30aae068e0738863f64abf55d96f4af5)
* Bring keyboard icon into XDG complianceTimothy Pearson2015-03-262-2/+2
| | | | (cherry picked from commit 477ef4454d9fe4a7c37b04b2935c58ec353a52cd)
* Bring printer1 icon into XDG complianceTimothy Pearson2015-03-262-2/+2
| | | | (cherry picked from commit 1fa803ad84f0a514b9a3719f458bc0fd724bd957)
* Bring mouse icon into XDG complianceTimothy Pearson2015-03-261-1/+1
| | | | (cherry picked from commit 3def5271d182f5d72309849bfd9ce91c03640a6b)
* Bring system icon into XDG complianceTimothy Pearson2015-03-2619-20/+20
| | | | (cherry picked from commit a8203cf740d018000b2e36cdb60e63fd08b2f692)
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-0457-63/+63
| | | | (cherry picked from commit 0157291f5ea3af6c7fae08ff20eb346bb01624f8)
* Fix double free corruption due to duplicated call to IceCloseConnectionTimothy Pearson2015-02-261-1/+1
| | | | | This resolves Bug 2167 (cherry picked from commit 9005480696634e967011a285e424f307b3043527)
* Fix KDE->TDE branding in dialog messages.Darrell Anderson2015-01-282-2/+2
| | | | | | | Signed-off-by: Darrell Anderson <darrella@clovermail.net> (cherry picked from commit ad2dc879b6b3dbeb127b8238b46760a325f74c52) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix update_compton_tde scriptTimothy Pearson2015-01-241-1/+2
| | | | (cherry picked from commit 614d4d45f31fd1d20e89a26448759ab609b9dd5f)
* Bug fix: Compilation failure with NO_VSYNC_OPENGL=1Richard Grenville2015-01-241-3/+4
| | | | | | Fix compilation failure with NO_VSYNC_OPENGL=1, caused by one incorrectly placed "#endif" in "src/common.h". (cherry picked from commit 65bc49312cf8e75bf5ae3290eef40a2ebe712e9c)
* Bug fix: --no-fading-openclose doesn't work when fading outRichard Grenville2015-01-241-6/+6
| | | | | | | | - 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 2dff937b31aa3753dca28fdda741be5d1da25088)
* Bug fix #244: Build failure with -DDEBUG_EVENTSRichard Grenville2015-01-241-2/+2
| | | | | | Fix build failure with -DDEBUG_EVENTS, caused by incorrect references to X Sync macros. Thanks to blueyed for reporting. (#244) (cherry picked from commit 6219569d6cb45be6f2104460e02672dd508e344a)
* Misc #215: Reformat usage text & update docsRichard Grenville2015-01-241-11/+87
| | | | | | | | | - 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 07b75620487436a0e693d3a13354dba346a463f2)
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-241-2/+2
| | | | | (cherry picked from commit e78559d9b2d9334c0b2c630a9da4a9e018849dce) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed wrong DocPath strings. This relates to bug 2319Michele Calgaro2015-01-2341-42/+42
| | | | | (cherry picked from commit 2db89f3986ff88bc55edca190c25bef5df7c3c33) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Merge branch 'r14.0.x' of http://scm.trinitydesktop.org/scm/git/tdebase into ↵Michele Calgaro2015-01-161-0/+51
|\ | | | | | | r14.0.x
| * Add ARM64 supportSlávek Banko2015-01-151-0/+51
| | | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1c7fa323c3529f99f878f4c25a175c8f9b9d42c7)
* | Added required refreshItems logic. This relates to bug 146.Michele Calgaro2015-01-164-6/+24
|/ | | | | cherry picked from commit bf0861baf08e739ab3721d642178dbab64015675) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>