Commit Graph

3592 Commits (a84397aebb34c846cda46dcefe8c381085c73312)
 

Author SHA1 Message Date
Bernhard Reiter a84397aebb
add minor diagnostics to starttde
.. 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>
5 days ago
Alexander Golubev e07d4c99b1 Remove copypaste artifacts "i=" from main_low_apply() calls
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>
6 days ago
Toad114514 595596060c Translated using Weblate (Chinese (Simplified Han script))
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/
3 weeks ago
Toad114514 ae712b02d8 Translated using Weblate (Chinese (Simplified Han script))
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/
3 weeks ago
Michele Calgaro 8252927210
kdesktop: simplify lock process code. This ensure correct cleanup in case of unexpected termination of the process.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Michele Calgaro 5e6907dc18
kdesktop: make sure the saver/lock remains responsive even when invokation 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>
1 month ago
Michele Calgaro 3871ad9348
kdesktop: rename some methods to better differentiate between the lock process terminating and the screen getting unlocked
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Michele Calgaro ef3e23fd2a
kdesktop: simplify duplicated code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Simon Stockhaus 6b8a82d039 Translated using Weblate (Swedish)
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/
1 month ago
Simon Stockhaus 097de830b1 Translated using Weblate (Swedish)
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/
1 month ago
Simon Stockhaus 4c8144830a Translated using Weblate (Swedish)
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/
1 month ago
Toad114514 dd74306aa1 Translated using Weblate (Chinese (Simplified Han script))
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/
1 month ago
LupusRubrum 59b7c4663c Fixes andes-venezolanos Wallpaper that has the K underneath the T
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
1 month ago
LupusRubrum d2221f239b Changes lower case k to lower case t on klipper icon + other few changes
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
1 month ago
Simon Stockhaus 561c2f4d8f Translated using Weblate (Swedish)
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/
1 month ago
Simon Stockhaus 0cea8f440b Translated using Weblate (Swedish)
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/
1 month ago
LupusRubrum 0155fc17b1 Restores the Trinity logo on lineart.svgz + other changes
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
1 month ago
Alejo Fernández 20a17f52d2 Translated using Weblate (Spanish (Argentina))
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/
2 months ago
Michele Calgaro fc027edfaa
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 months ago
LupusRubrum 006915b1e2 More improvements to various wallpapers and some other various textures
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
2 months ago
Alexander Golubev 8cf18473ac Translated using Weblate (Russian)
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/
3 months ago
Michele Calgaro 16652efd0f
Use TDEDesktopFile
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 months ago
Michele Calgaro 51230c05dc
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 months ago
Mavridis Philippe fa284a4598
Kicker: aesthetic improvements
* 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>
3 months ago
Alexander Golubev 5570cf74bb Translated using Weblate (Russian)
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/
3 months ago
Fat-Zer 892322a758 [minor] tdeioslave/media: remove a trailing \n in the error string
Note that other strings assigned to m_errorStr don't have a trailing endline.

Signed-off-by: Fat-Zer <fatzer2@gmail.com>
3 months ago
Fat-Zer 025ed8ca82 kate: [minor] remove an unmatched cloasing tag
Signed-off-by: Fat-Zer <fatzer2@gmail.com>
3 months ago
Michele Calgaro 409442c1ea
kdesktop: fix deadlock condition between kdesktop and kdesktop lock.
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>
3 months ago
Andrei Stepanov a3f0904f6a Translated using Weblate (Russian)
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/
3 months ago
Andrei Stepanov 2931be0ce1 Translated using Weblate (Russian)
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/
3 months ago
Andrei Stepanov 8d3ddf5d75 Translated using Weblate (Russian)
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/
3 months ago
Temuri Doghonadze a45de0409b Translated using Weblate (Georgian)
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/
3 months ago
Simon Stockhaus 1a9e2d7225 Translated using Weblate (Swedish)
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/
4 months ago
Simon Stockhaus 22caf373cd Translated using Weblate (Swedish)
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/
4 months ago
Simon Stockhaus 81adf14c65 Added translation using Weblate (Swedish) 4 months ago
Simon Stockhaus 5f381323e9 Translated using Weblate (Swedish)
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/
4 months ago
Darrell Anderson 0478623d3a
Make TDE xsession name compliant to XDG specification.
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>
4 months ago
Alejo Fernández e2ea7308ff Improving graphic of Konqueror
Signed-off-by: Alejo Fernández <alejoo.fernandez.2003@gmail.com>
4 months ago
Simon Stockhaus c3a7ce27a0 Translated using Weblate (Swedish)
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/
4 months ago
Simon Stockhaus 32c22c912d Translated using Weblate (Swedish)
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/
4 months ago
Simon Stockhaus 5c1d18f393 Translated using Weblate (Swedish)
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/
4 months ago
Simon Stockhaus 7f9202de1d Translated using Weblate (Swedish)
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/
4 months ago
Simon Stockhaus 232272984a Translated using Weblate (Swedish)
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/
4 months ago
Simon Stockhaus 89c7582459 Added translation using Weblate (Swedish) 4 months ago
Michele Calgaro 0a439ac80b
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
LupusRubrum 0ba4723b7f improvement to the konqui wallpaper
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
4 months ago
LupusRubrum 05918e0a28 improvenments to the crystalsvg icons & over misc tde textures
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
4 months ago
Darrell Anderson 46d5ff9ca7
Add improved handbook text about the panel button stacking behavior
Signed-off-by: Darrell Anderson <darrella@clovermail.net>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
rbell d91c954dc2 TWin: Fix tiling from window menu and geom_restore. Resolves issue #624
Signed-off-by: rbell <riley.bell@vfemail.net>
5 months ago
Alejo Fernández 09652da14d Translated using Weblate (Spanish (Argentina))
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/
5 months ago