Changelog For R14.0.13

From Trinity Desktop Project Wiki
Jump to navigation Jump to search

common

cmake

  • [96bb7ddd] tde_create_handbook: Install symlink for 'common' part as relative.
  • [f7cb5e1b] Allows tde macros to be used for processing .ui files in pure TQt
    applications.
  • [26f52b5d] Make sure to check for existance of ${CMAKE_SOURCE_DIR}/.tdescminfo
    before trying to read it.
  • [82576df1] Add macro to set project version at TDE-wide scope.

dependencies

tqt3

  • [98756287] Remove unnecessary accelerators from .ui files
  • [658e4aa5] Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
  • [d8db49dc] SGI style: enable complex widget rendering
    Was commented out for no obvious reason
    This resolves issue #64

tqtinterface

  • [84c1344f] Use TDE cmake macro to set version
  • [9b5c9a25] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

akode

  • [1a27540e] Add a check for a pkg-config package named libmad next to mad.
  • [eb9c57b8] Use TDE cmake macro to set version
  • [047a9ee8] Fix build problem for older ffmpeg versions
    Fix a build failure for older ffmpeg versions. avcodec_decode_audio4
    was deprecated in libavcodec 57.106.100, not 57.12.100, so the
    version has been corrected.
  • [66184944] Implement ffmpeg 5.0 support
    Version 5.0 of ffmpeg removed a lot of deprecated API which causes akode
    to fail to build against it. The ffmpeg plugin has been amended to allow
    akode to build against the new version as well as older versions, plus a
    call to "av_register_all" has been re-instated for earlier versions to
    ensure the player functions correctly.
  • [e910166a] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

