[kmymoney] [Bug 487317] Inaccurate TL sign (₺) display

2024-05-27 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=487317

--- Comment #6 from Thomas Baumgart  ---
I can confirm that this problem is introduced by KMyMoney (not Alkimia). Over
the last couple of days, I analyzed it a bit and found out, that
std::localeconv() apparently provides false information about the location of
the currency symbol in the member p_cs_precedes when the selected locale is
tr_TR.UTF-8 (it works correctly for others where the currency sign precedes the
amount).  KMyMoney uses that information provided by std::localeenv() to format
the monetary values and that is why the display differs and is incorrect.

The display in the KCM module is based on QLocale::toCurrencyString() which
works on Qt's own locale information.

More to come.

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

[kmymoney] [Bug 487477] Stock price refresh not working anymore

2024-05-27 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=487477

--- Comment #1 from Thomas Baumgart  ---
Can you attach a screenshot of
a) investment configuration (the last page of the wizard)
b) the details of the configuration of the online source (the regex etc)
c) the log shown when performing the update
Thanks in advance.

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

[kmymoney] [Bug 487477] Stock price refresh not working anymore

2024-05-27 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=487477

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Thomas Baumgart  ---
Update status

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

[libalkimia] [Bug 484016] An incorrect source type is displayed for the installed GHNS online course source alkimia-fx.net

2024-05-27 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=484016

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||8.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/a4476bd
   ||232ffc42f922517ffd878e01b73
   ||362fdb
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Ralf Habacker  ---
Git commit a4476bd232ffc42f922517ffd878e01b73362fdb by Ralf Habacker.
Committed on 27/05/2024 at 20:01.
Pushed by habacker into branch 'master'.

Fix detecting installed remote ghns sources

The path returned by knewstuff for installed files of an entry contains
'//', which does not match the actual path and prevents this file from
being recognized as an installed entry.

This fix is for older supported platforms, for Qt5 builds the problem
could not be reproduced here, as it seems to have already been fixed with
!42.
FIXED-IN:8.2

M  +7-03rdparty/KF4/knewstuff/knewstuff3/core/cache.h

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

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