summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add extra check for libusb-1.0feat/pkg-configMatías Fonzo2020-01-271-1/+1
| | | | 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>
* Improve initial desktop icons.Chris2019-12-158-5/+89
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix duplicated, missing and misleading icons.Chris2019-12-157-7/+7
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix missing menu entries.Chris2019-12-155-74/+86
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* 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 <slavek.banko@axis.cz>
* Fix wrong KSysGuard description.Chris2019-12-041-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Prefer TIRPC detection over search for rpc/rpc.h header.François Andriot2019-12-041-4/+4
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Improve filepreviews settings icon.Chris2019-12-031-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve NSPlugins settings icon and German translation.Chris2019-12-031-3/+6
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* ksmserver: Use the IceAuthFileName() functionSlávek Banko2019-11-281-7/+3
| | | | | | | | instead of building the file name. This relates to bug 3027. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix KSysGuard name in about dialog.Chris2019-11-271-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix Kicker name in about dialog.Chris2019-11-101-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve KCMPerformance name.Chris2019-11-081-67/+65
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix German translation.Chris2019-11-068-20/+13
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve edit as root servicemenu entry.Chris2019-11-031-6/+6
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix KSysGuard desktop file.Chris2019-11-031-29/+3
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve German KCM translation.Chris2019-11-038-7/+12
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve tree view meaning in KSysGuard.Chris2019-11-031-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Streamline Privacy module with the rest.Chris2019-11-031-62/+62
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Quick fix for the BG translation entry.Chris2019-11-031-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Bulgarian translations for hwmanager.desktopEmanoil Kotsev2019-11-031-0/+3
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Added Italian translations for device manager (this relates to the previous ↵Michele Calgaro2019-11-031-3/+3
| | | | | | commit). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Streamline device manager naming scheme.Chris2019-11-033-16/+31
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Streamline Color Profile module with the rest.Chris2019-10-193-27/+23
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Streamline Kicker components with the rest.Chris2019-10-155-11/+18
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add go to autostart icon in Konqueror.Chris2019-10-141-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix German translation of lanbrowser.Chris2019-10-141-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix wrong translations for TDM config module.Chris2019-10-131-5/+4
| | | | Signed-off-by: Chris <xchrisx@uber.space>