summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hr14.1.xMichele Calgaro2025-08-186-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d540657bae356117354d9133a42417de25b3e063)
* Merge translation files from master branch.Automated System2025-08-081-8/+5
|
* Exclude from the installation of unwanted and now no longer existent ↵Slávek Banko2025-07-251-1/+1
| | | | | | | | | Makefile.am. This solves FTBFS that came with issue #52. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3ca5d1ca14e996b1085227b9a25a12af7052231c)
* Remove the unwanted x-test language from desktop file translations.Slávek Banko2025-07-251-355/+0
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 37a82b0c5119a5b18b68e4498590aad6b9ce93b7)
* Add desktop files translations.Slávek Banko2025-07-2598-1736/+21222
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 67d18a6d8e8b76c9d805c2665779a2c9c5dab88b)
* Drop autotools supportMichele Calgaro2025-07-24136-16395/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a2ab145c9a7b83a42fc168a07972f0de3e31efef)
* Merge translation files from master branch.Automated System2025-07-211-23/+28
|
* Merge translation files from master branch.Automated System2025-07-201-4/+4
|
* Merge translation files from master branch.Automated System2025-06-251-325/+178
|
* Merge translation files from master branch.Automated System2025-06-151-4/+5
|
* Remove no longer used static libraries in cmake filesMichele Calgaro2025-05-063-31/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0f70373c8248ceb01d5a2791c81b076885c2fba8)
* Fix showfoto usability.Michele Calgaro2025-05-062-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> (cherry picked from commit f8074c05d9a2ad3b4a4e44557222ad51539b7e79)
* Merge translation files from master branch.r14.1.4Automated System2025-03-261-8/+7
|
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-03-212-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 015b36e07410f5f8a7eefecc24d57717cb90e01d)
* Use JasPer 3 init/cleanup functionsmio2025-03-151-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> (cherry picked from commit 0b5e696d79ab1a160293d520b7526e031238989a)
* Merge translation files from master branch.Automated System2025-03-051-59/+32
|
* Merge translation files from master branch.Automated System2025-02-141-7/+6
|
* Merge translation files from master branch.Automated System2025-02-081-49/+54
|
* Drop support for discontinued DGUXMichele Calgaro2025-02-061-46/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d108ec5c8df4f8038c6bff649661224763436b15)
* Reset submodule main/applications/graphics/digikam/admin to latest HEADAutomated System2025-02-051-0/+0
|
* Fix FTBFS with gcc 15. This resolves issue #44Michele Calgaro2025-02-021-4/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0bf733ec1780acd7d7f0122559029e09001b840e)
* Merge translation files from master branch.Automated System2025-01-231-5/+3
|
* Merge translation files from master branch.Automated System2025-01-171-27/+11
|
* Prefer to use pkg-config to detect tiff library.Slávek Banko2025-01-132-1/+8
| | | | | | | This solves FTBFS with tiff library >= 4.7.0. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit db8b48484080c073c32b8477234bb07efc3ec510)
* Reset submodule main/applications/graphics/digikam/admin to latest HEADAutomated System2025-01-091-0/+0
|
* Reset submodule main/applications/graphics/digikam/admin to latest HEADAutomated System2025-01-081-0/+0
|
* Remove support for Tru64, OSF and SCOv3.2Michele Calgaro2025-01-073-298/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb9dfd31a1fcd933b1abf96e6bdda96101527392)
* Merge translation files from master branch.Automated System2025-01-061-5/+3
|
* Reset submodule main/applications/graphics/digikam/admin to latest HEADAutomated System2025-01-031-0/+0
|
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-031-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 139fbf7535c19568975d829bed98d2c96ee85bc3)
* Merge translation files from master branch.Automated System2025-01-011-22/+16
|
* Remove support for Metrowerks compilerMichele Calgaro2024-12-313-490/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 02b8017b11b008f83e97820f6fdde68bb7a02b01)
* Merge translation files from master branch.Automated System2024-12-291-117/+59
|
* Fix jpegint.h requiredRay-V2024-12-291-0/+4
| | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> (cherry picked from commit aed0b797b4284f2cc271256abc28bf8f19473893)
* Merge translation files from master branch.Automated System2024-12-2649-98/+98
|
* Update translation template.Automated System2024-12-261-2/+2
|
* Conversion to cmake building systemMichele Calgaro2024-12-2698-17/+2190
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 76a8e935be38afad0105c46d5a2aa7b58162223b)
* Move digitaglinktree man page to main doc folderMichele Calgaro2024-12-053-2/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 67fd8bef19878c6940d48fbdafe07a8842c99fd1)
* Move 'icons' and 'pics' folders to main levelMichele Calgaro2024-11-22469-9/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ebff8f66e48bdb06ab849b1a425b985811b4c247)
* Rename 'digikam' folder to 'src'Michele Calgaro2024-11-221129-1533/+1533
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ee0d99607c14cb63d3ebdb3a970b508949fa8219)
* Move 'data' folder to main level and group 'icons' and 'pics' subfolders for ↵Michele Calgaro2024-11-22510-8/+15
| | | | | | | 'digikam' and 'showfoto' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4adff739380e4ae9f30e443ee95644f184456869)
* Merge translation files from master branch.Automated System2024-11-191-2/+2
|
* Remove unnecessary files. The images in the 'es' folder are copied of those ↵Michele Calgaro2024-11-1848-100/+0
| | | | | | | in the 'en' folder, just saved in 32bits instead of 8 bits Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit af59222a13d5343e5875a6ab3db6957f46f34820)
* Remove old translation 'po' folderMichele Calgaro2024-11-1650-698945/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 349e546530179cd95c7f273dbf787b213ba2c534)
* Merge translation files from master branch.Automated System2024-11-152-3/+4
|
* Add man pages from Debian packaging repositoryMichele Calgaro2024-11-153-0/+231
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4cb7165a9f6bee4402d26368546cc6c9389cff1e)
* Add xpm pictures from Debian packaging repositoryMichele Calgaro2024-11-156-1/+812
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3a91c6e7ca45c1db571d71db77b81ada8168181d)
* Copy translations to new folderMichele Calgaro2024-11-15104-199/+698949
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 50020abd095377ca3ac0622a652f8467e9e5c5a0)
* Restructure doc folderMichele Calgaro2024-11-15739-3/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9dbebd8e59a021b7157608117d0861bd593393e5)
* Remove unnecessary filesMichele Calgaro2024-11-1520-1658/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4f3dd798d854b04c75b9a824c9593e24500d5332)