Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
b76493d6 [view]master2026-01-06 14:50:38 +0900Michele Calgaro[sip4-tqt] Remove support for old freeBSD, SCO and Watcom compiler specs
Signed-off-by: Michele Calgaro
9dd508a3 [view]master2026-01-06 12:55:08 +0900Michele Calgaro[tdepim] Drop support for Watcom compiler, which is not c++17 compliant
Signed-off-by: Michele Calgaro
acdae5c5 [view]master2026-01-06 12:37:54 +0900Michele Calgaro[libtdevnc] Drop support for Watcom compiler, which is not c++17 compliant
Signed-off-by: Michele Calgaro
5ff77af5 [view]master2026-01-06 12:25:16 +0900Michele Calgaro[tellico] Drop support for Watcom compiler, which is not c++17 compliant
Signed-off-by: Michele Calgaro
53e9d202 [view]master2026-01-06 12:12:31 +0900Michele Calgaro[tdegraphics] Complete replacement of TRUE/FALSE with boolean values true/false. This relates to PR #120
Signed-off-by: Michele Calgaro
1dd82227 [view]master2026-01-06 11:32:15 +0900Michele Calgaro[tdeadmin] Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro
d03e3f5a [view]master2026-01-06 02:10:19 +0100Slávek Banko[tdepim] Replace TRUE/FALSE with boolean values true/false.
Finishing the remaining renames from #158.
Signed-off-by: Slávek Banko
572b6227 [view]master2026-01-06 00:19:46 +0100Slávek Banko[tdemultimedia] Replace TRUE/FALSE with boolean values true/false.
Finishing the remaining renames from #97.
Signed-off-by: Slávek Banko
7a1f89f0 [view]master2026-01-05 18:24:40 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdeaccessibility/kmousetool
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool/
62a50725 [view]master2026-01-05 18:22:49 +0000Automated System[tde-i18n] Update translation template.
51ff522f [view]master2026-01-05 18:12:45 +0100Slávek Banko[tdetoys] Replace TRUE/FALSE with boolean values true/false.
Signed-off-by: Slávek Banko
b8c7f204 [view]master2026-01-05 23:40:59 +0900Michele Calgaro[tde-packaging] DEB tdeutils: update patch to avoid hunk offset warning
Signed-off-by: Michele Calgaro
bdb0aa04 [view]master2026-01-05 23:29:57 +0900Michele Calgaro[tdeutils] Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro
cdd26e6d [view]master2026-01-05 23:17:41 +0900Michele Calgaro[tde-packaging] DEB pytdeextension: update patch to avoid hunk offset warning
Signed-off-by: Michele Calgaro
dc749f0e [view]master2026-01-05 23:06:11 +0900Michele Calgaro[pytqt] Finish off replacement of TRUE/FALSE with boolean values true/false. This relates to PR #37
Signed-off-by: Michele Calgaro
1565cb42 [view]master2026-01-04 20:45:01 +0300Alexander Golubev[tdeaccessibility] kmousetool: remove unused header file
Inclusion of `X11/extensions/xtestext1.h` was causing problems when
building with clang (see [1]) due to it's use of register keyword. Since
the header is not actually used just remove it.
[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdeaccessibility/pulls/39
Signed-off-by: Alexander Golubev
c7d8ac7d [view]master2026-01-04 15:36:03 +0300Alexander Golubev[tdebase] Use True/False values for X11 API calls
During discussion it was decided that it would be better to use more
traditional constants for True/False in X11 calls after all.
This effectively fixes-up the changes made by e8fcdbfe9.
Signed-off-by: Alexander Golubev
d4ef9120 [view]master2026-01-04 03:02:18 +0100Slávek Banko[koffice] Replace TRUE/FALSE with boolean values true/false.
Finishing the remaining renames from #93.
Signed-off-by: Slávek Banko
e8fcdbfe [view]master2026-01-02 17:48:58 +0300Alexander Golubev[tdebase] Replace TRUE/FALSE with boolean values true/false [2]
X API calls for some reason were missed in previous commits.
Note: Traditionally X Api uses "True" and "False" definitions, but for
consistency with the rest of code base it would be better to use modern
counterparts.
Signed-off-by: Alexander Golubev
b39af9e5 [view]master2026-01-02 23:09:09 +0900Michele Calgaro[kvirc] Fix installation location of 128x128 icons
Signed-off-by: Michele Calgaro
56972207 [view]master2026-01-02 23:04:54 +0900Michele Calgaro[kvirc] Do not enforce strict c++17 if default is >= c++17
Signed-off-by: Michele Calgaro
16d744eb [view]master2026-01-02 23:03:50 +0900Michele Calgaro[admin] Do not enforce strict c++17 if default is >= c++17
Signed-off-by: Michele Calgaro
57a771de [view]master2026-01-02 13:21:54 +0300Alexander Golubev[tdeaccessibility] Include third-party headers as SYSTEM
This avoids reporting warning for headers we have no control over. Also
it avoids "errors" in the headers if some compilers (like clang) use
some `-Werror=*` behaviour by default.
Signed-off-by: Alexander Golubev
a48ebcfa [view]master2026-01-02 12:21:40 +0200Philippe Mavridis[tdebase] Add "Go to Desktop" action
The Desktop is a significant enough place to be included in the "Go" quick-access menu.
Apart from being present in the menu, it can be added to any Konqueror toolbar for quick access, just like any other action.
Signed-off-by: Philippe Mavridis
8061baa5 [view]master2026-01-01 18:14:39 +0100Slávek Banko[kvirc] Raised required C++ standard to c++17
Signed-off-by: Slávek Banko
b955eec5 [view]master2026-01-01 18:11:52 +0100Slávek Banko[kvirc] Add TDE_CXX_COMPILE_STDCXX macro to check and enforce C++ standard.
The macro is a simplified form of AX_CXX_COMPILE_STDCXX from autoconf.
To verify the C++ standard supported by the compiler, only the value
of the __cplusplus constant defined by the compiler is checked,
instead of testing examples of using individual C++ features.
Signed-off-by: Slávek Banko
1dbf304d [view]master2026-01-01 15:09:37 +0300Denis Kozadaev[tdeutils] Modern size cannot fit into int
Signed-off-by: Denis Kozadaev
cd292bde [view]master2026-01-01 15:07:00 +0300Denis Kozadaev[tdeutils] FreeBSD df can handle -T flag
Signed-off-by: Denis Kozadaev
1d5f6d27 [view]master2026-01-01 20:25:45 +0900Michele Calgaro[kvirc] Move data/man folder to doc/man
Signed-off-by: Michele Calgaro
73ddf4aa [view]master2026-01-01 20:22:11 +0900Michele Calgaro[kvirc] Move scripts folder to src/scripts
Signed-off-by: Michele Calgaro
074d585c [view]master2026-01-01 19:54:35 +0900Michele Calgaro[tqt] Remove definition of TQ_DUMMY_COMPARISON_OPERATOR
Signed-off-by: Michele Calgaro
c15b124f [view]master2026-01-01 19:31:53 +0900Michele Calgaro[kvirc] Removed source code tree from the hacker guide file. The real code is the best source of info for the structure
Signed-off-by: Michele Calgaro
83c49d66 [view]master2026-01-01 19:28:05 +0900Michele Calgaro[kvirc] Move data/helppics folder to pics/helppics
Signed-off-by: Michele Calgaro
cba914a8 [view]master2026-01-01 19:26:03 +0900Michele Calgaro[kvirc] Move data/pics folder to top level
Signed-off-by: Michele Calgaro
0b5126d0 [view]master2026-01-01 19:23:51 +0900Michele Calgaro[kvirc] Move data/icons folder to top level
Signed-off-by: Michele Calgaro
003561fa [view]master2026-01-01 11:18:16 +0100Slávek Banko[libtqt-perl] Replace TRUE/FALSE with boolean values true/false.
Finishing the remaining renames from #31.
Signed-off-by: Slávek Banko
45d592de [view]master2026-01-01 19:03:47 +0900Michele Calgaro[tqt] Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.
The #defines were used for some very old compilers which had issues with template instantiation.
We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro
144ca1fc [view]master2026-01-01 18:53:06 +0900Michele Calgaro[tdesdk] umbrello cppparser: mark TQ_INLINE_TEMPLATES as historical keyword
Signed-off-by: Michele Calgaro
6285cdbd [view]master2026-01-01 18:49:43 +0900Michele Calgaro[tdevelop] cppparser: mark TQ_INLINE_TEMPLATES as historical keyword
Signed-off-by: Michele Calgaro
5ca25f80 [view]master2025-12-31 18:23:58 +0000TDE Weblate[kvirc] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvirc - options
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/
b12d386b [view]master2025-12-31 18:23:54 +0000TDE Weblate[kvirc] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvirc
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/
dffa46b2 [view]master2025-12-31 18:23:14 +0000Automated System[kvirc] Update translation template.
10afbf98 [view]master2025-12-31 21:56:13 +0900Michele Calgaro[tdelibs] tde-config.cpp: rename TRUE to true, since it was now causing FTBFS after tqt renaming was completed and TRUE was no longer defined
Signed-off-by: Michele Calgaro
e0fa6b89 [view]master2025-12-31 20:29:57 +0900Michele Calgaro[kvirc] Remove temp file mistakenly added 2 commits earlier
Signed-off-by: Michele Calgaro
390ce203 [view]master2025-12-31 13:10:00 +0900Michele Calgaro[krusader] Remove tdeio_tar since it is already provided by tdebase.
Krusader's tdeio_tar contains a couple of extra functions compared to
tdebase's tdeio_tar, but they do not work at all.
Signed-off-by: Michele Calgaro
2c13edf0 [view]master2025-12-31 11:08:37 +0900Michele Calgaro[tqt] Remove TQ_INLINE_TEMPLATES define
Signed-off-by: Michele Calgaro
a10deb1d [view]master2025-12-31 11:06:26 +0900Michele Calgaro[tqt] Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function template definitions, except for specific template specialization
Signed-off-by: Michele Calgaro
2ac5f8ee [view]master2025-12-31 10:38:38 +0900Michele Calgaro[libtqt-perl] kalypsus: remove detection of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR
Signed-off-by: Michele Calgaro
dc5a8d3e [view]master2025-12-31 10:35:41 +0900Michele Calgaro[libtqt-perl] Remove use of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR. The #defines were used for some very old compilers which had issues with template instantiation. We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro
247aa206 [view]master2025-12-30 17:47:18 +0300Denis Kozadaev[arts] user climits and CHAR_BIT instead on NBBY
Signed-off-by: Denis Kozadaev
3e1f56d4 [view]master2025-12-30 23:31:38 +0900Michele Calgaro[tdeedu] Remove use of TQ_DUMMY_COMPARISON_OPERATOR.
The #define was used for some very old compilers which had issues with template instantiation. We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro
e54f59a9 [view]master2025-12-30 23:29:28 +0900Michele Calgaro[tdesdk] Remove use of TQ_DUMMY_COMPARISON_OPERATOR.
The #define was used for some very old compilers which had issues with template instantiation.
We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro
250ea483 [view]master2025-12-30 23:01:28 +0900Michele Calgaro[tdebindings] Remove use of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.
The #defines were used for some very old compilers which had issues with template instantiation.
We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro
d9eb1185 [view]master2025-12-30 22:59:59 +0900Michele Calgaro[tdelibs] Remove use of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.
The #defines were used for some very old compilers which had issues with template instantiation.
We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro
98195ec8 [view]master2025-12-30 22:58:02 +0900Michele Calgaro[tdevelop] Remove use of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.
The #defines were used for some very old compilers which had issues with template instantiation.
We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro
ef7ea1f2 [view]master2025-12-30 22:36:30 +0900Michele Calgaro[tdewebdev] Remove use of TQ_FULL_TEMPLATE_INSTANTIATION. The #define was used for
some very old compilers which has issues with template instantiation.
We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro
557fe2db [view]master2025-12-30 22:02:41 +0900Michele Calgaro[tde-packaging] DEB kvirc: move translation .mo files to standard TDE location
Signed-off-by: Michele Calgaro
c7a23a1e [view]master2025-12-29 23:07:14 +0300Alexander Golubev[tqt] configure: use POSIX-compliant syntax for sed
The sed invocation previously introduced in 854c5d5c9 was using `\s` for
space matching which is GNU extensions. This commit replaces it with
POSIX-compliant character class `[[:space:]]`.
Signed-off-by: Alexander Golubev
caab44d2 [view]master2025-12-29 18:39:37 +0900Michele Calgaro[kvirc] Look for translation .mo files in the new location
Signed-off-by: Michele Calgaro
fd100b9e [view]master2025-12-28 18:32:32 +0300Alexander Golubev[tde-packaging-gentoo] trinity-base/noatun-plugins: fix build with USE=berkdb
- cmake wasn't properly processing BERKELEY_DB_LIBS with only libname
- the version of sys-libs/db wasn't actually enforced
- bump required sys-libs/db version to 5 as it seem to build fine
against it
Signed-off-by: Alexander Golubev
23bea666 [view]master2025-12-28 21:31:28 +0900Michele Calgaro[tdepim] 'inline' is redundant in function template definitions, except for specific template specialization
Signed-off-by: Michele Calgaro
0b819404 [view]master2025-12-28 21:14:39 +0900Michele Calgaro[tqt] Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers,
this should no longer be needed.
Signed-off-by: Michele Calgaro
be6b00dc [view]master2025-12-28 18:44:18 +0900Michele Calgaro[tqt] Remove BSD g++ 3.4 spec since such old version does not provide a c++17 compiler
Signed-off-by: Michele Calgaro
0b8fe7da [view]master2025-12-28 18:13:38 +0900Michele Calgaro[tqt] Remove Q_NO_BOOL_TYPE define.
We are using c++17 compilers, so bool is always available.
Signed-off-by: Michele Calgaro
9e057c68 [view]master2025-12-28 18:02:00 +0900Michele Calgaro[tqt] Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define.
We are using c++17 compilers, so template specialization are supported.
Signed-off-by: Michele Calgaro
b387753d [view]master2025-12-28 17:27:14 +0900Michele Calgaro[tdevelop] Remove Q_EXPLICIT, see TDE/tqt#248
Signed-off-by: Michele Calgaro
3dd6258e [view]master2025-12-28 17:25:58 +0900Michele Calgaro[tdesdk] Remove Q_EXPLICIT, see TDE/tqt#248
Signed-off-by: Michele Calgaro
1df9f282 [view]master2025-12-28 17:25:10 +0900Michele Calgaro[tqt] Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.
We are using c++17 compilers, so 'explicit' is supported.
Signed-off-by: Michele Calgaro
b1a8bcb9 [view]master2025-12-28 02:43:48 +0100Slávek Banko[tde-packaging] DEB tdegames: Add Conflicts for libtdegames-data to ensure smooth update.
Signed-off-by: Slávek Banko
51b139e5 [view]master2025-12-27 19:40:30 +0100Slávek Banko[kmplayer] Add support for LoongArch 64 bits little-endian.
Signed-off-by: Slávek Banko
3f124ae9 [view]master2025-12-27 18:50:53 +0100Slávek Banko[tde-packaging] DEB tdebindings: Enable build with Java on loong64.
Signed-off-by: Slávek Banko
38630d2e [view]master2025-12-27 18:45:54 +0100Slávek Banko[tde-packaging] DEB tdenetwork: Do not depend on valgrind for loong64 architecture.
Signed-off-by: Slávek Banko
bc34bb6c [view]master2025-12-28 00:37:01 +0900Michele Calgaro[kvirc] Move .mo files to standard TDE location
Signed-off-by: Michele Calgaro
e2bdf9f2 [view]master2025-12-27 16:00:53 +0100Slávek Banko[tdebase] Add support for LoongArch 64 bits little-endian.
Signed-off-by: Slávek Banko
06d6a300 [view]master2025-12-27 23:04:09 +0900Michele Calgaro[tqt] Fix FTBFS caused by typo in previous commit
Signed-off-by: Michele Calgaro
ccfb74f4 [view]master2025-12-26 21:41:11 +0100Slávek Banko[tde-packaging] DEB tdegames: Bump libtdegames SO version.
This relates to API/ABI change from TDE/tdegames#58.
Signed-off-by: Slávek Banko
4da1dae1 [view]master2025-12-26 18:24:57 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdegames/libtdegames
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/
70ec5460 [view]master2025-12-26 18:24:41 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdegames/knetwalk
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/
656bec5a [view]master2025-12-26 18:23:05 +0000Automated System[tde-i18n] Update translation template.
50326e19 [view]master2025-12-26 14:08:52 +0900Michele Calgaro[tqt] Replace TRUE/FALSE with boolean values true/false - part 10
Signed-off-by: Michele Calgaro
6acadda8 [view]master2025-12-26 01:45:42 +0100Slávek Banko[tde-packaging] DEB tdegames: Split libtdegames package into two - library and common data.
Set multiarch rules for all packages.
Signed-off-by: Slávek Banko
3a02a44e [view]master2025-12-25 18:25:34 +0000TDE Weblate[tde-i18n] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tdegames/kmines
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines/
30b47cc3 [view]master2025-12-25 18:23:48 +0000TDE Weblate[kvirc] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvirc
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/
336d229d [view]master2025-12-25 18:23:05 +0000Automated System[kvirc] Update translation template.
47c69004 [view]master2025-12-25 18:23:04 +0000Automated System[tde-i18n] Update translation template.
1c8f2443 [view]master2025-12-25 23:22:28 +0900Michele Calgaro[kvirc] Fix TQString formatting in 'KviTQString::sprintf'.
This was causing translation catalouges not to be found and eventually the program to always display in English.
The problem was introduced by an automated Q --> TQ renaming done sometime in the past. 'KviTQString::sprintf' uses '%Q' as a marker for a TQString* argument, so using '%TQ' was resulting in garbage bytes being fed and the catalouges not being found.
This resolves issue #44
Signed-off-by: Michele Calgaro
5e55ee79 [view]master2025-12-25 11:53:51 +0900Michele Calgaro[kvirc] Move config.h.in to main folder, similar to other TDE applications
Signed-off-by: Michele Calgaro
93ec9dda [view]master2025-12-25 11:08:13 +0900Michele Calgaro[kvirc] Remove src/kvi_configstatus.h, which is generated at build time
Signed-off-by: Michele Calgaro
2136673d [view]master2025-12-24 13:08:45 +0900Michele Calgaro[kvirc] Remove KVI_VERSION_BRANCH since the version number is no longer used in the application path
Signed-off-by: Michele Calgaro
6138cbba [view]master2025-12-24 12:51:24 +0900Michele Calgaro[kvirc] Remove warning about 'template-id not allowed for constructor in C++20'
Signed-off-by: Michele Calgaro
60f2efab [view]master2025-12-24 12:27:11 +0900Michele Calgaro[kvirc] Remove build date code. The info does not add anything useful and make reproducible builds not possible
Signed-off-by: Michele Calgaro
6a183830 [view]master2025-12-24 12:19:10 +0900Michele Calgaro[kvirc] Do not add creator and date to generated help files. Those info do not add anything useful and make reproducible builds not possible
Signed-off-by: Michele Calgaro
a4ebd73f [view]master2025-12-22 12:05:18 +0900Michele Calgaro[tqt] Replace TRUE/FALSE with boolean values true/false - part 9
Signed-off-by: Michele Calgaro
ecd161e7 [view]master2025-12-21 22:25:31 +0900Michele Calgaro[tde-packaging] DEB kvirc: move application files to a more appropriate location
Signed-off-by: Michele Calgaro
d21e6397 [view]master2025-12-21 22:22:20 +0900Michele Calgaro[kvirc] Move application files to the more standard location /opt/trinity/share/apps/kvirc.
Signed-off-by: Michele Calgaro
854c5d5c [view]master2025-12-20 22:43:49 +0900Michele Calgaro[tqt] Add detection of supported c++ standards and require c++17.
Signed-off-by: Michele Calgaro
66d79f33 [view]master2025-12-17 18:14:14 +0900Michele Calgaro[tdegames] Remove worldwide scores logic completely
Signed-off-by: Michele Calgaro
38141ddb [view]master2025-12-17 02:26:16 +0100Slávek Banko[libr] Move configuration checks to ConfigureChecks.cmake.
Add tde_setup_compiler_flags call and usual tests.
Add WITH_GCC_VISIBILITY option.
Signed-off-by: Slávek Banko
3a8c0835 [view]master2025-12-16 10:25:06 +0100Slávek Banko[akode] Fix FTBFS with ffmeg 8.0.
Signed-off-by: Slávek Banko
34d852f2 [view]master2025-12-16 17:32:21 +0900Michele Calgaro[tde-cmake] Fix up logic to set minimum C++ standard.
This version does not enforce a downgrade if the default standard in use on a system is higher.
This relates to PR #134 and discussion in TDE/tqt#244.
Signed-off-by: Michele Calgaro

List generated Sat Jan 17 12:20:18 2026
Currently showing patches 101 to 200 of 54626 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]