[kmymoney] [Bug 491978] Add alkimia version to the component dialog
https://bugs.kde.org/show_bug.cgi?id=491978 --- Comment #4 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/office/kmymoney/-/merge_requests/228 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 491978] Add alkimia version to the component dialog
https://bugs.kde.org/show_bug.cgi?id=491978 --- Comment #5 from Ralf Habacker --- Git commit c34c74c21ffb7b5f2cfe0be1d052fce875a3d857 by Ralf Habacker. Committed on 24/08/2024 at 09:51. Pushed by habacker into branch 'master'. Fixup for components dialog - New cmake variable ADDRESSBOOK_VERSION added to follow the renaming of the cmake name of Akonadi with version 23.04. - Added notes on the origin of components without a version in config-kmymoney.h.cmake - Removed superfluous include, as all versions of cmake are supplied except for alkimia. M +4-0CMakeLists.txt M +11 -3config-kmymoney.h.cmake M +1-5kmymoney/kcreditswindow.cpp https://invent.kde.org/office/kmymoney/-/commit/c34c74c21ffb7b5f2cfe0be1d052fce875a3d857 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 492038] Currency conversion from EUR to BTC fails at yahoo.com
https://bugs.kde.org/show_bug.cgi?id=492038 --- Comment #1 from Ralf Habacker --- (In reply to Ralf Habacker from comment #0) > ADDITIONAL INFORMATION > The problem is that the desired direction EUR -> BTC is not supported by the > remote source. The reverse direction, on the other hand, is available. There > should be a possibility that after a failed request, a new request is made > with a reversed direction and, if successful, the returned price is inverted. To add such a function, the following points should be noted: 1. should online listings allow reverse search by default ? 2. adding the reverse search after the first search has failed requires an internal refactoring so that errors that occur during the first search are not forwarded directly to the application and thus already trigger error processing. 3. a simpler alternative to 2. would be to manage a list of currency assignments in the online source, which is used to control the direction of a query. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 440594] Make qtwebengine optional for kmymoney
https://bugs.kde.org/show_bug.cgi?id=440594 --- Comment #7 from Ralf Habacker --- For the record: alkimia offers a wrapper for loading web pages called AlkWebPage, which uses Webkit (mingw) and Webengine (msvc, Linux) as backend and which could also be used in KMyMoney. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 492086] Invisible conversion rate for Bitcoin in price dialog
https://bugs.kde.org/show_bug.cgi?id=492086 --- Comment #5 from Ralf Habacker --- Created attachment 172907 --> https://bugs.kde.org/attachment.cgi?id=172907&action=edit Screenshot showing currency editor for bitcoin with default values An additional place for problems with the display of Bitcoin currencies is in the default value for the number of decimal places, which is currently 4 (see screenshot) -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 492086] Invisible conversion rate for Bitcoin in price dialog
https://bugs.kde.org/show_bug.cgi?id=492086 --- Comment #6 from Ralf Habacker --- Created attachment 172908 --> https://bugs.kde.org/attachment.cgi?id=172908&action=edit Screenshot showing adding new account for bitcoin using default values It is not possible to add an account with the Bitcoin currency and standard precision, as the conversion factor is always 0. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 492086] Invisible conversion rate for Bitcoin in price dialog
https://bugs.kde.org/show_bug.cgi?id=492086 Ralf Habacker changed: What|Removed |Added Ever confirmed|0 |1 Status|RESOLVED|REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 440594] Make qtwebengine optional for kmymoney
https://bugs.kde.org/show_bug.cgi?id=440594 --- Comment #8 from Matthew Schultz --- (In reply to Ralf Habacker from comment #7) > For the record: alkimia offers a wrapper for loading web pages called > AlkWebPage, which uses Webkit (mingw) and Webengine (msvc, Linux) as backend > and which could also be used in KMyMoney. If it still depends on qtwebengine, then it still exhibits the same problem. I think Dawid Wróbel's suggestion to use QTextBrowser instead sounds promising but of course someone would have to do that work. -- You are receiving this mail because: You are the assignee for the bug.