[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| 34ccc36d [view] | master | 2026-01-25 15:59:31 +0900 | Michele Calgaro | [kvirc] Use correct license file name Signed-off-by: Michele Calgaro |
| f27be165 [view] | master | 2026-01-23 20:46:26 +0900 | Michele Calgaro | [kvirc] Split kvirc executable into a shared library (libkvirc) and a stub executable (kvirc). Autotool builds kvirc with '-export-dynamic', which exports all global symbols from the main executable to the dynamic symbol table. This allows 'modules' to access those symbols and build successfully. CMake build kvirc without '-export-dynamic' and with hidden symbol visibitily by default, resulting in FTBFS when the build process reaches the 'modules' part. This is caused by the modules referring to symbols define in code under the 'src/kvirc' folder Splitting 'kvirc' into an additional 'libkvirc' shared library plus a simple executable stub that creates the application and run it, allows modules to be linked against the library part and build successfully also with cmake. Signed-off-by: Michele Calgaro |
| 221bf3e7 [view] | master | 2026-01-22 19:31:33 +0000 | Marek W | [tde-i18n] Translated using Weblate (Polish) Currently translated at 99.1% (225 of 227 strings) Translation: tdelibs/cupsdconf Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/pl/ |
| eef29c56 [view] | master | 2026-01-22 19:29:08 +0000 | Marek W | [tde-i18n] Translated using Weblate (Polish) Currently translated at 100.0% (152 of 152 strings) Translation: tdebase/tdeio_media Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/pl/ |
| 767f06e0 [view] | master | 2026-01-22 19:05:38 +0000 | Héjjas István | [tde-i18n] Translated using Weblate (Hungarian) Currently translated at 100.0% (92 of 92 strings) Translation: tdemultimedia/artsbuilder Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsbuilder/hu/ |
| e1dd5576 [view] | master | 2026-01-22 19:02:40 +0000 | Héjjas István | [tdemultimedia] Translated using Weblate (Hungarian) Currently translated at 100.0% (3 of 3 strings) Translation: tdemultimedia/juk - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/hu/ |
| 49de8ba2 [view] | master | 2026-01-22 18:52:31 +0000 | Héjjas István | [abakus] Translated using Weblate (Hungarian) Currently translated at 12.2% (6 of 49 strings) Translation: applications/abakus Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/hu/ |
| 9e4f13bb [view] | master | 2026-01-22 18:42:51 +0000 | Héjjas István | [knights] Translated using Weblate (Hungarian) Currently translated at 66.6% (2 of 3 strings) Translation: applications/knights - knights.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/hu/ |
| 3e598ab0 [view] | master | 2026-01-22 18:41:45 +0000 | Héjjas István | [knights] Added translation using Weblate (Hungarian) |
| 245fdd6a [view] | master | 2026-01-22 18:41:28 +0000 | Héjjas István | [abakus] Added translation using Weblate (Hungarian) |
| 7eb28761 [view] | master | 2026-01-22 18:39:17 +0000 | Héjjas István | [digikam] Translated using Weblate (Hungarian) Currently translated at 6.6% (149 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/hu/ |
| e2227b0c [view] | master | 2026-01-21 18:40:19 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (618 of 618 strings) Translation: tdebase/konqueror Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/ |
| 0d5df6b8 [view] | master | 2026-01-21 18:39:02 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (152 of 152 strings) Translation: tdebase/tdeio_media Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/cs/ |
| 83a2d876 [view] | master | 2026-01-21 18:26:57 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/tdeio_media Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/ |
| 219bc7f5 [view] | master | 2026-01-21 18:24:14 +0000 | Automated System | [tde-i18n] Update translation template. |
| e7c2992a [view] | master | 2026-01-21 20:50:13 +0900 | Michele Calgaro | [kvirc] Improvements suggested on PR #58 Signed-off-by: Michele Calgaro |
| a360cae0 [view] | master | 2026-01-21 03:28:13 +0000 | Andrei Stepanov | [kasablanca] Translated using Weblate (Russian) Currently translated at 76.5% (88 of 115 strings) Translation: applications/kasablanca Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/ |
| 85c9cd96 [view] | master | 2026-01-21 03:27:19 +0000 | Andrei Stepanov | [k3b] Translated using Weblate (Russian) Currently translated at 100.0% (55 of 55 strings) Translation: applications/k3b - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/ |
| ed70becf [view] | master | 2026-01-20 19:28:57 +0900 | Michele Calgaro | [kvirc] Fix debug format strings Signed-off-by: Michele Calgaro |
| 5f11552a [view] | master | 2026-01-20 19:27:15 +0900 | Michele Calgaro | [kvirc] Add visibility attributes to library functions Signed-off-by: Michele Calgaro |
| 22304a21 [view] | master | 2026-01-20 19:20:49 +0900 | Michele Calgaro | [kvirc] Include moc files directly from the related source files Signed-off-by: Michele Calgaro |
| 111d9fbd [view] | master | 2026-01-19 18:24:35 +0000 | TDE Weblate | [kvirc] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kvirc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ |
| 0e2d7d8d [view] | master | 2026-01-19 18:23:53 +0000 | Automated System | [kvirc] Update translation template. |
| 2bfd51f2 [view] | master | 2026-01-19 23:47:28 +0900 | Michele Calgaro | [tdebase] Add file system type to tdefile media meta info plugin. This resolves issue #683 Signed-off-by: Michele Calgaro |
| ec97d6d2 [view] | master | 2026-01-19 15:13:10 +0900 | Michele Calgaro | [kvirc] Remove unused config defines Signed-off-by: Michele Calgaro |
| ab0b59c0 [view] | master | 2026-01-19 14:55:07 +0900 | Michele Calgaro | [kvirc] Remove BUILD_FLAGS Signed-off-by: Michele Calgaro |
| 209c97c4 [view] | master | 2026-01-19 14:33:27 +0900 | Michele Calgaro | [kvirc] Remove VERSION_BRANCH and SS_DIRTAG Signed-off-by: Michele Calgaro |
| 90f8cb29 [view] | master | 2026-01-18 18:25:51 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdelibs/tdelibs Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ |
| 0002440e [view] | master | 2026-01-18 18:25:24 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/kcminfo Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ |
| 29246d02 [view] | master | 2026-01-18 18:24:59 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/tdmgreet Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ |
| e8fbfec1 [view] | master | 2026-01-18 18:23:52 +0000 | Automated System | [tde-i18n] Update translation template. |
| b6ba99e6 [view] | master | 2026-01-18 23:11:00 +0900 | Michele Calgaro | [tqt] Fix typo in previous commit Signed-off-by: Michele Calgaro |
| 5dd68636 [view] | master | 2026-01-18 10:58:58 +0000 | Slávek Banko | [tde-i18n] Translated using Weblate (Czech) Currently translated at 100.0% (227 of 227 strings) Translation: tdelibs/cupsdconf Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/cs/ |
| 562f8a76 [view] | master | 2026-01-18 14:19:51 +0900 | Michele Calgaro | [kvirc] Fix invalid comparison warnings Signed-off-by: Michele Calgaro |
| ec615dc3 [view] | master | 2026-01-18 14:14:58 +0900 | Michele Calgaro | [tqt] Don't look up '0-serialized' pointers in TQGDict. This replaces PR #263 It makes no logical sense to serialize a pointer value and in fact 0 is written. So the call to look_ptr is never executed when deserializing a pointer. Signed-off-by: Michele Calgaro |
| 33b84dbb [view] | master | 2026-01-18 13:26:40 +0900 | Michele Calgaro | [kvirc] Fix 'this if clause does not guard...' warnings Signed-off-by: Michele Calgaro |
| a9f2b04e [view] | master | 2026-01-18 13:21:03 +0900 | Michele Calgaro | [kvirc] Fix 'ISO C++11 forbids converting a string constant to char*' warnings Signed-off-by: Michele Calgaro |
| 08ba408d [view] | master | 2026-01-17 23:18:00 +0000 | Andrei Stepanov | [katapult] Translated using Weblate (Russian) Currently translated at 100.0% (16 of 16 strings) Translation: applications/katapult - catalogs Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-catalogs/ru/ |
| be9a1ece [view] | master | 2026-01-17 23:13:34 +0000 | Andrei Stepanov | [katapult] Added translation using Weblate (Russian) |
| cc25f241 [view] | master | 2026-01-17 23:13:01 +0000 | Andrei Stepanov | [amarok] Translated using Weblate (Russian) Currently translated at 100.0% (2485 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/ |
| 4c473325 [view] | master | 2026-01-17 23:07:51 +0000 | Andrei Stepanov | [filelight] Translated using Weblate (Russian) Currently translated at 100.0% (77 of 77 strings) Translation: applications/filelight Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/ |
| 022e5b58 [view] | master | 2026-01-17 23:00:49 +0000 | Andrei Stepanov | [digikam] Translated using Weblate (Russian) Currently translated at 100.0% (67 of 67 strings) Translation: applications/digikam - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam-desktop-files/ru/ |
| 9621a3ba [view] | master | 2026-01-17 18:28:45 +0000 | TDE 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/ |
| 8a97aa9f [view] | master | 2026-01-17 18:27:48 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdeutils/ark Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ark/ |
| 1fe89ccd [view] | master | 2026-01-17 18:26:46 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdenetwork/tdefileshare Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ |
| 14eb986f [view] | master | 2026-01-17 18:26:24 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdeutils/kcalc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kcalc/ |
| 98e75c34 [view] | master | 2026-01-17 18:25:58 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdeutils/kdf Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kdf/ |
| f4fe629b [view] | master | 2026-01-17 18:25:46 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdelibs/cupsdconf Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ |
| dcb19c07 [view] | master | 2026-01-17 18:25:29 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdelibs/tdelibs Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ |
| 22434733 [view] | master | 2026-01-17 18:24:05 +0000 | Automated System | [tde-i18n] Update translation template. |
| 2080def6 [view] | master | 2026-01-17 19:34:22 +0900 | Michele Calgaro | [tqt] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
| 3dbaadc9 [view] | master | 2026-01-17 18:48:24 +0900 | Michele Calgaro | [sip4-tqt] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
| 237ce45c [view] | master | 2026-01-17 18:46:05 +0900 | Michele Calgaro | [arts] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
| 28b1c700 [view] | master | 2026-01-17 18:43:45 +0900 | Michele Calgaro | [kipi-plugins] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
| 5e83a360 [view] | master | 2026-01-17 18:24:31 +0900 | Michele Calgaro | [libtqt-perl] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
| f04831d7 [view] | master | 2026-01-17 17:10:15 +0900 | Michele Calgaro | [tdewebdev] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
| 7159b97f [view] | master | 2026-01-17 17:06:44 +0900 | Michele Calgaro | [tdevelop] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
| d03c9b49 [view] | master | 2026-01-17 16:57:47 +0900 | Michele Calgaro | [tdeutils] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
| bd7c1256 [view] | master | 2026-01-17 16:46:38 +0900 | Michele Calgaro | [tdepim] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
| f05b1942 [view] | master | 2026-01-17 11:20:29 +0900 | Michele Calgaro | [tdenetwork] Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project