summaryrefslogtreecommitdiffstats
path: root/src/importers/rezkonvimporter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use locale-unaware functions when importing filesAlexander Golubev2025-08-031-2/+2
| | | | | | | Locale-aware version of MixedNumber::fromString() were causing problems when locale has a different decimal separator than dot (`.`). Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix importers/exporters bugs. Fix tests and add them to build process.Michele Calgaro2025-08-021-5/+2
| | | | | | | | The file `mx2test.txt` is taken from KRecipes 2.1 source code. Other tests have been adjusted based on the tests in KRecipes 2.1 source code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Use tdeAppMichele Calgaro2025-02-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rearrange folders structure to remove unnecessary 'krecipes' second level ↵Michele Calgaro2024-10-211-0/+291
subfolder Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>