arts

  • [946d4e1e] Add man pages from tde-packaging repo.
  • [c5f9bde2] Use 'tde_setup_paths' macro to setup required paths.
  • [874e171a] Add a check for a pkg-config package named libmad next to mad,
    for detection of library libmad >= 0.16.x (Tenacity's fork).
    Split configuration tests into separate files.
    Fill PC_LIB_REQUIRE list during tests.
  • [269fb87d] Use TDE cmake macro to set version
  • [1adc3202] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

avahi-tqt

  • [b5f886a1] Use TDE cmake macro to set version
  • [8c54ba5b] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

dbus-1-tqt

  • [2af6c41a] Use TDE cmake macro to set version
  • [2437472f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

dbus-tqt

  • [d00a34ff] Use TDE cmake macro to set version
  • [bc097f68] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

libart-lgpl

  • [88a5793c] Use TDE cmake macro to set version
  • [086ceb85] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

libcaldav

  • [a45f7d2d] Use TDE cmake macro to set version
  • [af7d8e41] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

libcarddav

  • [64c632ca] Use TDE cmake macro to set version
  • [bf7b65ff] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

libr

  • [421f8526] Use __WORDSIZE instead of BFD_HOST_64BIT_LONG
    to verify the conformity of architecture.
    This resolves FTBFS with binutils >= 2.39 on amd64.
  • [5abe6240] Use TDE cmake macro to set version
  • [b4595aac] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

sip4-tqt

  • [9149eaf2] Make sip_api_get_address a public API function
    The sipGetAddress function has been renamed as sip_api_get_address
    and made available as part of the public API.
  • [1eb067b4] Ensure module initialisation is exported globally
    The generated module initialisation function fails to export because of
    the "-fvisibility-hidden" resulting in an import failure on missing
    symbol. Alter the visibility of the initialisation function to "default"
    to ensure that it winds up as "global" in the module binary.
  • [ac6e37dd] Improve the "underlying C/C++ object has been deleted" message
    python-tqt is reporting "underlying C/C++ object has been deleted". This
    is rather unhelpful. A little code has been backported from the equivalent
    source files in sip 4.19.23 to make it a little clearer about what is
    going wrong (original author Riverbank Computing Limited
    , licensed under GPL version 2 or 3).

tqscintilla

  • [724e4c4b] Use TDE cmake macro to set version
  • [7ab2e21a] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

python-tqt

  • [bb6e249a] Added fix canvas.py for python3
  • [30381ed7] Remove support for earlier Qt/TQt versions
    Conditional code in the .sip files linked to specific older versions has
    been removed. Since the versions of TQt and python-tqt are running in
    parallel, the support for older versions was clutter that would never
    actually be used now.
  • [4978511e] Remove Qt V2 support and example files
    Build files for pyuic2 have been removed along with the examples for
    version 2 of Qt and the build/configure scripts have been amended
    accordingly. The "examples3" directory has been renamed to just
    "examples".
  • [5916692c] Changed testing for the presence of optional modules,
    because simply testing a file with a ".so" extension
    does not work on multiarch Python installations.
  • [52f8f843] Updates to support Python version 3
    Amendments to the sip source and configuration/build scripts to allow
    for support under Python version 3. The examples have been updated
    using "2to3" along with some manual changes to sort out intentation
    and casting to integer from float.
  • [228b87ea] Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY

polkit-tqt

  • [d1fcf13a] Use TDE cmake macro to set version
  • [b7557352] Add DBUS_TQT_LIBRARY_DIRS to the link_directories
    Add the library paths for the dbus-1-tqt library to the list of
    link_directories in the CMakeLists.txt files for the examples
    subdirectory to cater for the library not being in /usr.
  • [6c3c07ec] Add POLKIT_GOBJECT_LIBRARY_DIRS to the link_directories
    Add the library paths for the glib/gobject libraries to the list of
    link_directories in the CMakeLists.txt files for core, gui, and
    agent subdirectories to cater for glib not being in /usr.

tqca

  • [9435fed8] Use TDE cmake macro to set version
  • [aa57b64e] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

core

tdelibs

  • [b00a9182] Kate Part: Ctrl+Mouse Scroll to change font size
    As seen in most applications out there. ;-)
    Fixed functionality of CTRL+Mouse Wheel when scrolling is not enabled.
  • [e9a93097] Kate: unified diff and markdown's syntax colors for diff code to green/red
  • [82568d72] Kate: improved markdown syntax highlighting.
  • [931d3265] Fix `#ifdef __cplusplus` for blocks `extern "C"` in config.h.cmake.
  • [2318093c] KSSL: Add names for OpenSSL 3.x libraries to SSL libraries search.
    Use OPENSSL_SHLIB_VERSION for default libraries version.
    This relates to issue #176
  • [cb2e9fee] Update README.kiosk (KDE->TDE, gender neutral)
  • [da3e60dc] KSSL: fixed detection of correct 'SSL_get_peer_certificate' method. This resolves incompatibility with openSSL 3.0.
  • [5e2a999c] Use TDE cmake macro to set version
  • [ad2e17a6] kate syntax highlighting - markdown: fixed strong emphasis visualization
    and ruler's regex.
  • [f8c1d052] Kate: syntax highlighting for Markdown
    Source: https://github.com/claes/kate-markdown
    Licence: GPL or BSD (dual)
    Copyright 2008 Darrin Yeager. http://dyeager.org/
    Extended 2009 Claes Holmerson. http://github.com/claes/kate-markdown
    Per mailing list recommendation by Dr. Niklaus Klepp
  • [18c8dbb4] Added missing files required by API documentation.
  • [d50475d9] Fix the last wrong condition from commit 99739b61143c05f7fb1157dc145e19e9c090de6e.
    Revert the wrong fix from commit 3d3e77773df70317267c2d471c37e9374256590d.
    If desktop file does not include X-TDE-Protocols property, use X-KDE-Protocols
    property to limit the use of TDEIO protocols for non-TDE programs.
    This resolves issue TDE/tdebase#224
  • [d8e8ebd5] dcopclient: Fixed TQMap/TQValueList display.
    This fixes issue #166
  • [2c68d7b0] dcopclient: Fix TQStringList handling.
  • [93ad2c1d] Minor fixup on names used in previous commit. This aligns to the names of the other tdeio slaves.
  • [4eef8256] Add kdebug areas for tdeio slaves in applications/tdeio folder. Tidy up the whole file alignemnt.
  • [df219665] Fixed tdelibs API visualization.
  • [1671c73e] TDEFontDialog: Fix font style matching.
    This resolves issue TDE/tde#81
  • [43ba724e] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [778cd96c] Merge translation files from master branch.
  • [6a5fd2df] Add support for Jasper 3.x.
  • [59b2df78] Kate part: enable font style modification
    This resolves issue TDE/tdebase#271

tdebase

  • [faa08f0b] Added final version of release notes for R14.0.13.
  • [dae747a1] Konsole Part: Ctrl+Mouse Scroll to change font size
    Konsole: Move biggerFont() and smallerFont() into TEWidget
    Additional changes.
  • [f620f706] Merge translation files from master branch.
  • [eb804b1a] Kicker: Allow dragging group tasks
  • [6403a32b] Add doc/kappfinder/CMakeLists.txt to avoid unwanted automatic
    installation of man-kappfinder.1.docbook.
  • [9f16a312] Add "Move Task Button" action to group tasks
    This resolves issue TDE/tde#98
    Also contains some identation fixes.
  • [e0f5bc13] Use consistent close icon in task menus
  • [5ffbdf75] Update information in KTip
    + Add a note about using the mouse wheel to set the volume
    + Change the IRC channel address to irc.libera.chat
    This resolves issue #288
  • [cf0b1d00] Change libkonq/PLUGINS and libkonq/SERVICEMENUS to Markdown format.
    This resolves issue #290
  • [98b1240a] Merge translation files from master branch.
  • [3f864c94] Merge translation files from master branch.
  • [d8dd3783] Remove unnecessary accelerator from .ui files.
  • [95b65bb7] Merge translation files from master branch.
  • [a2cb178b] khotkeys: added 'waiting' action to the list of available choices.
  • [12007bb6] TCC khotkeys: added 'move up' and 'move down' buttons to 'Actions' and 'Conditions' listviews for input actions.
  • [371ad533] TCC khotkeys: fixed logic related to action and condition item selection after deleting an existing item.
  • [63b2f662] Merge translation files from master branch.
  • [7b885c02] Merge translation files from master branch.
  • [b08a38c6] Use gender-neutral language
    This resolves issue TDE/tde#93
  • [8a7d02d7] Merge translation files from master branch.
  • [2fab7c3d] Update translation template.
  • [ab384ed0] Use Scale & Crop as default style for wallpaper.
    Add more options to "Set as Background" menu in Konqueror.
    This resolves issue #280 and issue #281
  • [90ea879f] SFTP: compatibility with older libssh versions
  • [b7c36c8e] SFTP: Various fixes and improvements
    For details see PR #279.
    Portions of code borrowed from KDE5 SFTP ioslave:
    Source: https://invent.kde.org/network/kio-extras/-/blob/master/sftp/kio_sftp.cpp
    Licence: LGPLv2 or later
  • [6b64de55] Replaced old sftp ioslave with backported version
    Source: https://github.com/sandsmark/kde2-kio-sftp-kde4
    Licence: GPLv2 or later
    This resolves issue #276
  • [0b10dbcf] FISH: Security fix backport from KDE
    "Only store password in KWallet if the user asked for it"
    https://invent.kde.org/network/kio-extras/-/commit/d813cef3cecdec9af1532a40d677a203ff979145
    Author: David Faure
    Licence: GPLv2
    This mitigates CVE-2020-12755.
  • [56c1f140] Use TDE cmake macro to set version
  • [ba6370ea] Add man pages for TDE applications.
  • [bbb3edad] tdeio-man: add TDE specific man folder to the list of the search paths.
  • [43f519c1] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [14039aa7] Merge translation files from master branch.
  • [7757d185] Added initial draft of release notes for R14.0.13.

tdepim

  • [afb8ab85] Prefer pkg-config for gpgme and gpg-error detection.
    Use LARGEFILES_DEFINITIONS instead of hard-coded _FILE_OFFSET_BITS=64.
  • [11226549] Fix libgpg-error detection for libgpg-error >= 1.46.
  • [2128c14f] Distinguish between settings and explicit override for external content
    Summary:
    This will allow KMail to properly communicate the difference also when
    using per-folder settings for loading external references. This in turn
    makes 746e02af07f7dc223940ad80a0a234c0aff85850 also work in that case.
    Taken from KDE patches and adapted to TDE.
    See https://phabricator.kde.org/D12393 and https://phabricator.kde.org/D12394
  • [b1ef270c] Load external references in encrypted emails only on explicit request.
    Taken from KDE patches and adapted to TDE.
    See https://phabricator.kde.org/D12391
  • [2b133a2d] Remove unnecessary accelerators from .ui files
  • [aac369db] Gender-neutral language
    Related to TDE/tde#93
  • [f62b74b3] Use TDE cmake macro to set version
  • [70822ce3] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdemultimedia

  • [50ca1633] Use TDE dummy.cpp file for consistency with other packages.
  • [ba611a1d] Remove unnecessary accelerators from .ui files
  • [92268214] Gender-neutral language.
    This is related to TDE/tde#93
  • [62a53e5d] Add man pages for TDE applications.
  • [e379b039] Use TDE cmake macro to set version
  • [4c05ae89] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdenetwork

  • [ce0c913f] Remove unnecessary accelerators from .ui files
  • [1e7c5f0a] Add man pages for TDE applications.
  • [6276875e] Use TDE cmake macro to set version
  • [3e7a60bf] libvncserver: remove unnecessary re-definition of true/false boolean values.
  • [4fa7deb5] Fix 'true' definition.
    This fixes issue #43
  • [3f51345f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdegraphics

  • [211feb7a] Use TDE cmake macro to set version
  • [182e4a98] Add man pages for TDE applications.
  • [486f3605] Merge translation files from master branch.
  • [e26c60e7] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [59955c3e] Add support for Poppler >= 22.03.

tdetoys

  • [ef511e3d] Merge translation files from master branch.
  • [0724fa0f] Merge translation files from master branch.
  • [3f9b6090] Use TDE cmake macro to set version
  • [b3f02949] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeutils

  • [ce28588f] Fix in superkaramba sensor network for linux
  • [b11853f9] Remove unnecessary accelerators from .ui files
  • [49a9d862] Merge translation files from master branch.
  • [2ac578c0] Use TDE cmake macro to set version
  • [27fd0e2b] Fixed TQT->QT change in previous backported commit.
    Removed incorrectly backported tdefilereplace stuff (still in tdewebdev
    in R14.0.x branch).
  • [439a6c91] Add man pages for TDE applications.
  • [4046d4ef] Fixed FTBFS as reported in issue 39.
  • [6a218c6e] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeedu

  • [1a6e5e0c] Remove unnecessary accelerators from .ui files
  • [16286eec] Use TDE cmake macro to set version
  • [7e1840a5] Merge translation files from master branch.
  • [94f88327] Merge translation files from master branch.
  • [24d076e4] Merge translation files from master branch.
  • [6657f66a] Merge translation files from master branch.
  • [0cc4158a] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdegames

  • [5bc85729] Use TDE dummy.cpp file for consistency with other packages.
  • [5f380798] Remove unnecessary accelerators from .ui files
  • [9793de3c] Gender-neutral language
    Related to TDE/tde#93
  • [a6b7e252] Use TDE cmake macro to set version
  • [34c5952c] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeaccessibility

  • [3801135b] Remove unnecessary accelerators from .ui files
  • [7a4a33f2] Use TDE cmake macro to set version
  • [5ca006ce] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeaddons

  • [b29104f2] Remove unnecessary accelerators from .ui files
  • [d04ac6be] Konqueror dirfilter plugin: remove unnecessary call to updateSearch().
    This avoid nested for loops over all the items in the view, which were
    causing increasingly longer delays each time new items were added to the
    list.
    This resolves TDE/tdelibs#165
  • [ace503ca] Use TDE cmake macro to set version
  • [38d555ae] Add man pages for TDE applications.
  • [db5b0a49] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeadmin

  • [9c295168] Remove unnecessary accelerators from .ui files
  • [16396811] Use TDE cmake macro to set version
  • [c7fcf973] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeartwork

  • [71d946f9] Remove unnecessary accelerators from .ui files
  • [b38d2e5e] Added man pages for TDE applications.
  • [7c9ac3fa] Merge translation files from master branch.
  • [6d608e37] Use TDE cmake macro to set version
  • [2fa15e0a] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdebindings

  • [509fe799] Remove unnecessary accelerators from .ui files
  • [f3d12ac0] Added conditions for installing man pages according to parts that are builded.
  • [7f2b95bd] Add man pages for TDE applications.
  • [3b095c92] Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
  • [4eea79e9] Fix FTBFS when tdehw is not present. This resolves bug #2494

tdesdk

  • [9f24ce6c] Remove unnecessary include 'libxml/DOCBparser.h'.
    This resolve FTBFS with libxml2 >= 2.10.
  • [cd0650d3] Remove unnecessary accelerators from .ui files
  • [edc3557f] Use TDE cmake macro to set version
  • [3498e2c3] Fixed TQT->QT define in previous backported commit.
  • [4c8afb5e] Add man pages for TDE applications
  • [da7d3c40] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdevelop

  • [f6ca198c] Remove unnecessary accelerators from .ui files
  • [0094503b] Use TDE cmake macro to set version
  • [ac34a533] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdewebdev

  • [ae772097] Use TDE dummy.cpp file for consistency with other packages.
  • [59495c90] Remove code to support libxml2 < 2.6.
    Enable LIBXML_DOCB_ENABLED independently of the presence
    of 'libxml/DOCBparser.h' because from libxml2 >= 2.6 for
    docbook files are not used deprecated functions from
    DOCBparser, so 'libxml/DOCBparser.h' is not needed.
  • [952d8326] Remove remaining unnecessary accelerators from .ui files
  • [41cb0aa2] Remove unnecessary accelerators from .ui files
  • [89dbef40] Merge translation files from master branch.
  • [2ebf9c24] Use TDE cmake macro to set version
  • [be7ae7c3] Merge translation files from master branch.
  • [ba296029] Kommander: removed 'Run in KDE4' menu entry and code.
  • [63584b03] Merge translation files from master branch.
  • [0b91d7f6] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tde-i18n

  • [54ac5381] Merge translation files from master branch.
  • [ca787f7c] Merge translation files from master branch.
  • [21090060] Merge translation files from master branch.
  • [b0947675] Merge translation files from master branch.
  • [f43e557a] Merge translation files from master branch.
  • [07be2c21] Update translation template.
  • [0b75a15a] Merge translation files from master branch.
  • [7176b596] Update translation template.
  • [0ea9af58] Merge translation files from master branch.
  • [f532c7dc] Update translation template.
  • [65a3fc9e] Merge translation files from master branch.
  • [6ea51599] Update translation template.
  • [9673d4a6] Merge translation files from master branch.
  • [4e98c1cf] Update translation template.
  • [a48514b3] Install symlinks for 'common' files as relative.
  • [74c8d740] Remove unnecessary backup translations.
  • [5cf1ed33] Merge translation files from master branch.
  • [796b394b] Merge translation files from master branch.
  • [fcf48b5a] Merge translation files from master branch.
  • [8090fd99] Update translation template.
  • [78c10a90] Merge translation files from master branch.
  • [084af784] Update translation template.
  • [966f66e9] Merge translation files from master branch.
  • [c3770575] Update translation template.
  • [c8f543ec] Merge translation files from master branch.
  • [97ed793e] Update translation template.
  • [d42eb28d] Merge translation files from master branch.
  • [bcf97275] Merge translation files from master branch.
  • [b179ef62] Update translation template.
  • [c47b42df] Merge translation files from master branch.
  • [0a367ffc] Merge translation files from master branch.
  • [73b57954] Update translation template.
  • [7ec8159f] Merge translation files from master branch.
  • [48063a2e] Merge translation files from master branch.
  • [1163d273] Merge translation files from master branch.
  • [b98f6a1a] Merge translation files from master branch.
  • [9b99ce09] Merge translation files from master branch.
  • [3fc3748f] Merge translation files from master branch.
  • [937b3503] Update translation template.
  • [8341969b] Merge translation files from master branch.
  • [265b47b1] Merge translation files from master branch.
  • [475b04c9] Merge translation files from master branch.
  • [4738d1f2] Update translation template.
  • [957d2940] Merge translation files from master branch.
  • [43c8b706] Merge translation files from master branch.
  • [8ab650e3] Update translation template.
  • [38c26c0a] Merge translation files from master branch.
  • [68d63c45] Merge translation files from master branch.
  • [d6422e04] Merge translation files from master branch.
  • [462ad9d2] Merge translation files from master branch.
  • [b56de776] Merge translation files from master branch.
  • [634d42ea] Merge translation files from master branch.
  • [a4f52e9a] Merge translation files from master branch.
  • [e1b2fa48] Merge translation files from master branch.
  • [9ccf91f1] Merge translation files from master branch.
  • [22c26429] Merge translation files from master branch.
  • [20b641be] Update translation template.
  • [832e3c69] Merge translation files from master branch.
  • [01ddf6ad] Update translation template.
  • [a0116bdb] Merge translation files from master branch.
  • [b81b08f0] Update translation template.
  • [9e0183a8] Merge translation files from master branch.
  • [f5e0d313] Update translation template.
  • [6cdec5e0] Merge translation files from master branch.
  • [de3e914c] Merge translation files from master branch.
  • [395a90b4] Merge translation files from master branch.
  • [bc68ec6d] Merge translation files from master branch.
  • [1444e6a6] Merge translation files from master branch.
  • [2a2cb388] Merge translation files from master branch.
  • [9570b156] Merge translation files from master branch.
  • [f6b916e4] Update translation template.
  • [128996c6] Fixed FTBFS caused by previous commit.
  • [169c4612] Use TDE cmake macro to set version
  • [a569cfbd] Merge translation files from master branch.
  • [cd47d3b3] Merge translation files from master branch.
  • [93fd15f6] Merge translation files from master branch.
  • [63f04f87] Merge translation files from master branch.
  • [7395666b] Merge translation files from master branch.
  • [6c8357ac] Update translation template.
  • [b3de4450] Merge translation files from master branch.
  • [a6c4ced0] Merge translation files from master branch.
  • [4dd0d0b9] Merge translation files from master branch.
  • [ffd49d04] Update translation template.
  • [681183ca] Merge translation files from master branch.
  • [64296a76] Merge translation files from master branch.
  • [c2e83dfd] Merge translation files from master branch.
  • [06a69a5b] Merge translation files from master branch.
  • [b04972e8] Merge translation files from master branch.
  • [4d35dc7e] Update translation template.
  • [d2e8251c] Merge translation files from master branch.
  • [eac47e7a] Update translation template.
  • [d9401328] Merge translation files from master branch.
  • [e8172f01] Update translation template.
  • [39b01002] Merge translation files from master branch.
  • [850cea87] Merge translation files from master branch.
  • [05662bc5] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [7f12ec02] Merge translation files from master branch.
  • [28d7fcb2] Update translation template.

libraries

libkdcraw

  • [71d1eb32] Use TDE cmake macro to set version
  • [f6139c6e] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

libkexiv2

  • [8ef09bda] Use TDE cmake macro to set version
  • [39f6532f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

libkipi

  • [2162da9e] Use TDE cmake macro to set version
  • [ee74806d] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kipi-plugins

  • [2d687648] Merge translation files from master branch.
  • [1fa55188] Remove unnecessary backup translations.
  • [df76b87c] Merge translation files from master branch.
  • [2f50060c] Update translation template.
  • [ed238246] Remove unnecessary accelerator from .ui files.
  • [5289879f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

libksquirrel

  • [b1ee3607] Add man pages from tde packaging repo.

libtdeldap

  • [5d40978c] Use TDE cmake macro to set version
  • [1abc4ad8] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

python-trinity

  • [d72e2b51] Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY

applications/development

kdbg

  • [44b1bb00] Remove unnecessary backup translations.
  • [031f2558] Merge translation files from master branch.
  • [caa1f91c] Update translation template.
  • [85d86ad2] Remove unnecessary accelerator from .ui files.
  • [9ceef08c] Use TDE cmake macro to set version
  • [5daa9bc0] Convert some TRACE() messages to avoid FTBFS with clang. This resolves issue #13
  • [de678892] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kdiff3

  • [d3049123] Merge translation files from master branch.
  • [e3a5c456] Merge translation files from master branch.
  • [443fa31d] Use TDE cmake macro to set version
  • [1f7de947] Merge translation files from master branch.
  • [89e8b1cf] Merge translation files from master branch.
  • [68bde359] Merge translation files from master branch.
  • [dd7179c3] Merge translation files from master branch.
  • [6d1fecaf] Merge translation files from master branch.
  • [69a0dfde] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kpicosim

  • [67997e08] Use TDE cmake macro to set version
  • [1e1cfbfc] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kscope

  • [5beebf55] Remove unnecessary backup translations.
  • [af42ea96] Merge translation files from master branch.
  • [1af570fe] Merge translation files from master branch.
  • [5e1654bc] Update translation template.
  • [3c9d41ef] Remove unnecessary accelerator from .ui files.
  • [6d3eefe3] Use TDE cmake macro to set version
  • [48403b8b] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

ktechlab

  • [c8377f90] Remove unnecessary backup translations.
  • [7d2632b3] Merge translation files from master branch.
  • [a34674be] Update translation template.
  • [854618c3] Remove unnecessary accelerator from .ui files.
  • [2d0c0843] Use TDE cmake macro to set version
  • [8d596555] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kxmleditor

  • [7fed34fd] Remove unnecessary backup translations.
  • [f40d7548] Merge translation files from master branch.
  • [5d21bd86] Update translation template.
  • [972bc356] Remove unnecessary accelerator from .ui files.
  • [f07e6a95] Use TDE cmake macro to set version
  • [b0f6730d] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

piklab

  • [11aeeac5] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdesvn

  • [fded88d6] Remove unnecessary backup translations.
  • [c3ea27e9] Merge translation files from master branch.
  • [3555e225] Update translation template.
  • [e827f052] Remove unnecessary accelerator from .ui files.
  • [ab078f89] Merge translation files from master branch.
  • [e849a025] Update translation template.
  • [0900cb34] Fix SEGV on exit. This relates to bug #3118
  • [f8770b4f] Use TDE cmake macro to set version
  • [1807f4c5] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/games

knights

  • [7bc3dac3] Use TDE cmake macro to set version
  • [42f956b5] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdepacman

  • [9d06ae4b] Use TDE cmake macro to set version
  • [a9eb1efa] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/graphics

digikam

  • [7d7e8cff] Merge translation files from master branch.
  • [5a7271b7] Merge translation files from master branch.
  • [ef0ba7cb] Merge translation files from master branch.
  • [aeb4a0bc] Merge translation files from master branch.
  • [9a09b235] Merge translation files from master branch.
  • [ac0d842b] Merge translation files from master branch.
  • [dce34dff] Merge translation files from master branch.
  • [e110f34c] Merge translation files from master branch.
  • [9a3ba3b0] Merge translation files from master branch.
  • [3e875a43] Merge translation files from master branch.
  • [bc66f2a8] Merge translation files from master branch.
  • [8a5112fc] Merge translation files from master branch.
  • [8733b21f] Merge translation files from master branch.
  • [30e6bad6] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [446dfca4] Merge translation files from master branch.

gwenview

  • [f10b2a5c] Remove unnecessary accelerator from .ui files.
  • [d9151641] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

gwenview-i18n

  • [266ffbf2] Remove unnecessary backup translations.
  • [5c98ede5] Merge translation files from master branch.
  • [f00f5752] Update translation template.
  • [4b710322] Use TDE cmake macro to set version
  • [80bbab53] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

ksquirrel

  • [ab3aafb0] Merge translation files from master branch.
  • [e93f9afc] Update translation template.
  • [766d4662] Remove unnecessary accelerator from .ui files.
  • [7037cc3d] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kuickshow

  • [ade61ce6] Use TDE cmake macro to set version
  • [37a1e748] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

potracegui

  • [d9251755] Remove unnecessary backup translations.
  • [6df97c07] Merge translation files from master branch.
  • [3d4a125b] Update translation template.
  • [3c20a64c] Remove unnecessary accelerator from .ui files.
  • [d08089ec] Use TDE cmake macro to set version
  • [9774c678] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/internet

kasablanca

  • [9f015b86] Use TDE cmake macro to set version
  • [b59a10d9] Merge translation files from master branch.
  • [73eb42da] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kbiff

  • [98d7a550] Use TDE cmake macro to set version
  • [f58acd2a] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kftpgrabber

  • [eb7a15d4] Remove unnecessary backup translations.
  • [1bd5db90] Merge translation files from master branch.
  • [a5a8c474] Update translation template.
  • [cdb71f81] Remove unnecessary accelerator from .ui files.
  • [d95e70ed] Use TDE cmake macro to set version
  • [2e4119f6] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

knmap

  • [03cf6b88] Use TDE cmake macro to set version
  • [8a9da7ae] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

konversation

  • [568e1ccf] Remove unnecessary backup translations that were missed out in previous commit.
  • [e54e95f2] Remove unnecessary backup translations.
  • [707e187b] Merge translation files from master branch.
  • [d5ce101f] Update translation template.
  • [ab53789e] Remove unnecessary accelerator from .ui files.
  • [8c3d9c42] Use TDE cmake macro to set version
  • [e5bdab95] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kopete-otr

  • [ee7ac691] Remove unnecessary backup translations.
  • [90b13e5b] Merge translation files from master branch.
  • [5c3e899e] Update translation template.
  • [91e21b65] Remove unnecessary accelerator from .ui files.
  • [d5d9df80] Use TDE cmake macro to set version
  • [bb555805] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kshowmail

  • [7de4212d] Remove unnecessary backup translations.
  • [20cc0513] Use TDE cmake macro to set version
  • [f4341df7] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kstreamripper

  • [2f08a81e] Merge translation files from master branch.
  • [6a8a0e33] Update translation template.
  • [db8c1975] Remove unnecessary accelerator from .ui files.
  • [4b6eaddd] Use TDE cmake macro to set version
  • [66fb6e6c] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

ktorrent

  • [9fad7374] Restore an inadvertently removed line with a string to translate from the previous commit.
  • [78b1191a] Remove unnecessary backup translations.
  • [a7f4473f] Added man pages from tde packaging repo.
  • [460dd234] Merge translation files from master branch.
  • [2b5afb22] Update translation template.
  • [aca88827] Remove unnecessary accelerator from .ui files.
  • [c1195c19] Fix FTBFS described at issue #2
  • [952e4337] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kvirc

  • [30340eb8] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kvpnc

  • [2faa5c94] Merge translation files from master branch.
  • [6f170be7] Remove unnecessary backup translations.
  • [d4752ecf] Merge translation files from master branch.
  • [74178d1d] Update translation template.
  • [4d041456] Remove unnecessary accelerator from .ui files.
  • [a0ff810a] Use TDE cmake macro to set version
  • [6965e59c] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

smb4k

  • [fdb58444] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tork

  • [90a2aad7] Remove unnecessary backup translations.
  • [d9327077] Merge translation files from master branch.
  • [570f1e10] Update translation template.
  • [8f9aa5d4] Remove unnecessary accelerator from .ui files.
  • [1055aabc] Use TDE cmake macro to set version
  • [f5a356f6] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/misc

bibletime

  • [178865a8] Merge translation files from master branch.
  • [6e80316c] Update translation template.
  • [0d48b11e] Remove unnecessary shortcut associations and translations.
  • [539c5250] Merge translation files from master branch.
  • [9ed81910] Update translation template.
  • [f762f7c4] Remove unnecessary accelerator from .ui files.
  • [9e9f7af1] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

compizconfig-backend-tdeconfig

  • [07fa0b19] Use TDE cmake macro to set version
  • [683fe74f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

desktop-effects-tde

  • [bc888d5f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kcmldap

  • [a0e4c4b6] Use TDE cmake macro to set version
  • [efa376e4] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kcmldapcontroller

  • [58d07db8] Use TDE cmake macro to set version
  • [e2235561] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kcmldapmanager

  • [1d6b6ab5] Use TDE cmake macro to set version
  • [e21bd411] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kerberostray

  • [212404a7] Use TDE cmake macro to set version
  • [22a6a897] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

krecipes

  • [3adc5feb] Merge translation files from master branch.
  • [b249f4e0] Update translation template.
  • [aad2d8e5] Remove unnecessary shortcut associations and translations.
  • [431bf600] Merge translation files from master branch.
  • [49c0677d] Update translation template.
  • [f37f3213] Prevent crashing from ntqvaluelist in ~TQApplication, when closing the app
  • [cc59cb87] Merge translation files from master branch.
  • [35bcb170] Update translation template.
  • [6de73c0d] Remove unnecessary accelerators from .ui files.
  • [71b7c506] Add man page from tde packaging repo.
  • [bd708aae] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/multimedia

amarok

  • [9b5b1fd1] Merge translation files from master branch.
  • [2651fd96] Remove unnecessary backup translations.
  • [7a131c4a] Merge translation files from master branch.
  • [18f7764d] Update translation template.
  • [e5d9f8d5] Remove unnecessary accelerators from .ui files.
  • [68a8f132] Make sure man pages are built.
  • [075e50bc] Use TDE cmake macro to set version
  • [0e51b506] Merge translation files from master branch.
  • [15e79372] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [fcbae135] Merge translation files from master branch.
  • [9cfadf6f] Fix Configure tests in case TQT_LIBRARY_DIRS contains multiple paths.

codeine

  • [9d6724a5] Use TDE cmake macro to set version
  • [b4f116a4] Merge translation files from master branch.
  • [f776913d] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

k3b

  • [3d40d7fb] Remove unnecessary accelerators from .ui files.
  • [e268f29e] Merge translation files from master branch.
  • [5817a2bf] Update translation template.
  • [9754cae7] Konqi actions: Fix the wrongly moved "Exec" for new data CD.
    Delete duplicate and incorrect action name for new data DVD.
  • [769be723] Merge translation files from master branch.
  • [ecfffd49] Update translation template.
  • [e8810846] Fix destination path for events translations template.
  • [24c7af0c] Added translation of .desktop files.
  • [1d58dd5c] Drop automake build support.
  • [332f9433] Move the documentation to a new directory layout.
  • [45ac4b53] Add man page from tde packaging repo.
  • [2e647d11] Add a check for a pkg-config package named libmad next to mad.
  • [5b0f1eba] Use TDE cmake macro to set version
  • [a8754a96] Fix problems for older ffmpeg versions
    Fix the following issues when building against older ffmpeg versions
    - the call to avcodec_free_context exceptions as avformat_close_input
    already performs cleanup of the AVCodecContext, so link the calling of
    avcodec_free_context in k3bffmpegwrapper.cpp to the version of
    libavformat in which codecpar appeared rather than when
    avcodec_free_context appeared.
    - avcodec_decode_audio4 was deprecated in libavcodec 57.106.100, not
    57.12.100, so the version has been corrected.
  • [ea1dbe7b] Correct API version check
    The version check for "av_register_all" is being performed against
    the AVCodec API. Correct it to the AVFormat API.
  • [fad8c635] Enable ffmpeg 5.0 compatibility
    The release of version 5.0 of ffmpeg removes a lot of deprecated API
    functions, some of which are being used by k3b. The ffmpeg support has
    been modified to support 5.0 as well as older versions.
  • [376a0f6b] Make s_codecFeatures a "const char *" to remove ISO C++ warning
    "libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp" declares two instances
    of "s_codecFeatures" as "static char *" and initialises them with
    string constants. This produces the compiler warning "ISO C++ forbids
    converting a string constant to 'char*'". Both declarations have been
    changed to "const".
  • [aa3cdfd2] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

k3b-i18n

  • [1654363e] Remove unnecessary backup translations.
  • [01de2e8b] Merge translation files from master branch.
  • [3dd3a655] Update translation template.
  • [99810956] Use TDE cmake macro to set version
  • [1482de81] Merge translation files from master branch.
  • [ef555fbd] Update translation template.
  • [77c6e420] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

k9copy

  • [92d696dd] Remove unnecessary backup translations.
  • [5f182f2e] Merge translation files from master branch.
  • [3c74a7a2] Merge translation files from master branch.
  • [c66aaecd] Update translation template.
  • [adcbb001] Remove generated files from source tree.
  • [13e1302f] Merge translation files from master branch.
  • [ce94e4cc] Update translation template.
  • [da475e83] Remove unnecessary accelerators from .ui files.
  • [97a53fd1] Add man page from tde packaging repo.
  • [9fb9c202] Fix problems for older ffmpeg versions
    Fix the following issues when building against older ffmpeg versions
    - the call to avcodec_free_context exceptions as avformat_close_input
    already performs cleanup of the AVCodecContext, so link the calling of
    avcodec_free_context in the close method of k9avidecode.cpp to the
    version of libavformat in which codecpar appeared rather than when
    avcodec_free_context appeared.
    - avcodec_decode_video2 was deprecated in libavcodec 57.106.100, not
    57.12.100, so the version has been corrected.
  • [bb8d3929] Merge translation files from master branch.
  • [da8df4a3] Update translation template.
  • [83beb081] Implement ffmpeg version 5 support
    Version 5.0 of ffmpeg drops a load of deprecated API functions causing
    k9copy to fail its build. The necessary changes have been made to
    enable k9copy to build against ffmpeg 5.0 as well as retaining support
    for older versions. Support for older pre-0.5.1 versions has been
    dropped as has runtime linking of the ffmpeg libraries. libswscale is
    now mandatory.
  • [6e5bd8f2] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kaffeine

  • [816e37e4] Remove unnecessary accelerators from .ui files.
  • [f1f84209] Merge translation files from master branch.
  • [ea73a781] Merge translation files from master branch.
  • [54e75705] Use TDE cmake macro to set version
  • [775d6cb5] Merge translation files from master branch.
  • [6d260e18] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kaffeine-mozilla

  • [a07f42ba] Use TDE cmake macro to set version
  • [e54836d8] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [c87f466d] Add LIBXAW7_LIBRARY_DIRS to the link_directories
    Add the library paths for the xaw7 library to the list of link_directories
    in src/CMakeLists.txt to cater for when the library is not in /usr.

kmplayer

  • [0da94481] Merge translation files from master branch.
  • [f2eb2baf] Use TDE cmake macro to set version
  • [1631e2a9] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

mplayerthumbs

  • [e61a185f] Use TDE cmake macro to set version
  • [e32aec5c] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

rosegarden

  • [174d5537] Remove the original translation directory layout.
  • [527afc1d] Copy translations to a new directory layout.
    Use common rules for build and install translations.
    Added translation of .desktop files.
  • [4c70ef18] Drop automake build support.
  • [4e7b35ed] Add man page from tde packaging repo.
  • [66bfbbfb] Use TDE cmake macro to set version
  • [f8ab981f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

soundkonverter

  • [9fe9d8fb] Merge translation files from master branch.
  • [aa3cdbcd] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tderadio

applications/office

basket

  • [7281011b] Remove unnecessary backup translations.
  • [ad103507] Merge translation files from master branch.
  • [f13b72b5] Update translation template.
  • [82f3fc4b] Remove unnecessary accelerators from .ui files.
  • [dfe0af7d] Fix crash on moving or coping the note while the selection is empty.
    This resolves issue #11
  • [e1ae8a61] Use TDE cmake macro to set [Bversion
  • [70271409] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kbibtex

  • [5c7f5215] Use TDE cmake macro to set [Bversion
  • [dc66ecbd] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kbookreader

  • [6400beef] Merge translation files from master branch.
  • [29da8069] Update translation template.
  • [5d8682a8] Remove unnecessary translations.
  • [9871f6eb] Remove unnecessary accelerators from .ui files.
  • [eb85de00] Use TDE cmake macro to set [Bversion
  • [80a0f585] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

keximdb

  • [7b861800] Use TDE cmake macro to set [Bversion
  • [9b4881ae] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [e89648d8] Add GLIB2_LIBRARY_DIRS to the link_directories
    Add the library paths for the glib libraries to the list of
    link_directories in keximdb/src/keximdb/CMakeLists.txt to
    cater for when the libraries are not in /usr.

kile

  • [0851a9c8] Remove unnecessary backup translations.
  • [b3e68f8f] Merge translation files from master branch.
  • [e3ee892b] Update translation template.
  • [ba92b0b1] Remove unnecessary accelerators from .ui files.
  • [f367d3da] Add man page from tde packaging repo.
  • [480a8a89] Rework the README and INSTALL files.
  • [685a064f] Added translation of .desktop files.
  • [474d573f] Drop automake build support.
  • [e25a2311] Use TDE cmake macro to set [Bversion
  • [f6e7a2a5] Exclude installation of syntax highlight files
    that are already installed by tdelibs.
  • [b680165e] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kmymoney

  • [ccb257da] Remove unnecessary backup translations.
  • [c406cbc9] Merge translation files from master branch.
  • [cec54015] Update translation template.
  • [59c59c21] Remove unnecessary accelerators from .ui files.
  • [1dc0b00d] Use TDE cmake macro to set version
  • [c3915bdb] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

knowit

  • [eddbaa5b] Use TDE cmake macro to set version
  • [a07a0ee4] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

koffice

  • [77499399] Remove unnecessary accelerators from .ui files.
  • [775f79c9] Add man pages for TDE applications
  • [df76f6b6] Fix FTBFS with clang. This resolves issue #25
  • [cd328d43] TDEFontChooser_local: Fix font style matching
    This applies the same fix as in tdelibs for TDEFontDialog.
    This resolves issue #22
  • [048494ca] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

koffice-i18n

  • [5919f265] Conversion to CMake build system.
  • [9eac45c3] Remove unnecessary backup translations.
  • [6e1be4d7] Merge translation files from master branch.
  • [77841cf2] Update translation template.
  • [a890c013] Merge translation files from master branch.
  • [1176fbb8] Merge translation files from master branch.
  • [f9b8fb0a] Update translation template.

kpilot

  • [ad938498] Remove unnecessary backup translations.
  • [b611f470] Use TDE cmake macro to set version
  • [9085e964] Merge translation files from master branch.
  • [754712c2] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tellico

  • [413b77c3] Add man page from tde packaging repo.
  • [543a2394] Use TDE cmake macro to set version
  • [f01b6591] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/settings

kdpkg

  • [5e7aff52] Remove unnecessary backup translations.
  • [4bba1e75] Merge translation files from master branch.
  • [159ac921] Update translation template.
  • [697da241] Remove unnecessary accelerators from .ui files
  • [e1f8b2bb] Use TDE cmake macro to set version
  • [26cf127f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kima

  • [169b1ff8] Use TDE cmake macro to set version
  • [ae0e03fb] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kiosktool

  • [9bd1345f] Remove unnecessary backup translations.
  • [43e6f576] Remove unnecessary accelerators from .ui files
  • [220f00ce] Use TDE cmake macro to set version
  • [2340e0cc] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kkbswitch

  • [a7cbaf7f] Use TDE cmake macro to set version
  • [8f580faa] Merge translation files from master branch.
  • [15cee866] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

klcddimmer

  • [80846517] Merge translation files from master branch.
  • [a6abaef0] Update translation template.
  • [e7d70c31] Remove unnecessary backup translations.
  • [7666aa6f] Merge translation files from master branch.
  • [00d20848] Update translation template.
  • [c9d61620] Remove unnecessary accelerators from .ui files
  • [4c6d059f] Use TDE cmake macro to set version
  • [f3b7fc6d] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kmyfirewall

  • [af5c8676] Update translation template.
  • [d6ee7323] Remove unnecessary accelerators from .ui files
  • [03dacd00] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

knetworkmanager8

  • [1b55b055] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tde-systemsettings

  • [92ae1d81] Use TDE cmake macro to set version
  • [fbadabb0] Merge translation files from master branch.
  • [01f49150] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdenetworkmanager

  • [d51cb686] Remove unnecessary accelerators from .ui files
  • [f1a7b5e1] Use TDE cmake macro to set version
  • [869d8222] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdesudo

  • [63ab75fd] Use TDE cmake macro to set version
  • [107d51dc] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

wlassistant

  • [ef7d7796] Merge translation files from master branch.
  • [257056c5] Update translation template.
  • [0dd1000f] Remove unnecessary accelerators from .ui files. Fix indentation of .ui files
  • [d158a0f4] Use TDE cmake macro to set version
  • [812df531] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/system

dolphin

  • [22469c8b] Use TDE cmake macro to set version
  • [e6bccabf] Merge translation files from master branch.
  • [5ef53881] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

katapult

  • [6d9cd2dd] Use TDE cmake macro to set version
  • [84ef2df8] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kbfx

  • [6987cf01] Remove unnecessary backup translations.
  • [24c5f943] Merge translation files from master branch.
  • [2d306258] Update translation template.
  • [0b73d02b] Remove unnecessary accelerators from .ui files
  • [daa4ead8] Use TDE cmake macro to set version
  • [01852ea7] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kcmautostart

  • [b4cfd8f2] Merge translation files from master branch.
  • [442bfbb5] Update translation template.
  • [6223eda2] Remove unnecessary shortcut associations and translations.
  • [4e7abf06] Use TDE cmake macro to set version
  • [198a12cb] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kdbusnotification

  • [b6e34224] Use TDE cmake macro to set version
  • [381e0699] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

klamav

  • [4f58d985] Merge translation files from master branch.
  • [f5edfe56] Merge translation files from master branch.
  • [d6875d6b] More descriptive error message (mention needed ClamAV version)
  • [f33e6eae] Remove unnecessary backup translations.
  • [a2eaa2f4] Merge translation files from master branch.
  • [92574ec0] Update translation template.
  • [8100acbd] Remove unnecessary accelerators from .ui files
  • [fa547ef8] Use TDE cmake macro to set version
  • [27c2f1ed] Merge translation files from master branch.
  • [83d870f7] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

knemo

  • [32ceb35f] Remove unnecessary backup translations.
  • [04f24749] Merge translation files from master branch.
  • [1ed7bf83] Update translation template.
  • [bbe9d845] Remove unnecessary accelerators from .ui files
  • [6742cae2] Use TDE cmake macro to set version
  • [10b15f99] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

knetload

  • [88aa682e] Use TDE cmake macro to set version
  • [fc36f341] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

knetstats

  • [6cd1bae0] Use TDE cmake macro to set version
  • [8f48f58f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kooldock

  • [62f857ea] Remove unnecessary backup translations.
  • [ba8fea37] Merge translation files from master branch.
  • [2adbd444] Update translation template.
  • [e7666bda] Remove unnecessary accelerators from .ui files
  • [f193539f] Use TDE cmake macro to set version
  • [5c6b516e] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kpowersave

  • [6a1f210d] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

krusader

  • [07788a11] Merge translation files from master branch.
  • [b7918ed9] Update translation template.
  • [c7c15b8e] Remove unnecessary accelerators from .ui files
  • [6f5b6c3f] Merge translation files from master branch.
  • [e368c3fa] Fix build with clang. This resolves issue #7
  • [e731799f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kshutdown

  • [759f9d2c] Use TDE cmake macro to set version
  • [2b6b7318] Merge translation files from master branch.
  • [6068a667] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [db833d20] Merge translation files from master branch.

ksystemlog

  • [f04983a7] Merge translation files from master branch.
  • [9ea0d65e] Update translation template.
  • [b136ffff] Remove unnecessary accelerators from .ui files
  • [11219e6f] Use TDE cmake macro to set version
  • [8676a309] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kvkbd

  • [0a0206a7] Use TDE cmake macro to set version
  • [14889cca] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

polkit-agent-tde

  • [39cdc795] Merge translation files from master branch.
  • [c33eb7cd] Use TDE cmake macro to set version
  • [2c3c9587] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

smartcardauth

  • [089e8b0d] Use TDE cmake macro to set version
  • [d8327773] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tastymenu

  • [39e5c088] Remove unnecessary backup translations.
  • [b1c044e2] Merge translation files from master branch.
  • [5d5a8700] Merge translation files from master branch.
  • [439ce2a1] Update translation template.
  • [71f0602b] Remove unnecessary accelerators from .ui files
  • [6a1922f8] Merge translation files from master branch.
  • [c8eaa57b] Remove the original translation directory layout.
  • [ca2dbcf1] Copy translations to a new directory layout.
    Use common rules for build and install translations.
    Added translation of .desktop files.
  • [171bba15] Drop automake build support.
  • [4629443a] Use TDE cmake macro to set version
  • [4380b32a] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdedocker

  • [b5d65685] Use TDE cmake macro to set version
  • [2654338b] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdepowersave

  • [aca9b580] Remove unnecessary backup translations.
  • [89b673a1] Merge translation files from master branch.
  • [c450a8fd] Merge translation files from master branch.
  • [c6e283dd] Update translation template.
  • [2680086b] Remove unnecessary accelerators from .ui files
  • [0f429c2c] Remove the forgotten '.gitmodules'.
    This is finishing of issue #10
  • [b6d15397] Remove the original translation directory layout.
  • [2db2a93c] Copy translations to a new directory layout.
    Use common rules for build and install translations.
    Use common rules for build and install documentation.
    Added translation of .desktop files.
  • [6493cf19] Drop automake build support.
  • [07be9f46] Use TDE cmake macro to set version
  • [3f1e051e] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdesshaskpass

  • [8b04c801] Use TDE cmake macro to set version
  • [959c1cdf] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

yakuake

  • [e2dc803d] Use TDE cmake macro to set version
  • [13dc19fd] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/tdeio

tdeio-apt

  • [9aa9c455] Use TDE cmake macro to set version
  • [e4305e9d] Merge translation files from master branch.
  • [dbebd7cd] Update translation template.
  • [c46af700] Use dedicated kdDebug area.
  • [cb0f5bc7] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeio-ftps

  • [a892f1f0] Use TDE cmake macro to set version
  • [e6834904] Use dedicated kdDebug area.
  • [704d7dcf] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeio-gopher

  • [6bad1194] Use TDE cmake macro to set version
  • [a1a907a6] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeio-locate

  • [222d614b] Removed local admin module.
  • [774f4fbf] Remove the original translation directory layout.
  • [babbfefe] Copy translations to a new directory layout.
    Use common rules for build and install translations.
    Added translation of .desktop files.
  • [ae6f6c97] Move the documentation from tdeio-locate to tdeioslave/locate.
  • [5bad37c4] Drop autotools support.
    Add README.md and update INSTALL files.
  • [dd592dfe] Use TDE cmake macro to set version
  • [e86a1a89] Use dedicated kdDebug area.
  • [c0eaf366] Amend project name in cmake files.
  • [8e123536] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeio-sword

  • [1836de3c] Use TDE cmake macro to set version
  • [62f1fca7] Use dedicated kdDebug area.
  • [5e66346b] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdeio-umountwrapper

  • [b726ca1f] Use TDE cmake macro to set version
  • [446365f6] Use dedicated kdDebug area.
  • [ebffedbc] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/themes

gtk-qt-engine

  • [d88d4cbf] Remove unnecessary backup translations.
  • [a625cf13] Merge translation files from master branch.
  • [10236f5d] Update translation template.
  • [273f84fa] Remove unnecessary accelerators from .ui files
  • [7e53a0e5] Merge translation files from master branch.
  • [6323e77c] Update translation template.
  • [49388bda] Add option WITH_GCC_VISIBILITY.
    Fix building with hidden visibility.
  • [4c626268] Housekeeping of CMake rules.
  • [984ef339] Remove the original translation directory layout.
  • [ec29e27c] Move documentation into kcontrol/gtk.
    Use common rules for build and install documentation.
    Copy translations to a new directory layout.
    Use gtk-qt-engine as the name of the translation catalog.
    Use common rules for build and install translations.
    Added translation of .desktop files.
  • [91029935] Drop automake build support.
  • [49a06000] Use TDE cmake macro to set version
  • [dad3088d] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

gtk3-tqt-engine

  • [59e7165b] Conversion to the cmake building system.
  • [ff9c6cc4] Remove a forgotten test script that can cause strange FTBFS.

kgtk-qt3

  • [38d73596] Fixed support for building with glibc >= 2.34.
    This resolves issue #3
  • [9dfcf38a] Use TDE cmake macro to set version
  • [8104704d] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

ksplash-engine-moodin

  • [926a2def] Use TDE cmake macro to set version
  • [9cc1816a] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tde-style-baghira

  • [4af2b73a] Merge translation files from master branch.
  • [e2a9bcef] Update translation template.
  • [7aa4f7e9] Remove unnecessary accelerators from .ui files
  • [07d0ddd2] Use TDE cmake macro to set version
  • [2eee9f1e] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tde-style-domino

  • [458536a9] Use TDE cmake macro to set version
  • [a3ed1991] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tde-style-ia-ora

  • [61a3f3e0] Use TDE cmake macro to set version
  • [856cc9c4] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tde-style-lipstik

  • [f1abec71] Use TDE cmake macro to set version
  • [7bd38891] Fixed invalid characters in names with umlaut letters.
  • [acc4fda3] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tde-style-qtcurve

  • [94b57608] Merge translation files from master branch.
  • [411103f4] Update translation template.
  • [89ed008a] Remove unnecessary accelerators from .ui files
  • [b11a8bd2] Use TDE cmake macro to set version
  • [532ea768] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

tdmtheme

  • [88c92af7] Use TDE cmake macro to set version
  • [aebaf64c] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

twin-style-crystal

  • [a454d46e] Update translation template.
  • [a39da42b] Remove unnecessary accelerators from .ui files
  • [ce3c9972] Use TDE cmake macro to set version
  • [a3e9065b] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

twin-style-dekorator

  • [c1960ec2] Update translation template.
  • [29471f15] Remove unnecessary accelerators from .ui files
  • [b7cba6f6] Use TDE cmake macro to set version
  • [f7db288f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

twin-style-suse2

  • [3c53f080] Remove unnecessary backup translations.
  • [4c662a24] Merge translation files from master branch.
  • [06aff5d6] Update translation template.
  • [f24a3cd8] Remove unnecessary accelerators from .ui files
  • [e7afb9d5] Use TDE cmake macro to set version
  • [a9c5efb8] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

applications/utilities

abakus

  • [78b0c22e] Merge translation files from master branch.
  • [c4abf973] Add man page from tde packaging repo.
  • [310924b7] Use TDE cmake macro to set version
  • [b6466b51] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

filelight

  • [49a91a16] Remove unnecessary backup translations.
  • [fa5ec3ee] Merge translation files from master branch.
  • [d4bd690f] Use TDE cmake macro to set version
  • [c8315d18] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kbarcode

  • [1eb218e0] Use TDE cmake macro to set version
  • [b6fac69b] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kchmviewer

  • [d05a0c47] Remove unnecessary backup translations.
  • [e30fd7f7] Merge translation files from master branch.
  • [c2cf25fb] Update translation template.
  • [7d1289d1] Remove unnecessary accelerators from .ui files
  • [cc50764b] Fix typo.
    This resolves FTBFS in non-TDE build.
  • [3b7c25c5] Use TDE cmake macro to set version
  • [8a4b158a] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kcpuload

  • [5d812f70] Use TDE cmake macro to set version
  • [50a051af] Merge translation files from master branch.
  • [ba501de0] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kdirstat

  • [1af51c5e] Use TDE cmake macro to set version
  • [05a3c8ce] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

keep

  • [ac4bbcee] Use TDE cmake macro to set version
  • [7a3c810f] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

knutclient

  • [54c4d7a3] Use TDE cmake macro to set version
  • [dd62d10b] Merge translation files from master branch.
  • [14bdb5f3] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

kompose

  • [0e3c7ddc] Use TDE cmake macro to set version
  • [c87f61ca] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
  • [e8df6ac4] Merge translation files from master branch.

krename

  • [13a9a0d0] Use TDE cmake macro to set version
  • [353c3bb4] Merge translation files from master branch.
  • [ad7a5afc] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

ksensors

  • [d18dee15] Merge translation files from master branch.
  • [bb84e374] Use TDE cmake macro to set version
  • [48eb99a5] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

mathemagics

  • [1e347a55] Use TDE cmake macro to set version
  • [60f206b2] Merge translation files from master branch.
  • [179ba4bc] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

qalculate-tde

  • [36f3ee83] Use TDE cmake macro to set version
  • [fe15f815] Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.

packaging

packaging

  • [0efff2a2] ArchLinux: Update for final R14.0.13.
    Add aarch64 and armv7h to architectures.
    Add pkgbuilds for several applications.
    Add pkgbuild for libkipi library.
    Add pkgbuilds for dependencies.
    Remove dependence on Python 2.
    Remove backported patches.
  • [b5b568ce] FreeBSD: Update for final release R14.0.13.
    Add ports for several applications.
  • [ae1668c6] Revert "DEB tdeutils: Prefer to build a Superkaramba with Python 3."
    It has been shown that Python integration in a Superkaramba
    is not currently ready for use with Python 3. Therefore,
    the current stable version will continue to require Python 2.
    This reverts commit 0bce581000074b11b080f9ba0a0c06dd084c25da.
  • [dde9cc8c] DEB: added machbunt theme.
  • [30830f6d] DEB koffice-i18n: Add a call dh_link to the rules.
    Although there are no symlinks installed by packaging,
    it also converts absolute symlinks to relative.
  • [5acea55e] DEB tde-i18n: Add a call dh_link to the rules.
    Although there are no symlinks installed by packaging,
    it also converts absolute symlinks to relative.
  • [b5fdcbe3] DEB koffice-i18n: Switch to CMake build system.
  • [0f859a1c] DEB tdebase: Update to install libkonq/SERVICEMENUS.md.
    This relates to issue TDE/tdebase#292
  • [0bce5810] DEB tdeutils: Prefer to build a Superkaramba with Python 3.
    This resolves issue TDE/tdeutils#37
  • [306e3a24] DEB ktorrent: man pages moved to main repo.
  • [64aa8f02] DEB libksquirrel: moved man pages to main repo and added to final package.
  • [8444159a] DEB k9copy: man pages moved to main repo.
  • [3f4a276b] DEB tdenetwork: man pages moved to main repo.
  • [6050cf5b] DEB gtk-qt-engine: Housekeeping of CMake rules.
  • [83f4e754] DEB gtk-qt-engine: drop automake support.
  • [e6c14a98] DEB metapackages: Revise dependencies of metapackages for overall settings.
  • [56a5349d] ArchLinux tdegraphics: Update for rebuild with Poppler 22.08.
  • [1328c542] DEB tastymenu: update after dropping autotools
  • [b555a9e5] DEB tdepowersave: update after dropping autotools.
  • [29d594d6] DEB tdeio locate: add AUTHORS, README.md, TODO to package.
  • [308b0ff0] DEB k3b: man pages moved to main repo.
  • [5a9ce244] DEB rosegarden: man pages moved to main repo.
  • [3162aaa4] DEB tellico: man pages moved to main repo.
  • [1cbea301] DEB abakus: use man pages from main repo.
  • [d11ff672] DEB amarok: use man pages from main repo.
  • [5d9fa32c] DEB krecipes: man pages moved to main repository.
  • [039dd79b] DEB kile: man pages moved to main repository.
  • [cc978187] DEB arts: man pages moved to main repository.
  • [70e06628] DEB python-tqt: Update after remove support for legacy Qt/TQt versions.
  • [924340a7] DEB python-tqt: Use dh_sip3_tqt to ensure proper SIP API dependency.
  • [a69ab3d1] DEB sip4-tqt: Add dh_sip3_tqt to ensure the correct dependence
    on the SIP API for Python 3 packages.
  • [0cf60c5e] DEB python-tqt: Add packages for Python3 support.
  • [7cacc26b] DEB sip4-tqt: Add the module name for importing sipconfig variants
    instead of relying on import from the same folder,
    as this is not usable for Python 3.
  • [7351ad64] DEB sip4-tqt: Fix installation of part for Python3.
    + Determine the default location of the include files for installing sip-tqt.h.
    + Add the forgotten python3-sip-tqt.install file file to install the library.
  • [3a1e2dc1] DEB tdebindings: man pages moved to main repository.
  • [e929cc2a] DEB gtk3-tqt-engine: Switch to cmake.
  • [7fcf8198] DEB tdebase: Add libssh-dev to Build-Depends.
    This relates to issue TDE/tdebase#279
  • [3f9f5339] DEB tdeartwork: man pages moved to main repository.
  • [401b38e5] FreeBSD gtk3-tqt-engine: Add patch to remove a forgotten test script
    that can cause strange FTBFS.
  • [a352bb62] FreeBSD digikam: Add --disable-final to resolve FTBFS with Jasper 3.x.
  • [acdf547e] FreeBSD tdeedu: Switch to Python 3.9.
    Add dependency on math/ocaml-num.
  • [b0879a48] FreeBSD akode: Add a check for a pkg-config package named libmad next to mad.
  • [8db84554] FreeBSD arts: Add a check for a pkg-config package named libmad next to mad,
    for detection of library libmad >= 0.16.x (Tenacity's fork).
  • [99dfe4f1] DEB tdemultimedia: man pages moved to main repository.
  • [ea6eda83] DEB tderadio: conversion to cmake
  • [7d5cee84] DEB kile: Change README to markdown format.
  • [2c804845] DEB koffice: man pages moved to main repository
  • [ce4ce5d3] ArchLinux tdegraphics: Update for rebuild with Poppler 22.06.
  • [631835a3] DEB tdeutils: complete previous backported commit
  • [25617479] DEB tdeutils: man pages moved to main repository.
  • [8b2387cd] DEB tdesdk: man pages moved to main repository
  • [19569681] DEB tdelibs: fixed tdelibs API file installation.
  • [052a5784] DEB tdeaddons: man pages moved to main repository.
  • [0d7392f3] DEB tdegraphics: man pages moved to main repository.
  • [ab7ac507] DEB tderadio: adapt to new repository structure.
  • [89d01be8] DEB tdebase: man pages moved to main repository.
  • [cadf25a6] FreeBSD amarok: Disable build with Nomad Jukebox support
    because the audio/libnjb port has been removed.
  • [bd03e8da] FreeBSD tdegraphics: Add patch for support for Poppler >= 22.03.
  • [23d9297f] FreeBSD tdelibs: Add patch for support for Jasper 3.x.
  • [76b32989] RPM: update oss154 build scripts
  • [91babb7e] RPM: add dependencies to trinity-ksmserver
  • [dec6feb8] RPM: tdebase: cleanup old distribution-specific files
  • [8ce6a8a0] RPM: update build scripts
  • [2cf0d83f] RPM: updates for opensuse build service
  • [6e6f560b] RPM: updates for Fedora 36
  • [6d374d62] DEB: updated supported distros.
  • [847929f9] DEB tdelibs: fix API visualization.
  • [6dcaea90] RPM: update build scripts for rhel6 to use cmake3
  • [b005a4d3] RPM: add support for openSuse Leap 15.4
  • [e858b3aa] RPM: update docker/osstw
  • [54bd4f2b] RPM: update docker/pclinuxos
  • [e5b6046a] RPM: update docker/f34
  • [6b8eac9d] RPM: tqt3: update for Trinity 14.0.12
  • [f3bd3640] RPM: kmymoney: switch to cmake build
  • [9c922b15] RPM: tdeaccessibility: switch to cmake build
  • [02e25730] RPM: tdewebdev: switch to cmake build
  • [b4c0c8a0] RPM: fix trinity-polkit-agent-tde dependency in trinity-desktop
  • [509a3396] RPM: update docker/el8
  • [84047b60] RPM: add 'CMAKE_SKIP_INSTALL_RPATH=OFF' to cmake built packages
  • [a309888a] DEB: added packaging files for tdeio-appinfo
  • [7b6b2198] FreeBSD: Add port for ktorrent.