Difference between revisions of "Changelog For R14.0.12"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Update 20211219)
(Update 20211226)
Line 42: Line 42:
   
 
== tdenetwork ==
 
== tdenetwork ==
  +
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9acff1e7 [9acff1e7]] kopete: update include path for speex>=1.0.5<br/>Header files of `speex` are installed in sub directory since 1.0.4,<br/>and speex>=1.0.5 is required for libjingle using speex.
  +
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=c81b3719 [c81b3719]] Change WITH_ALL_OPTOINS default to OFF for consistency<br/>Other TDE core modules are OFF by default.
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cb4b1c27 [cb4b1c27]] Fix FTBFS if the TQCA library is not installed on the default location<br/>for the system libraries or in TQt libraries.
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cb4b1c27 [cb4b1c27]] Fix FTBFS if the TQCA library is not installed on the default location<br/>for the system libraries or in TQt libraries.
   
 
== tdegraphics ==
 
== tdegraphics ==
  +
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=e39ed8fa [e39ed8fa]] Set t1lib support to OFF by default for all cases.<br/>The library is abandoned and there is no reason to maintain support for it.
  +
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ee23b74e [ee23b74e]] Add a CMake build option WITH_ALL_OPTIONS disabled by default
 
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=544868bc [544868bc]] Add support for Poppler >= 21.11.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/36 #36]
 
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=544868bc [544868bc]] Add support for Poppler >= 21.11.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/36 #36]
 
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2434371b [2434371b]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2434371b [2434371b]] Merge translation files from master branch.
Line 77: Line 81:
   
 
== tde-i18n ==
 
== tde-i18n ==
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df5324a7 [df5324a7]] Merge translation files from master branch.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1cabecc6 [1cabecc6]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35960a50 [35960a50]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35960a50 [35960a50]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac82abb7 [ac82abb7]] Merge translation files from master branch.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac82abb7 [ac82abb7]] Merge translation files from master branch.
Line 237: Line 243:
 
= packaging =
 
= packaging =
 
== packaging ==
 
== packaging ==
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=58cc2918 [58cc2918]] DEB tdegraphics: Use WITH_ALL_OPTIONS.
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d667fc13 [d667fc13]] FreeBSD tdegraphics: Backport patch for support Poppler >= 21.11.
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d667fc13 [d667fc13]] FreeBSD tdegraphics: Backport patch for support Poppler >= 21.11.
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8e5d126a [8e5d126a]] ArchLinux tdegraphics: Backport patch for support Poppler >= 21.11.
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8e5d126a [8e5d126a]] ArchLinux tdegraphics: Backport patch for support Poppler >= 21.11.

Revision as of 09:36, 27 December 2021

dependencies

tqt3

  • [96f244b0] Revert back TQt to Qt in the book title

tqtinterface

  • [4fd4c885] cmake: Install libraries according to multi-arch rules

dbus-1-tqt

  • [a5488007] Make sure to handle pending messages at start up if a dbus service
    is invoked by the dbus daemon.
    Prior to this fix, when a service was started by the dbus daemon,
    the first dbus call sent to it was being held back till the next
    dbus call was performed, resulting in a long timeout for the first
    unhandled call and a delayed answer.

tqscintilla

  • [ddeb07f1] cmake: Install the library to the default system location.
    Parts omitted in commit 1382F3DDB7D28B59432C8C32455734BADA2B6016.
  • [31b96d93] Added controlled conversions to char* instead of automatic ascii conversions.
    The definition of -UTQT_NO_ASCII_CAST is no longer needed.
  • [a4cbbd1e] cmake: Setting the WITH_GCC_VISIBILITY option has no effect.
    Hidden visibility has always been activated depending on the
    version of the compiler, regardless of WITH_GCC_VISIBILITY value.
    The config.h file generated during configuration was not used at all.
  • [8d464c8f] cmake: Do not install private headers.
    The headers installed in the private directory seem to be unnecessary
    when building other applications or libraries that use TQScintilla
    library. Therefore, there is no obvious reason to be installed.
  • [69b6fb93] cmake: Set the path for installing API documentation.
    The documentation contained here is not the usual manual,
    so it does not belong to the TDE user documentation.
  • [2c89222e] Fix library version in pkg-config file.
    The version of the library file as such does not reflect the official version
    of the library, but version and compatibility of API / ABI library interface.
  • [37936789] cmake: Install the library to the default system location.
  • [bf076238] Conversion to the cmake building system.

