Changelog For R14.1.4

From Trinity Desktop Project Wiki
Revision as of 01:27, 29 October 2024 by SlavekB (talk | contribs) (Initial version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

dependencies

tde-cmake

  • [580befe5] Update version to R14.1.4~[DEVELOPMENT]

polkit-tqt

  • [da5de499] Make sure TQ_EXPORT is defined before it is used

core

tdelibs

  • [fcbf2cd7] change ftp pass command case
  • [91b5d541] Update version to R14.1.4~[DEVELOPMENT]

tdebase

  • [01b4e6da] Don't stat files twice when sending to trash
    TQDir::entryInfoList will call some variation of stat on each file when
    creating the return list, so there is no need to stat the file again.
    See: TDE/tdebase#445
  • [d32b065f] Add draft R14.1.4 release notes
  • [bd043798] Fix broken links in R14.1.3 release notes

tdewebdev

  • [f2af844a] kxsldbg: Remove obsolete initialization of SAX1 parser.
    The call does not do any operation and causes FTBFS with libxml2 >= 2.13.0.

applications/misc

krecipes

  • [04f85823] Merge translation files from master branch.

applications/multimedia

amarok

  • [d200bcbd] Merge translation files from master branch.

codeine

  • [77b92dd8] Update translation template.
  • [55b425fe] Update the xineScope to remove global variables.
    This patch updates xineScope.c to better align with Amarok's code. As a
    result, the analyzer is more accurate. For instance, when playing an
    audio file and there is a silent spot, the blocks will correctly "drop"
    to the bottom, leaving an empty analyzer. The previous behaviour would
    leave some blocks "stuck" in their position
    See: TDE/codeine#23
  • [4fe9282a] Fix the audio analyzer
    Most of the code was already borrowed from Amarok, but wasn't properly
    finished. This just updates the code to more closely match what is
    currently in TDE's Amarok.
    The Analyzer still sits in the statusBar(), which is cool, but can have
    some delays when watching a video (the video itself is unaffected).
    See: TDE/codeine#23

applications/system

ksystemlog

  • [3fba3d9a] Merge translation files from master branch.

xdg-desktop-portal-tde

  • [84a87037] Fix location of desktop file to be aligned with other applications