Difference between revisions of "Changelog For R14.1.1"
Jump to navigation
Jump to search
(Initial version) |
(Update 20230528) |
||
Line 1: | Line 1: | ||
+ | = common = |
||
+ | == libltdl == |
||
+ | * [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=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~[DEVELOPMENT] |
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=6ae3ce5b [6ae3ce5b]] Update version to R14.1.1~[DEVELOPMENT] |
||
== tqt3 == |
== tqt3 == |
||
+ | * [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 14: | Line 20: | ||
= core = |
= core = |
||
== tdelibs == |
== tdelibs == |
||
+ | * [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. |
||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c4006e0e [c4006e0e]] Update version to R14.1.1~[DEVELOPMENT] |
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c4006e0e [c4006e0e]] Update version to R14.1.1~[DEVELOPMENT] |
||
== tdebase == |
== tdebase == |
||
+ | * [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=d984205f [d984205f]] SunOS specific patches |
||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f3f71a01 [f3f71a01]] Konqueror handbook documentation associated with PR # 240 |
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f3f71a01 [f3f71a01]] Konqueror handbook documentation associated with PR # 240 |
||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=452c775e [452c775e]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=452c775e [452c775e]] Update translation template. |
||
Line 32: | Line 42: | ||
== 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=808f80d1 [808f80d1]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=808f80d1 [808f80d1]] Merge translation files from master branch. |
||
Line 38: | Line 49: | ||
== tde-i18n == |
== tde-i18n == |
||
+ | * [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=f1b2e331 [f1b2e331]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5eaf3bb0 [5eaf3bb0]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de74b99d [de74b99d]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a18fa74 [4a18fa74]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02a6d3d [e02a6d3d]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e1eb337 [6e1eb337]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe0891f3 [fe0891f3]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe0891f3 [fe0891f3]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9bc0dc32 [9bc0dc32]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9bc0dc32 [9bc0dc32]] Merge translation files from master branch. |
||
Line 56: | Line 75: | ||
== kipi-plugins == |
== kipi-plugins == |
||
* [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 == |
||
+ | * [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=e14b6685 [e14b6685]] Removed unnecessary files |
||
= applications/graphics = |
= applications/graphics = |
||
== digikam == |
== digikam == |
||
* [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 == |
||
+ | * [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f0109c23 [f0109c23]] Add man pages from tde-packaging repository |
||
= applications/internet = |
= applications/internet = |
||
Line 142: | Line 167: | ||
== tdebluez == |
== tdebluez == |
||
+ | * [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=24b3dc5e [24b3dc5e]] This fixes unknown devices to be configured and adds computer as valid device type. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e11af1d3 [e11af1d3]] This fixes "Connecting device not working" issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebluez/issues/25 #25] |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=0a4ea4b0 [0a4ea4b0]] Merge translation files from master branch. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f188187d [f188187d]] Update translation template. |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5d198d9d [5d198d9d]] Fix issue when multiple devices with the same name are present. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebluez/issues/24 #24] |
||
+ | * [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=83438b8e [83438b8e]] Add cmake rules for building tdebluez api docs |
||
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5c37f6a6 [5c37f6a6]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5c37f6a6 [5c37f6a6]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=531fe51b [531fe51b]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=531fe51b [531fe51b]] Update translation template. |
||
Line 183: | Line 216: | ||
= packaging = |
= packaging = |
||
== packaging == |
== packaging == |
||
+ | * [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=7560fed8 [7560fed8]] Add debian rules for building tdebluez api docs |
||
+ | * [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6a6134e9 [6a6134e9]] DEB ksquirrel: use man pages from main repo |
||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=610981dc [610981dc]] RPM: update build scripts for Fedora 36 |
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=610981dc [610981dc]] RPM: update build scripts for Fedora 36 |
||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5fe21c2f [5fe21c2f]] RPM: add distribution opensuse Leap 15.5 |
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5fe21c2f [5fe21c2f]] RPM: add distribution opensuse Leap 15.5 |
Revision as of 12:45, 29 May 2023
common
libltdl
- [d24bd281] add illumos sys/dl.h include condition
dependencies
tde-cmake
- [570dbf6e] Add macro to display a warning message for developers
- [6ae3ce5b] Update version to R14.1.1~[DEVELOPMENT]
tqt3
- [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
- [87f910f9] include string.h for illumos based systems
core
tdelibs
- [227cd7b4] Add SunOS specific patches
- [1933f94e] Merge translation files from master branch.
- [c4006e0e] Update version to R14.1.1~[DEVELOPMENT]
tdebase
- [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.
tdenetwork
- [2972ab25] Merge translation files from master branch.
tdetoys
- [6b56a1be] Merge translation files from master branch.
tdeartwork
- [e762b45c] Merge translation files from master branch.
- [808f80d1] Merge translation files from master branch.
tdevelop
- [7afe1d68] Merge translation files from master branch.
tde-i18n
- [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
- [e14b6685] Removed unnecessary files
applications/graphics
digikam
- [dea407e3] Merge translation files from master branch.
ksquirrel
- [f0109c23] Add man pages from tde-packaging repository
applications/internet
kshowmail
- [bff3009c] Merge translation files from master branch.
applications/misc
kerberostray
- [c3cc972b] Merge translation files from master branch.
applications/multimedia
amarok
- [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
- [8c489144] Merge translation files from master branch.
k9copy
- [321a6c84] Merge translation files from master branch.
kmplayer
- [698d2bc3] Merge translation files from master branch.
applications/office
basket
- [a07f9925] Merge translation files from master branch.
kbookreader
- [f3ed10ea] Merge translation files from master branch.
koffice
- [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
- [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.
- [416bda1d] Merge translation files from master branch.
tdebluez
- [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
tde-style-baghira
- [ce4fd308] Merge translation files from master branch.
tde-style-qtcurve
- [39f1c011] Merge translation files from master branch.
applications/utilities
abakus
- [1d82affe] Merge translation files from master branch.
kcpuload
- [a9138aaf] Merge translation files from master branch.
kompose
- [9b1d854c] Merge translation files from master branch.
packaging
packaging
- [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