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
e9976e36 [view]master2024-10-11 22:45:55 +0900Michele Calgaro[admin] Use tquic directly instead of uic
Signed-off-by: Michele Calgaro
fd707ac5 [view]master2024-10-11 22:38:52 +0900Michele Calgaro[tde-cmake] Use tquic directly instead of relying on tqtinterface info
Signed-off-by: Michele Calgaro
12e0186a [view]master2024-10-11 22:37:14 +0900Michele Calgaro[tde-packaging] DEB tqt3: adapt to tquic
Signed-off-by: Michele Calgaro
8057a2fd [view]master2024-10-11 22:23:09 +0900Michele Calgaro[tqtinterface] Remove uic_executable
Signed-off-by: Michele Calgaro
e93b60df [view]master2024-10-11 22:21:44 +0900Michele Calgaro[tqt] Rename uic to tquic
Signed-off-by: Michele Calgaro
9f2551ea [view]master2024-10-11 14:43:20 +0900Michele Calgaro[tde-packaging] DEB: rename xdg-desktop-portals-trinity to xdg-desktop-portal-trinity
Signed-off-by: Michele Calgaro
5539bbdd [view]master2024-10-11 14:30:28 +0900Michele Calgaro[tde] Rename repository xdg-desktop-portals-tde to xdg-desktop-portal-tde
Signed-off-by: Michele Calgaro
61eb0519 [view]master2024-10-11 03:32:38 +0200Slávek Banko[kmyfirewall] CMake: Add explicit source dependency for generated header.
This solves FTBFS with parallel build.
Signed-off-by: Slávek Banko
1f0bdc87 [view]master2024-10-11 00:22:59 +0000Michele Calgaro[tderadio] Translated using Weblate (Italian)
Currently translated at 100.0% (15 of 15 strings)
Translation: applications/tderadio - gui-error-log
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/it/
aa1b40b2 [view]master2024-10-11 00:20:49 +0000Michele Calgaro[tderadio] Added translation using Weblate (Italian)
138f5a18 [view]master2024-10-11 00:20:33 +0000Michele Calgaro[tderadio] Translated using Weblate (Italian)
Currently translated at 100.0% (5 of 5 strings)
Translation: applications/tderadio - soundserver
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/it/
04222b16 [view]master2024-10-11 00:19:43 +0000Michele Calgaro[tderadio] Added translation using Weblate (Italian)
6ab8fa20 [view]master2024-10-11 00:19:27 +0000Michele Calgaro[kplayer] Translated using Weblate (Italian)
Currently translated at 100.0% (1037 of 1037 strings)
Translation: applications/kplayer
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/it/
ee60827d [view]master2024-10-10 19:57:29 +0200Slávek Banko[tde-packaging] DEB xdg-desktop-portal-tde: Add dependency on frontend service xdg-desktop-portal.
Signed-off-by: Slávek Banko
425bcff8 [view]master2024-10-10 21:11:28 +1000mio[tdebase] Don't stat files twice when sending to trash
TQDir::entryInfoList will call some variation of stat on each file when
creating the return list, so there is no need to stat the file again.
See: TDE/tdebase#445
Signed-off-by: mio
e6323b1a [view]master2024-10-10 17:55:47 +0900Michele Calgaro[tdebase] Update R14.1.3 release notes to final version
Signed-off-by: Michele Calgaro
e45962e5 [view]master2024-10-09 21:23:04 +0900Michele Calgaro[admin] Use tqmoc directly instead of tmoc
Signed-off-by: Michele Calgaro
09027c3a [view]master2024-10-08 22:16:07 +0900Michele Calgaro[xdg-desktop-portal-tde] Set the minimum required version of CMake as the first thing in the rules.
Signed-off-by: Michele Calgaro
68064f8d [view]master2024-10-08 21:56:22 +0900Michele Calgaro[xdg-desktop-portal-tde] Use __TDE_HAVE_GCC_VISIBILITY instead of __KDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro
1d79a1dc [view]master2024-10-08 21:31:34 +0900Michele Calgaro[tde] Add xdg-desktop-portals-tde repository
Signed-off-by: Michele Calgaro
9b150783 [view]master2024-10-08 11:23:50 +0200Slávek Banko[twin-style-mallory] Fix CMake call of tde_conditional_add_project_translations.
Signed-off-by: Slávek Banko
2c37e2cf [view]master2024-10-08 10:44:23 +0200Slávek Banko[twin-style-mallory] Set the minimum required version of CMake as the first thing in the rules.
Signed-off-by: Slávek Banko
38529b86 [view]master2024-10-08 10:34:14 +0200Slávek Banko[tde-cmake] tde_create_translated_desktop: Fix processing of files with spaces in name.
Signed-off-by: Slávek Banko
8de97496 [view]master2024-10-08 16:48:44 +0900Michele Calgaro[arts] Improve fatal error messages
Signed-off-by: Michele Calgaro
2b1214b6 [view]master2024-10-08 13:25:16 +0900Michele Calgaro[amarok] Use tqmoc directly instead of tmoc
Signed-off-by: Michele Calgaro
94d117e0 [view]master2024-10-08 13:23:16 +0900Michele Calgaro[tdevelop] Use tqmoc directly instead of tmoc
Signed-off-by: Michele Calgaro
7aaebb15 [view]master2024-10-08 13:22:16 +0900Michele Calgaro[tdenetwork] Use tqmoc directly instead of tmoc
Signed-off-by: Michele Calgaro
f63f3a0b [view]master2024-10-08 13:13:05 +0900Michele Calgaro[tdelibs] Fix syntax error when using tqmoc on tdestoragedevice.h
TDE now requires c++11, so the conditional code is no longer required.
Signed-off-by: Michele Calgaro
b907b398 [view]master2024-10-08 13:09:49 +0900Michele Calgaro[avahi-tqt] Use tqmoc instead of moc
Signed-off-by: Michele Calgaro
03be3ca8 [view]master2024-10-08 13:07:41 +0900Michele Calgaro[tde-packaging] DEB tqtinterface: remove tmoc from .deb package
Signed-off-by: Michele Calgaro
6d11f6b3 [view]master2024-10-08 13:05:13 +0900Michele Calgaro[tqtinterface] Remove tmoc
Signed-off-by: Michele Calgaro
52da2507 [view]master2024-10-08 13:01:54 +0900Michele Calgaro[tde-cmake] Use tqmoc directly instead of tmoc
Signed-off-by: Michele Calgaro
8066b054 [view]master2024-10-08 12:59:30 +0900Michele Calgaro[tqt] Remove use of glib thread code. Use pthread instead
Signed-off-by: Michele Calgaro
0634e50e [view]master2024-10-08 12:38:29 +1000mio[arts] Fix incorrect command name
Signed-off-by: mio
cd5e2d09 [view]master2024-10-07 14:29:57 +0000TDE Weblate[tdepowersave] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdepowersave
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
8b0472e7 [view]master2024-10-07 14:29:55 +0000TDE Weblate[kcpuload] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kcpuload
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/
8106c138 [view]master2024-10-07 14:29:53 +0000TDE Weblate[klamav] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/klamav
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/
2f65165d [view]master2024-10-07 14:29:53 +0000TDE Weblate[tdedocker] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdedocker
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/
a23288b9 [view]master2024-10-07 14:29:50 +0000TDE Weblate[kcmautostart] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kcm-autostart
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/
3e72387f [view]master2024-10-07 14:29:50 +0000TDE Weblate[kbfx] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kbfx
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/
cb58e194 [view]master2024-10-07 14:29:48 +0000TDE Weblate[kdpkg] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kdpkg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/
4b8e45e1 [view]master2024-10-07 14:29:46 +0000TDE Weblate[kbookreader] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kbookreader
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/
e78b0c82 [view]master2024-10-07 14:29:42 +0000TDE Weblate[kplayer] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kplayer
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/
905c6b97 [view]master2024-10-07 14:29:42 +0000TDE Weblate[kvkbd] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
9406e1b3 [view]master2024-10-07 14:29:39 +0000TDE Weblate[tdesvn] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdesvn
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/
2e1e7b95 [view]master2024-10-07 14:29:36 +0000TDE Weblate[mplayerthumbs] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/mplayerthumbs
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/
c938918a [view]master2024-10-07 14:29:35 +0000TDE Weblate[kpicosim] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kpicosim
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/
1852b2de [view]master2024-10-07 14:29:35 +0000TDE Weblate[tdepacman] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdepacman
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/
f962b18d [view]master2024-10-07 14:29:33 +0000TDE Weblate[soundkonverter] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/soundkonverter
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/
bb7b8467 [view]master2024-10-07 14:29:31 +0000TDE Weblate[kile] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kile
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/
20f2a3cd [view]master2024-10-07 14:29:30 +0000TDE Weblate[twin-style-machbunt] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/twin-style-machbunt
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/
113bd474 [view]master2024-10-07 14:29:30 +0000TDE Weblate[kdbusnotification] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kdbusnotification
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/
5e968032 [view]master2024-10-07 14:29:28 +0000TDE Weblate[tdeio-gopher] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdeio-gopher
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/
caea4737 [view]master2024-10-07 14:29:27 +0000TDE Weblate[kpilot] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kpilot
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/
ef59720e [view]master2024-10-07 14:29:17 +0000TDE Weblate[konversation] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/konversation
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/
47882f3b [view]master2024-10-07 14:29:14 +0000TDE Weblate[tdeio-umountwrapper] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdeio-umountwrapper
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/
ff9bf31f [view]master2024-10-07 14:29:12 +0000TDE Weblate[kooldock] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kooldock
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/
3fbf5959 [view]master2024-10-07 14:29:12 +0000TDE Weblate[keep] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/keep
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/
1039e1e5 [view]master2024-10-07 14:29:09 +0000TDE Weblate[krename] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/krename
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/
7daab41e [view]master2024-10-07 14:29:06 +0000TDE Weblate[ktorrent] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/ktorrent
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/
9dd937cb [view]master2024-10-07 14:29:04 +0000TDE Weblate[kvpnc] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvpnc
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/
947dacb8 [view]master2024-10-07 14:28:58 +0000TDE Weblate[tdebluez] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdebluez - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/
c7866bfb [view]master2024-10-07 14:28:57 +0000TDE Weblate[kcmldapmanager] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kcm-ldapmanager
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager/
deefb3d2 [view]master2024-10-07 14:28:53 +0000TDE Weblate[kopete-otr] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kopete-otr - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/
6856ab51 [view]master2024-10-07 14:28:53 +0000TDE Weblate[kvirc] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvirc - options
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/
b420dbaf [view]master2024-10-07 14:28:52 +0000TDE Weblate[kstreamripper] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kstreamripper - kstreamripper.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/
b1c1b31b [view]master2024-10-07 14:28:50 +0000TDE Weblate[kvirc] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvirc - perlcore
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/
ecc0f4e0 [view]master2024-10-07 14:28:49 +0000TDE Weblate[kvirc] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvirc - theme
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/
8fe64bb0 [view]master2024-10-07 14:28:48 +0000TDE Weblate[kiosktool] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kiosktool - kiosktool.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/
661f6bd5 [view]master2024-10-07 14:28:48 +0000TDE Weblate[kdpkg] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kdpkg - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/
d511dac5 [view]master2024-10-07 14:28:47 +0000TDE Weblate[kdpkg] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kdpkg - install
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/
9fb9997c [view]master2024-10-07 14:28:45 +0000TDE Weblate[wlassistant] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/wlassistant - wlassistant.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/
1585c265 [view]master2024-10-07 14:28:43 +0000TDE Weblate[tdenetworkmanager] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdenetworkmanager - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/
f192d4b0 [view]master2024-10-07 14:28:37 +0000TDE Weblate[kscope] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kscope - kscope.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/
a09998f4 [view]master2024-10-07 14:28:37 +0000TDE Weblate[kxmleditor] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kxmleditor - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/
fcf0d61e [view]master2024-10-07 14:28:36 +0000TDE Weblate[potracegui] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/potracegui - potracegui.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/
a8653725 [view]master2024-10-07 14:28:36 +0000TDE Weblate[knights] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/knights - knights.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/
25080f26 [view]master2024-10-07 14:28:36 +0000TDE Weblate[tdepacman] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdepacman - tdepacman.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/
565c54e6 [view]master2024-10-07 14:28:35 +0000TDE Weblate[konversation] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/konversation - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/
b3c0d5c3 [view]master2024-10-07 14:28:31 +0000TDE Weblate[tork] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tork - applet
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/
79d3502d [view]master2024-10-07 14:28:31 +0000TDE Weblate[kcmldap] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kcm-ldap - ldapbonding.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/
b31568d5 [view]master2024-10-07 14:28:30 +0000TDE Weblate[kcmldapcontroller] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/
a88ac925 [view]master2024-10-07 14:28:30 +0000TDE Weblate[kaffeine] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kaffeine - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/
295e0071 [view]master2024-10-07 14:28:30 +0000TDE Weblate[kerberostray] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kerberostray - kerberostray.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/
bff73d6e [view]master2024-10-07 14:28:28 +0000TDE Weblate[kaffeine] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kaffeine - servicemenus
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/
3aa567f1 [view]master2024-10-07 14:28:23 +0000TDE Weblate[tderadio] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tderadio - alsa-sound
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/
f4c4cd8d [view]master2024-10-07 14:28:22 +0000TDE Weblate[tderadio] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tderadio - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/
ea0fa8af [view]master2024-10-07 14:28:22 +0000TDE Weblate[tderadio] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tderadio - convert-presets
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/
e1956e2a [view]master2024-10-07 14:28:21 +0000TDE Weblate[tderadio] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tderadio - recording
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/
0d6fcc64 [view]master2024-10-07 14:28:21 +0000TDE Weblate[tderadio] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tderadio - timeshifter
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/
0a8cd76b [view]master2024-10-07 14:28:21 +0000TDE Weblate[kbibtex] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kbibtex - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/
8d4c6c83 [view]master2024-10-07 14:28:15 +0000TDE Weblate[katapult] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/katapult - katapult.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/
8728a71b [view]master2024-10-07 14:28:13 +0000TDE Weblate[kbfx] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kbfx - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/
e70fca00 [view]master2024-10-07 14:28:11 +0000TDE Weblate[kdbusnotification] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kdbusnotification - autostart.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/
517db2b0 [view]master2024-10-07 14:28:08 +0000TDE Weblate[kshutdown] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kshutdown - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/
c36fcdf2 [view]master2024-10-07 14:28:06 +0000TDE Weblate[tastymenu] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tastymenu - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/
bc831d84 [view]master2024-10-07 14:28:06 +0000TDE Weblate[tdepowersave] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdepowersave - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/
0c3fe86e [view]master2024-10-07 14:28:06 +0000TDE Weblate[tdedocker] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdedocker - tdedocker.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/
6b37aed5 [view]master2024-10-07 14:28:04 +0000TDE Weblate[yakuake] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/yakuake - yakuake.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/
0a9d2078 [view]master2024-10-07 14:28:04 +0000TDE Weblate[tdepowersave] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdepowersave - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/

List generated Tue Jun 17 13:18:04 2025
Currently showing patches 5160 to 5259 of 53104 [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]