Difference between revisions of "Changelog For R14.1.1"
Jump to navigation
Jump to search
(Update 20230611) |
(Update 20230702) |
||
Line 13: | Line 13: | ||
== tqt3 == |
== tqt3 == |
||
+ | * [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=eb4fc500 [eb4fc500]] SunOS res_ninit() requires a clean structure<br/>init structure without condition |
||
+ | * [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=984ea06e [984ea06e]] Revert "Add single TQObject root parent for all guarded pointers."<br/>Commit b167d09c was functionally incorrect and is causing issues on<br/>selected distributions.<br/>This reverts commit b167d09c43be6c8b7d30f0d4fb1bf1e86c51b8a7.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/128 TDE/tde#128] |
||
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=df5ce1b1 [df5ce1b1]] Enable use of pthread's recursive mutexes |
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=df5ce1b1 [df5ce1b1]] Enable use of pthread's recursive mutexes |
||
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c87fb381 [c87fb381]] Fix level when using pthreads recursive mutex<br/>When using the pthreads recursive mutex, the level method was only able<br/>to return either zero or one, but a recursive mutex can be locked more<br/>than once.<br/>Additionally, the way this detected if the mutex was already locked was<br/>to test whether it can be locked again. If testing from the thread that<br/>is currently holding the lock, this locking attempt always succeeds, and<br/>therefore determines that the lock is _not_ held at all. This is<br/>especially bad, as this operation only makes sense to perform from the<br/>thread that holds the lock -- if any thread not holding the lock queries<br/>the number of times the lock is held, that answer can change before the<br/>thread can used it. |
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c87fb381 [c87fb381]] Fix level when using pthreads recursive mutex<br/>When using the pthreads recursive mutex, the level method was only able<br/>to return either zero or one, but a recursive mutex can be locked more<br/>than once.<br/>Additionally, the way this detected if the mutex was already locked was<br/>to test whether it can be locked again. If testing from the thread that<br/>is currently holding the lock, this locking attempt always succeeds, and<br/>therefore determines that the lock is _not_ held at all. This is<br/>especially bad, as this operation only makes sense to perform from the<br/>thread that holds the lock -- if any thread not holding the lock queries<br/>the number of times the lock is held, that answer can change before the<br/>thread can used it. |
||
Line 21: | Line 23: | ||
== arts == |
== arts == |
||
+ | * [https://git.trinitydesktop.org/cgit/arts/commit/?id=c9f8774a [c9f8774a]] Rename file<br/>Now that we use the 1.x ALSA APIs, naming the file `audioioalsa9.cpp`<br/>(revering to ALSA version 0.9) is misleading. |
||
+ | * [https://git.trinitydesktop.org/cgit/arts/commit/?id=eb439ea6 [eb439ea6]] Update ALSA support to use 1.x API<br/>Despite the comment in ConfigureChecks.cmake which claimed only ALSA 1.x<br/>was supported, the code requested and expected the 0.9 version of some<br/>PCM APIs.<br/>These old APIs were superceded in 2002. ALSA implements backwards<br/>compatibility with the old version of the API using symbol versioning,<br/>which is not supported on all platforms (e.g., musl does not support<br/>it).<br/>This fixes issue [https://mirror.git.trinitydesktop.org/gitea/TDE/arts/issues/5 #5] |
||
+ | * [https://git.trinitydesktop.org/cgit/arts/commit/?id=fc763a04 [fc763a04]] Delete unused source file<br/>Configure only sets HAVE_LIBASOUND2, never HAVE_LIBASOUND, so this is never<br/>used. |
||
+ | * [https://git.trinitydesktop.org/cgit/arts/commit/?id=dc87c6b3 [dc87c6b3]] Use poll.h instead of sys/poll.h<br/>poll.h is the standard header name, and musl warns for including the wrong<br/>one. |
||
+ | * [https://git.trinitydesktop.org/cgit/arts/commit/?id=597a5fc5 [597a5fc5]] Fix possibly incorrect type for format string<br/>request may be int or unsigned long depending on the platform, but the<br/>format string assumed unsigned long. |
||
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=87f910f9 [87f910f9]] include string.h for illumos based systems |
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=87f910f9 [87f910f9]] include string.h for illumos based systems |
||
= core = |
= core = |
||
== tdelibs == |
== tdelibs == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=67283752 [67283752]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e44cba94 [e44cba94]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0b6d6bf3 [0b6d6bf3]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e7912d05 [e7912d05]] Add Gentoo ebuild mime type. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/211 #211] |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ae7f97b2 [ae7f97b2]] Doxygen: respect code indentation<br/>With this commit, when viewing the source code of a file in the Trinity API docs<br/>(e.g. http://trinitydesktop.org/docs/trinity/tdelibs/tdeui/html/kkeydialog_8cpp_source.html)<br/>the line is correctly indented by using the `white-space: pre;` CSS rule. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=41336d84 [41336d84]] Rework and fix commit 4d90cc61 |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=605ad06a [605ad06a]] Fix FTBFS caused by previous commit |
||
+ | * [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e02f27b0 [e02f27b0]] SunOS spesific SSL pathes |
||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=eebb2781 [eebb2781]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=eebb2781 [eebb2781]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=bb3d7ccc [bb3d7ccc]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=bb3d7ccc [bb3d7ccc]] Merge translation files from master branch. |
||
Line 33: | Line 48: | ||
== tdebase == |
== tdebase == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=87b9269e [87b9269e]] kxkb: prevent overflow in case of non-existing layout group |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1206271a [1206271a]] kxkb: fix unnecessary translations strings. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c449ec17 [c449ec17]] Find power related system tools instead of hardcode them |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=22937e15 [22937e15]] Drop Qt2's TQSortedList class |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4e428e11 [4e428e11]] kxkb: re-add custom TDE switching shortcut<br/>This commit fixes issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/342 #342] |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4e94806 [e4e94806]] SunOS UID scheme |
||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0e6f6f70 [0e6f6f70]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0e6f6f70 [0e6f6f70]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=878f6514 [878f6514]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=878f6514 [878f6514]] Merge translation files from master branch. |
||
Line 56: | Line 77: | ||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=eec76c7b [eec76c7b]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=eec76c7b [eec76c7b]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=55afe358 [55afe358]] SunOS requires fcntl.h without any condition |
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=55afe358 [55afe358]] SunOS requires fcntl.h without any condition |
||
+ | |||
+ | == tdemultimedia == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=9feec0e4 [9feec0e4]] KMix: Fix typo in experimental UI. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=14e1211f [14e1211f]] KMix: ported settings to TDEConfigXT/Designer<br/>This commit includes an improved Preferences dialog for KMix.<br/>It also exposes some previously hidden options and features,<br/>some of which experimental (build-time option, off by default).<br/>It also includes some minor UI improvements. |
||
== tdenetwork == |
== tdenetwork == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=006e6257 [006e6257]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2813c8b0 [2813c8b0]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=43562a4d [43562a4d]] Drop TQT_NO_COMPAT code |
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=43562a4d [43562a4d]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=762a46f0 [762a46f0]] SunOS cosmetic changes |
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=762a46f0 [762a46f0]] SunOS cosmetic changes |
||
Line 63: | Line 90: | ||
== tdetoys == |
== tdetoys == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=fe6de6f4 [fe6de6f4]] KWeather: improve icon loading and other fixes<br/>- Fix pixelated icons (issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdetoys/issues/19 #19])<br/>- Fix "network offline" state<br/>- Add helper `bool weatherDataAvailable(TQString stationID)` DCOP function<br/>- Fix compatibility with old DCOP function signatures<br/>- Prevent double "Network is offline" strings in weather data.<br/>This commit introduces some new and renamed DCOP calls. Old function signatures<br/>are kept for compatibility, but are mraked as deprecated. |
||
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=6b56a1be [6b56a1be]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=6b56a1be [6b56a1be]] Merge translation files from master branch. |
||
Line 93: | Line 121: | ||
== tdevelop == |
== tdevelop == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d45e5727 [d45e5727]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=7afe1d68 [7afe1d68]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=7afe1d68 [7afe1d68]] Merge translation files from master branch. |
||
+ | |||
+ | == tdewebdev == |
||
+ | * [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0d04e823 [0d04e823]] Drop TQT_NO_COMPAT code |
||
== tde-i18n == |
== tde-i18n == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5d478d5 [e5d478d5]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a164f74 [3a164f74]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7d0ecab [c7d0ecab]] tdebase: remove unnecessary translations. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/369 TDE/tdebase#369] |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=390d1ef1 [390d1ef1]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7590a5b9 [7590a5b9]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a45e149 [3a45e149]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=72d743f1 [72d743f1]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96ef523f [96ef523f]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2be133d9 [2be133d9]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d7c2e5d [0d7c2e5d]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5d6995 [9c5d6995]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98ce0a05 [98ce0a05]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c78bc44a [c78bc44a]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df5a78 [44df5a78]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d853b3b1 [d853b3b1]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bbb7a80 [5bbb7a80]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f206049 [6f206049]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbefe009 [fbefe009]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbefe009 [fbefe009]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=437e7f9e [437e7f9e]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=437e7f9e [437e7f9e]] Update translation template. |
||
Line 129: | Line 178: | ||
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=e2fa006d [e2fa006d]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=e2fa006d [e2fa006d]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=ce03100d [ce03100d]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=ce03100d [ce03100d]] Merge translation files from master branch. |
||
+ | |||
+ | == libkipi == |
||
+ | * [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=fd3cbbaa [fd3cbbaa]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a12b534d [a12b534d]] Drop Qt2's TQSemiModal and TQSortedList classes |
||
== kipi-plugins == |
== kipi-plugins == |
||
+ | * [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=4a8dd422 [4a8dd422]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f1f7701f [f1f7701f]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b886660d [b886660d]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b886660d [b886660d]] Merge translation files from master branch. |
||
== libksquirrel == |
== libksquirrel == |
||
+ | * [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=9e9492a6 [9e9492a6]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=e14b6685 [e14b6685]] Removed unnecessary files |
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=e14b6685 [e14b6685]] Removed unnecessary files |
||
+ | |||
+ | == libtqt-perl == |
||
+ | * [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=25f2672b [25f2672b]] Drop TQT_NO_COMPAT code |
||
= applications/games = |
= applications/games = |
||
Line 142: | Line 201: | ||
= applications/graphics = |
= applications/graphics = |
||
== digikam == |
== digikam == |
||
+ | * [https://git.trinitydesktop.org/cgit/digikam/commit/?id=b70cb566 [b70cb566]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dea407e3 [dea407e3]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dea407e3 [dea407e3]] Merge translation files from master branch. |
||
== ksquirrel == |
== ksquirrel == |
||
+ | * [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c1ea9ae [5c1ea9ae]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f0109c23 [f0109c23]] Add man pages from tde-packaging repository |
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f0109c23 [f0109c23]] Add man pages from tde-packaging repository |
||
Line 151: | Line 212: | ||
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=52d71348 [52d71348]] Removed .moc source files documentation. |
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=52d71348 [52d71348]] Removed .moc source files documentation. |
||
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=bff3009c [bff3009c]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=bff3009c [bff3009c]] Merge translation files from master branch. |
||
+ | |||
+ | == ktorrent == |
||
+ | * [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=aab627d9 [aab627d9]] Drop TQT_NO_COMPAT code |
||
+ | |||
+ | == smb4k == |
||
+ | * [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=ce8b965c [ce8b965c]] Drop TQT_NO_COMPAT code |
||
= applications/misc = |
= applications/misc = |
||
Line 158: | Line 225: | ||
== kerberostray == |
== kerberostray == |
||
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c3cc972b [c3cc972b]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c3cc972b [c3cc972b]] Merge translation files from master branch. |
||
+ | |||
+ | == krecipes == |
||
+ | * [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=b3a74e11 [b3a74e11]] Drop TQT_NO_COMPAT code |
||
= applications/multimedia = |
= applications/multimedia = |
||
== amarok == |
== amarok == |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f76f89ad [f76f89ad]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2abbd175 [2abbd175]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=36bc8001 [36bc8001]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=36bc8001 [36bc8001]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1de41405 [1de41405]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1de41405 [1de41405]] Merge translation files from master branch. |
||
Line 178: | Line 250: | ||
== k9copy == |
== k9copy == |
||
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=321a6c84 [321a6c84]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=321a6c84 [321a6c84]] Merge translation files from master branch. |
||
+ | |||
+ | == kaffeine == |
||
+ | * [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=8306ffba [8306ffba]] Convert dummy part example to cmake |
||
== kmplayer == |
== kmplayer == |
||
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=698d2bc3 [698d2bc3]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=698d2bc3 [698d2bc3]] Merge translation files from master branch. |
||
+ | |||
+ | == soundkonverter == |
||
+ | * [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a36ca1c3 [a36ca1c3]] Drop TQT_NO_COMPAT code |
||
== tderadio == |
== tderadio == |
||
Line 187: | Line 265: | ||
= applications/office = |
= applications/office = |
||
== basket == |
== basket == |
||
+ | * [https://git.trinitydesktop.org/cgit/basket/commit/?id=7c310957 [7c310957]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/basket/commit/?id=ea8b722d [ea8b722d]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/basket/commit/?id=4a028d07 [4a028d07]] Drop Qt2's TQSortedList class |
||
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=a07f9925 [a07f9925]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=a07f9925 [a07f9925]] Merge translation files from master branch. |
||
Line 206: | Line 287: | ||
== koffice-i18n == |
== koffice-i18n == |
||
+ | * [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=095c16c0 [095c16c0]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=db60471c [db60471c]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=db60471c [db60471c]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bdb3da2e [bdb3da2e]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bdb3da2e [bdb3da2e]] Merge translation files from master branch. |
||
Line 217: | Line 299: | ||
== kkbswitch == |
== kkbswitch == |
||
+ | * [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=294b4729 [294b4729]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=9d440c49 [9d440c49]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=359b2cd5 [359b2cd5]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f9e02269 [f9e02269]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d0cbee51 [d0cbee51]] Added global shortcuts for switching to previous/next group |
||
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29ed3556 [29ed3556]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29ed3556 [29ed3556]] Merge translation files from master branch. |
||
== klcddimmer == |
== klcddimmer == |
||
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=a932bc92 [a932bc92]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=a932bc92 [a932bc92]] Merge translation files from master branch. |
||
+ | |||
+ | == kmyfirewall == |
||
+ | * [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=12d78a43 [12d78a43]] Add man pages from tde-packaging repository |
||
+ | * [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=57c87890 [57c87890]] Removed unnecessary files |
||
+ | * [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=ecfe7712 [ecfe7712]] Drop TQT_NO_COMPAT code |
||
== tdenetworkmanager == |
== tdenetworkmanager == |
||
Line 243: | Line 335: | ||
== knemo == |
== knemo == |
||
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=444036ef [444036ef]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=444036ef [444036ef]] Merge translation files from master branch. |
||
+ | |||
+ | == krusader == |
||
+ | * [https://git.trinitydesktop.org/cgit/krusader/commit/?id=234a2a4c [234a2a4c]] Drop Qt2's TQSemiModal class |
||
+ | * [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9b38fb3c [9b38fb3c]] Drop TQT_NO_COMPAT code |
||
+ | |||
+ | == polkit-agent-tde == |
||
+ | * [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4515df32 [4515df32]] Merge translation files from master branch. |
||
== tastymenu == |
== tastymenu == |
||
Line 280: | Line 379: | ||
= applications/themes = |
= applications/themes = |
||
+ | == gtk3-tqt-engine == |
||
+ | * [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=64db9682 [64db9682]] Drop TQT_NO_COMPAT code |
||
+ | |||
== tde-style-baghira == |
== tde-style-baghira == |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=f4a20352 [f4a20352]] Drop TQT_NO_COMPAT code |
||
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ce4fd308 [ce4fd308]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ce4fd308 [ce4fd308]] Merge translation files from master branch. |
||
Line 291: | Line 394: | ||
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=0091ba7e [0091ba7e]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=0091ba7e [0091ba7e]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=1d82affe [1d82affe]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=1d82affe [1d82affe]] Merge translation files from master branch. |
||
+ | |||
+ | == kbarcode == |
||
+ | * [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=8b350ddf [8b350ddf]] Merge translation files from master branch. |
||
== kcpuload == |
== kcpuload == |
||
Line 299: | Line 405: | ||
== qalculate-tde == |
== qalculate-tde == |
||
+ | * [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=ef31b019 [ef31b019]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1ec24c00 [1ec24c00]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1ec24c00 [1ec24c00]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=10b1baeb [10b1baeb]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=10b1baeb [10b1baeb]] Merge translation files from master branch. |
||
Line 306: | Line 413: | ||
= packaging = |
= packaging = |
||
== packaging == |
== packaging == |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=57950a7f [57950a7f]] DEB kmyfirewall: move man pages to main repo |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5aa28d44 [5aa28d44]] DEB tdebase: Add init to build-depends.<br/>This is necessary for [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/359 TDE/tdebase#359] |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1028598a [1028598a]] DEB buildscripts: removed from R14.1.x branch. These scripts are kept up to date on master branch only, to avoid unnecessary repetition. |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=73972eeb [73972eeb]] DEB: add support for Debian Trixie and Ubuntu Mantic. Remove Ubuntu Impish |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b050ce81 [b050ce81]] FreeBSD: Backport patches to solve issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/128 TDE/tde#128] |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ea254eaa [ea254eaa]] ArchLinux: Backport patches to solve issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/128 TDE/tde#128] |
||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90e7827c [90e7827c]] DEB tdebase: add TDE release notes to khelpcenter home page. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/332 TDE/tdebase#332] |
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90e7827c [90e7827c]] DEB tdebase: add TDE release notes to khelpcenter home page. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/332 TDE/tdebase#332] |
||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=10724eac [10724eac]] DEB build scripts: update to new package naming convention (~pre instead of ~s) |
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=10724eac [10724eac]] DEB build scripts: update to new package naming convention (~pre instead of ~s) |
Revision as of 15:43, 3 July 2023
common
libltdl
dependencies
tde-cmake
- [3fedede7] Save and restore CMake policies so that it does not cause CMP0011
in the case of use as a slave - tde_automoc, tde_uic. - [4e5ddd48] Set CMake policy CMP0057 to NEW.
This is necessary for CheckLinkerFlag with CMake 3.18.
Add includes for other checks that are used in TDEMacros.
The initialization of the TDEMacros moved to the beginning. - [1af8cf35] tde_setup_architecture_flags: Add test for liner flag -pie or -ztype=pie.
- [570dbf6e] Add macro to display a warning message for developers
- [6ae3ce5b] Update version to R14.1.1~[DEVELOPMENT]
tqt3
- [eb4fc500] SunOS res_ninit() requires a clean structure
init structure without condition - [984ea06e] Revert "Add single TQObject root parent for all guarded pointers."
Commit b167d09c was functionally incorrect and is causing issues on
selected distributions.
This reverts commit b167d09c43be6c8b7d30f0d4fb1bf1e86c51b8a7.
This resolves issue TDE/tde#128 - [df5ce1b1] Enable use of pthread's recursive mutexes
- [c87fb381] Fix level when using pthreads recursive mutex
When using the pthreads recursive mutex, the level method was only able
to return either zero or one, but a recursive mutex can be locked more
than once.
Additionally, the way this detected if the mutex was already locked was
to test whether it can be locked again. If testing from the thread that
is currently holding the lock, this locking attempt always succeeds, and
therefore determines that the lock is _not_ held at all. This is
especially bad, as this operation only makes sense to perform from the
thread that holds the lock -- if any thread not holding the lock queries
the number of times the lock is held, that answer can change before the
thread can used it. - [d7c0502b] socket and nsl functions were moved to libc
akode
- [0259efc8] Fix header guard in requant.h.
arts
- [c9f8774a] Rename file
Now that we use the 1.x ALSA APIs, naming the file `audioioalsa9.cpp`
(revering to ALSA version 0.9) is misleading. - [eb439ea6] Update ALSA support to use 1.x API
Despite the comment in ConfigureChecks.cmake which claimed only ALSA 1.x
was supported, the code requested and expected the 0.9 version of some
PCM APIs.
These old APIs were superceded in 2002. ALSA implements backwards
compatibility with the old version of the API using symbol versioning,
which is not supported on all platforms (e.g., musl does not support
it).
This fixes issue #5 - [fc763a04] Delete unused source file
Configure only sets HAVE_LIBASOUND2, never HAVE_LIBASOUND, so this is never
used. - [dc87c6b3] Use poll.h instead of sys/poll.h
poll.h is the standard header name, and musl warns for including the wrong
one. - [597a5fc5] Fix possibly incorrect type for format string
request may be int or unsigned long depending on the platform, but the
format string assumed unsigned long. - [87f910f9] include string.h for illumos based systems
core
tdelibs
- [67283752] Merge translation files from master branch.
- [e44cba94] Merge translation files from master branch.
- [0b6d6bf3] Update translation template.
- [e7912d05] Add Gentoo ebuild mime type. This resolves issue #211
- [ae7f97b2] Doxygen: respect code indentation
With this commit, when viewing the source code of a file in the Trinity API docs
(e.g. http://trinitydesktop.org/docs/trinity/tdelibs/tdeui/html/kkeydialog_8cpp_source.html)
the line is correctly indented by using the `white-space: pre;` CSS rule. - [41336d84] Rework and fix commit 4d90cc61
- [605ad06a] Fix FTBFS caused by previous commit
- [e02f27b0] SunOS spesific SSL pathes
- [eebb2781] Drop TQT_NO_COMPAT code
- [bb3d7ccc] Merge translation files from master branch.
- [ad87bef2] Do not center the content of body element in tdeapi documentation
- [227cd7b4] Add SunOS specific patches
- [1933f94e] Merge translation files from master branch.
- [c4006e0e] Update version to R14.1.1~[DEVELOPMENT]
tdebase
- [87b9269e] kxkb: prevent overflow in case of non-existing layout group
- [1206271a] kxkb: fix unnecessary translations strings.
- [c449ec17] Find power related system tools instead of hardcode them
- [22937e15] Drop Qt2's TQSortedList class
- [4e428e11] kxkb: re-add custom TDE switching shortcut
This commit fixes issue #342 - [e4e94806] SunOS UID scheme
- [0e6f6f70] Drop TQT_NO_COMPAT code
- [878f6514] Merge translation files from master branch.
- [7f3b9f3a] Merge translation files from master branch.
- [869f1a8b] Update translation template.
- [f7395484] Add TDE release notes to khelpcenter home page. This resolves issue #332
- [8b8a8d7b] Replacing the wrong USEPAM variable with USE_PAM
- [61357f5f] kcheckpass: fix shadow support when not building tdm
1. If not building with PAM, kcheckpass relies on HAVE_SHADOW to decide
whether to support shadow passwords. However, this was only set if also
building tdm.
Consolidate all PAM/shadow configure checks at the top level so these are
always set correctly.
2. Consolidate /etc/passwd and shadow password handling
The shadow password handler already completely handles /etc/passwd
passwords as well, so having a separate handler for just /etc/passwd is
pure code duplication. - [5b795608] Merge translation files from master branch.
- [8d22f3f0] Merge translation files from master branch.
- [0598cdf6] [ksysguardd] Use size_t for storing process memory usage.
Avoids the process memory usage rolling over at 4GiB on 64-bit systems. - [ad771450] TWin: Active borders and snap tiling
This commit is a squash of the commits of TDE/tdebase#331
In short, this backports some improvements to existing electric border
functionality from KDE, adds the snap tiling (or aerosnap) feature and
brings rudimentary support for active corners, which will be fully
implemented in a later PR.
The options dialog and the documentation has been updated to reflect
these changes.
Additionally, a new relevant option is introduced: an option for
restoring the original size of maximized/tiled windows when the user
starts dragging them. The option is set to be off by default,
preserving the traditional behaviour of KDE 3.x/TDE.
Last but not least, the term "electric" in relation to borders and
corners is replaced by "active" for clarity to the users. - [60f10cca] Fix FTBFS caused by SunOS specific patches - see Issue #344
- [d984205f] SunOS specific patches
- [f3f71a01] Konqueror handbook documentation associated with PR # 240
- [452c775e] Update translation template.
- [a71726c7] konqueror: add option to enable/disable using double click to navitage to the parent folder. This resolves issue #329
- [218009e6] TCC twin: add 'shade' to the left mouse button click menu for active windows. This resolves issue #334
- [6b8ed6ad] Added initial draft of release notes for R14.1.1
- [fac7dce4] Merge translation files from master branch.
tdepim
tdemultimedia
- [9feec0e4] KMix: Fix typo in experimental UI.
- [14e1211f] KMix: ported settings to TDEConfigXT/Designer
This commit includes an improved Preferences dialog for KMix.
It also exposes some previously hidden options and features,
some of which experimental (build-time option, off by default).
It also includes some minor UI improvements.
tdenetwork
- [006e6257] Merge translation files from master branch.
- [2813c8b0] Merge translation files from master branch.
- [43562a4d] Drop TQT_NO_COMPAT code
- [762a46f0] SunOS cosmetic changes
- [2972ab25] Merge translation files from master branch.
tdetoys
- [fe6de6f4] KWeather: improve icon loading and other fixes
- Fix pixelated icons (issue #19)
- Fix "network offline" state
- Add helper `bool weatherDataAvailable(TQString stationID)` DCOP function
- Fix compatibility with old DCOP function signatures
- Prevent double "Network is offline" strings in weather data.
This commit introduces some new and renamed DCOP calls. Old function signatures
are kept for compatibility, but are mraked as deprecated. - [6b56a1be] Merge translation files from master branch.
tdeutils
tdeedu
tdegames
- [565d5028] Merge translation files from master branch.
tdeadmin
- [0e015b4c] Drop TQT_NO_COMPAT code
- [b6c2f516] Merge translation files from master branch.
- [c7d42d4a] Merge translation files from master branch.
tdeartwork
- [e762b45c] Merge translation files from master branch.
- [808f80d1] Merge translation files from master branch.
tdebindings
- [c269a828] Drop TQT_NO_COMPAT code
tdesdk
tdevelop
tdewebdev
- [0d04e823] Drop TQT_NO_COMPAT code
tde-i18n
- [e5d478d5] Merge translation files from master branch.
- [3a164f74] Update translation template.
- [c7d0ecab] tdebase: remove unnecessary translations. This relates to TDE/tdebase#369
- [390d1ef1] Merge translation files from master branch.
- [7590a5b9] Merge translation files from master branch.
- [3a45e149] Update translation template.
- [72d743f1] Merge translation files from master branch.
- [96ef523f] Update translation template.
- [2be133d9] Merge translation files from master branch.
- [0d7c2e5d] Update translation template.
- [9c5d6995] Merge translation files from master branch.
- [98ce0a05] Merge translation files from master branch.
- [c78bc44a] Merge translation files from master branch.
- [44df5a78] Update translation template.
- [d853b3b1] Merge translation files from master branch.
- [5bbb7a80] Update translation template.
- [6f206049] Drop TQT_NO_COMPAT code
- [fbefe009] Merge translation files from master branch.
- [437e7f9e] Update translation template.
- [eecc6df0] Merge translation files from master branch.
- [478fd9e0] Update translation template.
- [b615041c] Merge translation files from master branch.
- [13f85502] Merge translation files from master branch.
- [9a1c9ca7] Merge translation files from master branch.
- [95ba8f3a] Update translation template.
- [e1048d63] Merge translation files from master branch.
- [05bf41ea] Update translation template.
- [9acbd977] Merge translation files from master branch.
- [1d7d1003] Update translation template.
- [f1b2e331] Merge translation files from master branch.
- [5eaf3bb0] Update translation template.
- [de74b99d] Merge translation files from master branch.
- [4a18fa74] Update translation template.
- [e02a6d3d] Merge translation files from master branch.
- [6e1eb337] Merge translation files from master branch.
- [fe0891f3] Merge translation files from master branch.
- [9bc0dc32] Merge translation files from master branch.
- [5a5426dc] Merge translation files from master branch.
- [3353b420] Merge translation files from master branch.
- [95125a27] Update translation template.
- [fe59ee0e] Merge translation files from master branch.
- [cf5a7674] Update translation template.
- [0e18bd1f] Merge translation files from master branch.
- [f2d553a6] Update translation template.
- [fd5dc71d] Merge translation files from master branch.
libraries
libkdcraw
- [e2fa006d] Merge translation files from master branch.
- [ce03100d] Merge translation files from master branch.
libkipi
- [fd3cbbaa] Merge translation files from master branch.
- [a12b534d] Drop Qt2's TQSemiModal and TQSortedList classes
kipi-plugins
- [4a8dd422] Merge translation files from master branch.
- [f1f7701f] Drop TQT_NO_COMPAT code
- [b886660d] Merge translation files from master branch.
libksquirrel
libtqt-perl
- [25f2672b] Drop TQT_NO_COMPAT code
applications/games
tdepacman
- [483ec9b5] Drop Qt2 obsolete classes
applications/graphics
digikam
ksquirrel
applications/internet
kshowmail
- [52d71348] Removed .moc source files documentation.
- [bff3009c] Merge translation files from master branch.
ktorrent
- [aab627d9] Drop TQT_NO_COMPAT code
smb4k
- [ce8b965c] Drop TQT_NO_COMPAT code
applications/misc
desktop-effects-tde
- [7fd97f35] Drop autotools support
kerberostray
- [c3cc972b] Merge translation files from master branch.
krecipes
- [b3a74e11] Drop TQT_NO_COMPAT code
applications/multimedia
amarok
- [f76f89ad] Merge translation files from master branch.
- [2abbd175] Merge translation files from master branch.
- [36bc8001] Merge translation files from master branch.
- [1de41405] Merge translation files from master branch.
- [04bd5a86] Merge translation files from master branch.
codeine
- [177cdfdd] Merge translation files from master branch.
k3b
- [dc0b5f06] Merge translation files from master branch.
- [3d54daac] Merge translation files from master branch.
k3b-i18n
- [62b97f3f] Merge translation files from master branch.
- [8c489144] Merge translation files from master branch.
k9copy
- [321a6c84] Merge translation files from master branch.
kaffeine
- [8306ffba] Convert dummy part example to cmake
kmplayer
- [698d2bc3] Merge translation files from master branch.
soundkonverter
- [a36ca1c3] Drop TQT_NO_COMPAT code
tderadio
- [9ef2b1a7] Merge translation files from master branch.
applications/office
basket
- [7c310957] Merge translation files from master branch.
- [ea8b722d] Update translation template.
- [4a028d07] Drop Qt2's TQSortedList class
- [a07f9925] Merge translation files from master branch.
kbookreader
- [f3ed10ea] Merge translation files from master branch.
keximdb
- [2579e70e] Drop autotools support
kmymoney
koffice
- [75cc9de8] Drop use of COMPAT_TQT_VERSION define
- [f25aee7b] Drop Qt2 obsolete classes
- [72bac0dd] Chalk: Fix loading of PNG files with iCCP
This commit makes some fixes to the way that iCCP profile data is read and
loaded, and adds an additional check to ensure that the PNG file does have
a profile.
It also introduces a shorter libpng version check of the form:
`#if PNG_LIBPNG_VER < 10500`
This commit fixes issue #20 - [b19ae6ac] Workaround to fix issue #32
koffice-i18n
- [095c16c0] Merge translation files from master branch.
- [db60471c] Merge translation files from master branch.
- [bdb3da2e] Merge translation files from master branch.
applications/settings
kdpkg
- [41c04dc6] Merge translation files from master branch.
kiosktool
- [c1c74484] Merge translation files from master branch.
kkbswitch
- [294b4729] Merge translation files from master branch.
- [9d440c49] Merge translation files from master branch.
- [359b2cd5] Merge translation files from master branch.
- [f9e02269] Update translation template.
- [d0cbee51] Added global shortcuts for switching to previous/next group
- [29ed3556] Merge translation files from master branch.
klcddimmer
- [a932bc92] Merge translation files from master branch.
kmyfirewall
- [12d78a43] Add man pages from tde-packaging repository
- [57c87890] Removed unnecessary files
- [ecfe7712] Drop TQT_NO_COMPAT code
tdenetworkmanager
- [cfaf558e] Merge translation files from master branch.
wlassistant
- [259e5fb4] Merge translation files from master branch.
applications/system
dolphin
- [42d55616] Merge translation files from master branch.
kbfx
- [6dd6e0a7] Merge translation files from master branch.
kcmautostart
- [f332e029] Merge translation files from master branch.
klamav
- [ead114df] Merge translation files from master branch.
knemo
- [444036ef] Merge translation files from master branch.
krusader
polkit-agent-tde
- [4515df32] Merge translation files from master branch.
- [416bda1d] Merge translation files from master branch.
tdebluez
- [27b70ff7] Merge translation files from master branch.
- [a045ecc4] Merge translation files from master branch.
- [fb3e3ac8] Update translation template.
- [24b3dc5e] This fixes unknown devices to be configured and adds computer as valid device type.
- [e11af1d3] This fixes "Connecting device not working" issue #25
- [0a4ea4b0] Merge translation files from master branch.
- [f188187d] Update translation template.
- [5d198d9d] Fix issue when multiple devices with the same name are present. This resolves issue #24
- [83438b8e] Add cmake rules for building tdebluez api docs
- [5c37f6a6] Merge translation files from master branch.
- [531fe51b] Update translation template.
- [bc79b63d] Change the German string to English.
- [9276d6d1] Remove unnecessary accelerators from .ui files.
- [33f85d00] Update translation template.
- [9c9a5098] Update on the README.md
- [25926f66] Change the text of the action for authorization so that it is not joined
from multiple strings and therefore translation could be clearer. - [9cffe7ea] Use find_package( TQtQUI ) to detect TQtQui library.
Use tde_setup_dbus to detect and setup DBus.
Cleanup unused macros.
tdedocker
- [dee19ae7] Merge translation files from master branch.
tdepowersave
- [27eedf69] Update translation template.
- [aaecc02b] 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/ - [8317ec0e] Fix bad english in brightness string
- [10c2ac77] Merge translation files from master branch.
applications/tdeio
tdeio-ftps
- [de84323b] Merge translation files from master branch.
applications/themes
gtk3-tqt-engine
- [64db9682] Drop TQT_NO_COMPAT code
tde-style-baghira
tde-style-qtcurve
- [39f1c011] Merge translation files from master branch.
applications/utilities
abakus
- [d93c12f6] Merge translation files from master branch.
- [0091ba7e] Merge translation files from master branch.
- [1d82affe] Merge translation files from master branch.
kbarcode
- [8b350ddf] Merge translation files from master branch.
kcpuload
- [a9138aaf] Merge translation files from master branch.
kompose
- [9b1d854c] Merge translation files from master branch.
qalculate-tde
- [ef31b019] Merge translation files from master branch.
- [1ec24c00] Merge translation files from master branch.
- [10b1baeb] Merge translation files from master branch.
- [0efe2cf5] Merge translation files from master branch.
- [1b9b8feb] Merge translation files from master branch.
packaging
packaging
- [57950a7f] DEB kmyfirewall: move man pages to main repo
- [5aa28d44] DEB tdebase: Add init to build-depends.
This is necessary for TDE/tdebase#359 - [1028598a] DEB buildscripts: removed from R14.1.x branch. These scripts are kept up to date on master branch only, to avoid unnecessary repetition.
- [73972eeb] DEB: add support for Debian Trixie and Ubuntu Mantic. Remove Ubuntu Impish
- [b050ce81] FreeBSD: Backport patches to solve issue TDE/tde#128
- [ea254eaa] ArchLinux: Backport patches to solve issue TDE/tde#128
- [90e7827c] DEB tdebase: add TDE release notes to khelpcenter home page. This resolves issue TDE/tdebase#332
- [10724eac] DEB build scripts: update to new package naming convention (~pre instead of ~s)
- [7560fed8] Add debian rules for building tdebluez api docs
- [6a6134e9] DEB ksquirrel: use man pages from main repo
- [610981dc] RPM: update build scripts for Fedora 36
- [5fe21c2f] RPM: add distribution opensuse Leap 15.5
- [7919e63a] RPM: add build scripts for Mageia 9
- [6783a326] RPM: update build scripts for opensuse tumbleweed
- [8ab4d392] RPM: update build scripts for Fedora 38
- [0edc1511] RPM: add docker script for fedora38
- [687dff79] RPM: update build scripts for Fedora 37
- [9a94d2f3] RPM: update build scripts for opensuse 15.4
- [ae2a5ca1] RPM: update build scripts for pclinuxos