[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| dc749f0e [view] | master | 2026-01-05 23:06:11 +0900 | Michele 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] | master | 2026-01-04 20:45:01 +0300 | Alexander 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] | master | 2026-01-04 15:36:03 +0300 | Alexander 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] | master | 2026-01-04 03:02:18 +0100 | Slá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] | master | 2026-01-02 17:48:58 +0300 | Alexander 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] | master | 2026-01-02 23:09:09 +0900 | Michele Calgaro | [kvirc] Fix installation location of 128x128 icons Signed-off-by: Michele Calgaro |
| 56972207 [view] | master | 2026-01-02 23:04:54 +0900 | Michele Calgaro | [kvirc] Do not enforce strict c++17 if default is >= c++17 Signed-off-by: Michele Calgaro |
| 16d744eb [view] | master | 2026-01-02 23:03:50 +0900 | Michele Calgaro | [admin] Do not enforce strict c++17 if default is >= c++17 Signed-off-by: Michele Calgaro |
| 57a771de [view] | master | 2026-01-02 13:21:54 +0300 | Alexander 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] | master | 2026-01-02 12:21:40 +0200 | Philippe 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] | master | 2026-01-01 18:14:39 +0100 | Slávek Banko | [kvirc] Raised required C++ standard to c++17 Signed-off-by: Slávek Banko |
| b955eec5 [view] | master | 2026-01-01 18:11:52 +0100 | Slá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] | master | 2026-01-01 15:09:37 +0300 | Denis Kozadaev | [tdeutils] Modern size cannot fit into int Signed-off-by: Denis Kozadaev |
| cd292bde [view] | master | 2026-01-01 15:07:00 +0300 | Denis Kozadaev | [tdeutils] FreeBSD df can handle -T flag Signed-off-by: Denis Kozadaev |
| 1d5f6d27 [view] | master | 2026-01-01 20:25:45 +0900 | Michele Calgaro | [kvirc] Move data/man folder to doc/man Signed-off-by: Michele Calgaro |
| 73ddf4aa [view] | master | 2026-01-01 20:22:11 +0900 | Michele Calgaro | [kvirc] Move scripts folder to src/scripts Signed-off-by: Michele Calgaro |
| 074d585c [view] | master | 2026-01-01 19:54:35 +0900 | Michele Calgaro | [tqt] Remove definition of TQ_DUMMY_COMPARISON_OPERATOR Signed-off-by: Michele Calgaro |
| c15b124f [view] | master | 2026-01-01 19:31:53 +0900 | Michele 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] | master | 2026-01-01 19:28:05 +0900 | Michele Calgaro | [kvirc] Move data/helppics folder to pics/helppics Signed-off-by: Michele Calgaro |
| cba914a8 [view] | master | 2026-01-01 19:26:03 +0900 | Michele Calgaro | [kvirc] Move data/pics folder to top level Signed-off-by: Michele Calgaro |
| 0b5126d0 [view] | master | 2026-01-01 19:23:51 +0900 | Michele Calgaro | [kvirc] Move data/icons folder to top level Signed-off-by: Michele Calgaro |
| 003561fa [view] | master | 2026-01-01 11:18:16 +0100 | Slá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] | master | 2026-01-01 19:03:47 +0900 | Michele 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] | master | 2026-01-01 18:53:06 +0900 | Michele Calgaro | [tdesdk] umbrello cppparser: mark TQ_INLINE_TEMPLATES as historical keyword Signed-off-by: Michele Calgaro |
| 6285cdbd [view] | master | 2026-01-01 18:49:43 +0900 | Michele Calgaro | [tdevelop] cppparser: mark TQ_INLINE_TEMPLATES as historical keyword Signed-off-by: Michele Calgaro |
| 5ca25f80 [view] | master | 2025-12-31 18:23:58 +0000 | TDE 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] | master | 2025-12-31 18:23:54 +0000 | TDE 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] | master | 2025-12-31 18:23:14 +0000 | Automated System | [kvirc] Update translation template. |
| 10afbf98 [view] | master | 2025-12-31 21:56:13 +0900 | Michele 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] | master | 2025-12-31 20:29:57 +0900 | Michele Calgaro | [kvirc] Remove temp file mistakenly added 2 commits earlier Signed-off-by: Michele Calgaro |
| 390ce203 [view] | master | 2025-12-31 13:10:00 +0900 | Michele 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] | master | 2025-12-31 11:08:37 +0900 | Michele Calgaro | [tqt] Remove TQ_INLINE_TEMPLATES define Signed-off-by: Michele Calgaro |
| a10deb1d [view] | master | 2025-12-31 11:06:26 +0900 | Michele 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] | master | 2025-12-31 10:38:38 +0900 | Michele Calgaro | [libtqt-perl] kalypsus: remove detection of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR Signed-off-by: Michele Calgaro |
| dc5a8d3e [view] | master | 2025-12-31 10:35:41 +0900 | Michele 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] | master | 2025-12-30 17:47:18 +0300 | Denis Kozadaev | [arts] user climits and CHAR_BIT instead on NBBY Signed-off-by: Denis Kozadaev |
| 3e1f56d4 [view] | master | 2025-12-30 23:31:38 +0900 | Michele 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] | master | 2025-12-30 23:29:28 +0900 | Michele 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] | master | 2025-12-30 23:01:28 +0900 | Michele 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] | master | 2025-12-30 22:59:59 +0900 | Michele 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] | master | 2025-12-30 22:58:02 +0900 | Michele 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] | master | 2025-12-30 22:36:30 +0900 | Michele 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] | master | 2025-12-30 22:02:41 +0900 | Michele Calgaro | [tde-packaging] DEB kvirc: move translation .mo files to standard TDE location Signed-off-by: Michele Calgaro |
| c7a23a1e [view] | master | 2025-12-29 23:07:14 +0300 | Alexander 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] | master | 2025-12-29 18:39:37 +0900 | Michele Calgaro | [kvirc] Look for translation .mo files in the new location Signed-off-by: Michele Calgaro |
| fd100b9e [view] | master | 2025-12-28 18:32:32 +0300 | Alexander 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] | master | 2025-12-28 21:31:28 +0900 | Michele Calgaro | [tdepim] 'inline' is redundant in function template definitions, except for specific template specialization Signed-off-by: Michele Calgaro |
| 0b819404 [view] | master | 2025-12-28 21:14:39 +0900 | Michele 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] | master | 2025-12-28 18:44:18 +0900 | Michele 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] | master | 2025-12-28 18:13:38 +0900 | Michele Calgaro | [tqt] Remove Q_NO_BOOL_TYPE define. We are using c++17 compilers, so bool is always available. Signed-off-by: Michele Calgaro |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project