summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hHEADmasterMichele Calgaro2025-08-186-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add desktop files translations.Slávek Banko2025-07-2539-1736/+112
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop autotools supportMichele Calgaro2025-07-2483-2762/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove no longer used static libraries in cmake filesMichele Calgaro2025-05-063-31/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix showfoto usability.Michele Calgaro2025-05-052-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | This resolves issue #50. The problem seems to be a known issue already addressed by the original authors. This is an extract from the 'ChangeLog' file that best describes the issue: ``` Fix a linking problem with showfoto, image plugins and --enable-gcc-hidden-visibility: All image plugins link to libdigikam.so. The showfoto executable however does not link to this lib, but statically links the relevant parts. With visibility hidden, now the linker obviously cannot see the already linked DImgInterface class, and there would be two different static variables for DImgInterface::instance(). One with the loaded image, the other (from the image plugins) with a null image. ``` Linking against libdigikam.so instead of including the libraries in a static way solves the issue. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-03-212-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use JasPer 3 init/cleanup functionsmio2025-03-111-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 <stigma@disroot.org>
* Use tdestandarddirs.hMichele Calgaro2025-02-25118-118/+118
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-02-03148-561/+561
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with gcc 15. This resolves issue #44Michele Calgaro2025-02-021-4/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <slavek.banko@axis.cz>
* Remove support for Metrowerks compilerMichele Calgaro2024-12-313-490/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix jpegint.h requiredRay-V2024-12-281-0/+4
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Conversion to cmake building systemMichele Calgaro2024-12-2685-17/+1887
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move digitaglinktree man page to main doc folderMichele Calgaro2024-12-042-183/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-023-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename 'digikam' folder to 'src'Michele Calgaro2024-11-221087-0/+410276
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>