Changelog For R14.0.12
Jump to navigation
Jump to search
common
cmake
- [8a837898] tde_install_export: Sort individual exported files before generating
a summary export file so that the generated output is reproducible. - [f7402b3b] Add the ability to specify the necessary CXX features in tde_add_check_executable.
- [d967cc13] tde_create_handbook: Fix characters not permitted for target name.
- [cd5734bc] Raise the minimum required version of CMake to 3.1.
- [24065538] Add the ability to specify the necessary CXX features.
This increases the minimum necessary version of CMake to 3.1.
There are three levels:
1. TDE_CXX_FEATURES common for all TDE modules
2. PROJECT_CXX_FEATURES common at invidual module level
3. CXX_FEATURES and CXX_FEATURES_PRIVATE for individual libraries and binaries
Public CXX_FEATURES for libraries become part of the exported CMake target.
dependencies
tqt3
- [c133a629] Added tqDebug/tqWarning/tqFatal functions that takes a TQCString
argument. This fixes FTBFS of examples caused by previous ambiguous
call and solves bug #3021 - [3823c75b] Added utility functions tqDebug/tqWarning/tqFatal based on TQString parameter.
- [dc6b2e3d] tools: fix to use `pthread_t` for Thread ID
Thread ID is opaque type pthread_t, it may not be compatible with integer,
and may integer with valid id `0`.
Change to store mutex owner thread ID as `pthread_t` type with valid flag
and compare with `pthread_equal()`,
and don't try to print it. - [96f244b0] Revert back TQt to Qt in the book title
tqtinterface
- [660ef2af] Raise the minimum required version of CMake to 3.1.
- [4fd4c885] cmake: Install libraries according to multi-arch rules
akode
- [a5b10d32] Raise the minimum required version of CMake to 3.1.
arts
- [0a17c387] Raise the minimum required version of CMake to 3.1.
avahi-tqt
- [80801de8] Raise the minimum required version of CMake to 3.1.
dbus-1-tqt
- [ba28980e] Raise the minimum required version of CMake to 3.1.
- [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.
dbus-tqt
- [5d701aeb] Raise the minimum required version of CMake to 3.1.
libart-lgpl
- [355526df] Raise the minimum required version of CMake to 3.1.
libcaldav
- [aa85d0be] Raise the minimum required version of CMake to 3.1.
libcarddav
- [ea28c45b] Raise the minimum required version of CMake to 3.1.
libr
- [222e13b6] Raise the minimum required version of CMake to 3.1.
tqscintilla
- [9f56ebf4] Raise the minimum required version of CMake to 3.1.
- [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.
tqca
- [40af2c59] Raise the minimum required version of CMake to 3.1.
core
tdelibs
- [1893a88e] Replaced 'includehints' with 'includes' in *.ui files.
- [aab9e9dc] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [3d622406] Raise the minimum required version of CMake to 3.1.
- [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
- [174f7ef9] Merge translation files from master branch.
- [efd6ed91] Replaced 'includehints' with 'includes' in *.ui files.
- [66fde0cb] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [da240f80] Raise the minimum required version of CMake to 3.1.
- [39c2dea6] Add dispwin (Argyll) support to set the ICC profile.
- [dfe419d5] tdm: improve documentation. This resolves issue #249
- [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.
tdepim
- [eca6717f] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [da8a0b96] Raise the minimum required version of CMake to 3.1.
tdemultimedia
- [b131af31] Replaced 'includehints' with 'includes' in *.ui files.
- [997f83cd] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [29b3cbaa] Raise the minimum required version of CMake to 3.1.
tdenetwork
- [dbe7eb4b] Replaced 'includehints' with 'includes' in *.ui files.
- [340b9b60] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [77b33cb7] Raise the minimum required version of CMake to 3.1.
- [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
- [dfa286eb] Replaced 'includehints' with 'includes' in *.ui files.
- [867198de] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [3992a6a5] Raise the minimum required version of CMake to 3.1.
- [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
- [c5b88a55] Replaced 'includehints' with 'includes' in *.ui files.
- [c2c29bba] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [90568665] Raise the minimum required version of CMake to 3.1.
- [0cf04e8e] kweather sidebar: correctly initialize variables. This fixes issue #15
tdeutils
- [0f79ac4c] Replaced 'includehints' with 'includes' in *.ui files.
- [4df29dab] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [93c4961f] Raise the minimum required version of CMake to 3.1.
- [7bd36a62] Merge translation files from master branch.
tdeedu
- [a6e1a379] Replaced 'includehints' with 'includes' in *.ui files.
- [7662f5be] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [fdbeec8b] Raise the minimum required version of CMake to 3.1.
- [8b408227] fix FTBFS when aRts support is not available from tdelibs.
tdegames
- [8afe6977] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [7bf90952] Raise the minimum required version of CMake to 3.1.
- [236b4a42] Merge translation files from master branch.
- [461014d6] Fixed typo. This resolves issue #15
tdeaccessibility
- [9417138a] Replaced 'includehints' with 'includes' in *.ui files.
- [9fd4732f] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [7c31fa11] Raise the minimum required version of CMake to 3.1.
- [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.
tdeaddons
- [fdab75af] noatun-plugins: change to use SDL feature to handle data for SDL
With own imcompleted endianness checkes, systems might be mis-detected
as big endian.
Change to use SDL macros to determine endianness.
Change to use SDL function to byte swap
Change to use SDL tyepdef for appropriate size integer type - [5363fd55] Add option WITH_GCC_VISIBILITY.
Fix building with hidden visibility.
Add missing definitions to config.h.cmake. - [af0617f8] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [66a6fc4c] Removed unnecessary hunks after switched to use krsync library
- [353d101f] Raise the minimum required version of CMake to 3.1.
tdeadmin
- [d666537f] Replaced 'includehints' with 'includes' in *.ui files.
- [2994995f] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [1c53b7de] Raise the minimum required version of CMake to 3.1.
- [8423692f] Merge translation files from master branch.
tdeartwork
- [5b815664] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [f6eb65f0] Raise the minimum required version of CMake to 3.1.
- [f411d71f] Merge translation files from master branch.
tdesdk
- [8a31df00] Replaced 'includehints' with 'includes' in *.ui files.
- [3f97bf8a] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [83ccd10a] Raise the minimum required version of CMake to 3.1.
tdevelop
- [e9f0abff] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [e7fe9c3b] Raise the minimum required version of CMake to 3.1.
tdewebdev
- [0adedbe8] Replaced 'includehints' with 'includes' in *.ui files.
- [9e717712] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [86e5ff8a] Raise the minimum required version of CMake to 3.1.
- [13cafe2f] Quanta: Enable and use TQt input methods in Kafka (VPL) part.
This resolves issue #14
tde-i18n
- [42ef93cc] Merge translation files from master branch.
- [a312e827] Merge translation files from master branch.
- [8c64e9fd] Merge translation files from master branch.
- [0281391a] Merge translation files from master branch.
- [da77f151] Merge translation files from master branch.
- [0bc39688] Merge translation files from master branch.
- [9504fa81] Update translation template.
- [21935020] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [bdf33e53] Merge translation files from master branch.
- [ab2bea07] Raise the minimum required version of CMake to 3.1.
- [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
libkdcraw
- [5cd67930] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [113de6be] Raise the minimum required version of CMake to 3.1.
libkexiv2
- [5bc49238] Raise the minimum required version of CMake to 3.1.
libkipi
- [dbe81867] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [69c4ab19] Raise the minimum required version of CMake to 3.1.
kipi-plugins
- [74f96af7] Replaced 'includehints' with 'includes' in *.ui files.
- [2938b5bb] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [e6998673] Merge translation files from master branch.
libksquirrel
- [6f4e155a] Replaced 'includehints' with 'includes' in *.ui files.
libtdeldap
- [363da880] Raise the minimum required version of CMake to 3.1.
applications/development
kdbg
- [a4b98f87] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [3fe8b252] Raise the minimum required version of CMake to 3.1.
- [15fe5aa7] Merge translation files from master branch.
kdiff3
- [62185335] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [7290f4aa] Raise the minimum required version of CMake to 3.1.
- [50ae4a03] Merge translation files from master branch.
kpicosim
- [8cc60a48] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [6aaa89cb] Raise the minimum required version of CMake to 3.1.
kscope
- [1588d421] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [376e9fe1] Raise the minimum required version of CMake to 3.1.
- [02c8b2f2] Replaced 'includehints' with 'includes' in *.ui files.
ktechlab
- [6c6e5345] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [7c9812ac] Raise the minimum required version of CMake to 3.1.
kxmleditor
- [0ac1a32b] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [114e71b9] Raise the minimum required version of CMake to 3.1.
piklab
- [0eaf3f2c] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
tdesvn
- [48536d19] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [9ff98d0d] Raise the minimum required version of CMake to 3.1.
- [69b31432] Replaced 'includehints' with 'includes' in *.ui files.
applications/games
knights
- [6e726b66] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [127d75cf] Raise the minimum required version of CMake to 3.1.
- [4de9ba5b] Merge translation files from master branch.
tdepacman
- [0dac4a06] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [7c093c0d] Raise the minimum required version of CMake to 3.1.
- [37691284] Merge translation files from master branch.
- [2fbdabba] Merge translation files from master branch.
applications/graphics
digikam
- [86631866] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [47057a04] Replaced 'includehints' with 'includes' in *.ui files.
- [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.
gwenview
- [067cc066] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [cbf8c06c] Replaced 'includehints' with 'includes' in *.ui files.
gwenview-i18n
- [069218a7] Raise the minimum required version of CMake to 3.1.
ksquirrel
- [0ef7ed8d] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [5bc8789a] Replaced 'includehints' with 'includes' in *.ui files.
kuickshow
- [bf3252d3] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [dd381008] Raise the minimum required version of CMake to 3.1.
- [2535728e] Merge translation files from master branch.
potracegui
- [1ec6f0dd] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [4b90c99f] Raise the minimum required version of CMake to 3.1.
applications/internet
kasablanca
- [a8992dd6] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [4bdfbb50] Raise the minimum required version of CMake to 3.1.
- [0f27dbe7] Merge translation files from master branch.
kbiff
- [68929099] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [01568d8a] Raise the minimum required version of CMake to 3.1.
- [c20576b9] Merge translation files from master branch.
kftpgrabber
- [7c421101] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [332bb9be] Raise the minimum required version of CMake to 3.1.
knmap
- [4e19a8ae] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [c2564509] Raise the minimum required version of CMake to 3.1.
konversation
- [22a534d7] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [368f5159] Raise the minimum required version of CMake to 3.1.
kopete-otr
- [b43f977f] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [6d31a95c] Replaced 'includehints' with 'includes' in *.ui files.
- [ce0f0fd3] Raise the minimum required version of CMake to 3.1.
kshowmail
- [6d0113de] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [abaffa65] Raise the minimum required version of CMake to 3.1.
kstreamripper
- [1bdff694] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [d892eadf] Raise the minimum required version of CMake to 3.1.
ktorrent
- [efbafbeb] Replaced 'includehints' with 'includes' in *.ui files. Completed previous commit where one file was missed out.
- [9303fdb9] Replaced 'includehints' with 'includes' in *.ui files.
- [bd728c1c] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
kvirc
- [f69d621e] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
kvpnc
- [59553803] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [cb8a789c] Replaced 'includehints' with 'includes' in *.ui files.
- [59a6b969] Raise the minimum required version of CMake to 3.1.
smb4k
- [291eab0d] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
tork
- [895f0eec] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [cd8fbeb9] Removed unnecessary 'wrong' comments.
- [ab03d5fe] Raise the minimum required version of CMake to 3.1.
applications/misc
bibletime
- [6032dbfc] Replaced 'includehints' with 'includes' in *.ui files.
- [9687a7bb] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
compizconfig-backend-tdeconfig
- [50b56dd3] Raise the minimum required version of CMake to 3.1.
desktop-effects-tde
- [59ffbe9c] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
kcmldap
- [82079a7f] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [c0d1ae28] Raise the minimum required version of CMake to 3.1.
kcmldapcontroller
- [78eb4a3a] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [64839011] Raise the minimum required version of CMake to 3.1.
kcmldapmanager
- [15224f26] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [f2f2fc6a] Raise the minimum required version of CMake to 3.1.
kerberostray
- [e6a166e9] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [e81e2853] Raise the minimum required version of CMake to 3.1.
krecipes
- [cd730bfa] Replaced 'includehints' with 'includes' in *.ui files.
- [1c48b9c8] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
applications/multimedia
amarok
- [0d82a782] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [b40ce809] Raise the minimum required version of CMake to 3.1.
- [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
- [9b004312] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [aa460143] Raise the minimum required version of CMake to 3.1.
- [4cc0bd4c] Merge translation files from master branch.
- [4ab1fa87] Merge translation files from master branch.
- [27700dd1] Merge translation files from master branch.
k3b
- [4d258025] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [af47d506] Raise the minimum required version of CMake to 3.1.
- [fded15bc] Fix FTBFS on RHEL6
k3b-i18n
- [6dd395d3] Raise the minimum required version of CMake to 3.1.
- [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.
k9copy
- [d37a8259] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
kaffeine
- [50f352b3] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [57e4f76c] Raise the minimum required version of CMake to 3.1.
kaffeine-mozilla
- [129c44e3] Raise the minimum required version of CMake to 3.1.
kmplayer
- [45685a90] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [cae844a4] Raise the minimum required version of CMake to 3.1.
- [8ab67680] Merge translation files from master branch.
mplayerthumbs
- [6496bce8] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [4632ab81] Raise the minimum required version of CMake to 3.1.
rosegarden
- [f56d8dd2] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [e0335d55] Raise the minimum required version of CMake to 3.1.
soundkonverter
- [e3a33e20] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
tderadio
- [11616123] Replaced 'includehints' with 'includes' in *.ui files.
- [4375ffed] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
applications/office
basket
- [b742c35f] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [98c9d3fb] Raise the minimum required version of CMake to 3.1.
- [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
- [90815915] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [f3e45e14] Raise the minimum required version of CMake to 3.1.
- [daffce55] Merge translation files from master branch.
kbookreader
- [4c44c214] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [97562a4e] Raise the minimum required version of CMake to 3.1.
- [46f1782c] Merge translation files from master branch.
keximdb
- [7826cb1a] Raise the minimum required version of CMake to 3.1.
kile
- [8c28c263] Restore the documentation inadvertently deleted in the past commit
along with the original layout of translations. The translated
documentation is now placed in the doc folder. - [5ef92bba] Remove the original translation directory layout.
- [3633ea28] Update CMake rules accorting to TDE style.
Copy translations to a new directory layout.
Move documentation to a new directory layout. - [71958c0f] Fix the initialization of the automake project.
Delete generated configure.in and *.m4 files from sources. - [419e78e3] Replaced 'includehints' with 'includes' in *.ui files.
- [ecb45e75] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
kmymoney
- [4423e37d] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
knowit
- [2013ffa0] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [85eb7258] Raise the minimum required version of CMake to 3.1.
koffice
- [53eda28f] Fixed FTBFS caused by commit b070dc18 on some distros/archs.
- [2bc2bc67] Replaced 'includehints' with 'includes' in *.ui files.
- [355a6c47] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [de082898] Added kexi hotfix to support versions 12 and higher, fixing issue #15
- [d6ebacbe] Fixed build issue with libwv2 support
koffice-i18n
kpilot
- [4cd13d38] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [b6ae76e3] Raise the minimum required version of CMake to 3.1.
tellico
- [ef94258f] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [ffcb8e3a] Raise the minimum required version of CMake to 3.1.
applications/settings
kdpkg
- [4dae7044] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [26f01e5c] Raise the minimum required version of CMake to 3.1.
kima
- [59f98faa] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [85a3cfc6] Raise the minimum required version of CMake to 3.1.
kiosktool
- [5cb9646e] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [eccfc199] Raise the minimum required version of CMake to 3.1.
- [aad8d7ac] Merge translation files from master branch.
kkbswitch
- [ba859910] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [f1d74fad] Raise the minimum required version of CMake to 3.1.
klcddimmer
- [3c90d5cb] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [1034ab3d] Raise the minimum required version of CMake to 3.1.
- [ac22fd68] Merge translation files from master branch.
kmyfirewall
- [2120f53c] Replaced 'includehints' with 'includes' in *.ui files.
- [78e4942e] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
knetworkmanager8
- [b4ef76d2] Replaced 'includehints' with 'includes' in *.ui files.
- [fe937a66] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [05ed6644] Raise the minimum required version of CMake to 3.1.
tde-systemsettings
- [ef01915c] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [843ad620] Raise the minimum required version of CMake to 3.1.
tdenetworkmanager
- [caf75432] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [c16d49a9] Raise the minimum required version of CMake to 3.1.
tdesudo
- [e88d1028] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [5a6397fe] Raise the minimum required version of CMake to 3.1.
wlassistant
- [6c8fa4f8] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [e71573c0] Raise the minimum required version of CMake to 3.1.
applications/system
dolphin
- [69e258b7] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [e10bdb80] Merge translation files from master branch.
- [8cf77347] Raise the minimum required version of CMake to 3.1.
- [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
- [33deebf1] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [1ddad6c3] Raise the minimum required version of CMake to 3.1.
- [08bbe4aa] Merge translation files from master branch.
kbfx
- [7ad34eee] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [1dc72b09] Raise the minimum required version of CMake to 3.1.
kcmautostart
- [a046c69e] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [df24233c] Raise the minimum required version of CMake to 3.1.
kdbusnotification
- [edd6e4eb] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [5e40664b] Raise the minimum required version of CMake to 3.1.
klamav
- [90396073] Replaced 'includehints' with 'includes' in *.ui files.
- [61bb2064] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [6bf11325] Raise the minimum required version of CMake to 3.1.
knemo
- [cb1e1c86] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [85fac0a1] Raise the minimum required version of CMake to 3.1.
knetload
- [183b0d88] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [ed36197d] Raise the minimum required version of CMake to 3.1.
knetstats
- [59e2fae9] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [a5a7a2cf] Raise the minimum required version of CMake to 3.1.
kooldock
- [3f406c84] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [45cb4168] Raise the minimum required version of CMake to 3.1.
kpowersave
- [78cee563] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [565a3b67] Raise the minimum required version of CMake to 3.1.
krusader
- [ba3c50f8] Replaced 'includehints' with 'includes' in *.ui files.
- [74f6dc26] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
kshutdown
- [c3a85d60] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [f1249eb5] Raise the minimum required version of CMake to 3.1.
ksystemlog
- [51b54c83] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [89ec813f] Raise the minimum required version of CMake to 3.1.
kvkbd
- [adc51ad3] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [b7c360aa] Raise the minimum required version of CMake to 3.1.
smartcardauth
- [5ee2811f] Raise the minimum required version of CMake to 3.1.
- [0244f7df] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [64f0fb9d] Raise the minimum required version of CMake to 3.1.
tdedocker
- [e7e64707] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [4ba78a44] Raise the minimum required version of CMake to 3.1.
tdepowersave
- [d03477f4] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [68b6a1e5] Raise the minimum required version of CMake to 3.1.
- [5a0a0416] Merge translation files from master branch.
- [271123a5] Merge translation files from master branch.
tdesshaskpass
- [9b30d107] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [ecc4973f] Raise the minimum required version of CMake to 3.1.
yakuake
- [f3913564] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [b8f23e53] Raise the minimum required version of CMake to 3.1.
applications/tdeio
tdeio-apt
- [f65a81de] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [b84bc11e] Raise the minimum required version of CMake to 3.1.
tdeio-ftps
- [0bc2f854] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [35fdfda5] Raise the minimum required version of CMake to 3.1.
tdeio-gopher
- [aa945dbb] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [8a8f527f] Raise the minimum required version of CMake to 3.1.
tdeio-locate
- [a2e62e20] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [6cee38ed] Raise the minimum required version of CMake to 3.1.
- [31e5ff7b] Merge translation files from master branch.
tdeio-sword
- [a96f3938] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [cab4fa20] Raise the minimum required version of CMake to 3.1.
- [e1d79f01] Merge translation files from master branch.
tdeio-umountwrapper
- [67667f06] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [74d041d0] Raise the minimum required version of CMake to 3.1.
applications/themes
gtk-qt-engine
- [70b0d4bf] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [d39c519c] Raise the minimum required version of CMake to 3.1.
kgtk-qt3
- [dfc78bc6] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [1818910e] Raise the minimum required version of CMake to 3.1.
ksplash-engine-moodin
- [90a6b1e7] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [318f4e6d] Raise the minimum required version of CMake to 3.1.
tde-style-baghira
- [cc26904a] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [74fcfc65] Raise the minimum required version of CMake to 3.1.
tde-style-domino
- [4013c916] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [2d5459ad] Raise the minimum required version of CMake to 3.1.
tde-style-ia-ora
- [58c3afa3] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [c62c8a35] Raise the minimum required version of CMake to 3.1.
tde-style-lipstik
- [ae5f4641] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [4b127b88] Raise the minimum required version of CMake to 3.1.
tde-style-qtcurve
- [8bd05d69] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [7a6987e7] Raise the minimum required version of CMake to 3.1.
- [0907ed4e] Removed unused admin submodule.
tdmtheme
- [bf494105] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [4eee23fd] Raise the minimum required version of CMake to 3.1.
- [60ea0c2b] Merge translation files from master branch.
twin-style-crystal
- [3f254cf0] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [19b7d2d3] Raise the minimum required version of CMake to 3.1.
twin-style-dekorator
- [61296c09] Replaced 'includehints' with 'includes' in *.ui files.
- [bb8ff532] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [a76b7e94] Raise the minimum required version of CMake to 3.1.
twin-style-suse2
- [d307af23] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [0dc8ee43] Raise the minimum required version of CMake to 3.1.
- [53e3a4cd] Merge translation files from master branch.
applications/utilities
abakus
- [4717fcea] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [4d193f26] Raise the minimum required version of CMake to 3.1.
- [bddd2d52] Merge translation files from master branch.
filelight
- [c01ab203] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [e4f1252a] Raise the minimum required version of CMake to 3.1.
- [e1e03212] Merge translation files from master branch.
- [c40b463a] Merge translation files from master branch.
- [8df86e09] Merge translation files from master branch.
kbarcode
- [8f8236fc] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [8636f0cb] Raise the minimum required version of CMake to 3.1.
kchmviewer
- [d6ca6ee3] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [8dd986ad] Raise the minimum required version of CMake to 3.1.
- [4369f737] Merge translation files from master branch.
kcpuload
- [daf705fd] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [a144f915] Raise the minimum required version of CMake to 3.1.
kdirstat
- [6ef0caba] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [6b7fe208] Raise the minimum required version of CMake to 3.1.
keep
- [991a4a8a] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [cf347fdf] Raise the minimum required version of CMake to 3.1.
- [abe46864] Merge translation files from master branch.
knutclient
- [040f98e2] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [a603bf27] Raise the minimum required version of CMake to 3.1.
kompose
- [84baa5c8] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [779bfa26] Raise the minimum required version of CMake to 3.1.
krename
- [57ccbccf] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [2f25533f] Raise the minimum required version of CMake to 3.1.
- [2eda030d] Merge translation files from master branch.
- [1ed1927c] Merge translation files from master branch.
ksensors
- [a26fd1b0] Replaced 'includehints' with 'includes' in *.ui files.
- [7d48d1a5] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [8960a9db] Raise the minimum required version of CMake to 3.1.
mathemagics
- [64d57257] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [b7e7e7f2] Raise the minimum required version of CMake to 3.1.
qalculate-tde
- [a4312005] Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
- [c53a6a57] Raise the minimum required version of CMake to 3.1.
packaging
packaging
- [7df44ca2] DEB kile: Add rule to install translated documentation into language packages.
- [55c750fb] DEB kile: Switch to cmake.
- [5d693c7d] DEB: added packaging files for polkit-tqt.
- [5373cedf] DEB kile: Simplify the installation of translations into individual packages.
Remove automake build initialization - it is done by common TDE cdbs rules. - [60f34d40] DEB cmake-trinity: Require CMake at least 3.1.
- [c1db2dcb] DEB tdebase: Add argyll as an alternative dependency to xcalib.
- [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