summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 <[email protected]>
* Do not start KJobViewer by default.Michele Calgaro2020-04-051-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Make sure to use default file manager when opening medias from kdesktop icons.Michele Calgaro2020-02-201-12/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added logic for selection of default file manager from TCC.Michele Calgaro2020-02-193-190/+87
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed handling of RMC -> Actions -> Open terminal here.Michele Calgaro2020-02-167-42/+142
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Renamed release_notes to tde_release_notes.Michele Calgaro2020-02-156-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Added a few more translations to Logic games.Michele Calgaro2020-02-151-0/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Menu: Add German translation for "Logic Games" category.Chris2020-02-141-0/+1
| | | | Signed-off-by: Chris <[email protected]>
* 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 <[email protected]>
* 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]>