summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* Renamed release_notes to tde_release_notes.Michele Calgaro2020-02-156-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* release_notes: Use the same method to get the release version (as starttde), ↵Matías Fonzo2020-02-141-8/+8
| | | | | | minor adjustments Signed-off-by: Matías Fonzo <selk@dragora.org>
* Added a few more translations to Logic games.Michele Calgaro2020-02-151-0/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Menu: Add German translation for "Logic Games" category.Chris2020-02-141-0/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add few icons for the sub-menu "Logic Games".gregory guy2020-02-148-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>
* 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>
* Fixed handling of alternative terminal application in MiniCli.Michele Calgaro2020-02-132-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* 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>
* 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>
* starttde: Replace -nt operator (bashishm) with a portable solutionMatías Fonzo2020-02-101-1/+14
| | | | Signed-off-by: Matías Fonzo <selk@dragora.org>
* starttde: Fix trailing ], outside testMatías Fonzo2020-02-101-2/+2
| | | | Signed-off-by: Matías Fonzo <selk@dragora.org>
* 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>
* 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>
* Corrected comment description of new keyboard LED sync option.Michele Calgaro2020-02-101-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed kerry related code.Michele Calgaro2020-02-093-48/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed beagle related code.Michele Calgaro2020-02-0914-1366/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Updated Device Monitor name in system menu to match the one used in theMichele Calgaro2020-02-061-8/+8
| | | | | | device tray application. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* 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>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3015-94/+94
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Additional fixes for XDG folder support.Michele Calgaro2020-01-302-31/+58
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Removed kxdglauncher which is now no longer required.Michele Calgaro2020-01-305-229/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Added missing header in ksysguard/ksysguardd/Linux/netstat.cMatías Fonzo2020-01-251-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>
* Synchronize German translation of web pages with the rest.Chris2020-01-234-5/+5
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Use xdg-user-dirs to detect XDG variables instead of kxdglauncher. This ↵Michele Calgaro2020-01-112-2/+2
| | | | | | relates to issue TDE/tdelibs#60. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Synchronize German translation of cursor with the rest.Chris2019-12-181-1/+3
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve German translation for kicker_config.Chris2019-12-181-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix too long German comment in kcmcrypto.Chris2019-12-181-1/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Clean up, improve and fix konq-plugins desktop files.Chris2019-12-183-16/+18
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix icons of desktop files created by knetattach.Chris2019-12-181-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve German translation and fix some desktop files.Chris2019-12-1721-35/+32
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add Polish comments to initial desktop icons.Janek Stolarek2019-12-168-0/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>
* Synchronize German translation with the rest and fix some icons.Chris2019-12-1536-62/+83
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve RU and ES translations, contributed by Vita_Cell.Chris2019-12-156-9/+10
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add Russian comments to initial desktop icons.Chris2019-12-158-16/+8
| | | | | | ...contributed by Denk from IRC. Signed-off-by: Chris <xchrisx@uber.space>
* Add missing Bulgarian translation to initial desktop icons.Chris2019-12-151-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Added Spanish translation to complement issue #96Matías Fonzo2019-12-158-8/+8
| | | | Signed-off-by: Matías Fonzo <selk@dragora.org>
* Added and updated Bulgarian translationEmanoil Kotsev2019-12-157-9/+10
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Add Italian comments to initial desktop icons.Michele Calgaro2019-12-158-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add French comments to initial desktop icons.gregory guy2019-12-158-9/+9
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add Czech comments to initial desktop icons.Slávek Banko2019-12-158-8/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>