summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of TDE_VERSIONremove/tde-versionMichele Calgaro13 hours12-22/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kxkb: add options without group to the custom groupHEADmasterAlexander Golubev33 hours2-36/+35
| | | | | Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/450 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Konqueror: backport fix for KDE Bug #100373Philippe Mavridis34 hours1-2/+3
| | | | | | | | | | Hide statusbar for toggleviews (like the sidebar) when loading from profile, just like konqguiclients.cpp:201 does at runtime. Author: dfaure Date: Wed Nov 11 01:00:22 2009 UTC KDE SVN revision #1047332 Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
* starttde: use ${BIN_DIR} when running kcheckrunningAlexander Golubev6 days1-3/+3
| | | | | | | | Due to kcheckrunning is being run before proper PATH for TDE is set we should run it with a full path. Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/661 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Translated using Weblate (Russian)Andrei Stepanov6 days1-4/+4
| | | | | | | Currently translated at 100.0% (457 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 Stepanov6 days1-4/+4
| | | | | | | Currently translated at 100.0% (23 of 23 strings) Translation: tdebase/klipper - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/
* Translated using Weblate (Russian)Andrei Stepanov7 days1-5/+5
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: tdebase/kxkb - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/
* Translated using Weblate (Russian)Andrei Stepanov7 days1-3/+4
| | | | | | | 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)Andrei Stepanov7 days1-4/+5
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: tdebase/tdeprint - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/
* Translated using Weblate (Russian)Andrei Stepanov7 days1-4/+4
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: tdebase/libkonq - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/
* Translated using Weblate (Russian)Andrei Stepanov7 days1-4/+4
| | | | | | | Currently translated at 100.0% (63 of 63 strings) Translation: tdebase/konqueror - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/
* Translated using Weblate (Russian)Andrei Stepanov7 days1-2/+2
| | | | | | | Currently translated at 100.0% (346 of 346 strings) Translation: tdebase/kappfinder - data Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/
* Translated using Weblate (Russian)Andrei Stepanov9 days1-7/+9
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: tdebase/tdepasswd - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdepasswd-desktop-files/ru/
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System13 days1-0/+0
|
* Remove use of KDE_IS_VERSIONMichele Calgaro13 days3-33/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Interlingua)giovanni2026-03-061-49/+86
| | | | | | | 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/ia/
* Translated using Weblate (Interlingua)giovanni2026-03-051-5/+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/ia/
* Rename KWinModule to TWinModuleMichele Calgaro2026-03-0547-113/+113
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation using Weblate (Interlingua)giovanni2026-03-041-0/+25
|
* tdm: a more robust Xsession scriptAlexander Golubev2026-03-011-4/+50
| | | | | | | | | | | | | | | | - source *xprofile and /etc/X11/xinit/xinitrc.d/* files - provide a fallback for running session if Xsession does not present - import Xresources via xrdb For reference see also: - older Xsession version used in gentoo: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/src/branch/master/trinity-base/tdm/files/tdm-14.0.8-xsession.script - Xsession version from sddm (ultimately derived from kdm3 one as well): https://github.com/sddm/sddm/blob/662a409aabec39bdbff2a13fa008e6a7a873dca1/data/scripts/Xsession Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/668 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* khelpcenter: Remove installation of non-existent images.Slávek Banko2026-03-012-5/+0
| | | | | | | | I looked at the source code all the way back to the original KDE 2.2 and there were always just rules for installing icons, but the files were never present. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Interlingua)giovanni2026-02-261-17/+17
| | | | | | | Currently translated at 32.3% (32 of 99 strings) Translation: tdebase/tdm - sessions Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/ia/
* Translated using Weblate (Russian)Alexander Golubev2026-02-241-6/+6
| | | | | | | Currently translated at 100.0% (457 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)Alexander Golubev2026-02-241-5/+5
| | | | | | | 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/ru/
* Translated using Weblate (Russian)Andrei Stepanov2026-02-221-5/+6
| | | | | | | 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)Andrei Stepanov2026-02-221-17/+74
| | | | | | | Currently translated at 100.0% (457 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 (Interlingua)giovanni2026-02-201-17/+20
| | | | | | | Currently translated at 16.1% (16 of 99 strings) Translation: tdebase/tdm - sessions Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/ia/
* Translated using Weblate (Interlingua)giovanni2026-02-201-76/+78
| | | | | | | Currently translated at 66.0% (70 of 106 strings) Translation: tdebase/tdeioslave - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ia/
* Translated using Weblate (Russian)Andrei Stepanov2026-02-201-5/+13
| | | | | | | Currently translated at 93.8% (429 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/
* twin: remove unused onlyDecoTranslucentAlexander Golubev2026-02-191-1/+0
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* twin: remove "Apply translucency only to decoration" optionAlexander Golubev2026-02-196-34/+1
| | | | | | | | The option has been broken for more than a decade (since replacement of kompmgr with compton-tde) and it is nontrivial to fix it. Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/706 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* twin: streamline compton-tde starting codeAlexander Golubev2026-02-182-83/+89
| | | | | | | | This fixes the issue raised in comments to PR #704[1]. [1]: https://mirror.git.trinitydesktop.org/gitea/gitea/TDE/tdebase/pulls/704#issuecomment-81007 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Translated using Weblate (Interlingua)giovanni2026-02-181-5/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/knetattach - knetattach.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach-knetattachdesktop/ia/
* Translated using Weblate (Russian)Andrei Stepanov2026-02-181-3/+6
| | | | | | | Currently translated at 92.9% (425 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 (Interlingua)giovanni2026-02-181-17/+44
| | | | | | | Currently translated at 100.0% (457 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ia/
* Added translation using Weblate (Interlingua)giovanni2026-02-171-0/+25
|
* Translated using Weblate (Interlingua)giovanni2026-02-151-144/+211
| | | | | | | Currently translated at 94.0% (430 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ia/
* twin: refactor Client::setOpacity() and associated stuffAlexander Golubev2026-02-138-28/+30
| | | | | | | | * change setOpacity() prototype to receive only opacity. * rename { setPopupClientOpacity => setPopupClientTransparancy() } to better reflect what the function does Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* twin: better rules when to set custom_opacity flagAlexander Golubev2026-02-133-8/+24
| | | | | | | | | | | | | This patch implements next peaces of logic: - If opacity is not completely opaque by default, changing it to opaque won't result it resetting the flag anymore. - Also in such a case the X11 property will be set for completely opaque windows as well. That way we can restore it in case of WM restart. - On WM initialization we check if the X11 opacity property has value we would expectto be left behind by previous WM instance and if it does we won't set the custom_opacity flag. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* twin: treat keepAbove() windows exactly as activeAlexander Golubev2026-02-131-4/+2
| | | | | | | | | Before this the keepAbove() windows were always completely when inactive regardless whether active windows have some degree of translucency or not. But as prompt in the config says they should be just treated as active. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* twin: refactor Client::updateOpacity() and associated stuffAlexander Golubev2026-02-135-145/+90
| | | | | | | | | | * deduplicate big chunk of code in updateOpacity() * move logic to get desired opacity according to rules into a dedicated function (defaultOpacity()). * Replace floating point arithmetics with pure integer one in function associated to converting to/from percents. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* twin: fix translucency for inactive windowsAlexander Golubev2026-02-131-5/+0
| | | | | | | | | | | | | Because of this old workaround translucency for inactive windows were not applied correctly: they were almost always using translucency settings for active windows. I don't see any regressions caused by removing it and I can't reproduce the original bug[1]. [1]: http://bugs.trinitydesktop.org/show_bug.cgi?id=2220 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* twin: set opacity to be fully opaque by defaultAlexander Golubev2026-02-133-1/+11
| | | | | | | | | | | Also set window's opacity after it's getting managed by twin. This resolves issue with windows that don't require input get transparent after move/resize. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/698 Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/699 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Translated using Weblate (Interlingua)giovanni2026-02-121-35/+38
| | | | | | | Currently translated at 100.0% (32 of 32 strings) Translation: tdebase/konsole - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ia/
* Translated using Weblate (Russian)Andrei Stepanov2026-02-121-5/+17
| | | | | | | Currently translated at 92.3% (422 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 (Interlingua)giovanni2026-02-121-75/+112
| | | | | | | Currently translated at 56.0% (256 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ia/
* Added translation using Weblate (Interlingua)giovanni2026-02-111-0/+177
|
* Fix potential FTBFS during parallel build and late processing of ↵Slávek Banko2026-02-1111-6/+12
| | | | | | kickerSettings.kcfg. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Russian)Andrei Stepanov2026-02-091-5/+12
| | | | | | | Currently translated at 91.0% (416 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/
* Remove leftover files for Tru64 in ksysguardMichele Calgaro2026-02-017-1190/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>