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
2397c7e9 [view]master2024-10-02 14:42:05 +0300Mavridis Philippe[xdg-desktop-portal-tde] FileDialog: Use Async methods and result sender thread
The thread waits until the non-modal dialog is done and then sends the result without
blocking the main thread. The dialog itself is initialized in the main thread.
This should fix high CPU usage while a dialog is open, not being able to open multiple
instances of a dialog at once and the DBus service locking down while a dialog is open.
xdg-desktop-portal-tde might yet make it into R14.1.3 ;-)
Signed-off-by: Mavridis Philippe
81288cfc [view]master2024-10-02 11:01:35 +0900Michele Calgaro[tqt] Make sure to release thread resources back to the OS once the thread completes.
Threads created with pthread are created in detach mode. Threads created using glib thread functions are instead created as joinable. The fix makes glib-created threads detached, so that the thread resources are released when the thread completes.
This resolves TDE/amarok#30 and will benefit any place where a TQThread is used.
Signed-off-by: Michele Calgaro
c01cc99f [view]master2024-10-01 18:01:47 +0000Roman Savochenko[gwenview] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (11 of 11 strings)
Translation: applications/gwenview - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/uk/
eb10db12 [view]master2024-10-01 17:59:15 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (420 of 420 strings)
Translation: tdelibs/timezones
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/
a0031169 [view]master2024-10-01 17:57:57 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2738 of 2738 strings)
Translation: tdelibs/tdelibs
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/uk/
c7ba1b0b [view]master2024-10-01 17:54:47 +0000Roman Savochenko[tdebase] Translated using Weblate (Ukrainian)
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/uk/
1564fdf1 [view]master2024-10-01 17:50:45 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (292 of 292 strings)
Translation: tdebase/konsole
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/
9527b3d5 [view]master2024-10-01 17:49:31 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (230 of 230 strings)
Translation: tdebase/kdesktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/uk/
7ee57a92 [view]master2024-10-01 17:48:38 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (201 of 201 strings)
Translation: tdebase/kcmkeys
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/
25609067 [view]master2024-10-01 17:47:45 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (51 of 51 strings)
Translation: tdebase/kcontrol
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/uk/
76a504ef [view]master2024-10-01 17:46:43 +0000Roman Savochenko[tdebase] Translated using Weblate (Ukrainian)
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/uk/
c35c9588 [view]master2024-10-01 17:46:03 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (181 of 181 strings)
Translation: tdebase/twin
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/uk/
a4a46265 [view]master2024-10-01 17:44:25 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (30 of 30 strings)
Translation: tdebase/knetattach
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/uk/
cce30d5b [view]master2024-10-01 17:43:04 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (30 of 30 strings)
Translation: tdebase/libtaskmanager
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/uk/
9a8ee2bc [view]master2024-10-01 17:39:26 +0000Roman Savochenko[tdebase] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (5 of 5 strings)
Translation: tdebase/khotkeys - khotkeys.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/uk/
ea638cf5 [view]master2024-10-01 17:12:06 +0000Roman Savochenko[tde-i18n] Translated using Weblate (Ukrainian)
Currently translated at 100.0% (162 of 162 strings)
Translation: tdebase/kcminput
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/
acdd7db2 [view]master2024-10-01 18:46:21 +0300Mavridis Philippe[xdg-desktop-portal-tde] Initialize DBus object pointers with nullptr
This should fix a crash when the daemon is terminated before it can establish
connection and initialize the objects.
Signed-off-by: Mavridis Philippe
4c1465bd [view]master2024-10-01 14:32:47 +0200François Andriot[koffice] Fix kexidb build with -std=c++20.
This solves issue #70
Signed-off-by: François Andriot
8badc00a [view]master2024-10-01 07:17:54 +0000Michele Calgaro[tde-systemsettings] Translated using Weblate (Italian)
Currently translated at 100.0% (38 of 38 strings)
Translation: applications/tde-systemsettings - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/it/
59addc34 [view]master2024-10-01 07:11:40 +0000Michele Calgaro[kgtk-qt3] Translated using Weblate (Italian)
Currently translated at 100.0% (12 of 12 strings)
Translation: applications/kgtk-qt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/it/
bb70f2fc [view]master2024-10-01 07:10:10 +0000Michele Calgaro[kgtk-qt3] Added translation using Weblate (Italian)
97ebaf91 [view]master2024-10-01 07:09:50 +0000Michele Calgaro[tastymenu] Translated using Weblate (Italian)
Currently translated at 100.0% (146 of 146 strings)
Translation: applications/tastymenu
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/it/
508ae3fc [view]master2024-10-01 16:40:37 +1000mio[libksquirrel] Use JasPer 3 library initialization routines
Update to use the jas_init_library() and jas_init_thread() functions as
JasPer 3 deprecated jas_init and changed its behaviour to not register
jas_cleanup() as an atexit callback.
Signed-off-by: mio
e1c968db [view]master2024-10-01 12:42:27 +0900Michele Calgaro[universal-indent-gui-tqt] Add README.md and update readme.html
Signed-off-by: Michele Calgaro
480f195d [view]master2024-09-30 23:58:12 +0300Mavridis Philippe[tdeutils] Superkaramba: add GPU load sensor
The sensor has a required `driver` parameter and an optional `gpu` parameter.
- The former specifies the backend to use to query the system about GPU load.
- The latter specifies the id of the GPU to check. If left out, the backend default will be used.
For now it only supports NVidia GPUs via the `nvidia` driver, but it can be extended.
Signed-off-by: Mavridis Philippe
001234fb [view]master2024-09-30 18:17:07 +0000TDE Weblate[amarok] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/amarok
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/
cc897489 [view]master2024-09-30 18:16:29 +0000Automated System[codeine] Update translation template.
570fb84d [view]master2024-09-30 18:16:29 +0000Automated System[amarok] Update translation template.
b2ba4403 [view]master2024-09-29 20:41:15 +0200Slávek Banko[extra-dependencies] Remove mp4v2, which is no longer required.
Signed-off-by: Slávek Banko
8add75b9 [view]master2024-09-29 20:31:38 +0200Slávek Banko[tde-packaging] DEB amarok: Remove libmp4v2-dev from build-depends.
Support in Taglib is now used for MP4 metadata.
Signed-off-by: Slávek Banko
399a9b90 [view]master2024-09-29 16:27:06 +0300ormorph[tde-packaging-gentoo] Added codeine player ebuilds
Signed-off-by: ormorph
9ef39acd [view]master2024-09-29 19:20:32 +1000mio[codeine] Address -Wall warnings
VideoWindow::ExposeEvent wasn't being used correctly; it should be a
TQCustomEvent (although, the 3000 type is already being used for
forwarding XINE_PROGRESS_EVENT).
While the pts_per_smpls part never seemed to be encountered, it would
have resulted in a floating point exception as it's always 0. Commented
out to leave a hint as to what the code should be doing.
Resolves: TDE/codeine#2
Signed-off-by: mio
5965e6b7 [view]master2024-09-29 11:18:28 +0300Mavridis Philippe[tdeutils] Superkaramba: add GB format strings to memory sensor
Added variants: %fm(b)g %um(b)g %fsg %usg %tmg %tsg
Signed-off-by: Mavridis Philippe
d007ed89 [view]master2024-09-28 21:27:33 +0000Andrei Stepanov[tdebase] Translated using Weblate (Russian)
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/
1cf006e0 [view]master2024-09-28 21:26:48 +0000Andrei Stepanov[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (30 of 30 strings)
Translation: tdebase/knetattach
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/ru/
3adb56d3 [view]master2024-09-28 21:24:56 +0000Andrei Stepanov[tdebase] Translated using Weblate (Russian)
Currently translated at 100.0% (5 of 5 strings)
Translation: tdebase/khotkeys - khotkeys.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/ru/
d9f55651 [view]master2024-09-28 21:24:17 +0000Andrei Stepanov[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (51 of 51 strings)
Translation: tdebase/kcontrol
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/
f328166b [view]master2024-09-28 21:23:26 +0000Andrei Stepanov[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (230 of 230 strings)
Translation: tdebase/kdesktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/
02955a5e [view]master2024-09-28 21:22:49 +0000Andrei Stepanov[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (201 of 201 strings)
Translation: tdebase/kcmkeys
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/
cf6f0932 [view]master2024-09-28 21:21:26 +0000Andrei Stepanov[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (245 of 245 strings)
Translation: tdepim/kontact
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kontact/ru/
6e9da0a6 [view]master2024-09-28 21:19:06 +0000Andrei Stepanov[koffice-i18n] Translated using Weblate (Russian)
Currently translated at 98.3% (363 of 369 strings)
Translation: koffice/kchart
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kchart/ru/
c3c9a520 [view]master2024-09-28 21:17:39 +0000Andrei Stepanov[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (11 of 11 strings)
Translation: tdepim/kmail_text_vcard_plugin
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail_text_vcard_plugin/ru/
0a2216e2 [view]master2024-09-28 21:11:37 +0000Andrei Stepanov[koffice-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (427 of 427 strings)
Translation: koffice/karbon
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/
0fd23a58 [view]master2024-09-28 21:09:53 +0000Andrei Stepanov[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (72 of 72 strings)
Translation: tdegames/kpat
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat/ru/
d736aef1 [view]master2024-09-28 21:08:38 +0000Andrei Stepanov[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (13 of 13 strings)
Translation: tdepim/kres_remote
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/
763921c0 [view]master2024-09-28 21:05:02 +0000Andrei Stepanov[tde-i18n] Translated using Weblate (Russian)
Currently translated at 100.0% (39 of 39 strings)
Translation: tdepim/tdeio_sieve
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/
c42a6c92 [view]master2024-09-28 21:00:06 +0000Andrei Stepanov[kipi-plugins] Translated using Weblate (Russian)
Currently translated at 100.0% (51 of 51 strings)
Translation: libraries/kipi-plugins - galleryexport
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-galleryexport/ru/
956d90f8 [view]master2024-09-28 22:38:37 +1000mio[amarok] Fix unsigned overflow in Debug::Block dtor
Signed-off-by: mio
e0305e19 [view]master2024-09-28 10:23:08 +0000Michele Calgaro[tdesvn] Translated using Weblate (Italian)
Currently translated at 100.0% (38 of 38 strings)
Translation: applications/tdesvn - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/it/
f6b2ca58 [view]master2024-09-28 15:43:09 +1000mio[tdemultimedia] Fix FTBFS when xinelib <= 1.2.9
Resolves: https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/83
Signed-off-by: mio
b64f5c70 [view]master2024-09-27 22:28:55 +0900Michele Calgaro[tde] Add universal-indent-gui-tqt module
Signed-off-by: Michele Calgaro
c623eebb [view]master2024-09-27 22:20:37 +0900Michele Calgaro[tde-packaging] DEB: move universal-indent-gui-tqt to 'Development' folder
Signed-off-by: Michele Calgaro
e22af1c0 [view]master2024-09-27 14:26:22 +0200Slávek Banko[tdelibs] tdeio - scheduler: Fix crash if the job or slave are not valid.
Signed-off-by: Slávek Banko
6662a768 [view]master2024-09-27 01:38:04 +0000Michele Calgaro[desktop-effects-tde] Translated using Weblate (Italian)
Currently translated at 100.0% (20 of 20 strings)
Translation: applications/desktop-effects-tde
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/it/
a62a9b16 [view]master2024-09-27 01:34:15 +0000Michele Calgaro[desktop-effects-tde] Added translation using Weblate (Italian)
d8fff9e9 [view]master2024-09-27 01:33:47 +0000Michele Calgaro[tdepowersave] Translated using Weblate (Italian)
Currently translated at 100.0% (55 of 55 strings)
Translation: applications/tdepowersave - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/it/
0e74dd2d [view]master2024-09-26 15:29:35 +0200François Andriot[tdeedu] Fix FTBFS with Python 3.13.
This solves issue #46
Signed-off-by: François Andriot
460320e5 [view]master2024-09-26 21:42:32 +1000mio[amarok] Replace custom MP4 metadata parser with TagLib
TagLib supports MP4 metadata since version 1.6 (2009). The custom
parser code caused problems because there was a mismatch between
the definition of TagLib::Tag and TagLib::MP4::Tag, and the
implementation of the custom TagLib::MP4::Tag.
This requires TagLib 1.11 and above.
Resolves: TDE/tdemultimedia#82
Signed-off-by: mio
75147a8f [view]master2024-09-26 10:00:09 +0900Michele Calgaro[universal-indent-gui-tqt] Removed debian packaging files
Signed-off-by: Michele Calgaro
c01d6fa8 [view]master2024-09-26 09:58:54 +0900Michele Calgaro[tde-packaging] DEB: add universal-indent-gui-tqt packaging files
Signed-off-by: Michele Calgaro
9e0d473a [view]master2024-09-25 21:06:14 +0200François Andriot[admin] Fix FTBFS with Python 3.13.
This solves issue #33
Signed-off-by: François Andriot
d0ab12dc [view]master2024-09-25 21:01:39 +0200François Andriot[pytqt] Fix FTBFS with Python 3.13.
This solves issue #32
Signed-off-by: François Andriot
4ab9fdc0 [view]master2024-09-25 20:51:56 +0200François Andriot[sip4-tqt] Fix FTBFS with Python 3.13.
This solves issue #26
Signed-off-by: François Andriot
ae40ab06 [view]master2024-09-25 17:30:38 +0200Slávek Banko[extra-dependencies] pinentry-tqt: Update to allow building against libassuan 3.
Signed-off-by: Slávek Banko
8d8f7a69 [view]master2024-09-25 03:01:56 +0000Michele Calgaro[kbookreader] Translated using Weblate (Italian)
Currently translated at 100.0% (17 of 17 strings)
Translation: applications/kbookreader
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/it/
04d6334b [view]master2024-09-25 02:59:43 +0000Michele Calgaro[kbookreader] Added translation using Weblate (Italian)
50b1ed09 [view]master2024-09-25 02:59:34 +0000Michele Calgaro[tde-style-qtcurve] Translated using Weblate (Italian)
Currently translated at 100.0% (2 of 2 strings)
Translation: applications/tde-style-qtcurve - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/it/
bd4c7eff [view]master2024-09-25 02:59:06 +0000Michele Calgaro[tde-style-qtcurve] Added translation using Weblate (Italian)
2f2f211d [view]master2024-09-25 02:56:01 +0000Michele Calgaro[kcmautostart] Translated using Weblate (Italian)
Currently translated at 100.0% (16 of 16 strings)
Translation: applications/kcm-autostart
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/it/
43c28f45 [view]master2024-09-25 02:51:29 +0000Michele Calgaro[kcmautostart] Added translation using Weblate (Italian)
8dabe60d [view]master2024-09-25 02:51:16 +0000Michele Calgaro[kpicosim] Translated using Weblate (Italian)
Currently translated at 100.0% (5 of 5 strings)
Translation: applications/kpicosim
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/it/
0f179c95 [view]master2024-09-25 02:49:50 +0000Michele Calgaro[kpicosim] Added translation using Weblate (Italian)
f73d02b6 [view]master2024-09-25 02:49:25 +0000Michele Calgaro[gwenview] Translated using Weblate (Italian)
Currently translated at 100.0% (11 of 11 strings)
Translation: applications/gwenview - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/it/
43564578 [view]master2024-09-25 02:48:54 +0000Michele Calgaro[dolphin] Translated using Weblate (Italian)
Currently translated at 100.0% (64 of 64 strings)
Translation: applications/dolphin - servicemenus
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/
26be3921 [view]master2024-09-25 02:45:31 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (162 of 162 strings)
Translation: tdebase/kcminput
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/
0d546f99 [view]master2024-09-25 02:34:14 +0000Michele Calgaro[tqt] Translated using Weblate (Italian)
Currently translated at 100.0% (452 of 452 strings)
Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/it/
b4597c5d [view]master2024-09-25 02:31:01 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (30 of 30 strings)
Translation: tdebase/libtaskmanager
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/it/
9563c7f1 [view]master2024-09-25 02:28:40 +0000Michele Calgaro[tdebase] Translated using Weblate (Italian)
Currently translated at 100.0% (5 of 5 strings)
Translation: tdebase/khotkeys - khotkeys.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/it/
7543281d [view]master2024-09-25 02:27:05 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (181 of 181 strings)
Translation: tdebase/twin
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/it/
8dbf94c4 [view]master2024-09-25 02:18:59 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (30 of 30 strings)
Translation: tdebase/knetattach
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/it/
10b64776 [view]master2024-09-25 02:18:12 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (51 of 51 strings)
Translation: tdebase/kcontrol
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/it/
93072301 [view]master2024-09-25 02:18:05 +0000Michele Calgaro[tdebase] Translated using Weblate (Italian)
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/it/
e2644b1c [view]master2024-09-25 02:17:38 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (201 of 201 strings)
Translation: tdebase/kcmkeys
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/
45994c61 [view]master2024-09-25 02:17:13 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (230 of 230 strings)
Translation: tdebase/kdesktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/it/
858064d3 [view]master2024-09-25 02:16:02 +0000Michele Calgaro[tdebase] Translated using Weblate (Italian)
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/it/
1073a9fb [view]master2024-09-25 02:14:17 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (292 of 292 strings)
Translation: tdebase/konsole
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/
da3739a8 [view]master2024-09-25 02:05:23 +0000Michele Calgaro[koffice-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (3176 of 3176 strings)
Translation: koffice/kspread
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/it/
cfec18c6 [view]master2024-09-25 01:57:05 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (420 of 420 strings)
Translation: tdelibs/timezones
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/
20e12441 [view]master2024-09-25 01:56:34 +0000Michele Calgaro[tde-i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (2738 of 2738 strings)
Translation: tdelibs/tdelibs
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/it/
1f70d8fa [view]master2024-09-24 23:51:43 +0300Mavridis Philippe[tdeutils] Superkaramba: minor code refactoring/restyling in memsensor
Signed-off-by: Mavridis Philippe
d4aeda94 [view]master2024-09-24 23:37:05 +0300Mavridis Philippe[tdeutils] Superkaramba: add memory sensor percentage format strings
The strings which end in 'p' represent percentage value variants of the following pre-existing format strings:
%fmb(p) %fm(p) %umb(p) %um(p) %fs(p) %us(p)
Signed-off-by: Mavridis Philippe
48f97cf5 [view]master2024-09-24 18:19:50 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdepim/kmail
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/
6d31d07a [view]master2024-09-24 18:17:37 +0000Automated System[tde-i18n] Update translation template.
24b42848 [view]master2024-09-24 23:43:10 +0900Michele Calgaro[tqt] Fix fallover case for TQEvent::MetaCall
Signed-off-by: Michele Calgaro
8e653076 [view]master2024-09-24 22:42:35 +0900Michele Calgaro[tqt] Fix possible SEGV if the sender object list was null and thread support enabled
Signed-off-by: Michele Calgaro
6d225e65 [view]master2024-09-24 22:32:48 +0900Michele Calgaro[extra-dependencies] Removed pyrex, which is no longer required
Signed-off-by: Michele Calgaro
2950a7d8 [view]master2024-09-24 22:13:20 +0900Michele Calgaro[extra-dependencies] Removed compizconfig-python-trinity, which is based on python2 and has been FTBFS for a long time
Signed-off-by: Michele Calgaro
48dd6d8d [view]master2024-09-24 17:09:46 +0900David C. Rankin[tdelibs] Kate: update rust syntax to highlight alerts and todo.
Signed-off-by: David C. Rankin
Signed-off-by: Michele Calgaro
8e0a91b1 [view]master2024-09-24 15:11:17 +0900Michele Calgaro[tdepim] libemailfunctions: move kAscii* functions to tdelibs
Signed-off-by: Michele Calgaro
3d22170e [view]master2024-09-24 15:01:57 +0900Michele Calgaro[tdelibs] Add kascii* methods previously part of tdepim/libemailfunctions
Signed-off-by: Michele Calgaro

List generated Tue Mar 10 00:20:06 2026
Currently showing patches 7901 to 8000 of 55577 [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]