core

tdelibs

  • [56efeb8f] Merge translation files from master branch.
  • [a2f2ff66] dcopclient: Use default path for XDG_RUNTIME_DIR if the variable is not set.
    This resolves issue TDE/tdebase#241

tdebase

  • [ff500b01] Merge translation files from master branch.
  • [0f973531] konsole: fixup comments text and location.
  • [c3e741fe] Backported commit 66c83048 from KDE's Konsole source code.
    https://invent.kde.org/utilities/konsole/-/commit/66c830484c3e042284b23114ab51f99a706cea9e
    This relates to issue TDE/tde#71
    -------------------------------------------------------------
    Original commit info:
    From: Luis Alves
    Date: Wed, 10 Jun 2020 17:34:15 -0300
    Subject: Add new ANSI sequences CNL and CPL
    - It implements Cursor Next Line (CNL) sequence.
    - It implments Cursor Previous Line (CPL) sequence.
    - Ex: echo -e "Hello\e[3EWorld" or echo -e "Hello\e[3FWorld"
    -------------------------------------------------------------
  • [26930d75] Fixed hanging of system on shutdown caused by conflicts between tdm and plymouth.
    This resolves bug #2806
  • [37974925] Konsole: fixed detection of root mc in session menu. This resolves issue #245
  • [208a0a00] Merge translation files from master branch.
  • [1f648a7a] Merge translation files from master branch.
  • [0a04f95e] Merge translation files from master branch.
  • [f2c3276b] (Readme) Replace most mentions of KDE with TDE
    This isn’t completely done as there’s still a few outdated
    bits of infomation in there.
  • [ad2b8358] Merge translation files from master branch.
  • [db01087d] Merge translation files from master branch.
  • [d2ac1022] Merge translation files from master branch.
  • [e757ccdb] Fixed clearing Xft.dpi settings when no value is set in TCC module. This resolves issue TDE/tde#70
  • [9c2f4b15] Merge translation files from master branch.
  • [b708c8f0] Added initial draft of release notes for R14.0.12.

tdenetwork

  • [9acff1e7] kopete: update include path for speex>=1.0.5
    Header files of `speex` are installed in sub directory since 1.0.4,
    and speex>=1.0.5 is required for libjingle using speex.
  • [c81b3719] Change WITH_ALL_OPTOINS default to OFF for consistency
    Other TDE core modules are OFF by default.
  • [cb4b1c27] Fix FTBFS if the TQCA library is not installed on the default location
    for the system libraries or in TQt libraries.

tdegraphics

  • [e39ed8fa] Set t1lib support to OFF by default for all cases.
    The library is abandoned and there is no reason to maintain support for it.
  • [ee23b74e] Add a CMake build option WITH_ALL_OPTIONS disabled by default
  • [544868bc] Add support for Poppler >= 21.11.
    This resolves issue #36
  • [2434371b] Merge translation files from master branch.

tdetoys

  • [0cf04e8e] kweather sidebar: correctly initialize variables. This fixes issue #15

tdeutils

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

tdeedu

  • [8b408227] fix FTBFS when aRts support is not available from tdelibs.

tdegames

tdeaccessibility

  • [910ff90d] Merge translation files from master branch.
  • [c8ab5fb0] Merge translation files from master branch.
  • [c9b1ffe3] Merge translation files from master branch.
  • [1c0809e3] Merge translation files from master branch.

tdeadmin

  • [8423692f] Merge translation files from master branch.

tdeartwork

  • [f411d71f] Merge translation files from master branch.

tdewebdev

  • [13cafe2f] Quanta: Enable and use TQt input methods in Kafka (VPL) part.
    This resolves issue #14

