summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kcontrol icc: fixed file filter option. This solves issue #143.Slávek Banko2020-04-131-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kate: added documentation for sessions panel. This relates to bug 2491.Michele Calgaro2020-04-124-82/+165
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add release notes for R14.0.8 to documentation.Slávek Banko2020-04-102-0/+106
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kate:Michele Calgaro2020-04-112-9/+15
| | | | | | | | 1) removed connection to inexistent slot 2) fix code to save Kate's session from TDE's session manager. This relates to bug 2691. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename "<Filename>kde-" in the menu only if the original file is not preserved.Slávek Banko2020-04-091-6/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed handling of kde- entries in menu. This relates to test 9 in bug 3083.Michele Calgaro2020-04-091-3/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Add previous release notes to the documentation.Slávek Banko2020-04-069-909/+1404
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix bad section for FocusStealingPreventionLevel value in twinrc.Slávek Banko2020-04-061-5/+5
| | | | | | This resolves issue #137. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Do not start KJobViewer by default.Michele Calgaro2020-04-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* r14-xdg-update: make sure files tested by TEST9 are fixed at the next login. ↵Michele Calgaro2020-04-051-5/+5
| | | | | | Improve feedback messages for the user. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Adjusted to new tde- branding in tdesycoca. See commit TDE/tdelibs 9cd27dba. ↵Michele Calgaro2020-04-041-1/+1
| | | | | | Relates to bug 3083. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* migratekde3: Refresh script (a bit) to be accorded with the changes made for ↵Matías Fonzo2020-03-241-28/+19
| | | | | | the starttde and the r14-xdg-update script Signed-off-by: Matías Fonzo <selk@dragora.org>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* r14-xdg-update: Enhance script location, replace bashishm, minor changesMatías Fonzo2020-03-181-18/+20
| | | | Signed-off-by: Matías Fonzo <selk@dragora.org>
* 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>
* Added logic for selection of default file manager from TCC.Michele Calgaro2020-02-193-190/+87
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed handling of RMC -> Actions -> Open terminal here.Michele Calgaro2020-02-167-42/+142
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>