Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake files: change keywords to lower case | Michele Calgaro | 2024-03-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-10 | 4 | -82/+82 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-07 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Raise the minimum required version of CMake to 3.5. | Slávek Banko | 2023-11-05 | 2 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Translated using Weblate (Ukrainian) | Roman Savochenko | 2023-10-21 | 1 | -28/+75 |
| | | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: libraries/libkdcraw Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/ | ||||
* | Translated using Weblate (Ukrainian) | Roman Savochenko | 2023-10-15 | 1 | -28/+34 |
| | | | | | | | Currently translated at 70.2% (52 of 74 strings) Translation: libraries/libkdcraw Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/ | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 2 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Translated using Weblate (Chinese (Simplified)) | Wantao Liu | 2023-07-21 | 1 | -67/+130 |
| | | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: libraries/libkdcraw Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/ | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 5 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added translation using Weblate (Chinese (Simplified)) | Wantao Liu | 2023-05-10 | 1 | -0/+412 |
| | |||||
* | Use TDE cmake macro to set versionr14.1.0 | Michele Calgaro | 2022-06-24 | 1 | -1/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. | Michele Calgaro | 2022-05-03 | 2 | -2/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added translation using Weblate (Turkish) | Mehmet Dokuz | 2022-03-01 | 1 | -0/+412 |
| | |||||
* | Drop automake build support. | Slávek Banko | 2022-01-30 | 28 | -13946/+53 |
| | | | | | | Rework the README and INSTALL files. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/libraries/libkdcraw/admin to latest HEAD | Automated System | 2022-01-28 | 1 | -0/+0 |
| | |||||
* | Raise the minimum required version of CMake to 3.1 in CMakeL10n rules. | Slávek Banko | 2021-12-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Raise the minimum required version of CMake to 3.1. | Slávek Banko | 2021-12-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix FTBFS in dcraw and test. | Slávek Banko | 2021-08-31 | 2 | -2/+7 |
| | | | | | | This resolves issue #3. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove the original translation directory layout. | Slávek Banko | 2021-08-29 | 22 | -18539/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Copy translations to a new directory layout. | Slávek Banko | 2021-08-29 | 49 | -76/+18543 |
| | | | | | | Use common rules to build translations. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Take commit eba7a66e23 from LibRaw upstream to resolve FTBFS. | Slávek Banko | 2021-08-29 | 3 | -60/+73 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove #pragma omp from definition of structure in the header file. | Slávek Banko | 2021-08-29 | 2 | -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 <[email protected]> | ||||
* | Conversion to the cmake building system. | gregory guy | 2021-08-25 | 19 | -24/+453 |
| | | | | | | | | Signed-off-by: gregory guy <[email protected]> some fixes and improvements. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update translation files | TDE Weblate | 2021-07-07 | 21 | -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 System | 2021-07-07 | 1 | -30/+28 |
| | |||||
* | Remove cmake submodule since it has now been replaced by cmake-trinity ↵ | Slávek Banko | 2021-05-24 | 2 | -3/+0 |
| | | | | | | dependency. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2021-05-15 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2021-02-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/admin to latest HEAD | Automated System | 2021-02-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/admin to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2021-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-12-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/admin to latest HEAD | Automated System | 2020-12-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/admin to latest HEAD | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Removed additional code formatting modelines. | Michele Calgaro | 2020-09-25 | 19 | -19/+19 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-09-20 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/admin to latest HEAD | Automated System | 2020-09-20 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/admin to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-07-29 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-06-26 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-06-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/admin to latest HEAD | Automated System | 2020-06-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libkdcraw/cmake to latest HEAD | Automated System | 2020-06-12 | 1 | -0/+0 |
| | |||||
* | Update translation files | TDE Weblate | 2020-06-07 | 1 | -5/+6 |
| | | | | | | | 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/ |