Difference between revisions of "Changelog For R14.1.1"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Update 20230528)
(Update 20230611)
Line 1: Line 1:
 
= common =
 
= common =
 
== libltdl ==
 
== libltdl ==
  +
* [https://git.trinitydesktop.org/cgit/libltdl/commit/?id=8590c6cb [8590c6cb]] Drop autotools support
 
* [https://git.trinitydesktop.org/cgit/libltdl/commit/?id=d24bd281 [d24bd281]] add illumos sys/dl.h include condition
 
* [https://git.trinitydesktop.org/cgit/libltdl/commit/?id=d24bd281 [d24bd281]] add illumos sys/dl.h include condition
   
 
= dependencies =
 
= dependencies =
 
== tde-cmake ==
 
== tde-cmake ==
  +
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=3fedede7 [3fedede7]] Save and restore CMake policies so that it does not cause CMP0011<br/>in the case of use as a slave - tde_automoc, tde_uic.
  +
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=4e5ddd48 [4e5ddd48]] Set CMake policy CMP0057 to NEW.<br/>This is necessary for CheckLinkerFlag with CMake 3.18.<br/>Add includes for other checks that are used in TDEMacros.<br/>The initialization of the TDEMacros moved to the beginning.
  +
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=1af8cf35 [1af8cf35]] tde_setup_architecture_flags: Add test for liner flag -pie or -ztype=pie.
 
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=570dbf6e [570dbf6e]] Add macro to display a warning message for developers
 
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=570dbf6e [570dbf6e]] Add macro to display a warning message for developers
 
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=6ae3ce5b [6ae3ce5b]] Update version to R14.1.1&#126;[DEVELOPMENT]
 
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=6ae3ce5b [6ae3ce5b]] Update version to R14.1.1&#126;[DEVELOPMENT]
   
 
== tqt3 ==
 
== tqt3 ==
  +
* [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.
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d7c0502b [d7c0502b]] socket and nsl functions were moved to libc
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d7c0502b [d7c0502b]] socket and nsl functions were moved to libc
Line 20: Line 25:
 
= core =
 
= core =
 
== tdelibs ==
 
== tdelibs ==
  +
* [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=ad87bef2 [ad87bef2]] Do not center the content of body element in tdeapi documentation
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=227cd7b4 [227cd7b4]] Add SunOS specific patches
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=227cd7b4 [227cd7b4]] Add SunOS specific patches
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1933f94e [1933f94e]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1933f94e [1933f94e]] Merge translation files from master branch.
Line 25: Line 33:
   
 
== tdebase ==
 
== tdebase ==
  +
* [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=7f3b9f3a [7f3b9f3a]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=869f1a8b [869f1a8b]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f7395484 [f7395484]] Add TDE release notes to khelpcenter home page. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/332 #332]
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8b8a8d7b [8b8a8d7b]] Replacing the wrong USEPAM variable with USE_PAM
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=61357f5f [61357f5f]] kcheckpass: fix shadow support when not building tdm<br/>1. If not building with PAM, kcheckpass relies on HAVE_SHADOW to decide<br/>whether to support shadow passwords. However, this was only set if also<br/>building tdm.<br/>Consolidate all PAM/shadow configure checks at the top level so these are<br/>always set correctly.<br/>2. Consolidate /etc/passwd and shadow password handling<br/>The shadow password handler already completely handles /etc/passwd<br/>passwords as well, so having a separate handler for just /etc/passwd is<br/>pure code duplication.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5b795608 [5b795608]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d22f3f0 [8d22f3f0]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0598cdf6 [0598cdf6]] [ksysguardd] Use size_t for storing process memory usage.<br/>Avoids the process memory usage rolling over at 4GiB on 64-bit systems.
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ad771450 [ad771450]] TWin: Active borders and snap tiling<br/>This commit is a squash of the commits of [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/331 TDE/tdebase#331]<br/>In short, this backports some improvements to existing electric border<br/>functionality from KDE, adds the snap tiling (or aerosnap) feature and<br/>brings rudimentary support for active corners, which will be fully<br/>implemented in a later PR.<br/>The options dialog and the documentation has been updated to reflect<br/>these changes.<br/>Additionally, a new relevant option is introduced: an option for<br/>restoring the original size of maximized/tiled windows when the user<br/>starts dragging them. The option is set to be off by default,<br/>preserving the traditional behaviour of KDE 3.x/TDE.<br/>Last but not least, the term "electric" in relation to borders and<br/>corners is replaced by "active" for clarity to the users.
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ad771450 [ad771450]] TWin: Active borders and snap tiling<br/>This commit is a squash of the commits of [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/331 TDE/tdebase#331]<br/>In short, this backports some improvements to existing electric border<br/>functionality from KDE, adds the snap tiling (or aerosnap) feature and<br/>brings rudimentary support for active corners, which will be fully<br/>implemented in a later PR.<br/>The options dialog and the documentation has been updated to reflect<br/>these changes.<br/>Additionally, a new relevant option is introduced: an option for<br/>restoring the original size of maximized/tiled windows when the user<br/>starts dragging them. The option is set to be off by default,<br/>preserving the traditional behaviour of KDE 3.x/TDE.<br/>Last but not least, the term "electric" in relation to borders and<br/>corners is replaced by "active" for clarity to the users.
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=60f10cca [60f10cca]] Fix FTBFS caused by SunOS specific patches - see Issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/344 #344]
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=60f10cca [60f10cca]] Fix FTBFS caused by SunOS specific patches - see Issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/344 #344]
Line 34: Line 52:
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b8ed6ad [6b8ed6ad]] Added initial draft of release notes for R14.1.1
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b8ed6ad [6b8ed6ad]] Added initial draft of release notes for R14.1.1
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fac7dce4 [fac7dce4]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fac7dce4 [fac7dce4]] Merge translation files from master branch.
  +
  +
