Changelog For R14.1.1

From Trinity Desktop Project Wiki
Revision as of 15:43, 3 July 2023 by SlavekB (talk | contribs) (Update 20230702)
Jump to navigation Jump to search

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

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

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

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

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

tdesdk

tdevelop

tdewebdev

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

applications/games

tdepacman

applications/graphics

digikam

ksquirrel

applications/internet

kshowmail

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

ktorrent

smb4k

applications/misc

desktop-effects-tde

kerberostray

  • [c3cc972b] Merge translation files from master branch.

krecipes

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

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

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

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.

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

gtk3-tqt-engine

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