tde-i18n

  • [df5324a7] Merge translation files from master branch.
  • [1cabecc6] Merge translation files from master branch.
  • [35960a50] Merge translation files from master branch.
  • [ac82abb7] Merge translation files from master branch.
  • [c4a31a54] Merge translation files from master branch.
  • [e29293ea] Merge translation files from master branch.
  • [4de67975] Merge translation files from master branch.
  • [7b2da1d3] Merge translation files from master branch.
  • [9ecd312a] Merge translation files from master branch.
  • [62bed5e7] Update translation template.
  • [644547c8] Merge translation files from master branch.
  • [4084ed7d] Merge translation files from master branch.
  • [44e7c295] Fixed typo. This resolves issue TDE/tdegames#15
  • [017229ec] Merge translation files from master branch.
  • [488d3ccb] Merge translation files from master branch.
  • [1f9487af] Merge translation files from master branch.
  • [94c93bc6] Merge translation files from master branch.
  • [447f527b] Merge translation files from master branch.
  • [9c9ef03a] Merge translation files from master branch.
  • [7fb84d44] Merge translation files from master branch.
  • [1cb8d002] Merge translation files from master branch.

libraries

kipi-plugins

  • [e6998673] Merge translation files from master branch.

applications/development

kdbg

  • [15fe5aa7] Merge translation files from master branch.

kdiff3

  • [50ae4a03] Merge translation files from master branch.

applications/games

knights

  • [4de9ba5b] Merge translation files from master branch.

tdepacman

  • [37691284] Merge translation files from master branch.
  • [2fbdabba] Merge translation files from master branch.

applications/graphics

digikam

  • [27303281] Merge translation files from master branch.
  • [dc0b14d2] Merge translation files from master branch.
  • [f1bb9d7a] Merge translation files from master branch.
  • [591ce624] Merge translation files from master branch.

kuickshow

  • [2535728e] Merge translation files from master branch.

applications/internet

kasablanca

  • [0f27dbe7] Merge translation files from master branch.

kbiff

  • [c20576b9] Merge translation files from master branch.

applications/multimedia

amarok

  • [0127855e] Merge translation files from master branch.
  • [72d6767e] Fix plural form of translations.
    The leading '_n: ' should not be part of the translations.
  • [979e78bd] Merge translation files from master branch.

codeine

  • [4cc0bd4c] Merge translation files from master branch.
  • [4ab1fa87] Merge translation files from master branch.
  • [27700dd1] Merge translation files from master branch.

k3b

k3b-i18n

  • [c63ea895] Merge translation files from master branch.
  • [c950f167] Merge translation files from master branch.
  • [3cfe2ad4] Merge translation files from master branch.
  • [9ad09c20] Update translation template.

kmplayer

  • [8ab67680] Merge translation files from master branch.

applications/office

basket

  • [35c04368] Merge translation files from master branch.
  • [73a586a3] Merge translation files from master branch.
  • [41b17a77] Update translation template.
  • [2bca54ad] Prevent null pointer deference in methods for selection.
    This resolves the crash when exporting the Basket archive.

kbibtex

  • [daffce55] Merge translation files from master branch.

kbookreader

  • [46f1782c] Merge translation files from master branch.

koffice

  • [d6ebacbe] Fixed build issue with libwv2 support

applications/settings

kiosktool

  • [aad8d7ac] Merge translation files from master branch.

klcddimmer

  • [ac22fd68] Merge translation files from master branch.

applications/system

dolphin

  • [4888044a] Merge translation files from master branch.
  • [3ac90b74] Fixed singular form in translation. This resolves issue #14
  • [59e40ff2] Fix plural form of translations.
    The leading '_n: ' should not be part of the translations.
  • [0fee176c] Merge translation files from master branch.
  • [29d1865f] Adjusted translations following commit 02de153. This relates to issue #11 and issue #13
  • [8dc1e819] Fixed D3lphin --> Dolphin in GUI. This resolves issue #10
  • [b774cb49] Fixed a couple of typos. This resolves issue #11 and issue #13
  • [f6a05589] Merge translation files from master branch.
  • [8d336678] Merge translation files from master branch.
  • [7fd18cbf] Merge translation files from master branch.

katapult

  • [08bbe4aa] Merge translation files from master branch.

tdepowersave

  • [5a0a0416] Merge translation files from master branch.
  • [271123a5] Merge translation files from master branch.

applications/tdeio

tdeio-locate

  • [31e5ff7b] Merge translation files from master branch.

tdeio-sword

  • [e1d79f01] Merge translation files from master branch.

applications/themes

tde-style-qtcurve

