summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Russian)HEADmasterAlexander Golubev3 days1-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 Golubev3 days1-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 Golubev3 days1-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 Golubev4 days1-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 Golubev4 days1-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 Golubev4 days1-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 Golubev4 days1-12/+17
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* starttde: set XDG_CURRENT_DESKTOP unless already definedDarrell Anderson4 days1-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 Anderson4 days1-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 Anderson4 days1-32/+32
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* kicker: change the internal layout of systrayAlexander Golubev5 days2-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 Golubev5 days1-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 Golubev5 days2-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 Golubev5 days1-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>
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-08-211-4/+4
| | | | | | | 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/
* Use tdeinstance.hMichele Calgaro2025-08-1841-41/+41
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More improvements to various wallpapers and some other various texturesLupusRubrum2025-08-1015-30/+148
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* Translated using Weblate (Russian)Alexander Golubev2025-07-211-3/+6
| | | | | | | Currently translated at 62.1% (284 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/
* Use TDEDesktopFileMichele Calgaro2025-07-1360-172/+172
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDESimpleConfigMichele Calgaro2025-07-12116-338/+336
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kicker: aesthetic improvementsMavridis Philippe2025-07-0610-208/+401
| | | | | | | | | * New icon margin option for the system tray applet * Panel blur effect strength is now configurable * 3D border option tin minipager * Ability to rename desktops when minipager label not displaying desktop name Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
* Translated using Weblate (Russian)Alexander Golubev2025-07-041-4/+4
| | | | | | | Currently translated at 100.0% (71 of 71 strings) Translation: tdebase/kicker - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/
* [minor] tdeioslave/media: remove a trailing \n in the error stringFat-Zer2025-07-021-1/+1
| | | | | Note that other strings assigned to m_errorStr don't have a trailing endline. Signed-off-by: Fat-Zer <fatzer2@gmail.com>
* kate: [minor] remove an unmatched cloasing tagFat-Zer2025-07-021-1/+1
| | | Signed-off-by: Fat-Zer <fatzer2@gmail.com>
* kdesktop: fix deadlock condition between kdesktop and kdesktop lock.Michele Calgaro2025-06-306-637/+721
| | | | | | | | | | | The logic to handle communication with kdesktop_lock is now running completely in a separate thread and event loop, meaning the main GUI thread remains responsive all the time and can handle interaction with X11, DCOP and DBUS calls. This resolves issue #589. The commit also solves the first problem reported in issue #640 and loosely related to PR #526. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2025-06-291-5/+5
| | | | | | | Currently translated at 73.5% (78 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)Andrei Stepanov2025-06-291-6/+6
| | | | | | | Currently translated at 61.9% (283 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/
* Translated using Weblate (Russian)Andrei Stepanov2025-06-291-4/+4
| | | | | | | 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/ru/
* Translated using Weblate (Georgian)Temuri Doghonadze2025-06-251-6/+4
| | | | | | | Currently translated at 80.0% (4 of 5 strings) Translation: tdebase/kxkb - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ka/
* Translated using Weblate (Swedish)Simon Stockhaus2025-06-171-5/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/tdeintegration.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-06-171-5/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/kdcop - kdcop.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/sv/