Difference between revisions of "Changelog For R14.0.8"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>SlavekB
(Update 20200112)
imported>SlavekB
(Update 20200119)
Line 207: Line 207:
 
= packaging =
 
= packaging =
 
== packaging ==
 
== packaging ==
  +
* RPM: remove obsolete distribution files in tdebase
  +
* RPM: update build scripts
  +
* RPM: various update to build 14.0.7
  +
* RPM: do not build recode on opensuse TW
  +
* RPM: re-enable AIM support in tdenetwork
  +
* DEB tdelibs: Add libavahi-tqt-dev to depends for tdelibs14-trinity-dev.
 
* DEB tqca: Add libtqtinterface-dev to build-deps.
 
* DEB tqca: Add libtqtinterface-dev to build-deps.
 
* DEB tqca: Add packaging files as a standalone libtqca shared library.
 
* DEB tqca: Add packaging files as a standalone libtqca shared library.

Revision as of 04:02, 20 January 2020

dependencies

tqca

  • Add safety check for from.d->c in Cert::operator=.
    Taken from a copy of TQCA in tdenetwork/kopete/groupwise.
  • SLOT changed to TQT_SLOT.
  • Updated obsolete GPL license addresses to current GPL address.
  • Add common cmake submodule.
  • Fix support for GCC hidden visibility.
  • Small adjustments to cmake conversion
    + add multiarch support for library installation path
    + add installation of tqcaprovider.h
    + removed dependency on TDE libraries
  • Conversion to the cmake building system.

main

tdelibs

  • Fix building with avahi support
    + Avahi detection was not performed at all
    + Added missing avahi-client detection
    + Fixed FTBFS in avahi related code
  • Added support for XDG_PICTURES_DIR and XDG_TEMPLATES_DIR in TDE global settings.
  • Fix handling of XDG directories in TDEConfigBase. This relates to issue #60
  • Fix camera device icon in hwmanager and other places.
  • tdehwlib: Fix parsing of CPU cores frequency information
    + The current frequency is parsed from the scaling_cur_freq file
    If the current frequency is not found in /proc/cpuinfo, the attempt
    to read value from cpuinfo_cur_freq failed because only root can
    read this file.
    + The have_frequency flag is not set when parsing current frequency from sysfs
    Setting the have_frequency flag after parsing current frequency for the
    first core caused the current frequency not to be parsed for other cores.
    + Frequency characteristics are parsed for all cores
    The assumption that the frequency characteristics for all cores will be
    the same as the first core is no longer reliable. There are heterogeneous
    architectures - for example ARM big.LITTLE.
  • tdehw: Fix wrong merge location in prior commit.
  • tdehwlib: Adjusted parsing of battery information
    + Added initialization of all values
    Some batteries do not provide all values and, without
    initialization, values may contain dubious data.
    + Added reading of current battery capacity value in percent
    (capacity)
    Some batteries may provide the current capacity value in
    percent instead of the current energy value.
    + Added check whether the battery provides current energy value
    (charge_now or energy_now)
    The current energy is calculated if the value is not provided
    in the battery information.
    + Added reading of estimated time to empty battery
    (time_to_empty_now)
    The remaining time is calculated if the value is not provided
    in the battery information.
    If the battery does not provide charging current information,
    the estimated time to charge the battery cannot be calculated.
  • tdehwlib: Classify the charger as an AC adapter, not as a battery.
  • Fix icons for some MIME types.
  • Updated version number to R14.0.8 [DEVELOPMENT].

tdebase

  • Use xdg-user-dirs to detect XDG variables instead of kxdglauncher. This relates to issue TDE/tdelibs#60.
  • CMakeL10n: Extract konsole schemas and keytabs directly from definition
    files instead of generating temporary name list file.

tdepim

  • Fix KMail misc icon and streamline German translation.
  • Fix inadvertently renamed Docking => TQt::Docking.
  • Fix unintended rename of LOCKFILE.

tdegraphics

  • Delete kamera pics, not needed anymore.
  • Kamera: prepared for removal of camera_test icon file.
  • Fix inadvertently renamed Orientation => Qt::Orientation.
  • Fix OCR settings icon of Kooka.
  • Make about dialog of Kooka translatable.

tdeaccessibility

  • Removed camera_test icon following changes on tdegraphics.

tdeartwork

  • Removed camera_test icon following changes on tdegraphics.

tdesdk

  • Fix test(1) portability