== tdepim ==
  +
* [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
   
 
== tdenetwork ==
 
== tdenetwork ==
  +
* [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=2972ab25 [2972ab25]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2972ab25 [2972ab25]] Merge translation files from master branch.
   
 
== tdetoys ==
 
== tdetoys ==
 
* [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.
  +
  +
== tdeutils ==
  +
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=8a349b7e [8a349b7e]] Drop TQT_NO_COMPAT code
  +
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=365df97f [365df97f]] SunOS cosmetic changes
  +
  +
== tdeedu ==
  +
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c597b74b [c597b74b]] Drop TQT_NO_COMPAT code
  +
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=389ed0d3 [389ed0d3]] SunOS cosmetic changes
  +
  +
== tdegames ==
  +
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=565d5028 [565d5028]] Merge translation files from master branch.
  +
  +
== tdeadmin ==
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=0e015b4c [0e015b4c]] Drop TQT_NO_COMPAT code
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b6c2f516 [b6c2f516]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=c7d42d4a [c7d42d4a]] Merge translation files from master branch.
   
 
== tdeartwork ==
 
== tdeartwork ==
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e762b45c [e762b45c]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e762b45c [e762b45c]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=808f80d1 [808f80d1]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=808f80d1 [808f80d1]] Merge translation files from master branch.
  +
  +
== tdebindings ==
  +
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=c269a828 [c269a828]] Drop TQT_NO_COMPAT code
  +
  +
== tdesdk ==
  +
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=365f3135 [365f3135]] Drop TQT_NO_COMPAT code
  +
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8b02e379 [8b02e379]] SunOS cosmetic changes
   
 
== tdevelop ==
 
== tdevelop ==
Line 49: Line 96:
   
 
== tde-i18n ==
 
== tde-i18n ==
  +
* [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=eecc6df0 [eecc6df0]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=478fd9e0 [478fd9e0]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b615041c [b615041c]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=13f85502 [13f85502]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a1c9ca7 [9a1c9ca7]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=95ba8f3a [95ba8f3a]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1048d63 [e1048d63]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05bf41ea [05bf41ea]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9acbd977 [9acbd977]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9acbd977 [9acbd977]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d7d1003 [1d7d1003]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d7d1003 [1d7d1003]] Update translation template.
Line 78: Line 135:
 
== libksquirrel ==
 
== libksquirrel ==
 
* [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
  +
  +
= applications/games =
  +
== tdepacman ==
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=483ec9b5 [483ec9b5]] Drop Qt2 obsolete classes
   
 
= applications/graphics =
 
= applications/graphics =
Line 88: Line 149:
 
= applications/internet =
 
= applications/internet =
 
== kshowmail ==
 
== kshowmail ==
  +
* [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.
   
 
= applications/misc =
 
= applications/misc =
  +
== desktop-effects-tde ==
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7fd97f35 [7fd97f35]] Drop autotools support
  +
 
== 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.
Line 96: Line 161:
 
= applications/multimedia =
 
= applications/multimedia =
 
== amarok ==
 
== amarok ==
  +
* [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=04bd5a86 [04bd5a86]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=04bd5a86 [04bd5a86]] Merge translation files from master branch.
   
Line 106: Line 173:
   
 
== k3b-i18n ==
 
== k3b-i18n ==
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=62b97f3f [62b97f3f]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8c489144 [8c489144]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8c489144 [8c489144]] Merge translation files from master branch.
   
Line 113: Line 181:
 
== 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.
  +
  +
== tderadio ==
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9ef2b1a7 [9ef2b1a7]] Merge translation files from master branch.
   
 
= applications/office =
 
= applications/office =
Line 120: Line 191:
 
== kbookreader ==
 
== kbookreader ==
 
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=f3ed10ea [f3ed10ea]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=f3ed10ea [f3ed10ea]] Merge translation files from master branch.
  +
  +
