summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hHEADmasterMichele Calgaro2025-08-186-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Georgian)Temuri Doghonadze2025-08-081-8/+5
| | | | | | | Currently translated at 45.6% (1024 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* 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>
* 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>
* Add desktop files translations.Slávek Banko2025-07-2598-1736/+21222
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop autotools supportMichele Calgaro2025-07-24136-16395/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Alexander Golubev2025-07-211-23/+28
| | | | | | | Currently translated at 81.2% (1824 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/
* Translated using Weblate (Russian)Andrei Stepanov2025-07-191-6/+6
| | | | | | | Currently translated at 81.1% (1820 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/
* Fix plural form of translations.Automated System2025-06-251-6/+6
| | | | The leading '_n: ' should not be part of the translations.
* Translated using Weblate (Georgian)Temuri Doghonadze2025-06-251-325/+178
| | | | | | | Currently translated at 45.4% (1020 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* Translated using Weblate (Spanish)titae2025-06-151-4/+5
| | | | | | | Currently translated at 96.2% (2160 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/es/
* 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>
* Translated using Weblate (Georgian)Temuri Doghonadze2025-03-261-8/+7
| | | | | | | Currently translated at 37.9% (851 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-03-212-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2025-03-151-2/+2
| | | | | | | 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 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>
* Translated using Weblate (Georgian)Temuri Doghonadze2025-03-051-59/+32
| | | | | | | Currently translated at 37.7% (848 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* Use tdestandarddirs.hMichele Calgaro2025-02-25118-118/+118
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Spanish)Matias Fonzo2025-02-131-7/+6
| | | | | | | Currently translated at 96.2% (2160 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/es/
* Fix plural form of translations.Automated System2025-02-081-2/+2
| | | | The leading '_n: ' should not be part of the translations.
* Translated using Weblate (Dutch)Heimen Stoffels2025-02-081-50/+55
| | | | | | | Currently translated at 100.0% (2244 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/nl/
* Drop support for discontinued DGUXMichele Calgaro2025-02-051-46/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/graphics/digikam/admin to latest HEADAutomated System2025-02-051-0/+0
|
* Use tdeAppMichele Calgaro2025-02-03169-1149/+1149
| | | | 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>
* Translated using Weblate (Georgian)Temuri Doghonadze2025-01-231-5/+3
| | | | | | | Currently translated at 36.5% (821 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* Translated using Weblate (Georgian)Temuri Doghonadze2025-01-171-27/+11
| | | | | | | Currently translated at 36.4% (819 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* 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>
* Reset submodule main/applications/graphics/digikam/admin to latest HEADAutomated System2025-01-091-0/+0
|
* Remove support for Tru64, OSF and SCOv3.2Michele Calgaro2025-01-073-298/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Georgian)Temuri Doghonadze2025-01-061-3/+3
| | | | | | | Currently translated at 36.0% (809 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* Translated using Weblate (Georgian)Temuri Doghonadze2025-01-051-3/+1
| | | | | | | Currently translated at 35.9% (807 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* Reset submodule main/applications/graphics/digikam/admin to latest HEADAutomated System2025-01-031-0/+0
|
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-021-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix plural form of translations.Automated System2025-01-011-1/+1
| | | | The leading '_n: ' should not be part of the translations.
* Translated using Weblate (Georgian)Temuri Doghonadze2025-01-011-22/+16
| | | | | | | Currently translated at 35.8% (805 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* Remove support for Metrowerks compilerMichele Calgaro2024-12-313-490/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Georgian)Temuri Doghonadze2024-12-291-117/+59
| | | | | | | Currently translated at 35.2% (792 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
* Fix jpegint.h requiredRay-V2024-12-281-0/+4
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Update translation filesTDE Weblate2024-12-2649-101/+102
| | | | | | | 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/
* 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>
* Move digitaglinktree man page to main doc folderMichele Calgaro2024-12-043-2/+1
| | | | 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>
* Move 'icons' and 'pics' folders to main levelMichele Calgaro2024-11-22469-9/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename 'digikam' folder to 'src'Michele Calgaro2024-11-221129-1533/+1533
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move 'data' folder to main level and group 'icons' and 'pics' subfolders for ↵Michele Calgaro2024-11-21510-8/+15
| | | | | | 'digikam' and 'showfoto' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2024-11-181-2/+2
| | | | | | | Currently translated at 81.1% (1820 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/
* 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>