Changelog For R14.1.2
Jump to navigation
Jump to search
common
admin
- [3019aa7a] Improve TQt detection. Use CFLAGS from pkg-config
instead of hard-coded include paths. - [bcdb3081] Fix detection of TQt3 following bug introduced in previous commit
- [e27d7286] Drop TQT_VERSION_ONLY
- [02e3ce62] Fix visibility support check
libtdevnc
- [2b46ed6b] Raise the minimum required version of CMake to 3.5.
dependencies
tde-cmake
- [76ca9f74] Raise the minimum required version of CMake to 3.5.
- [bb49d854] Update version to R14.1.2~[DEVELOPMENT]
tqt3
- [f30ac87a] Add support for HistoryBackButton and HistoryForwardButton
This resolves TDE/tdebase#421 - [c339f68f] Update README
A new README with markdown format, updated information on TQt, contributor section and translations status.
The old README has been preserved as README.Qt3 for historical reasons. - [a059b24f] tqdesigner: prevent SEGV from invalid pointer. This resolves issue #97
- [ccc0d8e4] Replaced various '#define' with actual strings - part 3
- [541b9007] Replace Qt with TQt
tqtinterface
- [aee37a80] Remove various '#define' strings - part 5
- [ed3960fe] Remove 'Event' #define strings
- [e49839b0] Remove various '#define' with actual strings - part 4
- [f933a4cd] Remove various '#define' with actual strings - part 3
- [1adb7b0c] Remove color '#define' strings
- [f3d5db9e] Remove various '#define' with actual strings - part 2
- [8a3ee3cf] Remove time related '#define' with actual strings
- [4f64bcf4] Remove various tq* strings
- [4469ebf5] Remove various '#define' strings
- [83393107] Replace Qt with TQt
- [4999d66f] Change to build and install inputmethod files if enabled
- [5b1ff5f7] Raise the minimum required version of CMake to 3.5.
- [ce975cb4] Drop TQT_VERSION_ONLY
akode
- [76833fdb] Raise the minimum required version of CMake to 3.5.
arts
- [c048d067] Raise the minimum required version of CMake to 3.5.
avahi-tqt
- [571a0c03] Raise the minimum required version of CMake to 3.5.
dbus-1-tqt
- [49dca60b] Replaced various '#define' with actual strings - part 5
- [122c2a5a] Raise the minimum required version of CMake to 3.5.
dbus-tqt
- [31736507] Raise the minimum required version of CMake to 3.5.
libart-lgpl
- [a8d8c5d0] Raise the minimum required version of CMake to 3.5.
libcaldav
- [212fdb12] Raise the minimum required version of CMake to 3.5.
libcarddav
- [2bee3c7a] Raise the minimum required version of CMake to 3.5.
libr
- [aaf98109] Update library version to 0.7.0
- [47a836e4] Remove libglade related code, since libglade is no longer available
- [35d7395c] Raise the minimum required version of CMake to 3.5.
tqscintilla
pytqt
- [a131499f] Replaced various '#define' with actual strings - part 3
polkit-tqt
- [b5e521d0] Raise the minimum required version of CMake to 3.5.
tqca
- [9cbea02c] Raise the minimum required version of CMake to 3.5.
core
tdelibs
- [af8caead] Replaced various '#define' with actual strings - part 5
- [553b7050] Merge translation files from master branch.
- [d8d8319b] Replace 'Event' #define strings
- [3a837ecf] Fix FTBFS caused by detection of libr version after recent update
- [9fc074fc] Replaced various '#define' with actual strings - part 4
- [4c9f3f02] Replaced various '#define' with actual strings - part 3
- [cf7f8e74] Replace color '#define' strings with actual values
- [89c80321] Replaced various '#define' with actual strings - part 2
- [e84b6d89] Replaced time related '#define' with actual strings
- [3373b45c] Replace various tq* strings with TQt::* equivalents
- [0e4a5c95] Replace various strings '#define'd in tqtinterface
- [303b6445] Replace Qt with TQt
- [141ced0c] Prevent to use conditional inclusion preprocessor feature (since C++23)
`#elifdef` is supported since C23 and C++23, but such newer compiler
is not required here. - [1b8945b1] Raise the minimum required version of CMake to 3.5.
- [050ff82b] KTabBar: add way to revert tab color to default
This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.
It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead. - [10b5c67d] Merge translation files from master branch.
- [2cc4398e] Update version to R14.1.2~[DEVELOPMENT]
tdebase
- [fa7aa947] Merge translation files from master branch.
- [9c73915c] twin: use separate bit to inhibit configure request messages. This resolves issue #434
- [80859919] Merge translation files from master branch.
- [f91c73bf] Merge translation files from master branch.
- [3f84b83e] Replaced various '#define' with actual strings - part 5
- [e240ec46] Merge translation files from master branch.
- [b19e4cab] Replace 'Event' #define strings
- [6b5d95d5] twin: makes sure to notify an application on resizing events so that the window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue TDE/tde#57 and issue #384
- [a3017180] Fix FTBFS caused by detection of libr version after recent update
- [df343992] Fix unwanted window resizing. This resolves issue TDE/tde#57
Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size. - [71b2eaec] Replaced various '#define' with actual strings - part 4
- [139b166e] Replaced various '#define' with actual strings - part 3
- [c19f68bd] Replaced various '#define' with actual strings - part 2
- [bf17c1e9] Replaced time related '#define' with actual strings
- [7272c289] Replace various tq* strings with TQt::* equivalents
- [4a6f4a17] Replace various strings '#define'd in tqtinterface
- [06606d2a] QuickLauncher: Ignore empty URLs at reading the configuration
- [196fabb2] Fix strlcat and strlcpy check
Solving the TDE/tde-packaging-gentoo#310 problem.
Glibc-2.38 adds new functions strlcat and strlcpy. - [a49b0e2c] Replace Qt with TQt
- [8f661313] Merge translation files from master branch.
- [63432a21] Raise the minimum required version of CMake to 3.5.
- [457c4539] Merge translation files from master branch.
- [539f7f00] Update translation template.
- [e3908518] Deprecate TabColor setting
This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color.
This is not related to saving tab colors as part of a session. - [c7cfaf20] Konsole: add ability to reset tab color to default
- [93dcc468] Add six new color schemes taken from https://www.opendesktop.org.
There is no license files on the website, but based on the site Terms & Conditions, it seems reasonable to redistribute this files under GPL2 license.
Human: https://www.opendesktop.org/p/1123955/
Last.fm: https://www.opendesktop.org/p/1123742/
Lizard: https://www.opendesktop.org/p/1123562
Platinum: https://www.opendesktop.org/p/1123528/
Sienna: https://www.opendesktop.org/p/1123485/
WedgeWeb: https://www.opendesktop.org/p/1123249/ - [5739816e] Added initial draft of release notes for R14.1.2.
- [fe02fc0d] Merge translation files from master branch.
tdepim
- [f26a304e] Replaced various '#define' with actual strings - part 5
- [ae35bc48] Replace 'Event' #define strings
- [51d0291b] Replaced various '#define' with actual strings - part 4
- [22da7013] Replaced various '#define' with actual strings - part 3
- [6efcb28e] Replaced time related '#define' with actual strings
- [9ade94ab] Holidays: ua
- [4a793dd7] Replace various strings '#define'd in tqtinterface
- [7a712e61] Replace Qt with TQt
- [0a8405f6] Raise the minimum required version of CMake to 3.5.
tdemultimedia
- [da49daf5] Replaced various '#define' with actual strings - part 5
- [452c1e81] Replace 'Event' #define strings
- [bd26faa9] Replaced various '#define' with actual strings - part 3
- [de42315f] Noatun: Crashing at empty items in the playlist
- [5bdb5189] Replace Qt with TQt
- [a86ba592] Raise the minimum required version of CMake to 3.5.
tdenetwork
- [4be03979] Merge translation files from master branch.
- [e0a2f545] Replaced various '#define' with actual strings - part 5
- [e6bbef6d] Merge translation files from master branch.
- [4dbc3ab8] Replace 'Event' #define strings
- [b195cf38] Replaced various '#define' with actual strings - part 4
- [4edd87ce] Replaced various '#define' with actual strings - part 3
- [7367a616] Replace Qt with TQt
- [caae1151] Raise the minimum required version of CMake to 3.5.
tdegraphics
- [c9e40417] Replaced various '#define' with actual strings - part 5
- [1fe6cb7f] Merge translation files from master branch.
- [556d90cb] Replace 'Event' #define strings
- [7ec27f89] Replaced various '#define' with actual strings - part 4
- [cdcc24c6] ksnapshot: add setPixmap DCOP call
Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab). - [57ade681] Replaced various '#define' with actual strings - part 3
- [73368709] Replace various strings '#define'd in tqtinterface
- [cfee7c43] Replace Qt with TQt
- [924f894b] Raise the minimum required version of CMake to 3.5.
- [666a1d67] ksnapshot: add delay functionality to 'Region' mode. This resolves issue #71
tdetoys
- [1606ffff] Replaced various '#define' with actual strings - part 5
- [0b6f951e] Merge translation files from master branch.
- [64a5b23e] Replace 'Event' #define strings
- [79c780ce] Replaced various '#define' with actual strings - part 3
- [8f9e8c88] Replace Qt with TQt
- [a6499fdc] Raise the minimum required version of CMake to 3.5.
tdeutils
- [5b1fdb9a] Replaced various '#define' with actual strings - part 5
- [5ecef94f] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue #68
- [dfb81fda] Replace 'Event' #define strings
- [2d05a4b0] Replaced various '#define' with actual strings - part 3
- [f901ccee] Replace various strings '#define'd in tqtinterface
- [3156b549] Solving the TDE/tde-packaging-gentoo#313 problem.
Glibc-2.38 adds new functions strlcat and strlcpy. - [b3f501d4] Replace Qt with TQt
- [60471443] Raise the minimum required version of CMake to 3.5.
tdeedu
- [63af14c3] Merge translation files from master branch.
- [c75fee7f] Replaced various '#define' with actual strings - part 5
- [c407c455] Replaced various '#define' with actual strings - part 4
- [79ebc59c] Replaced various '#define' with actual strings - part 3
- [bcee6c32] Replace Qt with TQt
- [9af05810] Raise the minimum required version of CMake to 3.5.
- [0ef55542] Merge translation files from master branch.
tdegames
- [76f734a8] Replaced various '#define' with actual strings - part 5
- [03c3d226] Replace 'Event' #define strings
- [f240b9f9] Replaced various '#define' with actual strings - part 3
- [c5a61d6e] Replace various strings '#define'd in tqtinterface
- [afc67225] Replace Qt with TQt
- [d86e0406] Raise the minimum required version of CMake to 3.5.
tdeaccessibility
- [93fbe96e] Replaced various '#define' with actual strings - part 5
- [14c0e766] Replaced various '#define' with actual strings - part 3
- [716294c7] Replace Qt with TQt
- [57266e49] Raise the minimum required version of CMake to 3.5.
tdeaddons
- [76b9a4ad] Merge translation files from master branch.
- [92d851c1] Replaced various '#define' with actual strings - part 5
- [588c6181] Replace 'Event' #define strings
- [a67df804] Replaced various '#define' with actual strings - part 4
- [94639370] Replaced various '#define' with actual strings - part 3
- [f37c5af5] Replace Qt with TQt
- [35876c80] Raise the minimum required version of CMake to 3.5.
tdeadmin
- [ac7e4fb5] Replace 'Event' #define strings
- [684b9d33] Replaced various '#define' with actual strings - part 3
- [16c7639b] Replace Qt with TQt
- [a0028424] Raise the minimum required version of CMake to 3.5.
tdeartwork
- [856d6d13] Replaced various '#define' with actual strings - part 5
- [fc6c321e] Replace 'Event' #define strings
- [e243bddf] Replaced various '#define' with actual strings - part 4
- [149da968] Replaced various '#define' with actual strings - part 3
- [185ed081] Replace Qt with TQt
- [59d0ee36] Raise the minimum required version of CMake to 3.5.
- [5f9b4a9f] Merge translation files from master branch.
- [f6619763] Merge translation files from master branch.
tdebindings
- [7d03532f] Replace various strings '#define'd in tqtinterface
tdesdk
- [74c34bca] Merge translation files from master branch.
- [a03358fd] Replaced various '#define' with actual strings - part 5
- [4f51c08a] Merge translation files from master branch.
- [d6dc3a3d] Replace 'Event' #define strings
- [49d88f18] Replaced various '#define' with actual strings - part 3
- [5d52b8ff] Replace Qt with TQt
- [785064f9] Raise the minimum required version of CMake to 3.5.
- [429f7fd4] Merge translation files from master branch.
tdevelop
- [f12db681] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue TDE/tqt3#97
- [ea8f1be4] Replaced various '#define' with actual strings - part 5
- [2d0252be] Replace 'Event' #define strings
- [d31a7027] Replaced various '#define' with actual strings - part 4
- [8308ebce] Replaced various '#define' with actual strings - part 3
- [521604de] Replace Qt with TQt
- [96ced6ef] Raise the minimum required version of CMake to 3.5.
tdewebdev
- [8954d764] Merge translation files from master branch.
- [717ca24e] Merge translation files from master branch.
- [abd5e8f9] Fix FTBFS from prior commit.
- [37f6b15c] Replaced various '#define' with actual strings - part 5
- [dd931b3e] Replace 'Event' #define strings
- [b4887167] Replaced various '#define' with actual strings - part 4
- [9e8724c9] Replaced various '#define' with actual strings - part 3
- [b00a91b0] Replace Qt with TQt
- [b3b05947] Raise the minimum required version of CMake to 3.5.
tde-i18n
- [a1d02ef5] Merge translation files from master branch.
- [4b02ffeb] Merge translation files from master branch.
- [2729c261] Merge translation files from master branch.
- [47a9a331] Update translation template.
- [41f9994c] Merge translation files from master branch.
- [8772ccd5] Update translation template.
- [9cfeaaba] Merge translation files from master branch.
- [2b8623c9] Merge translation files from master branch.
- [7ea97c56] Merge translation files from master branch.
- [ce43bede] Update translation template.
- [298b491a] Merge translation files from master branch.
- [c2f113be] Merge translation files from master branch.
- [d4594ec8] Merge translation files from master branch.
- [28015952] Update translation template.
- [abe7f960] Merge translation files from master branch.
- [6d051d6a] Merge translation files from master branch.
- [1608a85b] Update translation template.
- [61e2eaf3] Merge translation files from master branch.
- [c41887c6] Remove duplicate translations from commit 83e7d90131a60206a219edf4a2ba9e570c689268.
- [2ff9fcec] Merge translation files from master branch.
- [6b78e804] Replace Qt with TQt
- [83e7d901] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
- [d3f6a5fb] Merge translation files from master branch.
- [dd01a895] Merge translation files from master branch.
- [d7331290] Update translation template.
- [d39a21e0] Merge translation files from master branch.
- [6383fd9e] Raise the minimum required version of CMake to 3.5.
- [2a662e89] Merge translation files from master branch.
- [0cb349be] Merge translation files from master branch.
- [7d9b15b4] Merge translation files from master branch.
- [42fa475c] Update translation template.
libraries
libkdcraw
libkexiv2
libkipi
kipi-plugins
- [2cf37f58] Replaced various '#define' with actual strings - part 5
- [b4ab4f13] Merge translation files from master branch.
- [d543d160] Merge translation files from master branch.
- [cc9c3a67] Merge translation files from master branch.
- [5c09bb36] Replaced various '#define' with actual strings - part 3
- [bc3ec7f2] Replace Qt with TQt
- [d28f47b5] Raise the minimum required version of CMake to 3.5.
libksquirrel
- [592f28f9] Replace Qt with TQt
- [c612c9c0] Raise the minimum required version of CMake to 3.5.
- [029784cd] Drop autotools support
libtdeldap
libtqt-perl
- [d655c313] Replaced various '#define' with actual strings - part 4
- [803408f7] Replaced various '#define' with actual strings - part 2
pytde
applications/development
kdbg
- [3cefef8e] Merge translation files from master branch.
- [c8f5e54e] Raise the minimum required version of CMake to 3.5.
kdiff3
- [835702ea] Replaced various '#define' with actual strings - part 6
- [95d0ba61] Replaced various '#define' with actual strings - part 5
- [7ff0b7ed] Merge translation files from master branch.
- [10096961] Merge translation files from master branch.
- [eff219cd] Merge translation files from master branch.
- [b1a7c5eb] Update translation template.
- [180f871b] Fix pasting UTF8 text from clipboard.
This commit is based on work from Roman Savochenko available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13. - [5e65678a] Raise the minimum required version of CMake to 3.5.
- [d3cfbab1] Replace Qt with TQt
kpicosim
- [bb32ffaf] Replaced various '#define' with actual strings - part 6
- [6e904a10] Raise the minimum required version of CMake to 3.5.
- [69df5d03] Replace Qt with TQt
kscope
- [3fb41909] Raise the minimum required version of CMake to 3.5.
ktechlab
- [a082a259] Replaced various '#define' with actual strings - part 6
- [f5d0ed0e] Replaced various '#define' with actual strings - part 5
- [669d1daa] Raise the minimum required version of CMake to 3.5.
- [420fcb6c] Replace Qt with TQt
kxmleditor
- [21ab29e9] Raise the minimum required version of CMake to 3.5.
piklab
- [26bcb362] Replaced various '#define' with actual strings - part 6
- [aa5aa16b] Replace 'Event' #define strings
- [fb9112c9] Replaced various '#define' with actual strings - part 4
- [d73c00b7] Raise the minimum required version of CMake to 3.5.
- [6ea6638a] Replace Qt with TQt
tdesvn
- [a2bf0715] Replaced various '#define' with actual strings - part 6
- [7221e1ed] Replaced various '#define' with actual strings - part 5
- [340a9422] Merge translation files from master branch.
- [2e75d667] Replaced various '#define' with actual strings - part 3
- [2bf1c106] Raise the minimum required version of CMake to 3.5.
- [42734aee] Replace Qt with TQt
applications/games
knights
- [b8335a4a] Replaced various '#define' with actual strings - part 6
- [a39b2b83] Replaced various '#define' with actual strings - part 5
- [0959fe8c] Raise the minimum required version of CMake to 3.5.
- [248df7d9] Replace Qt with TQt
tdepacman
- [1a929a80] Raise the minimum required version of CMake to 3.5.
applications/graphics
digikam
- [4fb5c762] Merge translation files from master branch.
- [dfb59e25] Replaced various '#define' with actual strings - part 6
- [8fa69390] Replaced various '#define' with actual strings - part 5
- [3bedcd00] Merge translation files from master branch.
- [80cb02ba] Replace 'Event' #define strings
- [a7a3aa3b] Replaced various '#define' with actual strings - part 3
- [df0251e7] Raise the minimum required version of CMake to 3.5.
- [56a89d7b] Replace Qt with TQt
gwenview
- [5eb453b7] Replaced various '#define' with actual strings - part 6
- [247add21] Replaced various '#define' with actual strings - part 5
- [5a71f93b] Replace 'Event' #define strings
- [20b4653f] Replaced various '#define' with actual strings - part 3
- [d4e69bd2] Replaced various '#define' with actual strings - part 2
- [d2998fbc] Replace various strings '#define'd in tqtinterface
- [549b83de] Raise the minimum required version of CMake to 3.5.
- [4c58d618] Replace Qt with TQt
gwenview-i18n
- [04164129] Merge translation files from master branch.
- [df89b8d0] Update translation template.
- [fe3a9945] Merge translation files from master branch.
- [ec568f0d] Raise the minimum required version of CMake to 3.5.
ksquirrel
- [e814f1e8] Replaced various '#define' with actual strings - part 6
- [9d3adf01] Raise the minimum required version of CMake to 3.5.
- [4078a895] Replace Qt with TQt
potracegui
- [91a23eae] Replaced various '#define' with actual strings - part 6
- [512732b0] Raise the minimum required version of CMake to 3.5.
applications/internet
kasablanca
- [44e4c4e1] Merge translation files from master branch.
- [749fadd2] Merge translation files from master branch.
- [d942de57] Merge translation files from master branch.
- [0e9b7d1d] Raise the minimum required version of CMake to 3.5.
kbiff
- [8498ab1f] Merge translation files from master branch.
- [b1912c9f] Merge translation files from master branch.
- [4c492704] Merge translation files from master branch.
- [e65e12d0] Raise the minimum required version of CMake to 3.5.
kftpgrabber
- [91bacaa9] Raise the minimum required version of CMake to 3.5.
knmap
- [76067f79] Merge translation files from master branch.
- [3f0328e9] Raise the minimum required version of CMake to 3.5.
konversation
- [9f9819b2] Remove various '#define' strings - part 6
- [0b3b0962] Merge translation files from master branch.
- [b44a471a] Replace 'Event' #define strings
- [ae1967dc] Raise the minimum required version of CMake to 3.5.
- [cb42cd20] Replace Qt with TQt
kopete-otr
- [edea0d8d] Raise the minimum required version of CMake to 3.5.
kshowmail
- [521a7742] Merge translation files from master branch.
- [c5b1ab33] Merge translation files from master branch.
- [86f2b710] Raise the minimum required version of CMake to 3.5.
kstreamripper
- [0796f6cb] Merge translation files from master branch.
- [d94539da] Update translation template.
- [8286cc5b] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kstreamripper
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/ - [71c98694] Provide a minimum height for the station listview to improve user experiences when there are more than a few stations
- [64cf76fc] Prevent loss of last station across multiple program runs if its description is empty
- [5aed5382] Removing unnecessary functionality
- [9fb4112a] Added stream editing in a separate dialog box
- [9a8675a8] Remove various '#define' strings - part 6
- [bcdbeef8] Merge translation files from master branch.
- [9d38a4e2] Update translation template.
- [fbb41b91] Add unicode stream support
- [683560fc] Merge translation files from master branch.
- [560afe55] Merge translation files from master branch.
- [7678506d] Fix deallocation of process controllers when quitting the application
- [b624496e] Avoid repeated connection of the same signal when ripping the same item multiple times
- [b3d9058d] Added event processing if the process has finished its work
- [6701bdba] Removed unnecessary code and files
- [be9e9e89] Merge translation files from master branch.
- [015618b1] Update translation template.
- [ff9482e1] Added processing for stopping processes when closing the program window
- [943a67a4] Raise the minimum required version of CMake to 3.5.
ktorrent
- [4caf6f3c] Remove various '#define' strings - part 6
- [29628def] Replaced various '#define' with actual strings - part 5
- [ea5e56f7] Merge translation files from master branch.
- [5a75de0b] Merge translation files from master branch.
- [2a3111ed] Replace 'Event' #define strings
- [e76b1b06] Replaced various '#define' with actual strings - part 4
- [59f680d9] Replaced various '#define' with actual strings - part 3
- [f5f62f5b] Raise the minimum required version of CMake to 3.5.
- [9e6ff2e1] Replace Qt with TQt
kvirc
- [0066e291] Merge translation files from master branch.
- [35d1f217] Remove various '#define' strings - part 6
- [039fcfa8] Replaced various '#define' with actual strings - part 5
- [3f8bfdfe] Merge translation files from master branch.
- [265b1c8c] Replaced various '#define' with actual strings - part 3
- [860d3e1f] Merge translation files from master branch.
- [5b2ba173] Update translation template.
- [55b59d3d] Replace various strings '#define'd in tqtinterface
- [8bb7372e] Merge translation files from master branch.
- [d7a1d0a3] Raise the minimum required version of CMake to 3.5.
- [945085d2] Replace Qt with TQt
kvpnc
smb4k
- [74b97723] Remove various '#define' strings - part 6
- [cfafca88] CMake conversion
- [3b8edca5] TQString related changes required for cmake conversion
- [cdd07aa7] Remove unnecessary files
- [c6b056cc] Raise the minimum required version of CMake to 3.5.
- [e7dc7656] Replace Qt with TQt
tork
- [16657171] Raise the minimum required version of CMake to 3.5.
applications/misc
bibletime
- [14f6b82f] Replaced various '#define' with actual strings - part 6
- [138dd9d3] Replaced various '#define' with actual strings - part 5
- [c6f8f1bf] Merge translation files from master branch.
- [f2540b01] Merge translation files from master branch.
- [bc35a6b9] Replace 'Event' #define strings
- [79a57869] Replaced various '#define' with actual strings - part 3
- [89cdda50] Raise the minimum required version of CMake to 3.5.
- [75205341] Replace Qt with TQt
compizconfig-backend-tdeconfig
- [6cb631f1] Raise the minimum required version of CMake to 3.5.
desktop-effects-tde
- [c3d75707] Raise the minimum required version of CMake to 3.5.
- [842d40b0] Merge translation files from master branch.
kcmldap
- [2fcf4275] Raise the minimum required version of CMake to 3.5.
kcmldapcontroller
kcmldapmanager
kerberostray
- [67336400] Replaced various '#define' with actual strings - part 6
- [d3f5f06e] Raise the minimum required version of CMake to 3.5.
- [9fe0aff0] Replace Qt with TQt
krecipes
- [c72be0a6] Merge translation files from master branch.
- [6b856e9c] Raise the minimum required version of CMake to 3.5.
- [60c15de3] Replace Qt with TQt
applications/multimedia
amarok
- [97c254f2] Replaced various '#define' with actual strings - part 6
- [a9635517] Merge translation files from master branch.
- [03e5582d] Replaced various '#define' with actual strings - part 5
- [5cae14d5] Merge translation files from master branch.
- [0851e201] Replace 'Event' #define strings
- [832a6a86] Replaced various '#define' with actual strings - part 3
- [22bcf55f] Replace various strings '#define'd in tqtinterface
- [3b0aee61] Merge translation files from master branch.
- [e4b6122b] Raise the minimum required version of CMake to 3.5.
- [36d4e52e] Merge translation files from master branch.
- [f2d29897] Replace Qt with TQt
codeine
- [7c2b90bd] Raise the minimum required version of CMake to 3.5.
k3b
- [6a101aa2] Remove various '#define' strings - part 6
- [386d824e] Replaced various '#define' with actual strings - part 5
- [b591f195] Merge translation files from master branch.
- [361bf819] Replace 'Event' #define strings
- [c7656114] Merge translation files from master branch.
- [214ce2ba] Replaced various '#define' with actual strings - part 4
- [32a52075] Replaced various '#define' with actual strings - part 3
- [21fdca70] Raise the minimum required version of CMake to 3.5.
- [0c90dd24] Replace Qt with TQt
k3b-i18n
- [408cd80e] Merge translation files from master branch.
- [c871eb98] Merge translation files from master branch.
- [6b26d66f] Merge translation files from master branch.
- [f9c5cefe] Merge translation files from master branch.
- [d711e3fb] Raise the minimum required version of CMake to 3.5.
k9copy
- [0828ec19] Remove various '#define' strings - part 6
- [4b425835] Raise the minimum required version of CMake to 3.5.
- [9e55e6ee] Replace Qt with TQt
- [a2dacecf] Remove the original translation directory layout.
- [fb42a086] Copy translations to a new directory layout.
Added translation of .desktop files. - [83c41bf1] Drop autotools support
kaffeine
- [89e9863c] Remove various '#define' strings - part 6
- [53219858] Replaced various '#define' with actual strings - part 5
- [3ba0ef17] Merge translation files from master branch.
- [018ae989] xine-backend: Remove protocols from supported extensions
This caused problems with the extension filter of the file opener dialog.
This fixes TDE/tdemultimedia#58 - [283e19b9] Replaced various '#define' with actual strings - part 3
- [2c49540b] Removed patch files from source code.
fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already
been applied in the code.
terminate.patch has not been applied but contains no explanation on what
problem it was trying to fix. - [f5f7098e] Raise the minimum required version of CMake to 3.5.
- [2fe187b9] Replace Qt with TQt
kaffeine-mozilla
- [e7e12a9a] Raise the minimum required version of CMake to 3.5.
kmplayer
- [436bc266] Remove various '#define' strings - part 6
- [8a590af0] Merge translation files from master branch.
- [2e5e0a3b] Merge translation files from master branch.
- [8417b0fe] Update translation template.
- [6777b854] Solving the problem of launching the settings dialog without xine support
The settings dialog crashes if built without xine support. - [8527831e] Replaced various '#define' with actual strings - part 4
- [27035a4b] Raise the minimum required version of CMake to 3.5.
- [f29a95f6] Replace Qt with TQt
kplayer
- [9ed93309] Raise the minimum required version of CMake to 3.5.
mplayerthumbs
- [52f017aa] Raise the minimum required version of CMake to 3.5.
rosegarden
- [0d651f25] Remove various '#define' strings - part 6
- [d2261821] Replaced various '#define' with actual strings - part 5
- [ec073d64] Replaced various '#define' with actual strings - part 4
- [6bee7afd] Replaced various '#define' with actual strings - part 3
- [d80f3b6c] Raise the minimum required version of CMake to 3.5.
- [5a840665] Replace Qt with TQt
soundkonverter
- [070927f4] Remove various '#define' strings - part 6
- [80596a68] Replaced various '#define' with actual strings - part 5
- [ad48759d] Merge translation files from master branch.
- [54c143b5] Replaced various '#define' with actual strings - part 4
- [0438ba40] Merge translation files from master branch.
- [c4c4d373] Update translation template.
- [5bba09ee] cmake conversion
- [546952a1] Merge translation files from master branch.
- [7fe222c3] Update translation template.
- [2ec39571] Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file
- [b36ba456] Remove unnecessary files
- [65f00ac0] Raise the minimum required version of CMake to 3.5.
- [6d9278a9] Replace Qt with TQt
tderadio
- [3dbd1166] Remove various '#define' strings - part 6
- [a2837bd4] Merge translation files from master branch.
- [525e762e] Replaced various '#define' with actual strings - part 5
- [e76222b9] Merge translation files from master branch.
- [e8c31a52] Raise the minimum required version of CMake to 3.5.
- [779f24c6] Replace Qt with TQt
applications/office
basket
- [50245e3d] Remove various '#define' strings - part 6
- [b70474e0] Replaced various '#define' with actual strings - part 5
- [b29b77fb] Replaced various '#define' with actual strings - part 4
- [70031454] Replaced various '#define' with actual strings - part 3
- [928b97c5] Raise the minimum required version of CMake to 3.5.
- [48f3d5f4] Replace Qt with TQt
kbibtex
- [584744b2] Merge translation files from master branch.
- [c9d1bd72] Raise the minimum required version of CMake to 3.5.
kbookreader
- [9830ae32] Remove various '#define' strings - part 6
- [4bc7d31a] Merge translation files from master branch.
- [86c67226] Merge translation files from master branch.
- [4aa2e024] Replace various strings '#define'd in tqtinterface
- [1e7501a9] Raise the minimum required version of CMake to 3.5.
- [853da7ee] Replace Qt with TQt
keximdb
- [7e2ce5dc] Raise the minimum required version of CMake to 3.5.
kile
- [b8b37954] Remove various '#define' strings - part 6
- [cde35e42] Merge translation files from master branch.
- [6549f004] Replace 'Event' #define strings
- [50df78ea] Replaced various '#define' with actual strings - part 3
- [9999c59b] Raise the minimum required version of CMake to 3.5.
- [286a5b17] Replace Qt with TQt
kmymoney
- [04ddc823] Merge translation files from master branch.
- [f892e5be] Remove various '#define' strings - part 6
- [debbb965] Replaced various '#define' with actual strings - part 5
- [778d1114] Merge translation files from master branch.
- [c033bc04] Replace 'Event' #define strings
- [2889777f] Replaced various '#define' with actual strings - part 3
- [483ebca4] Raise the minimum required version of CMake to 3.5.
- [00081047] Replace Qt with TQt
knowit
- [2f7d0721] Remove various '#define' strings - part 6
- [b47d595e] Raise the minimum required version of CMake to 3.5.
- [07692010] Replace Qt with TQt
koffice
- [9abcf51d] Replaced various '#define' with actual strings - part 5
- [5761876d] Replace 'Event' #define strings
- [2891d3c2] Replaced various '#define' with actual strings - part 4
- [f9893e5b] Replaced various '#define' with actual strings - part 3
- [8263fdf7] Replaced various '#define' with actual strings - part 2
- [00aa1f43] Replace various strings '#define'd in tqtinterface
- [c8c5e11f] Replace Qt with TQt
- [c9973bfb] Raise the minimum required version of CMake to 3.5.
koffice-i18n
- [6b648c74] Merge translation files from master branch.
- [1033bf66] Merge translation files from master branch.
- [8f039f42] Merge translation files from master branch.
- [d3c5f390] Update translation template.
- [c9c89dbb] Merge translation files from master branch.
- [c0d03513] Replace Qt with TQt
- [0340f152] Merge translation files from master branch.
- [3cc206ab] Raise the minimum required version of CMake to 3.5.
kpilot
- [3b5ccc65] Remove various '#define' strings - part 6
- [abcd9a45] Replaced various '#define' with actual strings - part 5
- [1d47a02e] Merge translation files from master branch.
- [04d2f2a5] Replace 'Event' #define strings
- [2f80418d] Raise the minimum required version of CMake to 3.5.
- [255ec906] Replace Qt with TQt
tellico
- [727a2e58] Remove various '#define' strings - part 6
- [8ed9929d] Merge translation files from master branch.
- [c932624b] Replaced various '#define' with actual strings - part 5
- [5f98a522] Merge translation files from master branch.
- [ad02e86c] Replace 'Event' #define strings
- [1ff93d9e] Replaced various '#define' with actual strings - part 4
- [211ad874] Replaced various '#define' with actual strings - part 3
- [5dcd02bb] Raise the minimum required version of CMake to 3.5.
- [034ed63e] Replace Qt with TQt
applications/settings
kdpkg
- [b630d6e2] Replace various '#define' strings - part 6
- [ac316ed3] Raise the minimum required version of CMake to 3.5.
kima
- [545f3b89] Replace various '#define' strings - part 6
- [aa0c75cc] Replaced various '#define' with actual strings - part 5
- [0558e0fb] Raise the minimum required version of CMake to 3.5.
- [99ba74a9] Replace Qt with TQt
kiosktool
- [2811df5f] Merge translation files from master branch.
- [9ef88aa8] Replaced various '#define' with actual strings - part 4
- [a0811519] Raise the minimum required version of CMake to 3.5.
kkbswitch
- [2b9c1482] Merge translation files from master branch.
- [cf86bb82] Raise the minimum required version of CMake to 3.5.
klcddimmer
- [d69adfd4] Merge translation files from master branch.
- [b09ff5dd] Raise the minimum required version of CMake to 3.5.
kmyfirewall
- [53fde083] Replace various '#define' strings - part 6
- [6913f86b] Raise the minimum required version of CMake to 3.5.
- [37baea59] Replace Qt with TQt
tde-guidance
- [5acecc50] Remove unnecessary files
- [4a49ed93] Remove wineconfig module
- [16bbedc3] Remove grubconfig module
- [dc9cd228] Fix functionality of mountconfig module
tde-systemsettings
- [f614f05c] Replace various '#define' strings - part 6
- [a1194f5b] Raise the minimum required version of CMake to 3.5.
tdenetworkmanager
- [ac34a604] Replace various '#define' strings - part 6
- [00aab2e4] Merge translation files from master branch.
- [048ed035] Merge translation files from master branch.
- [ba52504d] Replace various strings '#define'd in tqtinterface
- [687ebf64] Raise the minimum required version of CMake to 3.5.
- [f54fe201] Replace Qt with TQt
tdesudo
- [da05d2b4] Raise the minimum required version of CMake to 3.5.
wlassistant
- [3efb8ddd] Replace various '#define' strings - part 6
- [f7a20040] Raise the minimum required version of CMake to 3.5.
applications/system
dolphin
- [a822e3e4] Replace various '#define' strings - part 6
- [84dce0e3] Merge translation files from master branch.
- [94fa32f9] Replaced various '#define' with actual strings - part 3
- [60a08792] Raise the minimum required version of CMake to 3.5.
- [5ee150f0] Merge translation files from master branch.
- [c11be914] Merge translation files from master branch.
- [fd73938a] Replace Qt with TQt
katapult
- [d3f66339] Replace various '#define' strings - part 6
- [bdd907d1] Raise the minimum required version of CMake to 3.5.
- [4ca2cbcf] Replace Qt with TQt
kbfx
- [6319099a] Replace various '#define' strings - part 6
- [cca1b232] Raise the minimum required version of CMake to 3.5.
- [97ca6223] Replace Qt with TQt
kcmautostart
- [59eea31e] Merge translation files from master branch.
- [9f38675b] Merge translation files from master branch.
- [f73b98ca] Raise the minimum required version of CMake to 3.5.
kdbusnotification
- [a971c7f6] Raise the minimum required version of CMake to 3.5.
klamav
- [e2e86dda] Raise the minimum required version of CMake to 3.5.
knemo
- [bed78533] Merge translation files from master branch.
- [74f1cd87] Merge translation files from master branch.
- [95eef6c3] Replaced various '#define' with actual strings - part 5
- [a2090048] Raise the minimum required version of CMake to 3.5.
- [923a514f] Replace Qt with TQt
knetload
- [0ba0326e] Replace various '#define' strings - part 6
- [83b084bf] Merge translation files from master branch.
- [0ea50dc6] Raise the minimum required version of CMake to 3.5.
- [bb7f6255] Replace Qt with TQt
knetstats
- [57a4c0ab] Replace various '#define' strings - part 6
- [1caa8b1b] Raise the minimum required version of CMake to 3.5.
- [de4276a7] Replace Qt with TQt
kooldock
- [2191a58b] Raise the minimum required version of CMake to 3.5.
krusader
- [0e769547] Replace various '#define' strings - part 6
- [e61c1db9] Replaced various '#define' with actual strings - part 5
- [f854b2fe] Merge translation files from master branch.
- [f19fa530] Replace 'Event' #define strings
- [db723943] Replaced various '#define' with actual strings - part 3
- [6c738063] Krusader: Unpacking TXZ.
- [f8733916] Raise the minimum required version of CMake to 3.5.
- [ae61cb4c] Replace Qt with TQt
kshutdown
- [8f798c9f] Merge translation files from master branch.
- [bdaee14b] Raise the minimum required version of CMake to 3.5.
ksystemlog
- [c110ab27] Replace various '#define' strings - part 6
- [a07e5bcd] Raise the minimum required version of CMake to 3.5.
- [6200356b] Replace Qt with TQt
kvkbd
polkit-agent-tde
- [fbceb48f] Raise the minimum required version of CMake to 3.5.
smartcardauth
- [0247a594] Raise the minimum required version of CMake to 3.5.
- [44e77ecb] Raise the minimum required version of CMake to 3.5.
tdebluez
- [1f091996] Raise the minimum required version of CMake to 3.5.
- [7fe3e3a1] Merge translation files from master branch.
tdedocker
- [e9c02a31] Raise the minimum required version of CMake to 3.5.
tdepowersave
- [f5832e4a] Replace various '#define' strings - part 6
- [c492704a] Merge translation files from master branch.
- [2ef52b9d] Merge translation files from master branch.
- [135b14de] Raise the minimum required version of CMake to 3.5.
- [04965313] Replace Qt with TQt
tdesshaskpass
- [bf98ebd6] Merge translation files from master branch.
- [60c67fdf] Merge translation files from master branch.
- [481fe0f8] Raise the minimum required version of CMake to 3.5.
yakuake
- [3dc97a47] Replace various '#define' strings - part 6
- [9368dcd8] Merge translation files from master branch.
- [cbb2affd] Raise the minimum required version of CMake to 3.5.
- [9388682a] Replace Qt with TQt
applications/tdeio
tdeio-appinfo
- [6a5b2b96] Raise the minimum required version of CMake to 3.5.
tdeio-apt
- [d76aa3d0] Raise the minimum required version of CMake to 3.5.
tdeio-ftps
- [20caed22] Raise the minimum required version of CMake to 3.5.
tdeio-gopher
- [629af4d1] Raise the minimum required version of CMake to 3.5.
tdeio-locate
- [2f71daf1] Raise the minimum required version of CMake to 3.5.
tdeio-sword
- [b14a6077] Merge translation files from master branch.
- [4f0871c3] Merge translation files from master branch.
- [a4b077fb] Raise the minimum required version of CMake to 3.5.
tdeio-umountwrapper
- [13da79f0] Merge translation files from master branch.
- [c138f55c] Merge translation files from master branch.
- [b2628b22] Raise the minimum required version of CMake to 3.5.
applications/themes
gtk-qt-engine
- [afc6ea03] Replaced various '#define' with actual strings - part 5
- [717ae9b4] Replaced various '#define' with actual strings - part 3
- [e2af75f0] Raise the minimum required version of CMake to 3.5.
- [d161ea67] Replace Qt with TQt
gtk3-tqt-engine
- [9d21ebe8] Replaced various '#define' with actual strings - part 5
- [180b6368] Raise the minimum required version of CMake to 3.5.
kgtk-qt3
- [fa044ab0] Merge translation files from master branch.
- [97c7c47d] Replaced various '#define' with actual strings - part 4
- [68e5b179] Raise the minimum required version of CMake to 3.5.
ksplash-engine-moodin
- [62f1c985] Raise the minimum required version of CMake to 3.5.
tde-style-baghira
- [210aaadd] Raise the minimum required version of CMake to 3.5.
tde-style-domino
- [e19e9e50] Replaced various '#define' with actual strings - part 3
- [12aad560] Raise the minimum required version of CMake to 3.5.
tde-style-ia-ora
- [bfcab3f3] Raise the minimum required version of CMake to 3.5.
tde-style-lipstik
- [7b118fa8] Merge translation files from master branch.
- [69a0e002] Replaced various '#define' with actual strings - part 4
- [3a412a9e] Raise the minimum required version of CMake to 3.5.
- [f30bd931] Replace Qt with TQt
tde-style-qtcurve
- [cbb50b27] Replace 'Event' #define strings
- [9238a995] Replaced various '#define' with actual strings - part 4
- [f1732e3b] Replaced various '#define' with actual strings - part 3
- [5d24eff4] Raise the minimum required version of CMake to 3.5.
- [14a3eec2] Replace Qt with TQt
tdmtheme
- [d5324923] Raise the minimum required version of CMake to 3.5.
twin-style-crystal
- [e0ee1309] Replaced various '#define' with actual strings - part 5
- [e87fce4f] Replace 'Event' #define strings
- [857dc031] Raise the minimum required version of CMake to 3.5.
- [858d33cc] Replace Qt with TQt
twin-style-dekorator
- [6e6b5fd0] Raise the minimum required version of CMake to 3.5.
twin-style-machbunt
- [8cf5d248] Raise the minimum required version of CMake to 3.5.
twin-style-suse2
- [3193200c] Raise the minimum required version of CMake to 3.5.
applications/utilities
abakus
- [6ff22608] Replaced various '#define' with actual strings - part 3
- [54b3d710] Raise the minimum required version of CMake to 3.5.
- [e41c0ced] Replace Qt with TQt
filelight
- [287eaafa] Merge translation files from master branch.
- [58b6f564] Raise the minimum required version of CMake to 3.5.
- [ad0cfb27] Merge translation files from master branch.
- [894a7b9c] Replace Qt with TQt
kbarcode
- [2191b2df] Replaced various '#define' with actual strings - part 5
- [587dc58e] Raise the minimum required version of CMake to 3.5.
- [e68f82c5] Replace Qt with TQt
kchmviewer
- [89ba2b7d] Merge translation files from master branch.
- [dfbfbc33] Raise the minimum required version of CMake to 3.5.
kcpuload
kdirstat
keep
knutclient
kommando
- [9066230a] Raise the minimum required version of CMake to 3.5.
kompose
- [cb455231] Raise the minimum required version of CMake to 3.5.
krename
- [7132d1d7] Merge translation files from master branch.
- [d8fcd4fa] Merge translation files from master branch.
- [804f4f35] Raise the minimum required version of CMake to 3.5.
- [5d02ccb1] Replace Qt with TQt
ksensors
- [7453b1ad] Raise the minimum required version of CMake to 3.5.
mathemagics
- [fdfbfd7c] Raise the minimum required version of CMake to 3.5.
qalculate-tde
- [d88c548d] Raise the minimum required version of CMake to 3.5.
packaging
packaging
- [6bc6d6e3] DEB: Add support for Ubuntu Noble.
- [4ae59bb2] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.
This made it possible to add #DEBHELPER# back to TDM prerm script.
This resolves issue TDE/tdebase#409 - [4784f17e] DEB smb4k: cmake conversion
- [65dd80fb] DEB libr: update package name to libr1
- [ce06e711] DEB libr: remove dependency on libglade, which is no longer available
- [dff6d937] DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.
- [d4152453] DEB soundkonverter: cmake conversion
- [13ab9cf7] DEB gwenview: Fix the name of suggested i18n package.
- [904d1e09] RPM: add support for Fedora 39
- [ea66d8ef] DEB: drop Stretch and Xenial and invalid link
- [bdc4e185] DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.
Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.
(the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74) - [2b20e14f] DEB: add twin-style-fahrenheit packaging files
- [90c68a68] DEB tde-cmake: Raise the minimum required version of CMake to 3.5.
- [0809dd93] DEB: Change debhelper compatibility level to 10.
Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE. - [657aaad5] DEB tdebase: add new color themes