== keximdb ==
  +
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=2579e70e [2579e70e]] Drop autotools support
  +
  +
== kmymoney ==
  +
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=43cb2df6 [43cb2df6]] Drop use of COMPAT_TQT_VERSION define
  +
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1a2f7616 [1a2f7616]] Drop Qt2 obsolete classes
   
 
== koffice ==
 
== koffice ==
  +
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=75cc9de8 [75cc9de8]] Drop use of COMPAT_TQT_VERSION define
  +
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f25aee7b [f25aee7b]] Drop Qt2 obsolete classes
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=72bac0dd [72bac0dd]] Chalk: Fix loading of PNG files with iCCP<br/>This commit makes some fixes to the way that iCCP profile data is read and<br/>loaded, and adds an additional check to ensure that the PNG file does have<br/>a profile.<br/>It also introduces a shorter libpng version check of the form:<br/> `#if PNG_LIBPNG_VER &lt; 10500`<br/>This commit fixes issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/20 #20]
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=72bac0dd [72bac0dd]] Chalk: Fix loading of PNG files with iCCP<br/>This commit makes some fixes to the way that iCCP profile data is read and<br/>loaded, and adds an additional check to ensure that the PNG file does have<br/>a profile.<br/>It also introduces a shorter libpng version check of the form:<br/> `#if PNG_LIBPNG_VER &lt; 10500`<br/>This commit fixes issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/20 #20]
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=b19ae6ac [b19ae6ac]] Workaround to fix issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/32 #32]
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=b19ae6ac [b19ae6ac]] Workaround to fix issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/32 #32]
   
 
== koffice-i18n ==
 
== koffice-i18n ==
  +
* [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 167: Line 248:
   
 
== tdebluez ==
 
== tdebluez ==
  +
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=27b70ff7 [27b70ff7]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a045ecc4 [a045ecc4]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a045ecc4 [a045ecc4]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fb3e3ac8 [fb3e3ac8]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fb3e3ac8 [fb3e3ac8]] Update translation template.
Line 206: Line 288:
 
= applications/utilities =
 
= applications/utilities =
 
== abakus ==
 
== abakus ==
  +
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=d93c12f6 [d93c12f6]] 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.
   
Line 213: Line 297:
 
== kompose ==
 
== kompose ==
 
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=9b1d854c [9b1d854c]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=9b1d854c [9b1d854c]] Merge translation files from master branch.
  +
  +
== qalculate-tde ==
  +
* [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=0efe2cf5 [0efe2cf5]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1b9b8feb [1b9b8feb]] Merge translation files from master branch.
   
 
= packaging =
 
= packaging =
 
== packaging ==
 
== packaging ==
  +
* [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 (&#126;pre instead of &#126;s)
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=10724eac [10724eac]] DEB build scripts: update to new package naming convention (&#126;pre instead of &#126;s)
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7560fed8 [7560fed8]] Add debian rules for building tdebluez api docs
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7560fed8 [7560fed8]] Add debian rules for building tdebluez api docs

Revision as of 15:03, 12 June 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

  • [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

arts

  • [87f910f9] include string.h for illumos based systems

core

tdelibs

  • [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

  • [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

  • [eec76c7b] Drop TQT_NO_COMPAT code
  • [55afe358] SunOS requires fcntl.h without any condition

tdenetwork

tdetoys

  • [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

tdesdk

tdevelop

  • [7afe1d68] Merge translation files from master branch.

tde-i18n

  • [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.

kipi-plugins

  • [b886660d] Merge translation files from master branch.

libksquirrel

applications/games

tdepacman

applications/graphics

digikam

  • [dea407e3] Merge translation files from master branch.

ksquirrel

  • [f0109c23] Add man pages from tde-packaging repository

applications/internet

kshowmail

  • [52d71348] Removed .moc source files documentation.
  • [bff3009c] Merge translation files from master branch.

applications/misc

desktop-effects-tde

kerberostray

  • [c3cc972b] Merge translation files from master branch.

applications/multimedia

amarok

  • [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.

kmplayer

  • [698d2bc3] Merge translation files from master branch.

tderadio

  • [9ef2b1a7] Merge translation files from master branch.

applications/office

basket

  • [a07f9925] Merge translation files from master branch.

kbookreader

  • [f3ed10ea] Merge translation files from master branch.

keximdb

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

  • [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

  • [29ed3556] Merge translation files from master branch.

klcddimmer

  • [a932bc92] Merge translation files from master branch.

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.

tastymenu

  • [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

applications/tdeio

tdeio-ftps

  • [de84323b] Merge translation files from master branch.

applications/themes

tde-style-baghira

  • [ce4fd308] Merge translation files from master branch.

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.

kcpuload

  • [a9138aaf] Merge translation files from master branch.

kompose

  • [9b1d854c] Merge translation files from master branch.

qalculate-tde

  • [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

  • [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