summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* krdb: Replace the shell process with the specified program, saving resourcesMatías Fonzo2020-02-141-1/+1
| | | | Signed-off-by: Matías Fonzo <[email protected]>
* Fixed handling of alternative terminal application in MiniCli.Michele Calgaro2020-02-132-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* starttde: Replace -nt operator (bashishm) with a portable solutionMatías Fonzo2020-02-101-1/+14
| | | | Signed-off-by: Matías Fonzo <[email protected]>
* starttde: Fix trailing ], outside testMatías Fonzo2020-02-101-2/+2
| | | | Signed-off-by: Matías Fonzo <[email protected]>
* starttde: Fix bashismsMatías Fonzo2020-02-101-2/+2
| | | | | | 'source' is a shell builtin coming from GNU Bash. Signed-off-by: Matías Fonzo <[email protected]>
* Corrected comment description of new keyboard LED sync option in tdm config.Michele Calgaro2020-02-101-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Corrected comment description of new keyboard LED sync option.Michele Calgaro2020-02-101-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed kerry related code.Michele Calgaro2020-02-093-48/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed beagle related code.Michele Calgaro2020-02-0914-1366/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3015-94/+94
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Additional fixes for XDG folder support.Michele Calgaro2020-01-302-31/+58
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Improved support for XDG folders without requiring xdg-user-dirs to be ↵Michele Calgaro2020-01-302-11/+11
| | | | | | installed. Signed-off-by: Michele Calgaro <[email protected]>
* Removed kxdglauncher which is now no longer required.Michele Calgaro2020-01-305-229/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Synchronize German translation of web pages with the rest.Chris2020-01-234-5/+5
| | | | Signed-off-by: Chris <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Synchronize German translation of cursor with the rest.Chris2019-12-181-1/+3
| | | | Signed-off-by: Chris <[email protected]>
* Improve German translation for kicker_config.Chris2019-12-181-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Fix too long German comment in kcmcrypto.Chris2019-12-181-1/+2
| | | | Signed-off-by: Chris <[email protected]>
* Clean up, improve and fix konq-plugins desktop files.Chris2019-12-183-16/+18
| | | | Signed-off-by: Chris <[email protected]>
* Fix icons of desktop files created by knetattach.Chris2019-12-181-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Improve German translation and fix some desktop files.Chris2019-12-1721-35/+32
| | | | Signed-off-by: Chris <[email protected]>
* Add Polish comments to initial desktop icons.Janek Stolarek2019-12-168-0/+8
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Synchronize German translation with the rest and fix some icons.Chris2019-12-1536-62/+83
| | | | Signed-off-by: Chris <[email protected]>
* Improve RU and ES translations, contributed by Vita_Cell.Chris2019-12-156-9/+10
| | | | Signed-off-by: Chris <[email protected]>
* Add Russian comments to initial desktop icons.Chris2019-12-158-16/+8
| | | | | | ...contributed by Denk from IRC. Signed-off-by: Chris <[email protected]>
* Add missing Bulgarian translation to initial desktop icons.Chris2019-12-151-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Added Spanish translation to complement issue #96Matías Fonzo2019-12-158-8/+8
| | | | Signed-off-by: Matías Fonzo <[email protected]>
* Added and updated Bulgarian translationEmanoil Kotsev2019-12-157-9/+10
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* Add Italian comments to initial desktop icons.Michele Calgaro2019-12-158-8/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add French comments to initial desktop icons.gregory guy2019-12-158-9/+9
| | | | Signed-off-by: gregory guy <[email protected]>
* Add Czech comments to initial desktop icons.Slávek Banko2019-12-158-8/+8
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Improve initial desktop icons.Chris2019-12-158-5/+89
| | | | Signed-off-by: Chris <[email protected]>
* Fix duplicated, missing and misleading icons.Chris2019-12-157-7/+7
| | | | Signed-off-by: Chris <[email protected]>
* Fix missing menu entries.Chris2019-12-155-74/+86
| | | | Signed-off-by: Chris <[email protected]>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix wrong KSysGuard description.Chris2019-12-041-2/+2
| | | | Signed-off-by: Chris <[email protected]>
* Prefer TIRPC detection over search for rpc/rpc.h header.François Andriot2019-12-041-4/+4
| | | | | Signed-off-by: François Andriot <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Improve filepreviews settings icon.Chris2019-12-031-2/+2
| | | | Signed-off-by: Chris <[email protected]>