summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS introduced by PR #302r14.1.xmio4 days1-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> (cherry picked from commit 5c1b76e6bf8e72bc04fe819b5e8bc2cd83241cf1)
* kimgio: Support TIFF transparencymio5 days1-3/+25
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/282 Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit 6adcd877982eeb335361e53da9392aa4bfdbd86c)
* kjs - pcre: Fix crash if regexp is invalid.Slávek Banko12 days1-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> (cherry picked from commit 3150a4542f81f0f953e68170bda462b0a501ff29)
* Fix TDECModuleInfo::needsTest() returning always falseMavridis Philippe12 days1-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> (cherry picked from commit 8166c26c7aae21e6851dc72a5b5148aaabd27236)
* tqtglobaldefines.h only contains comments, so it is an unnecessary inclusionMichele Calgaro2024-08-251-2/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 53e7aa7eaf1c43e6ee0b84f2be52a947a09af20c)
* Fix display of icon for filenames with multiple dots in the icon dialog window.Michele Calgaro2024-08-241-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> (cherry picked from commit 6bf5277015cdb1cdf5f265b5ee9997bf43047ea1)
* Check KDE start condition if TDE start condition was not found. This refers ↵Michele Calgaro2024-08-181-2/+2
| | | | | | | to issue #283 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f5c38bbee365595635da3b6138821841863e8551)
* kjs: use libpcre2 instead of libpcreMichele Calgaro2024-08-188-178/+163
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7740e825a683a9cc84f8422c94109c5fcc4beb8e)
* Explicitly skip KDE xdg autostart files. This relates to issue #283Michele Calgaro2024-08-171-3/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b59d51c67903335d27ada24d51be77137f664cb3)
* Improve and fix autostart support for KDE programs. This relates to issue #283Michele Calgaro2024-07-291-14/+5
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: WJaguar <wjaguar@users.sourceforge.net> (cherry picked from commit e5631254bf61664cebc20042caf752b6ef4f0860)
* Remove __KDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-3/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ad20d79b7f0f079058484903d435c2dd2758411c)
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily ↵Michele Calgaro2024-07-125-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> (cherry picked from commit 0535c10ec2bf0638e784657965c8e5314ff49547)
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Remove dummy kdemacros.h fileMichele Calgaro2024-07-012-2/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9a7c2146e7fc92068433a4eb86f7f92346405792)
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Rename kdemacros.* files to tdemacros.*Michele Calgaro2024-07-0139-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> (cherry picked from commit 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6)
* Use tq* headers instead of ntq* onesMichele Calgaro2024-06-301-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6f4c529b36bcea84d6f05a724d99f476ced08fe9)
* Merge translation files from master branch.Automated System2024-06-261-333/+341
|
* Merge translation files from master branch.Automated System2024-06-2523-224/+3016
|
* Merge translation files from master branch.Automated System2024-06-244-0/+1121
|
* KDirOperator: add support for history navigation mouse buttonsMavridis Philippe2024-06-012-0/+28
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 4911fcf8417043562fcf397596d212db5733e189)
* Merge translation files from master branch.Automated System2024-05-281-5/+3
|
* kimgio: Add kimgio desktop files to the translation.Slávek Banko2024-05-27113-3873/+5583
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0e7cc4a531b5a429b6c7c82f8085eebf3738e0bb)
* Kate: use paths for local files in modified on disk dialogMavridis Philippe2024-05-261-3/+3
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 95dfecf29575660a2c652b8e3e7055e199ca635a)
* Merge translation files from master branch.Automated System2024-05-251-5/+4
|
* Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOLMichele Calgaro2024-05-222-12/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3ff47aede2d1dced05a8d52078ec847499742ece)
* Merge translation files from master branch.Automated System2024-05-2185-85/+594
|
* Update translation template.Automated System2024-05-211-1/+6
|
* Added image/webp to tdehtmlimage's list of supported formatsAlex Kent Hajnal2024-05-211-1/+1
| | | | | Signed-off-by: Alex Kent Hajnal <software@alephnull.net> (cherry picked from commit 1d92d8747ba09624dfa2615d9b00b5c2352bf229)
* Added mimetypes/image/webp.desktopAlex Kent Hajnal2024-05-212-1/+7
| | | | | Signed-off-by: Alex Kent Hajnal <software@alephnull.net> (cherry picked from commit c4ddac313753f6143eb0573d456beb79fd9049ac)
* Adds WebP read support to kimgioAlex Kent Hajnal2024-05-215-0/+290
| | | | | Signed-off-by: Alex Kent Hajnal <software@alephnull.net> (cherry picked from commit 347a546d9dfb3210bcf907c3c622d6843d2ae9ce)
* Replace KDE_DEPRECATED with TDE_DEPRECATED.Slávek Banko2024-05-211-1/+1
| | | | | | This relates to #275 - part specific to R14.1.x branch. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove KDE_ISLIKELY and KDE_ISUNLIKELY definesMichele Calgaro2024-05-202-66/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7d228ae9aae48bda07d995f3c84debadbc2c5c95)
* Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* ↵Michele Calgaro2024-05-2011-29/+41
| | | | | | | equivalent Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0f0c5a4d07b51eb3c08c799b37b2ef4c201fb8b2)
* Remove KDE_DEPRECATED defineMichele Calgaro2024-05-182-4/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 75d7682354ef3a0de89afcf34247f80417e71753)
* Kate syntax: allow PHP heredoc closing identifiers to be identedMavridis Philippe2024-05-181-5/+5
| | | | | | | | | It is allowed syntax since PHP version 7.3.0. See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit b1fd9e80b387dafd21b9823b64601e58d34e27c9)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-1486-307/+307
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 43e38f2c0a00cdc052660fab01d32df2c7dc24b0)
* Remove KDE_EXPORT and KDE_NO_EXPORT definesMichele Calgaro2024-05-131-3/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 562773a5f7befb7eac57e57d928cf223a82f97f0)
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-02135-371/+364
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bba3128085abe1a32cca43d9fb8ac02c2a29bf6b)
* Update version to R14.1.3~[DEVELOPMENT]Michele Calgaro2024-04-292-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update version to R14.1.2r14.1.2Michele Calgaro2024-04-172-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Merge translation files from master branch.Automated System2024-04-122-12/+15
|
* tdeprint: Use 'httpGetAddress' for 'httpAddrLocalhost' on cups >= 2.0.Slávek Banko2024-04-121-4/+14
| | | | | | | This relates to issue #268. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit cfbeb5efe9335d9a47bd5beebd81304cabab9f61)
* tdeprint: Use 'const' for list of files to print.Slávek Banko2024-04-121-1/+1
| | | | | | | This resolves issue #268. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f72914c1d93167b7c36b08bafa660a42e33e681)
* Fix compatibility with C++17.Slávek Banko2024-04-123-3/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ab599e34e847d8db1560b8c5809e02be62060c58)
* Align kalyptus to changes made in TDE/tdebindings#36Michele Calgaro2024-04-041-2/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7bab42fc4caf386fb53e463cee7807242e7d4f28)
* Remove unnecessary 'tde_set_project_version' from CMakeL10n.txtMichele Calgaro2024-03-171-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ccf78121e9092f95545ef413da667324ca2e3cdc)
* Use centralized cmake versionMichele Calgaro2024-03-153-8/+18
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 95002e69cdd4eca31825560a3e2d37fce0d9f651)