summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changes the kicker icons i missed in /kicker/data/icons to the redesigned ↵HEADmasterLupusRubrum6 hours6-0/+0
| | | | | | ones and adds 64x versions Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* Rename 'tde_setup_architecture_flags' to a more appropriate ↵Michele Calgaro30 hours1-1/+1
| | | | | | 'tde_setup_compiler_flags' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* redesigns the kicker iconsLupusRubrum38 hours4-0/+0
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* changes kicker icons in kcontrolLupusRubrum3 days5-0/+0
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* Revert Konqueror graphics to its original formJan Stolarek2025-11-281-0/+0
| | | | | | | | | | | | | | | There were changes made to original Konqueror graphics in #632. These were questionable in that: a) they were an instance of fixing something that wasn't broken; and b) editing was highly unskillful and came from a contributor that also used AI to generate new wallpaper in TDE. Some of these editing issues were later corrected in #649, but the texture still exhibits transparency issues. This commit reverts the texture to its original state, which had no issues that needed fixing. See tdeartwork#58
* Revert changes to klipper icon from commit d2221f23. This relates to ↵Michele Calgaro2025-11-277-0/+0
| | | | | | previous PR #654 and put the 'k' back, since the 't' did not look appropriate for 'klipper' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename 'preloadkde' to 'preloadtde' in tdm configuration.Michele Calgaro2025-11-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KDE_BINDIR to TDE_BINDIRMichele Calgaro2025-11-266-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* twin: fix tiling of maximized windows. This resolves issue #675Michele Calgaro2025-11-221-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove specific reference to the number of KDE version. This resolves issue #674Michele Calgaro2025-11-161-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add draft version of release notes for R14.1.6Michele Calgaro2025-11-082-0/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-11-031-2/+2
| | | | | | | Currently translated at 55.1% (27 of 49 strings) Translation: tdebase/color schemes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/es_AR/
* Translated using Weblate (Russian)Alexander Golubev2025-11-021-55/+56
| | | | | | | Currently translated at 100.0% (99 of 99 strings) Translation: tdebase/tdm - sessions Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-11-021-23/+20
| | | | | | | Currently translated at 81.7% (283 of 346 strings) Translation: tdebase/kappfinder - data Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-11-021-24/+24
| | | | | | | Currently translated at 100.0% (49 of 49 strings) Translation: tdebase/color schemes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/
* Translated using Weblate (Azerbaijani)Alexander Golubev2025-11-021-7/+8
| | | | | | | Currently translated at 24.4% (12 of 49 strings) Translation: tdebase/color schemes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/az/
* Add final version of release notes for R14.1.5Michele Calgaro2025-10-291-2/+82
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Alexander Golubev2025-10-261-10/+11
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: tdebase/twin - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-10-261-38/+35
| | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: tdebase/tdeioslave - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-10-261-1/+10
| | | | | | | Currently translated at 62.5% (286 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/
* starttde: drop support for kde4 session shutdownAlexander Golubev2025-10-251-4/+0
| | | | | | | | As noticed in the patch attached to #322 the code was broken for ages anyway. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* starttde: remove some obsolete commentsAlexander Golubev2025-10-251-5/+0
| | | | | | | | - I believe the PATH order question was resolved by place_before_in_path function. - tdeinit_phase1 is no more experimental after a decade. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* starttde: drop support for autouse of ~/.kde as TDEHOMEAlexander Golubev2025-10-241-23/+5
| | | | | | | | The changes are loosely based on starttde proposed by @Woodsman in [1]. [1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* starttde: make adding games to PATH conditionalAlexander Golubev2025-10-241-12/+17
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* starttde: set XDG_CURRENT_DESKTOP unless already definedDarrell Anderson2025-10-241-2/+20
| | | | | | Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322 Co-authored-by: Alexander Golubev <fatzer2@gmail.com> Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* starttde: A lot of minor changesDarrell Anderson2025-10-241-114/+135
| | | | | | | | | | Namely: - Re-wrapping of text - Some rewording of comments - Replacement of back-ticks `` with $() - A few additional output messages Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* starttde: fix identsDarrell Anderson2025-10-241-32/+32
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* kicker: change the internal layout of systrayAlexander Golubev2025-10-232-73/+40
| | | | | | | This makes clocks embedded into systray unaffected by systray's margin value. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* kicker: redraw systray after changing its layoutAlexander Golubev2025-10-231-0/+2
| | | | | | | This fixes an issue with systray not being redrawn upon panel width change. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* kicker: add an option to set external margin for tray iconsAlexander Golubev2025-10-232-41/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds an option to set both: margin (space from an icon to the border) and spacing (space between two neighbouring icons). The option to tweak spacing was previously introduced in fa284a4598 and was called "margin" the actual margin was reduced to 0. Unfortunately that had its own unwanted side-effects listed in #647. Before fa284a4598 the margin and spacing were fixed to be 1. This commit restores old defaults for margin & spacing i.e. 1 to better conform to config of older systems. Effectively this resolved most issues raised in #647 and eliminates any regressions, though there are some caveat cases when the behaviour is not ideal e.g. next settings: panel_width=47 spacing=1 margin=0 result in next layout: [0px][icon][2px][icon][1px] when ideal would be: [1px][icon][1px][icon][1px] On the other hand in such a case a user should probably just use margin=spacing=1. Besides that commit contains some minor refactoring. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/647 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* kicker: minor fixup of spacing in a fileAlexander Golubev2025-10-231-55/+55
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Translated using Weblate (Interlingua)giovanni2025-10-141-18/+15
| | | | | | | Currently translated at 38.9% (178 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ia/
* Translated using Weblate (Interlingua)giovanni2025-10-131-159/+174
| | | | | | | Currently translated at 38.0% (174 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ia/
* add minor diagnostics to starttdeBernhard Reiter2025-09-301-0/+2
| | | | | | | | | | | .. to see which XDG_CONFIG_DIRS are set by the script. This is interesting on platform which use this environment varialble to find the desktop files from the trinity installation. See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/232 for a use case where this kind of output is useful. Signed-off-by: Bernhard Reiter <bernhard@intevation.de>
* Remove copypaste artifacts "i=" from main_low_apply() callsAlexander Golubev2025-09-291-5/+5
| | | | | | | | This fixes a crash in tderandrtray on display reconnect, noticed during debugging TDE/tdelibs/376. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/376 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Translated using Weblate (Chinese (Simplified Han script))Toad1145142025-09-121-7/+8
| | | | | | | Currently translated at 50.5% (50 of 99 strings) Translation: tdebase/tdm - sessions Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/zh_Hans/
* Translated using Weblate (Chinese (Simplified Han script))Toad1145142025-09-121-10/+11
| | | | | | | Currently translated at 82.6% (19 of 23 strings) Translation: tdebase/drkonqi - presets Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/zh_Hans/
* kdesktop: simplify lock process code. This ensure correct cleanup in case of ↵Michele Calgaro2025-09-043-65/+37
| | | | | | unexpected termination of the process. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kdesktop: make sure the saver/lock remains responsive even when invokation ↵Michele Calgaro2025-09-043-42/+83
| | | | | | | | | | | | | | | | | | | | has failed. This could happen for example when a popup menu is open and the saver autolock timeout expires. Before this commit, both kdesktop and the X11 server would be in a dirty start and the saver/lock would either not work anymore or not hide the windows on the screen. It was necessary to kill and restart kdesktop to restore proper functionality. Note: the conditional return value of 0 or 12 at main.cpp:554 is a temporary measure to prevent the screen to forcibly lock if the user forgets a popup menu open and the saver timeout expires. Once the issue with input grabbing is solved, we can remove the conditional return value and simply return an error in such condition. Same applies to the variable trinity_desktop_lock_failed_grab, which will no longer be needed in such case.o Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kdesktop: rename some methods to better differentiate between the lock ↵Michele Calgaro2025-09-042-10/+10
| | | | | | process terminating and the screen getting unlocked Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kdesktop: simplify duplicated codeMichele Calgaro2025-09-042-24/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Swedish)Simon Stockhaus2025-08-301-128/+116
| | | | | | | Currently translated at 100.0% (251 of 251 strings) Translation: tdebase/l10n - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-08-301-27/+12
| | | | | | | Currently translated at 75.9% (347 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-08-301-23/+23
| | | | | | | Currently translated at 100.0% (51 of 51 strings) Translation: tdebase/kdesktop - icons Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/sv/
* Translated using Weblate (Chinese (Simplified Han script))Toad1145142025-08-281-5/+5
| | | | | | | Currently translated at 77.5% (38 of 49 strings) Translation: tdebase/color schemes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/zh_Hans/
* Fixes andes-venezolanos Wallpaper that has the K underneath the TLupusRubrum2025-08-281-0/+0
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* Changes lower case k to lower case t on klipper icon + other few changesLupusRubrum2025-08-2610-0/+0
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* Translated using Weblate (Swedish)Simon Stockhaus2025-08-251-29/+27
| | | | | | | Currently translated at 73.7% (337 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-08-251-38/+38
| | | | | | | Currently translated at 87.7% (43 of 49 strings) Translation: tdebase/color schemes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/sv/
* Restores the Trinity logo on lineart.svgz + other changesLupusRubrum2025-08-245-154/+17
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>