summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to use default file manager when opening medias from kdesktop icons.Michele Calgaro2020-02-201-12/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6cfa9a1253ed5e0fdf99498465fdc1868ef7984c)
* Added logic for selection of default file manager from TCC.Michele Calgaro2020-02-203-190/+87
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a430111b101339a278dbe299b0dd5c2bc06528d8)
* Fixed handling of RMC -> Actions -> Open terminal here.Michele Calgaro2020-02-167-42/+142
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d4b559f91838a9d3e63c1aed0b3960dca4e4df14)
* Fix units of battery values in Device Manager.Slávek Banko2020-02-161-4/+4
| | | | | | | | | | Previously it was not clear whether the units in tdehwlib are in Wh and W or Ah and A. Now the units are always Ah and A. This is related to issue TDE/tdelibs#68. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0215a0e7127caaf4d5725ca2237a84817f649f67)
* Security: remove support for in KRun which could have allowed execution of ↵Michele Calgaro2020-02-161-20/+1
| | | | | | | malicious code. This is similar to issue TDE/tdelibs#45 for .desktop files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2948d1cdf79e47b1c71b5565baae4178c8c1de39)
* Renamed release_notes to tde_release_notes.Michele Calgaro2020-02-156-9/+9
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ca57a59e95c71d37c8f7ddf8024c64c8bcae0890)
* Added GUI in TCC -> TDE Components -> Default Applications for selection of ↵Michele Calgaro2020-02-159-55/+440
| | | | | | | default file manager. Subsequent commits will ensure this option is used throughout TDE. This refers to bug 1904. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98addc546eb8a399479a0a4f928fc363ff264b7f)
* release_notes: Use the same method to get the release version (as starttde), ↵Matías Fonzo2020-02-151-8/+8
| | | | | | | minor adjustments Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit ed1d5dea33cdf66686429c96d3926d9c63b4ebe4)
* Added a few more translations to Logic games.Michele Calgaro2020-02-151-0/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 720d6434dac5bbcdc3a214761c19ccb676c925fa)
* Menu: Add German translation for "Logic Games" category.Chris2020-02-151-0/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 34e1f085902be8f2465ccc283bcc98e04b9aa69f)
* Add few icons for the sub-menu "Logic Games".gregory guy2020-02-158-0/+7
| | | | | | | | | | The icon have been released under the term of the GNU/GPL License by designer SCHOLLIDESIGN. Source: https://findicons.com/icon/94263/bum This relates to bug 2882. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 0be8e71c9714e06962c937df4a206feda36bd96d)
* krdb: Replace the shell process with the specified program, saving resourcesMatías Fonzo2020-02-141-1/+1
| | | | | Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 60df3fb90fb03da090efbcb5978a772828dd7ee0)
* Fixed handling of alternative terminal application in MiniCli.Michele Calgaro2020-02-132-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8b269b0658abb58555ea079126033ac9f8f0833c)
* Fixed handling of KDesktop -> Right click -> Open Terminal Here... whenMichele Calgaro2020-02-121-2/+2
| | | | | | | the terminal application is different from Konsole. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4ce5ad8c3c1fa5a972901232ef2187c857bc89f8)
* Added GUI option to show/hide "Open in Terminal" inside QuickBrowser menus.Michele Calgaro2020-02-124-11/+28
| | | | | | | Minor fixup for other GUI options in "Configure Panel... -> Menus". Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6949aae9ce625d009008872fe4297638f12fe1ce)
* starttde: Enhance startup script locationMatías Fonzo2020-02-101-5/+23
| | | | | | | | | | | | | | | | | | It was originally resolved by following the symbolic links to determine the location of the startup script. Mostly adjusted for Debian distributions and derivatives that have support for "alternatives". This doesn't work for distributions that install TDE under a self-contained directory (distros like Dragora, Guix or simply users that use Graft or GNU Stow tools). Also projects like GSRC... This code has been improved to cover these cases, also minimizing the compatibility impact for the readlink command (non-standard) by eliminating the use of options for greater compatibility, as some systems do not have the -e or -f options, as they may also have different behavior (between systems). Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit b5f293f9437b4af567248d6cfc269fe8a0216391)
* starttde: Replace -nt operator (bashishm) with a portable solutionMatías Fonzo2020-02-101-1/+14
| | | | | Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit c7474d81e9149da23b9fd95bea74dc33171feb3f)
* starttde: Fix trailing ], outside testMatías Fonzo2020-02-101-2/+2
| | | | | Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 0b11285d0b9eb902b2a4de8c76c4f6f160e8d7f1)
* starttde: Fix bashismsMatías Fonzo2020-02-101-2/+2
| | | | | | | 'source' is a shell builtin coming from GNU Bash. Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit b2c04ad8be5fa8e18fef7b211aaad653a745a0ee)
* Corrected comment description of new keyboard LED sync option in tdm config.Michele Calgaro2020-02-101-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1bc47b3d82b4538793987ebb90cab1d7cec9f5f9)
* Corrected comment description of new keyboard LED sync option.Michele Calgaro2020-02-101-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6281d6f87b782eb5a9bf410bb29eb981c00829e0)
* Removed kerry related code.Michele Calgaro2020-02-093-48/+15
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dc13aa3ccc524f5f47b304216227b7825c1bb5e5)
* Removed beagle related code.Michele Calgaro2020-02-0914-1366/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f16b630348b5b14c0a3c481be606185f31b6ef12)
* Added option in TCC -> System Administration -> Logic Manager ->Michele Calgaro2020-02-074-2/+30
| | | | | | | | Appearance tab to enable/disable the launch of tdekbdledsync in tde greeter. This resolves bug 1834. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit be1c4f22face24de36c540df38a903860f0549d0)
* mediamanager always get started at TDE startup. Therefore the module is no ↵Michele Calgaro2020-02-063-12/+16
| | | | | | | longer available in TCC->TDE Components->Service Manager->Startup Services for enable/disable at startup. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e9f503cdb8eae03d99e1042b10f4e9e146f2cd5e)
* tdeprint: autostart of KJobViewer is now controlled by a .desktop file.Roman Savochenko2020-01-313-0/+100
| | | | | | | | Taken from patch proposed in https://bugs.trinitydesktop.org/show_bug.cgi?id=1362. Signed-off-by: Roman Savochenko <roman@roman.home> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 28771943f7c5cbdb17754a962c668f6b61013d04)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3015-94/+94
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8250c8e42310cb39ceb6ae425bc8546208733e99)
* Additional fixes for XDG folder support.Michele Calgaro2020-01-302-31/+58
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 234e466e0e524cfd92a268c37d504a7ff910ca45)
* Improved support for XDG folders without requiring xdg-user-dirs to be ↵Michele Calgaro2020-01-302-11/+11
| | | | | | | installed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fddff79d21edd8c97d25ea9439fa2218ed35f3d4)
* Removed kxdglauncher which is now no longer required.Michele Calgaro2020-01-305-229/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f8a93efe769e5002d3e3f80fb301b2464f379343)
* Redirect some headers noticed by the compilerMatías Fonzo2020-01-271-1/+1
| | | | | | | | | | | | | | | [..] In file included from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/common.h:102, from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.h:10, from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.c:12: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [..] For reference: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/64 Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit b52ef67d4a2208dfd9ea6c7618cbbc05c85c02f3)
* Added missing header in ksysguard/ksysguardd/Linux/netstat.cMatías Fonzo2020-01-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Without the header, the build log: [ 96%] Building C object ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o /usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c: In function ‘updateNetStatTcpUdpRaw’: /usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:269:2: error: unknown type name ‘uint’; did you mean ‘int’? 269 | uint local_addr, local_port; | ^~~~ | int /usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:270:2: error: unknown type name ‘uint’; did you mean ‘int’? 270 | uint remote_addr, remote_port; | ^~~~ | int /usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:272:2: error: unknown type name ‘uint’; did you mean ‘int’? 272 | uint state; | ^~~~ | int make[2]: *** [ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/build.make:180: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o] Error 1 make[2]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD' make[1]: *** [CMakeFiles/Makefile2:24044: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/all] Error 2 make[1]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD' make: *** [Makefile:130: all] Error 2 Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 67fe6d2e739013d92158f2339aaa928d50c02ef7)
* Synchronize German translation of web pages with the rest.Chris2020-01-254-5/+5
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit bd4492dc54e30fa5a2a97991e9b166aa17f28972)
* Use xdg-user-dirs to detect XDG variables instead of kxdglauncher. This ↵Michele Calgaro2020-01-122-2/+2
| | | | | | | relates to issue TDE/tdelibs#60. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6b70b67b4b2a867f228889cbb06dfff173d24e5d)
* CMakeL10n: Extract konsole schemas and keytabs directly from definitionSlávek Banko2020-01-011-12/+15
| | | | | | | files instead of generating temporary name list file. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b496ee27b9119a3cbf90b7b493fff499b8d66e7b)
* Update version number for R14.0.7 final release.r14.0.7Slávek Banko2019-12-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Synchronize German translation of cursor with the rest.Chris2019-12-181-1/+3
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0128cf22d9788e60db8923b82a19e1a15837c805)
* Improve German translation for kicker_config.Chris2019-12-181-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit d86083e73bb7130e394b68db56567a1cd936976e)
* Fix too long German comment in kcmcrypto.Chris2019-12-181-1/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0f438113808e2ada2cec586c0b46a9b658446e90)
* Clean up, improve and fix konq-plugins desktop files.Chris2019-12-183-16/+18
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit cac760f0c2754398f2311492c90069f8a89765ce)
* Fix icons of desktop files created by knetattach.Chris2019-12-181-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 81167e8fdb9c4ab5eaf1d7c9af57e55e129d148f)
* Improve German translation and fix some desktop files.Chris2019-12-1720-34/+31
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 7b55ca5987f067c9c77e547db32d047b92027822)
* Add Polish comments to initial desktop icons.Janek Stolarek2019-12-168-0/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c1384365c9c13c16fae873ba207e39c07d411f0f)
* Fix wrong XDG patch for tdebase, which resulted in missing icons.Chris2019-12-162-4/+4
| | | | | | | This partially reverts commit a8203cf740. Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit f1612f91ca8797027873f7632904ea660ac17584)
* Synchronize German translation with the rest and fix some icons.Chris2019-12-1635-61/+82
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0daae46f23f33c0b02bf3d58ab8c1428e7bd71b7)
* Improve RU and ES translations, contributed by Vita_Cell.Chris2019-12-156-9/+10
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 9b964799b412d261875f1f2a0e30798e2234156f)
* Add Russian comments to initial desktop icons.Chris2019-12-158-16/+8
| | | | | | | ...contributed by Denk from IRC. Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit f076b15382c0bfdc5b171cfeee9665b48dab0c35)
* Add missing Bulgarian translation to initial desktop icons.Chris2019-12-151-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 9d18aa3129547f53729786158e68ae54c064ac3f)
* Added Spanish translation to complement issue #96Matías Fonzo2019-12-158-8/+8
| | | | | Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 9b5f085b49154d2e6cbfca832f4dd4daaa6c60d6)
* Added and updated Bulgarian translationEmanoil Kotsev2019-12-157-9/+10
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 8c43819bb7bbafb2abf58c30e7131e006d39b51a)