Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
2d93adac [view]master2026-04-06 16:51:16 +0300Alexander Golubev[tqt] q => tq rebranding: rename mentiones of qt_{win,windows,mac}
Rename mentions of qt_{win,mac}.pri and of qt_{windows,mac}.h for
consistency with current naming schema. We don't provide the files, so
no functional changes here.
The rename was done with next script:
find * -type f -exec sed -ri 's!\!t&!g' '{}' \+
Signed-off-by: Alexander Golubev
5fa57dcc [view]master2026-04-06 16:24:25 +0300Alexander Golubev[tqt] tqapplication_x11: fix -Wnonnull warnings
This replaces make-shift abort point which were resulting in SIGSEGV
with tqFatal() calls.
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tqt/issues/275
Signed-off-by: Alexander Golubev
3822fd42 [view]master2026-04-04 18:29:30 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdebase/kcmbackground
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/
0ff4a9d6 [view]master2026-04-04 18:26:15 +0000Automated System[tde-i18n] Update translation template.
41516cae [view]master2026-04-04 18:22:41 +0300Alexander Golubev[tqt] q => tq rebranding: rename internal qt_ symbols from tqapplication*
Rename all functions and variables found in src/kernel/tqapplication*
files which were still started with qt_ to tqt_.
The rename was done with next script:
grep -horE '\ sed 's!.*!s/\\<&\\>/t&/g'! > /tmp/qt-rename.sed
find * -type f -exec sed -i -f /tmp/qt-rename.sed '{}' \+
with some minor manual tweaks afterwards.
Besides that {qt_qt_ => tqt_}scrolldone was renamed.
All those are purely internal symbols and shouldn't affect neither API
nor ABI. Those that are declared in tqapplication.h and tqwidget.h
are private variables and supposed to be used only on MacOS.
Signed-off-by: Alexander Golubev
Signed-off-by: Alexander Golubev
7e11f563 [view]master2026-04-03 23:55:07 +0000Alexander Golubev[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (1428 of 1428 strings)
Translation: tdepim/korganizer
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/
37164f98 [view]master2026-04-03 22:22:00 +0300Alexander Golubev[tqt] Remove unused files: qwindow.{h,cpp}
Signed-off-by: Alexander Golubev
0e2d08a0 [view]master2026-04-03 22:07:01 +0300Alexander Golubev[tqt] q => tq rebranding: rename qdnd_x11.cpp
Also fix a couple of comments that were referring to it by its older
name: qt_xdnd.cpp.
Signed-off-by: Alexander Golubev
ba143089 [view]master2026-04-03 17:21:28 +0300Alexander Golubev[tdebase] kcontrol/background: update preview on resolution change
Signed-off-by: Alexander Golubev
bc0caee7 [view]master2026-04-01 11:29:33 +0000Rolf-Werner Eilert[tde-i18n] Translated using Weblate (German)
Currently translated at 90.0% (1286 of 1428 strings)
Translation: tdepim/korganizer
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/de/
80f9bad8 [view]master2026-04-01 11:11:15 +0000Rolf-Werner Eilert[tde-i18n] Translated using Weblate (German)
Currently translated at 99.7% (2639 of 2645 strings)
Translation: tdepim/kmail
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/de/
aa77e869 [view]master2026-03-30 08:57:13 +0300Alexander Golubev[tqt] TQDesktopWidget: move check for screenCount to isVirtualDesktop()
As for now there is a problem: in case an application is running on a
xinerama-capable screen and a new monitor gets attached to it later.
TQDesktopWidget::isVirtualDesktop() keeps returning false even if we now
have a desktop composed of two monitors. This patch fixes it.
Signed-off-by: Alexander Golubev
dee3e7f4 [view]master2026-03-28 18:18:14 +0000TDE Weblate[tdeartwork] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdeartwork/wallpapers - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/
08658db0 [view]master2026-03-28 18:17:43 +0000Automated System[tdeartwork] Update translation template.
fa84a124 [view]master2026-03-28 18:54:36 +0900Michele Calgaro[tdeartwork] Remove 'Flying Konqi' wallpaper.
Users have complained about the low quality of the wallpaper, which was
possibly generated using AI. There has been no answer to various requests
to the author to improve the quality of the wallpaper, so it has been
decided to remove the wallpaper completely rather than keeping the low
quality version.
Signed-off-by: Michele Calgaro
9c71a410 [view]master2026-03-27 20:37:49 +0300Alexander Golubev[tdebase] kdesktop: fix crash in KBackgroundManager
The crash in KBackgroundManager::slotCrossFadeTimeout() sporadically
appeared on monitor switching on/off. Because a pointer to mOldScreen
was used after being freed.
Since TQPixmaps are implicitly shared it's ok to make a copy of it there
isn't an additional severe cost for it.
Signed-off-by: Alexander Golubev
410f48e0 [view]master2026-03-27 20:27:03 +0300Alexander Golubev[tdebase] kdesktop: stop pending KDirListner jobs on view clear
If the KDirListner, keeps working in can result in items being added to
the list after the list gets cleared.
In practise this can result in items being listed several times after
rapid successful updates.
Signed-off-by: Alexander Golubev
e836264c [view]master2026-03-27 20:16:22 +0300Alexander Golubev[tdebase] kdesktop: fix a crash on rapid successful updates
In case there are several consequent updates of desktop (cause by e.g.
resolution changes), there could be a crash inside
slotFreeSpaceOverlayStart() cause by the fact that ItemViewItems stored
in m_paOutstandingFreeSpaceOverlays are getting deleted from the
KDIconView which invalidates the pointers. To avoid that, proactively
clean up m_paOutstandingFreeSpaceOverlays on items getting removed.
Realistically this can appear inside a virtual machine the resize of the
VM window results in several successive changes to resolution.
Signed-off-by: Alexander Golubev
77862821 [view]master2026-03-27 16:52:32 +0000Marek W[kipi-plugins] Translated using Weblate (Polish)
Currently translated at 98.7% (78 of 79 strings)
Translation: libraries/kipi-plugins - sendimages
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-sendimages/pl/
c0ad2c22 [view]master2026-03-27 14:26:06 +0300Alexander Golubev[tdebase] [minor] Some whitespace fixups
08eda871 [view]master2026-03-26 18:19:00 +0000TDE Weblate[kipi-plugins] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: libraries/kipi-plugins - sendimages
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-sendimages/
89ed3b1e [view]master2026-03-26 18:18:58 +0000TDE Weblate[kipi-plugins] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: libraries/kipi-plugins - simpleviewer
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-simpleviewer/
92f3ce17 [view]master2026-03-26 18:18:57 +0000TDE Weblate[kipi-plugins] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: libraries/kipi-plugins - cdarchiving
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/
4e357417 [view]master2026-03-26 18:18:55 +0000TDE Weblate[kipi-plugins] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: libraries/kipi-plugins - batchprocessimages
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-batchprocessimages/
1e46908f [view]master2026-03-26 18:18:52 +0000TDE Weblate[kipi-plugins] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: libraries/kipi-plugins - findimages
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-findimages/
ffde248c [view]master2026-03-26 18:18:50 +0000TDE Weblate[kipi-plugins] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: libraries/kipi-plugins - wallpaper
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/
2bab5396 [view]master2026-03-26 18:18:48 +0000TDE Weblate[kipi-plugins] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: libraries/kipi-plugins - acquireimages
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-acquireimages/
e4b2e28f [view]master2026-03-26 18:18:45 +0000TDE Weblate[libkipi] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: libraries/libkipi
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/
a6c40d53 [view]master2026-03-26 18:18:14 +0000Automated System[kipi-plugins] Update translation template.
8da7e013 [view]master2026-03-26 18:18:14 +0000Automated System[libkipi] Update translation template.
28e3c436 [view]master2026-03-25 16:24:08 +0000Daemonratte[tork] Translated using Weblate (Turkish)
Currently translated at 17.3% (168 of 966 strings)
Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/tr/
31189878 [view]master2026-03-25 14:33:19 +0000Daemonratte[tork] Translated using Weblate (German)
Currently translated at 97.5% (942 of 966 strings)
Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/de/
b21b27f9 [view]master2026-03-24 13:42:37 +0000Alexander Golubev[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (58 of 58 strings)
Translation: tdebase/ksmserver
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/
cf6b37b1 [view]master2026-03-24 10:36:16 +0000Daemonratte[tqt] Translated using Weblate (German)
Currently translated at 60.2% (170 of 282 strings)
Translation: dependencies/tqt - examples-demo
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-examples-demo/de/
26c8f36a [view]master2026-03-24 10:35:38 +0000Daemonratte[tde-i18n] Translated using Weblate (German)
Currently translated at 87.2% (41 of 47 strings)
Translation: tdetoys/kteatime
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime/de/
1d8bd653 [view]master2026-03-24 10:30:47 +0000Daemonratte[kmymoney] Translated using Weblate (German)
Currently translated at 100.0% (2674 of 2674 strings)
Translation: applications/kmymoney
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/de/
056ae27d [view]master2026-03-24 10:30:44 +0000Daemonratte[tellico] Translated using Weblate (German)
Currently translated at 100.0% (1113 of 1113 strings)
Translation: applications/tellico
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/de/
58a41ebc [view]master2026-03-24 10:15:36 +0000Daemonratte[ksquirrel] Translated using Weblate (German)
Currently translated at 100.0% (517 of 517 strings)
Translation: applications/ksquirrel
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/de/
ceb673bf [view]master2026-03-24 10:13:55 +0000Daemonratte[tork] Translated using Weblate (German)
Currently translated at 91.3% (882 of 966 strings)
Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/de/
806758d2 [view]master2026-03-24 09:23:28 +0000Daemonratte[tdepacman] Translated using Weblate (German)
Currently translated at 100.0% (59 of 59 strings)
Translation: applications/tdepacman
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/de/
c22c2997 [view]master2026-03-24 09:10:59 +0000Daemonratte[klamav] Translated using Weblate (German)
Currently translated at 100.0% (11 of 11 strings)
Translation: applications/klamav - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/de/
94393fa3 [view]master2026-03-24 09:09:56 +0000Daemonratte[klamav] Translated using Weblate (German)
Currently translated at 100.0% (5 of 5 strings)
Translation: applications/klamav - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-desktop-files/de/
2274fc5b [view]master2026-03-24 09:09:28 +0000Daemonratte[klamav] Added translation using Weblate (German)
0d3e031d [view]master2026-03-24 09:09:19 +0000Daemonratte[klamav] Added translation using Weblate (German)
98c6b734 [view]master2026-03-24 09:06:47 +0000Daemonratte[kmyfirewall] Translated using Weblate (German)
Currently translated at 0.4% (4 of 889 strings)
Translation: applications/kmyfirewall
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmyfirewall/de/
85a1b9f6 [view]master2026-03-24 08:41:48 +0000Daemonratte[klamav] Translated using Weblate (Russian)
Currently translated at 100.0% (444 of 444 strings)
Translation: applications/klamav
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/
e4b07ff3 [view]master2026-03-24 12:32:32 +0900Michele Calgaro[pytde] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro
4d568a75 [view]master2026-03-24 12:32:22 +0900Michele Calgaro[libkipi] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro
88ba49ec [view]master2026-03-24 12:32:11 +0900Michele Calgaro[kipi-plugins] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro
6f1dd4c1 [view]master2026-03-23 20:23:41 +0000Marek W[soundkonverter] Translated using Weblate (Polish)
Currently translated at 99.3% (317 of 319 strings)
Translation: applications/soundkonverter
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/pl/
800c13f5 [view]master2026-03-23 20:20:33 +0000Marek W[tde-i18n] Translated using Weblate (Polish)
Currently translated at 100.0% (337 of 337 strings)
Translation: tdebase/kcmlayout
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/
36d4cd0b [view]master2026-03-23 20:20:20 +0000Marek W[tde-i18n] Translated using Weblate (Polish)
Currently translated at 100.0% (368 of 368 strings)
Translation: tdebase/kate
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/pl/
e9823d00 [view]master2026-03-23 19:22:19 +0000Daemonratte[bibletime] Translated using Weblate (German)
Currently translated at 100.0% (639 of 639 strings)
Translation: applications/bibletime
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime/de/
090741a6 [view]master2026-03-23 18:27:38 +0000Daemonratte[klamav] Translated using Weblate (German)
Currently translated at 100.0% (444 of 444 strings)
Translation: applications/klamav
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/de/
19d87f4b [view]master2026-03-23 18:21:40 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdewebdev/quanta
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/
94c5262b [view]master2026-03-23 18:21:29 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdewebdev/kimagemapeditor
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor/
08c1bb65 [view]master2026-03-23 18:21:10 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdevelop/tdevelop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/
f0b8b633 [view]master2026-03-23 18:20:54 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdeutils/kgpg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/
2de9f77b [view]master2026-03-23 18:20:24 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdeutils/tdefilereplace
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/
b1e047ec [view]master2026-03-23 18:20:08 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdeutils/superkaramba
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/
25bd5010 [view]master2026-03-23 18:19:59 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdeutils/kfloppy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/
32089665 [view]master2026-03-23 18:19:48 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdesdk/umbrello
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/
7e913e53 [view]master2026-03-23 18:19:24 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdeutils/irkick
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/irkick/
c15e57bd [view]master2026-03-23 18:19:12 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdesdk/kompare
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare/
f325f5cf [view]master2026-03-23 18:18:55 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdesdk/tdecachegrind
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/
525eeb2f [view]master2026-03-23 18:18:36 +0000TDE Weblate[tdexsldbg] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdexsldbg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdexsldbg/
95da13d2 [view]master2026-03-23 18:17:59 +0000Automated System[tdexsldbg] Update translation template.
8c7f7408 [view]master2026-03-23 18:17:59 +0000Automated System[tde-i18n] Update translation template.
bb66d36c [view]master2026-03-23 11:18:23 +0300Alexander Golubev[tdebase] kcontrol/background: better support for old-school multihead setups
This fixes a couple of issues on "old-school multihead" X11 setups (with
several screens per display i.e. when DISPLAY has form ":x.y" also known
as "TDE_MULTIHEAD" or "Zaphod mode"):
* fixed an issue where on primary screen wallpaper is getting rendered
for both secondary and primary on certain kdesktop configurations.
* fixed an issue on wallpaper config dialog where previews for two
monitors were displayed overlapped.
46702cd8 [view]master2026-03-23 07:29:42 +0000Daemonratte[tork] Translated using Weblate (German)
Currently translated at 88.9% (859 of 966 strings)
Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/de/
c2f28aad [view]master2026-03-23 11:59:03 +0900Michele Calgaro[tdewebdev] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro
44a61744 [view]master2026-03-23 11:58:53 +0900Michele Calgaro[tdevelop] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro
50855e76 [view]master2026-03-23 11:58:42 +0900Michele Calgaro[tdeutils] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro
a10a5a2a [view]master2026-03-23 11:58:32 +0900Michele Calgaro[tdesdk] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro
f4317326 [view]master2026-03-22 18:22:23 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdebase/kdesktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/
04129869 [view]master2026-03-22 18:22:11 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdebase/kcontrol
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/
17d1d1a3 [view]master2026-03-22 18:21:51 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdebase/tdeio_trash
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_trash/
1a2a41c0 [view]master2026-03-22 18:21:40 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdegraphics/kpovmodeler
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/
68fe6af6 [view]master2026-03-22 18:21:30 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdenetwork/kopete
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/
cd739b96 [view]master2026-03-22 18:21:07 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdepim/kaddressbook
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/
2985cef9 [view]master2026-03-22 18:20:56 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdebase/kate
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/
e1c51945 [view]master2026-03-22 18:20:27 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdebase/kcmlayout
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/
d2fad921 [view]master2026-03-22 18:20:17 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdenetwork/ksirc
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/
36f27f34 [view]master2026-03-22 18:19:51 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdegraphics/kghostview
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/
0606b9cd [view]master2026-03-22 18:19:28 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdegraphics/kuickshow
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/
42fd066a [view]master2026-03-22 18:19:12 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdegraphics/kpdf
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/
2c097690 [view]master2026-03-22 18:18:56 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdebase/khelpcenter
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/
6d1e1351 [view]master2026-03-22 18:18:44 +0000TDE Weblate[tdexsldbg] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdexsldbg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdexsldbg/
e241b139 [view]master2026-03-22 18:18:08 +0000Automated System[tdexsldbg] Update translation template.
2c82e81e [view]master2026-03-22 18:18:08 +0000Automated System[tde-i18n] Update translation template.
14b73efe [view]master2026-03-22 16:03:37 +0000giovanni[tde-i18n] Translated using Weblate (Interlingua)
Currently translated at 64.8% (24 of 37 strings)
Translation: tdebase/kcmcomponentchooser
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ia/
2b02ba8f [view]master2026-03-22 08:07:15 +0000Slávek Banko[tde-i18n] Translated using Weblate (Czech)
Currently translated at 100.0% (337 of 337 strings)
Translation: tdebase/kcmlayout
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/
29aaf84e [view]master2026-03-22 10:43:41 +0300Alexander Golubev[tqt] TQDesktopWidget: Fix SIGSEGV in case class is accessed before init()
If screenCount/rects get accessed before init() it may result in
SIGSEGV. Namely in TQDesktopWidget::resizeEvent() after recent changes.
Signed-off-by: Alexander Golubev
f830fa60 [view]master2026-03-22 10:05:49 +0300Alexander Golubev[tqt] TQDesktopWidget::screenNumber: check default screen first
Signed-off-by: Alexander Golubev
2d2ffd01 [view]master2026-03-22 09:28:31 +0300Alexander Golubev[tqt] TQDesktopWidget: backport changes from Qt4
The class was little changed during lifetime of Qt4, so it was possible
to relatively easy backport them. This changeset is based on Qt4.8.7.
The changes include:
* This fixes several issues on "old-school multihead" X11 setups (with
several screens per display i.e. when DISPLAY has form ":x.y" also
known as "TDE_MULTIHEAD" or "Zaphod mode"). In particular:
* fix graphical drag&drop problems across displays.
* fix menus being displayed outside of the screen.
* add screenCountChanged() signal
* emit resized() signal
See-also: https://github.com/qt/qt/blob/v4.8.7/src/gui/kernel/qdesktopwidget_x11.cpp
Signed-off-by: Alexander Golubev
58fc40e3 [view]master2026-03-22 07:59:46 +0300Alexander Golubev[tqt] Rename several symbols {qt=>tqt}
Symbols renamed:
* {qt=>tqt}_desktopwidget_update_workarea
* {qt=>tqt}_desktopwidget_workarea_dirty
* {qt=>tqt}_net_supports()
* {qt=>tqt}_net_*
* {qt=>tqt}_x11_create_desktop_on_screen
All those are internal symbols; the changes don't affect API/ABI. No
additional changes required.
Signed-off-by: Alexander Golubev
cb18ad74 [view]master2026-03-22 07:35:56 +0300Alexander Golubev[tqt] tqdesktopwidget: cleanup indents
Signed-off-by: Alexander Golubev
ef5d32c4 [view]master2026-03-22 11:58:35 +0900Michele Calgaro[tdepim] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro
b03d55e8 [view]master2026-03-22 11:58:24 +0900Michele Calgaro[tdenetwork] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro
ab100df9 [view]master2026-03-22 11:58:13 +0900Michele Calgaro[tdelibs] Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro

List generated Wed Apr 8 07:23:31 2026
Currently showing patches 1 to 100 of 56336 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]