tde-i18n

  • Merge translation files from master branch.
  • Update translation template.
  • Merge translation files from master branch.
  • Update translation template.
  • Merge translation files from master branch.
  • Update translation template.
  • Fix inadvertently renamed Orientation => Qt::Orientation.
  • Fix inadvertently renamed Docking => TQt::Docking.
  • Fix unintended rename of LOCKFILE.

libraries

libkdcraw

  • Merge translation files from master branch.

kipi-plugins

  • Merge translation files from master branch.

applications

amarok

  • Merge translation files from master branch.

basket

  • Merge translation files from master branch.

digikam

  • Merge translation files from master branch.

dolphin

  • Merge translation files from master branch.

gtk-qt-engine

  • Merge translation files from master branch.

gwenview

  • Fixed error message when swtiching from icon view to browse view. This resolves bug #3047

gwenview-i18n

  • Merge translation files from master branch.

k3b-i18n

  • Merge translation files from master branch.

k9copy

  • Merge translation files from master branch.

kaffeine

  • Merge translation files from master branch.

kbibtex

  • Merge translation files from master branch.

kcmautostart

  • Merge translation files from master branch.
  • Update translation template.
  • Improve code avoiding allocation of unnecessary objects.

kdiff3

  • Merge translation files from master branch.

keep

  • Merge translation files from master branch.

kerry

  • Merge translation files from master branch.

kile

  • Merge translation files from master branch.

kiosktool

  • Merge translation files from master branch.

kkbswitch

  • Merge translation files from master branch.

kmplayer

  • Merge translation files from master branch.

kmymoney

  • Merge translation files from master branch.

knetstats

  • Merge translation files from master branch.

knetworkmanager8

  • Merge translation files from master branch.

knutclient

  • Drop automake build support.
    Add basic build instructions to the INSTALL file.
    Remove empty files NEWS and TODO.
    Remove "specs" folder as well as several shell scripts
    (Deb, Fedora, Mandriva...)
    Rework of the REAME file and the help page.

koffice

  • Fix FTBFS on openSUSE Tumbleweed
    formula.cc:294:1: error: narrowing conversion of '128' from 'int' to 'TQP_INT8' {aka 'char'} [-Wnarrowing]
  • Fix inadvertently renamed Horizontal/Vertical => Qt::Horizontal/Vertical.

koffice-i18n

  • Merge translation files from master branch.
  • Fix inadvertently renamed Horizontal/Vertical => Qt::Horizontal/Vertical.

konversation

  • Merge translation files from master branch.

kpicosim

  • Drop automake build support.
    Add basic build instructions to the INSTALL file.
    Remove empty file NEWS.
    Rework of the README and help page.

kpilot

  • Merge translation files from master branch.

krename

  • Drop automake build support.
    Add basic cmake build instructions.
    Delete rpm spec file.
    Rework of the README file and html page.

krusader

  • Merge translation files from master branch.

kshutdown

  • Merge translation files from master branch.

ksquirrel

  • Merge translation files from master branch.

ktorrent

  • Merge translation files from master branch.

kvirc

  • Merge translation files from master branch.

kvpnc

  • Merge translation files from master branch.

piklab

  • Merge translation files from master branch.

smb4k

  • Merge translation files from master branch.

soundkonverter

  • Merge translation files from master branch.

tdenetworkmanager

  • Merge translation files from master branch.

tdepowersave

  • Merge translation files from master branch.

tderadio

  • Merge translation files from master branch.

tdesudo

  • Drop automake build support.
    Add basic build instructions to the INSTALL file.
    Rework of the README and help page.

tellico

  • Merge translation files from master branch.

tork

  • Merge translation files from master branch.

yakuake

  • Merge translation files from master branch.

packaging

packaging

  • RPM: remove obsolete distribution files in tdebase
  • RPM: update build scripts
  • RPM: various update to build 14.0.7
  • RPM: do not build recode on opensuse TW
  • RPM: re-enable AIM support in tdenetwork
  • DEB tdelibs: Add libavahi-tqt-dev to depends for tdelibs14-trinity-dev.
  • DEB tqca: Add libtqtinterface-dev to build-deps.
  • DEB tqca: Add packaging files as a standalone libtqca shared library.
  • DEB tdelibs: Add kamera-trinity (<< 4:14.0.8~) to Conflicts
    for tdelibs-data-trinity to ensure smooth upgrade.
  • DEB tdegraphics: adjusted after removal of camera-photo icons. Related to PR #21.
  • DEB: updated packaging files for kpicosim after removal of automake files.
  • DEB: updated packaging filed for knutclient after removal of automake files.
  • FreeBSD: Minor adjustments
    + tqt3-ibase: use USES for firebird dependency
    + tqt3-pgsql: use USES for postgresql dependency