https://bugs.kde.org/show_bug.cgi?id=487317
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.2 Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/-/commit/0487f4 | |7b6da4b2cee47a13983f375eda7 | |f205501 Status|REPORTED |RESOLVED --- Comment #7 from Thomas Baumgart <t...@net-bembel.de> --- Git commit 0487f47b6da4b2cee47a13983f375eda7f205501 by Thomas Baumgart. Committed on 28/05/2024 at 15:48. Pushed by tbaumgart into branch 'master'. Extract monetary formatting rules from QLocale Extract the information howto format a monetary value from QLocale instead of using std::localeconv which provides false information in some cases. FIXED-IN: 5.2 M +1 -39 kmymoney/main.cpp M +0 -21 kmymoney/misc/platformtools.h M +0 -38 kmymoney/misc/platformtools_gnu.cpp M +1 -49 kmymoney/misc/platformtools_nognu.cpp M +53 -0 kmymoney/mymoney/mymoneymoney.cpp M +2 -0 kmymoney/mymoney/mymoneymoney.h M +4 -3 kmymoney/widgets/amountvalidator.cpp M +1 -1 kmymoney/widgets/tests/CMakeLists.txt https://invent.kde.org/office/kmymoney/-/commit/0487f47b6da4b2cee47a13983f375eda7f205501 -- You are receiving this mail because: You are watching all bug changes.