summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update translation filesrename/true-falseTDE Weblate16 hours44-422/+422
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/
* Use JasPer 3 init/cleanup functionsmio9 days1-14/+89
| | | | | | | | | | | | | | | The jas_init() and jas_cleanup() where deprecated in JasPer 3.0. There was also a functionality change in jas_init() which has stopped registering jas_cleanup() with 'atexit(3)', meaning that, when compiled with JasPer 3 or newer, there have been memory leaks in certain instances. This commit also introduces a memory limit for JasPer, without which, JasPer will log warnings to the standard error stream. We set a maximum of 512 MB, but will use whatever JasPer was configured with if it is lower. Signed-off-by: mio <[email protected]>
* Use tdestandarddirs.hMichele Calgaro2025-02-25118-118/+118
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use tdeAppMichele Calgaro2025-02-03148-561/+561
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with gcc 15. This resolves issue #44Michele Calgaro2025-02-021-4/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Prefer to use pkg-config to detect tiff library.Slávek Banko2025-01-131-0/+4
| | | | | | This solves FTBFS with tiff library >= 4.7.0. Signed-off-by: Slávek Banko <[email protected]>
* Remove support for Metrowerks compilerMichele Calgaro2024-12-313-490/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix jpegint.h requiredRay-V2024-12-281-0/+4
| | | | Signed-off-by: Ray-V <[email protected]>
* Conversion to cmake building systemMichele Calgaro2024-12-2685-17/+1887
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Move digitaglinktree man page to main doc folderMichele Calgaro2024-12-042-183/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use tdeprocess.hMichele Calgaro2024-12-023-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename 'digikam' folder to 'src'Michele Calgaro2024-11-221087-0/+410276
Signed-off-by: Michele Calgaro <[email protected]>