[libalkimia] [Bug 483138] Better customization options when selecting the retrieval type

2024-03-13 Thread Bug Janitor Service via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=483138

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/office/alkimia/-/merge_requests/28

-- 
You are receiving this mail because:
You are the assignee for the bug.

[libalkimia] [Bug 342047] Price quote importer does not take into account locale settings

2024-03-13 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=342047

Ralf Habacker  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||8.2
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/f4b8e6d
   ||3a30260174ddc7a99cdf6d421d0
   ||57e622

--- Comment #7 from Ralf Habacker  ---
Git commit f4b8e6d3a30260174ddc7a99cdf6d421d057e622 by Ralf Habacker.
Committed on 13/03/2024 at 17:00.
Pushed by habacker into branch 'master'.

Add support to select decimal separator used for parsing prices

To support the previous behaviour, an "old" decimal separator has also
been added as existing users may rely on it. For existing online source
definitions, this variant is automatically used as the default.
FIXED-IN:8.2

M  +37   -1autotests/alkonlinequoteprivatetest.cpp
M  +3-0autotests/alkonlinequotesourcetest.cpp
M  +30   -16   src/alkonlinequote_p.cpp
M  +1-1src/alkonlinequote_p.h
M  +110  -84   src/alkonlinequotedetails.ui
M  +13   -1src/alkonlinequotesource.cpp
M  +13   -1src/alkonlinequotesource.h
M  +18   -1src/alkonlinequotesource_p.h
M  +6-0src/alkonlinequoteswidget.cpp

https://invent.kde.org/office/alkimia/-/commit/f4b8e6d3a30260174ddc7a99cdf6d421d057e622

-- 
You are receiving this mail because:
You are the assignee for the bug.

MacOS woes

2024-03-13 Thread Jonathan Kimmitt via KMyMoney-devel
I tried downloading kMyMoney for OSX from this address:


Download and use the MacOS version
kmymoney.org
[180x180.png]

Testing both stable and master version on AppleSilicon M1.

In both cases verification passed OK, but the program failed immediately with

“kmymoney” is damaged and can’t be opened. You should move it to the Bin.

The version built from home-brew seems to fail also even though it worked a 
month or so ago.

I am on Sonoma 14.2.1

Happy to try to build it myself with Xcode if somebody has instructions for 
that.