summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge translation files from master branch.Automated System2025-10-263-49/+55
|
* 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> (cherry picked from commit d2995f41d629e487e8e58233b50676dcb539ccfc)
* 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> (cherry picked from commit 10c6b7cf1ee02de8866f58cd29ad512cbea64ed8)
* 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> (cherry picked from commit 3c0b2b898d8183629806bfcc827662b42d100432)
* starttde: make adding games to PATH conditionalAlexander Golubev2025-10-241-12/+17
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 2a6d54be85d65653a4272c641e4ac0c8af91dfe5)
* 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> (cherry picked from commit 6fac1bccedf2267e3ce56cc61bf08d41bfbc7f47)
* 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> (cherry picked from commit 6d02f6afe34c2b816889d1180dcd3c62629a7611)
* starttde: fix identsDarrell Anderson2025-10-241-32/+32
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit af60b0eb6f00e9959051b1dc4e66c3f5dd6c294f)
* kicker: change the internal layout of systrayAlexander Golubev2025-10-242-73/+40
| | | | | | | | This makes clocks embedded into systray unaffected by systray's margin value. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit f16cd594575b198df8451431951960677dd81b66)
* kicker: redraw systray after changing its layoutAlexander Golubev2025-10-241-0/+2
| | | | | | | | This fixes an issue with systray not being redrawn upon panel width change. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 37fd183da8188549443c0e79b2c509c4b2fd5944)
* kicker: add an option to set external margin for tray iconsAlexander Golubev2025-10-242-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> (cherry picked from commit 8068c6bdb210c0a252ac7804cb056456501b5c90)
* kicker: minor fixup of spacing in a fileAlexander Golubev2025-10-241-55/+55
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 1ef239328633e480a794a863b16f4f9cbbce5fea)
* Merge translation files from master branch.Automated System2025-10-141-18/+15
|
* Merge translation files from master branch.Automated System2025-10-131-160/+175
|
* add minor diagnostics to starttdeBernhard Reiter2025-10-031-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> (cherry picked from commit a84397aebb34c846cda46dcefe8c381085c73312)
* 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> (cherry picked from commit e07d4c99b1c96bddf56f76bf78f6d859bdb41cda)
* Merge translation files from master branch.Automated System2025-09-122-16/+18
|
* 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>
* Merge translation files from master branch.Automated System2025-08-303-173/+152
|
* Merge translation files from master branch.Automated System2025-08-291-5/+5
|
* Fixes andes-venezolanos Wallpaper that has the K underneath the TLupusRubrum2025-08-281-0/+0
| | | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com> (cherry picked from commit 59b7c4663ccd8742ea8073236bbc9855bed1fc8e)
* Changes lower case k to lower case t on klipper icon + other few changesLupusRubrum2025-08-2710-0/+0
| | | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com> (cherry picked from commit d2221f239be790f280de562906e7c60fd5e5f9bd)
* Merge translation files from master branch.Automated System2025-08-252-67/+65
|
* Restores the Trinity logo on lineart.svgz + other changesLupusRubrum2025-08-245-154/+17
| | | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com> (cherry picked from commit 0155fc17b1ad2ad7ddb8fd91bfa4287924238c57)
* Merge translation files from master branch.Automated System2025-08-221-4/+4
|
* Use tdeinstance.hMichele Calgaro2025-08-1841-41/+41
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fc027edfaa4e1134538d74499347fe7c15148f53)
* More improvements to various wallpapers and some other various texturesLupusRubrum2025-08-1015-30/+148
| | | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com> (cherry picked from commit 006915b1e23cf64f9ea6828de277ef9a2bb2e870)
* Merge translation files from master branch.Automated System2025-07-211-3/+6
|
* Kicker: aesthetic improvementsMavridis Philippe2025-07-0610-208/+400
| | | | | | | | | | * 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> (cherry picked from commit fa284a459858f2255c485240121f7cd1cc7d17a0)
* Merge translation files from master branch.Automated System2025-07-041-4/+4
|
* [minor] tdeioslave/media: remove a trailing \n in the error stringFat-Zer2025-07-031-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-031-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> (cherry picked from commit 409442c1ea8f167485642fbdb3494ff58900966f)
* Merge translation files from master branch.Automated System2025-06-293-13/+13
|
* Merge translation files from master branch.Automated System2025-06-251-6/+5
|
* Merge translation files from master branch.Automated System2025-06-172-10/+16
|
* Merge translation files from master branch.Automated System2025-06-161-0/+25
|
* Merge translation files from master branch.Automated System2025-06-131-4/+3
|
* Improving graphic of KonquerorAlejo Fernández2025-06-121-0/+0
| | | | | Signed-off-by: Alejo Fernández <alejoo.fernandez.2003@gmail.com> (cherry picked from commit e2ea7308ff60607b30a0cb1ec025c927a52ef4a1)
* Merge translation files from master branch.Automated System2025-06-103-42/+44
|
* Merge translation files from master branch.Automated System2025-06-092-30/+29
|
* Merge translation files from master branch.Automated System2025-06-071-0/+25
|
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-05-27135-600/+600
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0a439ac80bdf6ffb9cac104ad3098a321ee0403c)
* improvement to the konqui wallpaperLupusRubrum2025-05-262-0/+0
| | | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com> (cherry picked from commit 0ba4723b7fad260e7bfe1848d0d16329779b090f)
* improvenments to the crystalsvg icons & over misc tde texturesLupusRubrum2025-05-2456-477/+1146
| | | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com> (cherry picked from commit 05918e0a283dd65fc9d5b843fca7bb37a1fa8b4e)
* 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> (cherry picked from commit 46d5ff9ca734adab73a57c1389b116c252fedb11)
* TWin: Fix tiling from window menu and geom_restore. Resolves issue #624rbell2025-05-231-2/+5
| | | | | Signed-off-by: rbell <riley.bell@vfemail.net> (cherry picked from commit d91c954dc24d35dcc221200c858cfd6aa4186782)