tdmtheme

  • [60ea0c2b] Merge translation files from master branch.

twin-style-suse2

  • [53e3a4cd] Merge translation files from master branch.

applications/utilities

abakus

  • [bddd2d52] Merge translation files from master branch.

filelight

  • [e1e03212] Merge translation files from master branch.
  • [c40b463a] Merge translation files from master branch.
  • [8df86e09] Merge translation files from master branch.

kchmviewer

  • [4369f737] Merge translation files from master branch.

keep

  • [abe46864] Merge translation files from master branch.

krename

  • [2eda030d] Merge translation files from master branch.
  • [1ed1927c] Merge translation files from master branch.

packaging

packaging

  • [58cc2918] DEB tdegraphics: Use WITH_ALL_OPTIONS.
  • [d667fc13] FreeBSD tdegraphics: Backport patch for support Poppler >= 21.11.
  • [8e5d126a] ArchLinux tdegraphics: Backport patch for support Poppler >= 21.11.
  • [91467e12] ArchLinux cmake-trinity: Update for rebuild with CMake 3.22.
  • [aee953ec] DEB tqtinterface: Set CMAKE_INSTALL_LIBDIR independently of GNUInstallDirs.
  • [7771106f] DEB tqtinterface: Install libraries according to multi-arch rules
  • [134e9e1c] DEB tdebase: Update the location of the libtqt3-integration plugin
    following the multi-arch location of TQt3.
  • [99369720] DEB tqscintilla: Update the location of the TQScintilla plugin
    following the multi-arch location of TQt3.
  • [ba443bd4] DEB tqca: Update the location of the tqca-tls plugin
    following the multi-arch location of TQt3.
  • [612d480c] DEB tqt3: Change the architecture to 'all' for *-headers packages
  • [517f7890] DEB tqt3: Install libraries according to multi-arch rules
  • [eff5a74e] DEB tqscintilla: Fix installation directory for TQt3 plugin.
    On stable branch, TQt3 is not installed in the multi-arch paths.
  • [4215f4e8] DEB DilOS: Apply recent changes for tqscintilla and python-tqt.
  • [1bdbf52d] DEB python-tqt: Update paths for TQScintilla built using CMake.
  • [90705472] DEB tqscintilla: Switch to cmake.
    Switch to common TDE cdbs rules.
    Add definitions for multi-arch.
    Move translations into a separate package.
  • [771a8289] ArchLinux: Update build script
    + Fix build for tde-i18n.
  • [26594b1e] RPM: update pclinuxos scripts
  • [cf39f24d] DEB: updated supported distros.
  • [a5dd0dde] ArchLinux dbus-1-tqt: Fix 'replaces' definition to avoid replacing itself.
    This resolves issue TDE/tde#69
  • [f303479c] ArchLinux tdelibs: Fix unwanted conflict with kdelibs.
    This resolves issue TDE/tde#68
  • [f7f0ddba] RPM: update TDE version to 14.0.11, continued
  • [5c224f27] RPM: update osstw build scripts
  • [b3154fbd] RPM: update k3b
  • [fcb53a5c] RPM: update build scripts
  • [110bf4e4] RPM: add package twin-style-dekorator
  • [450d7fe0] RPM: update tde-style-baghira
  • [999e1fa8] RPM: switch ksystemlog to cmake build
  • [cc0460c4] RPM: switch tde-systemsettings to cmake build
  • [7cb8976b] RPM: switch kscope to cmake build
  • [0f2429f7] RPM: switch kaffeine-mozilla to cmake build
  • [09634c7b] RPM: update tdenetwork
  • [7b6798da] RPM: update tdetoys
  • [526f30bd] RPM: update README file names
  • [c9ea83df] RPM: update TDE to version 14.0.11
  • [0d023ac2] RPM: add build scripts for Fedora 35
  • [a163ec2d] RPM: add Fedora 35 support in tdelibs
  • [dea85409] RPM: switch libkdcraw to cmake
  • [105f6898] RPM: add support for Fedora 35 in tdebase
  • [f0a4a209] RPM: update tdenetwork
  • [3fe1012f] RPM: add package tdesshaskpass
  • [61ffcb2e] RPM: update mplayerthumbs
  • [79e4bc69] RPM: switch kftpgrabber to cmake build