summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Add Italian comments to initial desktop icons.Michele Calgaro2019-12-158-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 55b1b912fddc6de968b124b172395af0deb67f7c)
* Add French comments to initial desktop icons.gregory guy2019-12-158-9/+9
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit ebef04cd2098f1d145e343fdf14cd2089cabcc68)
* Add Czech comments to initial desktop icons.Slávek Banko2019-12-158-8/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0f5478ae2ee506e98ade84cf273f5563574fc9db)
* Improve initial desktop icons.Chris2019-12-158-5/+89
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit d71f9eeb7a64baad74f0e1b5f5053bf3247864fe)
* Fix duplicated, missing and misleading icons.Chris2019-12-157-7/+7
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit af4fd07d142b78fd266c9e2d3cc76cf2e66b3ebb)
* Fix missing menu entries.Chris2019-12-155-74/+86
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit f285d7a814e4c02916c3e1a860cc944c28a0c92c)
* 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> (cherry picked from commit b783ac1db50fbfa5c215f8b43b6c7d0659cf49de)
* 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> (cherry picked from commit db1e25b1feef6df33c9c1b2d3811d02890c10d77)
* Improve filepreviews settings icon.Chris2019-12-031-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 354cfa3a0855b2fdeaa81e9d540e88e1d492efcb)
* Improve NSPlugins settings icon and German translation.Chris2019-12-031-3/+6
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 515f9a0cbb0ff2078439fffbf21ca04bb7a5c7cc)
* ksmserver: Use the IceAuthFileName() functionSlávek Banko2019-12-031-7/+3
| | | | | | | | | instead of building the file name. This relates to bug 3027. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ed93cf0e084d52ca58c8a966fa9506af4484a8a9)
* Fix KSysGuard name in about dialog.Chris2019-11-281-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 49084ebc641f426287567a722697735e3de028dc)
* Fix Kicker name in about dialog.Chris2019-11-101-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 6e60a7451c916a355127d787ffc3c6d65667df9c)
* Improve KCMPerformance name.Chris2019-11-101-67/+65
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit fd28e91a8cf540ef21a9cb094683cb7f76b24df7)
* Fix German translation.Chris2019-11-067-20/+11
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit d608ffa7d1203f3a12f933be7ff519017381d25f)
* Improve edit as root servicemenu entry.Chris2019-11-031-6/+6
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 6e363d17371c00e32e10d6c33792e91682e69685)
* Fix KSysGuard desktop file.Chris2019-11-031-29/+3
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 9ed5c38859c00e8710504b8f982acb622e44965c)
* Improve German KCM translation.Chris2019-11-038-7/+12
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 5eae51da89aa078a32098b4e6659a222bc98b969)
* Improve tree view meaning in KSysGuard.Chris2019-11-031-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit adad93babb2674cc51054651452cbce67d83673e)
* Streamline Privacy module with the rest.Chris2019-11-031-62/+62
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit a5c5c20c5695f0189d48b464d36bbd48f0c7621e)
* Quick fix for the BG translation entry.Chris2019-11-031-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit f1047361d3f02879f64af4ef556af0d5f2334b9a)
* Bulgarian translations for hwmanager.desktopEmanoil Kotsev2019-11-031-0/+3
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 06acf10c0b2c45279fe465670a8a3f6b51589d38)
* 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> (cherry picked from commit 664189c3b13ebe1ae60a93559f333e36bb6d366b)
* Streamline device manager naming scheme.Chris2019-11-033-16/+31
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit a8528d0066c6d71958b0c4c88819370c7ee4d6d0)
* Streamline Color Profile module with the rest.Chris2019-10-193-27/+23
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit c06244f4f15839567a7de0c341ad50602cfaabef)
* Streamline Kicker components with the rest.Chris2019-10-155-11/+18
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 3ada37e84914ad5694bad1bf2cfeb406f0a6ebd7)