Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Kate: update rust syntax to highlight alerts and todo. | David C. Rankin | 2024-09-24 | 2 | -3/+8 | |
| | | | | | Signed-off-by: David C. Rankin <drankinatty@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Improve JasPer 3/4 support | mio | 2024-09-22 | 1 | -7/+84 | |
| | | | | | | | | | | | | | | | Versions prior to 3 registered an atexit hander which performed resource cleanup with 'jas_cleanup', this was removed in version 3 meaning we were leaking resources. The 'jas_init' and 'jas_cleanup' functions were deprecated in version 3, so we use the newer jas_init_library/jas_init_thread functions. The max memory that JasPer can use has been limited to (at most) 512 MB. Without this change, JasPer will use whatever JAS_DEFAULT_MAX_MEM_USAGE is configured to, which is 1 GB by default. Signed-off-by: mio <stigma@disroot.org> | |||||
* | Fix FTBFS introduced by PR #302 | mio | 2024-09-15 | 1 | -3/+10 | |
| | | | | | | | | | | | | LibTIFF versions 4.2.0 and older used custom integer types, causing distributions with those versions to fail when building. In 4.3.0 and newer, the 'uint16' and 'uint32' types are deprecated, so this removes the deprecation warnings and keeps compatibility with any versions of LibTIFF where uint16 and uint32 did not equal their stdint.h counterparts. Signed-off-by: mio <stigma@disroot.org> | |||||
* | kimgio: Support TIFF transparency | mio | 2024-09-15 | 1 | -3/+25 | |
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/282 Signed-off-by: mio <stigma@disroot.org> | |||||
* | Adapt to renamed tqt3 header files | Michele Calgaro | 2024-09-13 | 6 | -6/+6 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | kjs - pcre: Fix crash if regexp is invalid. | Slávek Banko | 2024-09-08 | 1 | -0/+1 | |
| | | | | | | | | If the regular expression is invalid and pcre2_compile ends with error, match_data will remain uninitialized, which in turn leads to crash on pcre2_match_data_free in RegExp destructor. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix TDECModuleInfo::needsTest() returning always false | Mavridis Philippe | 2024-09-04 | 1 | -1/+4 | |
| | | | | | | | | Properties such as this first make a call to the protected loadAll() method if the modules desktop files have not been processed yet, but such a call was for some reason missing from the needsTest() function, resulting in the method always returning false unless another function called loadAll() first. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | |||||
* | tqtglobaldefines.h only contains comments, so it is an unnecessary inclusion | Michele Calgaro | 2024-08-24 | 1 | -2/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix display of icon for filenames with multiple dots in the icon dialog window. | Michele Calgaro | 2024-08-24 | 1 | -3/+3 | |
| | | | | | | | This patch has been adapted from the equivalent patch in the Suse's KDE3 repositories created by Yasuhiko Kamata. https://build.opensuse.org/projects/KDE:KDE3/packages/kdelibs3/files/kdelibs-multiple-dot-iconfile.patch Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Check KDE start condition if TDE start condition was not found. This refers ↵ | Michele Calgaro | 2024-08-18 | 1 | -2/+2 | |
| | | | | | | to issue #283 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | kjs: use libpcre2 instead of libpcre | Michele Calgaro | 2024-08-18 | 8 | -178/+163 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Explicitly skip KDE xdg autostart files. This relates to issue #283 | Michele Calgaro | 2024-08-16 | 1 | -3/+6 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Improve and fix autostart support for KDE programs. This relates to issue #283 | Michele Calgaro | 2024-07-24 | 1 | -14/+5 | |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: WJaguar <wjaguar@users.sourceforge.net> | |||||
* | Remove __KDE_HAVE_GCC_VISIBILITY | Michele Calgaro | 2024-07-14 | 1 | -3/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/core/tdelibs/admin to latest HEAD | Automated System | 2024-07-12 | 1 | -0/+0 | |
| | ||||||
* | Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily ↵ | Michele Calgaro | 2024-07-12 | 5 | -16/+13 | |
| | | | | | | __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/core/tdelibs/admin to latest HEAD | Automated System | 2024-07-08 | 1 | -0/+0 | |
| | ||||||
* | Remove dummy kdemacros.h file | Michele Calgaro | 2024-07-01 | 2 | -2/+1 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/core/tdelibs/admin to latest HEAD | Automated System | 2024-07-01 | 1 | -0/+0 | |
| | ||||||
* | Rename kdemacros.* files to tdemacros.* | Michele Calgaro | 2024-06-30 | 39 | -41/+42 | |
| | | | | | | A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Use tq* headers instead of ntq* ones | Michele Calgaro | 2024-06-30 | 1 | -3/+3 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Translated using Weblate (Spanish (Argentina)) | Alejo Fernández | 2024-06-26 | 1 | -334/+341 | |
| | | | | | | | Currently translated at 100.0% (333 of 333 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/es_AR/ | |||||
* | Translated using Weblate (Spanish (Argentina)) | Alejo Fernández | 2024-06-25 | 1 | -5/+11 | |
| | | | | | | | Currently translated at 0.0% (0 of 2 strings) Translation: tdelibs/knotify - knotify.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/es_AR/ | |||||
* | Translated using Weblate (Spanish (Argentina)) | Alejo Fernández | 2024-06-25 | 1 | -24/+31 | |
| | | | | | | | Currently translated at 85.7% (18 of 21 strings) Translation: tdelibs/tdeio - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/es_AR/ | |||||
* | Translated using Weblate (Spanish (Argentina)) | Alejo Fernández | 2024-06-25 | 1 | -13/+25 | |
| | | | | | | | Currently translated at 20.0% (2 of 10 strings) Translation: tdelibs/tdeioslave - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeioslave-desktop-files/es_AR/ | |||||
* | Translated using Weblate (Spanish (Argentina)) | Alejo Fernández | 2024-06-25 | 1 | -182/+186 | |
| | | | | | | | Currently translated at 100.0% (179 of 179 strings) Translation: tdelibs/all languages Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/es_AR/ | |||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+27 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+50 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+45 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+25 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+20 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+25 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+20 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+79 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+190 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+25 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+20 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+25 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+35 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+42 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+260 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+25 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+80 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+65 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-25 | 1 | -0/+1705 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-23 | 1 | -0/+25 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-23 | 1 | -0/+120 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-23 | 1 | -0/+66 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2024-06-23 | 1 | -0/+910 | |
| | ||||||
* | Update the extraction of translations for renamed tqxml in TQt3. | Slávek Banko | 2024-06-02 | 1 | -7/+7 | |
| | | | | | | This relates to TDE/tqt3#155. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |