https://bugs.kde.org/show_bug.cgi?id=445591
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi |ce/kmymoney/-/commit/1fc6f9 |ce/kmymoney/-/commit/30e479 |1ecf4f9e0704fcafce8559e0dea |294c4c31e2887715d550b37ac6f |1c5ae99 |1eacc5f Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #8 from Thomas Baumgart <t...@net-bembel.de> --- Git commit 30e479294c4c31e2887715d550b37ac6f1eacc5f by Thomas Baumgart. Committed on 10/08/2024 at 09:57. Pushed by tbaumgart into branch 'master'. Improve multi currency handling Reuse already entered exchange rates for other splits and totals This resolves the issue that the currency calculator is shown too many times when entering a transaction. FIXED-IN: 5.2 M +1 -0 kmymoney/dialogs/CMakeLists.txt M +0 -1 kmymoney/dialogs/kcurrencycalculator.h A +142 -0 kmymoney/dialogs/kcurrencyconverter.cpp [License: GPL(v2.0+)] A +52 -0 kmymoney/dialogs/kcurrencyconverter.h [License: GPL(v2.0+)] M +13 -12 kmymoney/views/investtransactioneditor.cpp M +2 -0 kmymoney/views/investtransactioneditor.h M +0 -1 kmymoney/views/multitransactioneditor.cpp M +1 -1 kmymoney/views/multitransactioneditor.h M +13 -1 kmymoney/views/newspliteditor.cpp M +3 -1 kmymoney/views/newspliteditor.h M +7 -6 kmymoney/views/newtransactioneditor.cpp M +1 -1 kmymoney/views/newtransactioneditor.h M +17 -4 kmymoney/views/splitdelegate.cpp M +26 -0 kmymoney/views/transactioneditorbase.cpp M +9 -0 kmymoney/views/transactioneditorbase.h M +11 -1 kmymoney/widgets/amountedit.cpp M +5 -0 kmymoney/widgets/amountedit.h M +6 -0 kmymoney/widgets/creditdebitedit.cpp M +5 -0 kmymoney/widgets/creditdebitedit.h M +15 -0 kmymoney/widgets/multicurrencyedit.h https://invent.kde.org/office/kmymoney/-/commit/30e479294c4c31e2887715d550b37ac6f1eacc5f -- You are receiving this mail because: You are the assignee for the bug.