Difference between revisions of "Changelog For R14.0.10"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Initial version)
 
(Update 20201115)
Line 1: Line 1:
= main =
+
= core =
  +
== tdelibs ==
  +
* Adjust CMakeL10n rules for new 'core' folder for main modules.
  +
 
== tdebase ==
 
== tdebase ==
 
* Merge translation files from master branch.
 
* Merge translation files from master branch.
Line 14: Line 17:
   
 
== tdeadmin ==
 
== tdeadmin ==
  +
* Merge translation files from master branch.
  +
  +
== tdevelop ==
 
* Merge translation files from master branch.
 
* Merge translation files from master branch.
   
 
== tde-i18n ==
 
== tde-i18n ==
  +
* Update translation template.
  +
* Updated r14.0.x-specific tdebase translation for Ukrainian.
  +
* Merge translation files from master branch.
  +
* Add a missing newline character in the EO translation to resolve the FTBFS.
 
* Merge translation files from master branch.
 
* Merge translation files from master branch.
 
* Update translation template.
 
* Update translation template.
Line 22: Line 32:
   
 
= applications =
 
= applications =
  +
== amarok ==
  +
* Merge translation files from master branch.
  +
  +
== basket ==
  +
* Merge translation files from master branch.
  +
  +
== codeine ==
  +
* Merge translation files from master branch.
  +
  +
== digikam ==
  +
* Merge translation files from master branch.
  +
  +
== dolphin ==
  +
* Merge translation files from master branch.
  +
  +
== gwenview-i18n ==
  +
* Merge translation files from master branch.
  +
  +
== k3b-i18n ==
  +
* Merge translation files from master branch.
  +
 
== ktechlab ==
 
== ktechlab ==
 
* Merge translation files from master branch.
 
* Merge translation files from master branch.
Line 30: Line 61:
 
* Add includes to UI files to resolve FTBFS.
 
* Add includes to UI files to resolve FTBFS.
 
* Conversion to the cmake building system.<br/>Added man pages taken from the Debian packaging system.<br/>Move the ktechlab.desktop file into XDG_APPS_INSTALL_DIR directory,<br/>see [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/26 TDE/tde#26] and bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2408 #2408]
 
* Conversion to the cmake building system.<br/>Added man pages taken from the Debian packaging system.<br/>Move the ktechlab.desktop file into XDG_APPS_INSTALL_DIR directory,<br/>see [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/26 TDE/tde#26] and bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2408 #2408]
  +
  +
== qalculate-tde ==
  +
* Update translation template.
  +
* Fix undeclared declarations of string/vector/list; prefix declarations with 'std::'
   
 
= packaging =
 
= packaging =
 
== packaging ==
 
== packaging ==
  +
* DEB: adjusted to new 'core' folder for main packages.
  +
* DEB: added cmake directive to create compilation database 'compile_commands.json' at build time.<br/>This can be used to provide linting, autocompletion, hovering info, go-to-definition<br/>and in general other LSP functionality in development environments.
  +
* DEB ktechlab: switch to cmake under Ubuntu too. Switch to common TDE cdbs rules. The man page has been moved to the main tree.<br/>This is the same as commit 1117ce79 but applied to Ubuntu.
 
* Added KDCOP to TDE menu - System. This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2886 #2886]
 
* Added KDCOP to TDE menu - System. This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2886 #2886]
 
* DEB ktechlab: Switch to cmake.<br/>Switch to common TDE cdbs rules.<br/>The man page has been moved to the main tree.
 
* DEB ktechlab: Switch to cmake.<br/>Switch to common TDE cdbs rules.<br/>The man page has been moved to the main tree.

Revision as of 01:16, 16 November 2020

core

tdelibs

  • Adjust CMakeL10n rules for new 'core' folder for main modules.

tdebase

  • Merge translation files from master branch.
  • Added KDCOP to TDE menu - System. This relates to bug #2886
    This is a modified and extended version of commit 25555aa75.
  • Added initial draft of release notes for R14.0.10.
  • Merge translation files from master branch.
  • Fix FTBFS due to redefine the 'log' symbol in tdmlib.

tdepim

  • Fix FTBFS due to redefine the 'round' symbol in korganizer.

tdeutils

  • kmilo: added keyboard shortcuts for fine settings of screen brightness.

tdeadmin

  • Merge translation files from master branch.

tdevelop

  • Merge translation files from master branch.

tde-i18n

  • Update translation template.
  • Updated r14.0.x-specific tdebase translation for Ukrainian.
  • Merge translation files from master branch.
  • Add a missing newline character in the EO translation to resolve the FTBFS.
  • Merge translation files from master branch.
  • Update translation template.
  • Merge translation files from master branch.

applications

amarok

  • Merge translation files from master branch.

basket

  • Merge translation files from master branch.

codeine

  • Merge translation files from master branch.

digikam

  • Merge translation files from master branch.

dolphin

  • Merge translation files from master branch.

gwenview-i18n

  • Merge translation files from master branch.

k3b-i18n

  • Merge translation files from master branch.

ktechlab

  • Merge translation files from master branch.
  • Update translation template.
  • Add workaround for broken gpsim includes.
  • Fix incorrect include file check definitions.
  • Added controlled conversions to char* instead of automatic ascii conversions.
    The definition of -UTQT_NO_ASCII_CAST is no longer needed.
  • Add includes to UI files to resolve FTBFS.
  • Conversion to the cmake building system.
    Added man pages taken from the Debian packaging system.
    Move the ktechlab.desktop file into XDG_APPS_INSTALL_DIR directory,
    see TDE/tde#26 and bug #2408

qalculate-tde

  • Update translation template.
  • Fix undeclared declarations of string/vector/list; prefix declarations with 'std::'

packaging

packaging

  • DEB: adjusted to new 'core' folder for main packages.
  • DEB: added cmake directive to create compilation database 'compile_commands.json' at build time.
    This can be used to provide linting, autocompletion, hovering info, go-to-definition
    and in general other LSP functionality in development environments.
  • DEB ktechlab: switch to cmake under Ubuntu too. Switch to common TDE cdbs rules. The man page has been moved to the main tree.
    This is the same as commit 1117ce79 but applied to Ubuntu.
  • Added KDCOP to TDE menu - System. This relates to bug #2886
  • DEB ktechlab: Switch to cmake.
    Switch to common TDE cdbs rules.
    The man page has been moved to the main tree.