[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| 3897a299 [view] | master | 2026-07-03 00:02:41 +0300 | Alexander Golubev | [tdebase] kicker: make it optional to set mouse wheel scrolling speed explicitly In 5b415043e a setting was introduce to set mouse wheel scrolling speed in a per-pixel value. This makes the setting optional and defaults to calculation of the distance based on `TQApplication::wheelScrollLines()`. Also it increases default and maximum value for the manually set mouse wheel scrolling speed to 72 and 200 respectively. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/758 See-also: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/pulls/759 Signed-off-by: Alexander Golubev |
| 7ea1041a [view] | master | 2026-07-02 05:25:07 +0300 | Alexander Golubev | [tdebase] kcontrol/taskbar: [minor] resave kcmtaskbarui.ui Signed-off-by: Alexander Golubev |
| f45ef202 [view] | master | 2026-07-01 21:12:16 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (78 of 78 strings) Translation: tdebase/libtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/cs/ |
| d3afe755 [view] | master | 2026-07-01 21:11:38 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (95 of 95 strings) Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/cs/ |
| f8b5126a [view] | master | 2026-07-01 18:51:20 +0000 | Heimen Stoffels | [tde-i18n] Translated using Weblate (Dutch) Currently translated at 100.0% (95 of 95 strings) Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/nl/ |
| ffd6572f [view] | master | 2026-07-01 18:49:26 +0000 | Heimen Stoffels | [tde-i18n] Translated using Weblate (Dutch) Currently translated at 100.0% (78 of 78 strings) Translation: tdebase/libtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/nl/ |
| 6427d7ee [view] | master | 2026-07-01 18:28:18 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/libtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/ |
| cf82d126 [view] | master | 2026-07-01 18:27:59 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/libkicker Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/ |
| c120ae29 [view] | master | 2026-07-01 18:27:39 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ |
| cceb899d [view] | master | 2026-07-01 18:26:10 +0000 | Automated System | [tde-i18n] Update translation template. |
| 5b415043 [view] | master | 2026-07-01 15:00:01 +0900 | Michele Calgaro | [tdebase] kicker: add config option to set the taskbar's mouse wheel scrolling speed. The speed and algorithm of the scrolling using the buttons has been preserved, while the new option allows to set a specific speed for scrolling using the mouse wheel. This relates to issue #758 Signed-off-by: Michele Calgaro |
| 2823263f [view] | master | 2026-07-01 14:59:42 +0900 | Michele Calgaro | [tdebase] kicker panner: rework code for scrolling timer Signed-off-by: Michele Calgaro |
| 56888e9a [view] | master | 2026-07-01 04:32:11 +0300 | Alexander Golubev | [tdebase] kicker: add Raise/Lower All actions for groups Add "Raise All" and "Lower All" actions to the context menu of grouped tasks. Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/760 Signed-off-by: Alexander Golubev |
| e68567b6 [view] | master | 2026-07-01 04:13:03 +0300 | Alexander Golubev | [tdebase] kicker: small enhancements to context menu of grouped tasks A couple of small enhancements to context menu of grouped tasks when "Show windows from all desktops" is disabled: - fix-up of a mistake in TaskRMBMenu constructor, because of which "To Current Desktop" action was shown in windows' submenus. - Don't show "All to Current Desktop" action the same it's not shown for individual windows Signed-off-by: Alexander Golubev |
| 73c0809d [view] | master | 2026-06-28 18:40:03 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdepim/libkcal Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ |
| f97ba6d7 [view] | master | 2026-06-28 18:33:59 +0000 | Automated System | [tde-i18n] Update translation template. |
| 3c4782d3 [view] | master | 2026-06-27 21:38:34 +0900 | Michele Calgaro | [tqt] Fix warnings when using operators on different enum types. In C++20, using '-Wdeprecated-enum-enum-conversion' results in a lot of warnings when compiling pretty much any application that uses widgets. This is a typical warning message: /usr/include/tqt3/tqsizepolicy.h:84:57: warning: bitwise operation between different enumeration types ‘TQSizePolicy::SizeType’ and ‘TQSizePolicy::SizePolicy_Internal’ is deprecated [-Wdeprecated-enum-enum-conversion] 84 | bool mayGrowHorizontally() const { return horData() & MayGrow || horData() == Ignored; } Co-authored-by: Opencode/MiMo V2.5 Free Signed-off-by: Michele Calgaro |
| 1f2c2a20 [view] | master | 2026-06-26 18:32:47 +0000 | TDE Weblate | [kbarcode] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kbarcode Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/ |
| 7f7716e0 [view] | master | 2026-06-26 18:32:01 +0000 | Automated System | [kbarcode] Update translation template. |
| f3492c99 [view] | master | 2026-06-26 11:42:59 +0000 | Marek W | [tde-i18n] Translated using Weblate (Polish) Currently translated at 98.9% (291 of 294 strings) Translation: tdebase/konsole Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/ |
| c952eb36 [view] | master | 2026-06-26 11:41:01 +0900 | Michele Calgaro | [tdelibs] Remove usage of staticQString for specific case. It was used incorrectly so I don't see a need for it at the specific point. Signed-off-by: Michele Calgaro |
| 281b2231 [view] | master | 2026-06-26 11:35:21 +0900 | Michele Calgaro | [tdenetwork] Remove usage of staticQString. It was used incorrectly so I don't really see a need for it. Signed-off-by: Michele Calgaro |
| 1b3e4e36 [view] | master | 2026-06-26 11:30:37 +0900 | Michele Calgaro | [kbarcode] Remove usage of staticQString. It was used incorrectly and only in init() method, I don't see a need for it. Signed-off-by: Michele Calgaro |
| b6ae49a4 [view] | master | 2026-06-26 11:22:56 +0900 | Michele Calgaro | [k3b] Fix usage of staticQString Signed-off-by: Michele Calgaro |
| 1c88ef6f [view] | master | 2026-06-25 19:18:31 +0000 | Heimen Stoffels | [tde-i18n] Translated using Weblate (Dutch) Currently translated at 98.6% (290 of 294 strings) Translation: tdebase/konsole Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/nl/ |
| 99a5db69 [view] | master | 2026-06-25 18:41:48 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (294 of 294 strings) Translation: tdebase/konsole Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/cs/ |
| f8fa2844 [view] | master | 2026-06-25 18:29:23 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/konsole Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ |
| f08e7de1 [view] | master | 2026-06-25 18:27:14 +0000 | TDE Weblate | [koffice-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: koffice/kofficefilters Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/ |
| e769c524 [view] | master | 2026-06-25 18:26:16 +0000 | Automated System | [koffice-i18n] Update translation template. |
| e8e49612 [view] | master | 2026-06-25 18:26:15 +0000 | Automated System | [tde-i18n] Update translation template. |
| 3655d539 [view] | master | 2026-06-25 00:42:23 +0000 | TDE Weblate | [tdebase] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/konsole - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ |
| 8510035b [view] | master | 2026-06-24 19:49:46 +0000 | Valentina Bermudez | [kbarcode] Translated using Weblate (Spanish) Currently translated at 69.6% (414 of 594 strings) Translation: applications/kbarcode Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/es/ |
| 2d9020bf [view] | master | 2026-06-24 19:24:58 +0000 | Valentina Bermudez | [tde-i18n] Translated using Weblate (Spanish) Currently translated at 56.7% (258 of 455 strings) Translation: tdelibs/tdelibs_colors Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/es/ |
| 090e3235 [view] | master | 2026-06-24 19:22:58 +0000 | Valentina Bermudez | [tde-i18n] Translated using Weblate (Spanish) Currently translated at 51.6% (235 of 455 strings) Translation: tdelibs/tdelibs_colors Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/es/ |
| 4c8faa8e [view] | master | 2026-06-24 21:26:36 +0900 | Philippe Mavridis | [koffice] Minor code clean extracted from TDE/koffice#76 Signed-off-by: Philippe Mavridis Signed-off-by: Michele Calgaro |
| 786fce83 [view] | master | 2026-06-23 20:36:06 +0000 | Marek W | [tde-i18n] Translated using Weblate (Polish) Currently translated at 100.0% (180 of 180 strings) Translation: tdemultimedia/kmix Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/ |
| 208efa82 [view] | master | 2026-06-23 20:35:28 +0000 | Marek W | [tde-i18n] Translated using Weblate (Polish) Currently translated at 97.3% (74 of 76 strings) Translation: tdebase/libtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/pl/ |
| 68b66cb3 [view] | master | 2026-06-23 20:31:01 +0000 | Marek W | [tde-i18n] Translated using Weblate (Polish) Currently translated at 100.0% (93 of 93 strings) Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/pl/ |
| 8fb824e6 [view] | master | 2026-06-23 13:47:43 +0000 | Xiomara Alvarez | [k3b-i18n] Translated using Weblate (Spanish (Argentina)) Currently translated at 6.9% (122 of 1749 strings) Translation: applications/k3b Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/es_AR/ |
| ab1ab8bf [view] | master | 2026-06-23 14:45:21 +0900 | Michele Calgaro | [tdepim] libkcal: add support for libical 4 Co-authored-by: Opencode/DeepSeek V4 Flash Signed-off-by: Michele Calgaro |
| adc90ac1 [view] | master | 2026-06-23 04:09:03 +0000 | Temuri Doghonadze | [amarok] Translated using Weblate (Georgian) Currently translated at 79.9% (1987 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ka/ |
| 029237d1 [view] | master | 2026-06-23 10:35:06 +0900 | Michele Calgaro | [tdepim] Replace custom define USE_LIBICAL_3_0 with official ICAL_CHECK_VERSION check Signed-off-by: Michele Calgaro |
| 1e019ea8 [view] | master | 2026-06-23 10:25:36 +0900 | Michele Calgaro | [tdepim] Remove checks for libical >= 0.46 and >= 1.0. Such versions are very old and these days we are using libical 3 or 4. Signed-off-by: Michele Calgaro |
| 4120d749 [view] | master | 2026-06-22 14:44:45 +0000 | Toad114514 | [tde-i18n] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 17.0% (348 of 2036 strings) Translation: tdeartwork/kxsconfig Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/zh_Hans/ |
| af38e1dc [view] | master | 2026-06-22 14:44:37 +0000 | Toad114514 | [tde-i18n] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 16.9% (346 of 2036 strings) Translation: tdeartwork/kxsconfig Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/zh_Hans/ |
| b385dde2 [view] | master | 2026-06-22 14:39:38 +0000 | Toad114514 | [tde-i18n] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 16.0% (327 of 2036 strings) Translation: tdeartwork/kxsconfig Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/zh_Hans/ |
| f228d43d [view] | master | 2026-06-22 14:38:07 +0000 | Toad114514 | [tde-i18n] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 15.9% (324 of 2036 strings) Translation: tdeartwork/kxsconfig Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/zh_Hans/ |
| 1a6c5182 [view] | master | 2026-06-22 14:29:34 +0000 | Toad114514 | [tde-i18n] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (36 of 36 strings) Translation: tdegames/kblackbox Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox/zh_Hans/ |
| 3940cce7 [view] | master | 2026-06-22 14:26:54 +0000 | Toad114514 | [tde-i18n] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 97.9% (142 of 145 strings) Translation: tdegames/kolf Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/zh_Hans/ |
| 48f0951d [view] | master | 2026-06-22 14:24:13 +0000 | Toad114514 | [koffice-i18n] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 94.8% (964 of 1016 strings) Translation: koffice/koffice Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/zh_Hans/ |
| 4c91ac39 [view] | master | 2026-06-22 14:17:40 +0000 | Toad114514 | [amarok] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 87.2% (2169 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/ |
| d3a73d2e [view] | master | 2026-06-22 14:42:21 +0900 | Michele Calgaro | [koffice] Fix bug in duplication of string (strcpy parameters were inverted) Co-authored-by: Opencode/Big Pickle Signed-off-by: Michele Calgaro |
| 12a2cd9d [view] | master | 2026-06-22 14:41:39 +0900 | Michele Calgaro | [koffice] Add support for libpqxx 8 Co-authored-by: Opencode/Big Pickle Signed-off-by: Michele Calgaro |
| abb8caa5 [view] | master | 2026-06-21 19:54:43 +0000 | Andrei Stepanov | [tde-i18n] Translated using Weblate (Russian) Currently translated at 100.0% (93 of 93 strings) Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/ |
| 30a9a188 [view] | master | 2026-06-21 19:19:07 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (93 of 93 strings) Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/cs/ |
| 63de3178 [view] | master | 2026-06-21 19:10:42 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 98.9% (92 of 93 strings) Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/cs/ |
| ab8f40b3 [view] | master | 2026-06-21 19:03:37 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 95.6% (89 of 93 strings) Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/cs/ |
| 5a97b2ad [view] | master | 2026-06-21 19:02:33 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 92.4% (86 of 93 strings) Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/cs/ |
| 0f007807 [view] | master | 2026-06-21 19:00:33 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (76 of 76 strings) Translation: tdebase/libtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/cs/ |
| 8c0ae7f4 [view] | master | 2026-06-21 18:38:06 +0000 | Heimen Stoffels | [tde-i18n] Translated using Weblate (Dutch) Currently translated at 100.0% (76 of 76 strings) Translation: tdebase/libtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/nl/ |
| 83967331 [view] | master | 2026-06-21 18:35:13 +0000 | Heimen Stoffels | [tde-i18n] Translated using Weblate (Dutch) Currently translated at 100.0% (93 of 93 strings) Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/nl/ |
| 8c390a52 [view] | master | 2026-06-21 18:27:44 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/kcmtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ |
| 7d2a4441 [view] | master | 2026-06-21 18:27:02 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/libtaskbar Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/ |
| ae5f1bbe [view] | master | 2026-06-21 18:25:33 +0000 | Automated System | [tde-i18n] Update translation template. |
| 516d6302 [view] | master | 2026-06-20 21:50:19 +0900 | Michele Calgaro | [tde-packaging] DEB tdebase: update after file renaming in konsole Signed-off-by: Michele Calgaro |
| a5a195f2 [view] | master | 2026-06-20 21:43:12 +0900 | Michele Calgaro | [tdebase] konsole: restructure data files into proper folder Signed-off-by: Michele Calgaro |
| d2610a10 [view] | master | 2026-06-20 16:32:41 +0900 | Michele Calgaro | [tdebase] konsole: rename main source folder to 'src' Signed-off-by: Michele Calgaro |
| cb76c294 [view] | master | 2026-06-20 15:13:06 +0900 | Michele Calgaro | [tde-packaging] DEB tdebase: install new tdeconf_update files for taskbar Signed-off-by: Michele Calgaro |
| 03cb2de3 [view] | master | 2026-06-19 13:54:16 +0200 | Slávek Banko | [tde-packaging] DEB tdemultimedia: Add tdeconf-update script for kmix. This relates to TDE/tdemultimedia#35 and TDE/tdemultimedia#113. Signed-off-by: Slávek Banko |
| f9fc387a [view] | master | 2026-06-19 15:16:35 +0900 | Michele Calgaro | [tdebase] kicker: add functionality to scroll the taskbar using the mouse wheel. This commit does the following: 1. add a new groupbox and two comboboxes to the taskbar action configuration tab to setup the `cycle windows` and `scroll taskbar` actions. 2. add logic to scroll the taskbar up/down or left/right using the mouse wheel, based on the configured settings. 3. add a tdeconf_update script to map the original setting of `m_cycleWheel` to the corresponding action. 4. remove the original `m_cycleWheel` checkbox. Co-authored-by: Opencode/Big Pickle Signed-off-by: Michele Calgaro |
| 1d8189fe [view] | master | 2026-06-18 15:02:56 +0000 | Alexander Golubev | [tde-i18n] Translated using Weblate (Russian) Currently translated at 100.0% (180 of 180 strings) Translation: tdemultimedia/kmix Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/ |
| 1a8e109c [view] | master | 2026-06-18 10:51:11 +0300 | Philippe Mavridis | [tdemultimedia] KMix: add tdeconf_update script for config file changes introduced in TDE/tdemultimedia#35 Signed-off-by: Philippe Mavridis |
| cbfa79f2 [view] | master | 2026-06-17 20:58:19 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (138 of 138 strings) Translation: tdemultimedia/kscd Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd/cs/ |
| 6e252bda [view] | master | 2026-06-17 20:50:12 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (13 of 13 strings) Translation: tdemultimedia/tdeio_audiocd Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdeio_audiocd/cs/ |
| bb4f657d [view] | master | 2026-06-17 20:46:59 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (187 of 187 strings) Translation: tdemultimedia/libkcddb Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/cs/ |
| 1b12e805 [view] | master | 2026-06-17 20:31:19 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (187 of 187 strings) Translation: tdemultimedia/libkcddb Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/cs/ |
| b690b3b1 [view] | master | 2026-06-17 20:23:45 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (180 of 180 strings) Translation: tdemultimedia/kmix Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/ |
| d076a3d4 [view] | master | 2026-06-17 20:17:25 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (40 of 40 strings) Translation: tdemultimedia/kcmcddb Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/cs/ |
| 1a4f187b [view] | master | 2026-06-17 20:13:25 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (45 of 45 strings) Translation: tdemultimedia/kcmaudiocd Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmaudiocd/cs/ |
| eb8c811f [view] | master | 2026-06-17 20:12:41 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (192 of 192 strings) Translation: tdemultimedia/kaudiocreator Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator/cs/ |
| 98a8944d [view] | master | 2026-06-16 18:28:40 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdemultimedia/kmix Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ |
| 57d0b3b4 [view] | master | 2026-06-16 18:25:37 +0000 | Automated System | [tde-i18n] Update translation template. |
| 93180b20 [view] | master | 2026-06-14 15:50:58 +0200 | Slávek Banko | [tdemultimedia] KMix: Add a GUI item for Autostart to the settings. Existing GUI item mentioning Autostart renamed to what it actually sets - automatically restoring volume levels on login. Fixed conditions in desktop files to look for settings in the General section. Signed-off-by: Slávek Banko |
| 4180b45e [view] | master | 2026-06-14 18:16:19 +0900 | Michele Calgaro | [tdebase] konsole: some code renaming and restructing. Rename some classes and files for better clarity. The code is inspired and partially taken from KDE's current Konsole code. Details: - class 'cacol' renamed to 'CharacterColor' - class 'ca' renamed to 'Character' - file 'TECommon.h' split into 'Character.h' and 'CharacterColor.h' Signed-off-by: Michele Calgaro |
| c5e14d58 [view] | master | 2026-06-11 18:27:15 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/twin Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/ |
| 12d94c21 [view] | master | 2026-06-11 18:25:29 +0000 | Automated System | [tde-i18n] Update translation template. |
| 0e71e0bd [view] | master | 2026-06-09 22:36:57 +0300 | Alexander Golubev | [tdebase] twin: use base width/height for stepped size calculations Prioritize use of base_width/base_height (when available) instead of min_width/min_height to calculate the proper size for windows that use stepped size increments. This is a proper fix for TDE/tde#57. Fixes: https://mirror.git.trinitydesktop.org/gitea/tde/tde/issues/57 Signed-off-by: Alexander Golubev |
| de0129e4 [view] | master | 2026-06-09 22:26:38 +0300 | Alexander Golubev | [tdebase] Revert "Fix unwanted window resizing. This resolves issue TDE/tde#57." This reverts commit a9bd5b50e9b77b8b360dd3620013a320733139aa. The patch was quite a dirty hack meant to workaround the underlaying issue that twin assigned wrong size to the windows that require stepped size increase. Note: changes to the header were not reverted for the sake of binary compat. Closes: https://mirror.git.trinitydesktop.org/gitea/tde/tde/issues/176 Bug: https://mirror.git.trinitydesktop.org/gitea/tde/tde/issues/57 See-also: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/pulls/750 Signed-off-by: Alexander Golubev |
| c3f13b55 [view] | master | 2026-06-09 22:14:30 +0300 | Alexander Golubev | [tdebase] Revert "twin: use separate bit to inhibit configure request messages. This resolves issue #434" This reverts commit f5bdd235fc583f6674581df993165b9e7ae8774c. This were fixing an issue introduced by a9bd5b50e9 and no longer needed due to it will be reverted next. Note: Some bits a left behind for the sake of binary compat. Signed-off-by: Alexander Golubev |
| d7032031 [view] | master | 2026-06-08 18:19:06 +0000 | Marek W | [tde-i18n] Translated using Weblate (Polish) Currently translated at 98.9% (290 of 293 strings) Translation: tdebase/konsole Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/ |
| f236ade0 [view] | master | 2026-06-07 19:34:19 +0900 | Michele Calgaro | [scripts] Rename TQt3 --> TQt to mirror TQt repository name Signed-off-by: Michele Calgaro |
| 607965ba [view] | master | 2026-06-07 19:33:07 +0900 | Michele Calgaro | [scripts] Improvement to qt3 --> TQt conversion script Co-authored-by: Alexander Golubev Signed-off-by: Michele Calgaro |
| b477b2f5 [view] | master | 2026-06-06 18:12:41 +0000 | Andrei Stepanov | [tde-i18n] Translated using Weblate (Russian) Currently translated at 100.0% (293 of 293 strings) Translation: tdebase/konsole Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/ |
| 3ea56eec [view] | master | 2026-06-06 17:35:31 +0000 | Heimen Stoffels | [tde-i18n] Translated using Weblate (Dutch) Currently translated at 98.2% (288 of 293 strings) Translation: tdebase/konsole Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/nl/ |
| ec692067 [view] | master | 2026-06-06 00:47:27 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (293 of 293 strings) Translation: tdebase/konsole Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/cs/ |
| 3cc45ab5 [view] | master | 2026-06-05 18:25:45 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/konsole Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ |
| 2ee47b0b [view] | master | 2026-06-05 18:24:38 +0000 | Automated System | [tde-i18n] Update translation template. |
| 413ccbac [view] | master | 2026-06-05 13:16:38 +0000 | Roman Savochenko | [tde-i18n] Translated using Weblate (Ukrainian) Currently translated at 93.6% (778 of 831 strings) Translation: tdesdk/umbrello Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/uk/ |
| ffc52ec9 [view] | master | 2026-06-04 10:10:57 +0900 | Michele Calgaro | [tdebase] konsole: add documentation for OSC extensions 30/31/32 Signed-off-by: Michele Calgaro |
| 446b3ab1 [view] | master | 2026-06-02 18:26:31 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/kcmkurifilt Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project