summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Chinese (Simplified Han script))HEADmasterToad11451414 hours1-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))Toad11451414 hours1-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 Calgaro9 days3-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 Calgaro9 days3-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 Calgaro9 days2-10/+10
| | | | | | process terminating and the screen getting unlocked Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kdesktop: simplify duplicated codeMichele Calgaro9 days2-24/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Swedish)Simon Stockhaus13 days1-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 Stockhaus13 days1-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 Stockhaus13 days1-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/
* Added translation using Weblate (Swedish)Simon Stockhaus2025-06-161-0/+25
|
* Translated using Weblate (Swedish)Simon Stockhaus2025-06-121-4/+3
| | | | | | | Currently translated at 67.3% (233 of 346 strings) Translation: tdebase/kappfinder - data Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/sv/
* Make TDE xsession name compliant to XDG specification.Darrell Anderson2025-06-122-2/+2
| | | | | | | | | | See https://specifications.freedesktop.org/menu-spec/latest/apb.html for the list of official names. This resolves issue #637. Signed-off-by: Darrell Anderson <darrella@clovermail.net> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improving graphic of KonquerorAlejo Fernández2025-06-111-0/+0
| | | | Signed-off-by: Alejo Fernández <alejoo.fernandez.2003@gmail.com>
* Translated using Weblate (Swedish)Simon Stockhaus2025-06-091-17/+15
| | | | | | | 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/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-06-091-18/+20
| | | | | | | Currently translated at 66.7% (231 of 346 strings) Translation: tdebase/kappfinder - data Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-06-091-7/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/kappfinder - kappfinder.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-kappfinderdesktop/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-06-091-10/+11
| | | | | | | Currently translated at 100.0% (23 of 23 strings) Translation: tdebase/drkonqi - presets Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-06-091-20/+18
| | | | | | | Currently translated at 100.0% (55 of 55 strings) Translation: tdebase/applnk - directories Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/sv/
* Added translation using Weblate (Swedish)Simon Stockhaus2025-06-061-0/+25
|
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-05-27135-600/+600
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* improvement to the konqui wallpaperLupusRubrum2025-05-262-0/+0
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* improvenments to the crystalsvg icons & over misc tde texturesLupusRubrum2025-05-2356-477/+1146
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* Add improved handbook text about the panel button stacking behaviorDarrell Anderson2025-05-233-12/+29
| | | | | Signed-off-by: Darrell Anderson <darrella@clovermail.net> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TWin: Fix tiling from window menu and geom_restore. Resolves issue #624rbell2025-05-221-2/+5
| | | | Signed-off-by: rbell <riley.bell@vfemail.net>
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-05-201-44/+1
| | | | | | | Currently translated at 100.0% (55 of 55 strings) Translation: tdebase/applnk - directories Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/es_AR/
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-05-191-6/+5
| | | | | | | Currently translated at 21.8% (12 of 55 strings) Translation: tdebase/applnk - directories Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/es_AR/
* Translated using Weblate (Czech)Slávek Banko2025-05-191-3/+3
| | | | | | | 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/cs/