summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.3Michele Calgaro2024-07-132-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c06016979e2b032e5f9aed25cb4e1ca345dc75bd)
* Remove unnecessary define and make sure to include tdemacros.hMichele Calgaro2024-07-011-2/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ba2b2e7076509ce7ad279cbda1b40a866c7d0fd)
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-012-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1b52d6f921b44a301a16ae30c7a9ecc2175f03fc)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-151-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 34d443bb23437bc94192747dc7f17c12801104fb)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-061-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6c5063171214b55ae054b2968714efc64766bea0)
* Use centralized cmake versionr14.1.2Michele Calgaro2024-03-172-7/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 10f36e23e048228ddae1af3e11022cff23a56c5f)
* cmake files: change keywords to lower caseMichele Calgaro2024-03-091-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7899b480577d6ffbcb6f6ff4506e7dcf81135c50)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-114-82/+82
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb863e072fc3619ad676a6376d2bf2a0a021d8f2)
* Replace Qt with TQtMichele Calgaro2023-11-072-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7469c7de8a78ea6ce541e4460d2ea0460825c240)
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-062-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5998f419f047c2b6eab005f48f526712fa9198b4)
* Merge translation files from master branch.r14.1.1Automated System2023-10-211-28/+75
|
* Merge translation files from master branch.Automated System2023-10-161-28/+34
|
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-042-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2eb27f1287fbb4a2717ae3a85a5b743e7967358d)
* Merge translation files from master branch.Automated System2023-07-211-61/+127
|
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-215-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 47ac992c46281a21c5734c1a365f102e934bba06)
* Merge translation files from master branch.Automated System2023-05-101-0/+410
|
* Merge translation files from master branch.Automated System2023-04-261-2/+0
|
* Use TDE cmake macro to set versionr14.1.0Michele Calgaro2022-06-241-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation using Weblate (Turkish)Mehmet Dokuz2022-03-011-0/+412
|
* Drop automake build support.Slávek Banko2022-01-3028-13946/+53
| | | | | | Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/libraries/libkdcraw/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS in dcraw and test.Slávek Banko2021-08-312-2/+7
| | | | | | This resolves issue #3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove the original translation directory layout.Slávek Banko2021-08-2922-18539/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Copy translations to a new directory layout.Slávek Banko2021-08-2949-76/+18543
| | | | | | Use common rules to build translations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Take commit eba7a66e23 from LibRaw upstream to resolve FTBFS.Slávek Banko2021-08-293-60/+73
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove #pragma omp from definition of structure in the header file.Slávek Banko2021-08-292-21/+5
| | | | | | | | Use #pragma omp relates to code blocks, which is usually not the case of the header files. Therefore, use in the definition of structure seems incorrect and may cause FTBFS with some OpenMP implementations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2021-08-2519-24/+453
| | | | | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> some fixes and improvements. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation filesTDE Weblate2021-07-0721-21/+21
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: libraries/libkdcraw Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/
* Update translation template.Automated System2021-07-071-30/+28
|
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/libraries/libkdcraw/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/libraries/libkdcraw/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/libraries/libkdcraw/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/libraries/libkdcraw/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Removed additional code formatting modelines.Michele Calgaro2020-09-2519-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/libraries/libkdcraw/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/libraries/libkdcraw/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/libraries/libkdcraw/cmake to latest HEADAutomated System2020-07-291-0/+0
|