[kmymoney] [Bug 491828] Currency settings show incorrect

2024-08-25 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=491828

--- Comment #20 from Thomas Baumgart  ---
> Since kmymoney uses QLocale for formatting currency amounts, ...
That is not completely correct. KMyMoney uses QLocale::toCurrencyString() only,
if it was not able to match its test pattern in the output of
QLocale::toCurrencyString(). This is the case for some e.g. arabic locales to
my knowledge. KMyMoney indicates that with a debug output of "Using Qt internal
formatter". If that output is not visible after the start of the application
and outputting the result of the test pattern, then it uses it's own logic.

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

[kmymoney] [Bug 492086] Invisible conversion rate for Bitcoin in price dialog

2024-08-25 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492086

--- Comment #7 from Thomas Baumgart  ---
Edit the bitcoin entry in Tools/Currencies and set the price precision to 8.
That increases the value of fractional digits for the price.

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

[kmymoney] [Bug 492086] Invisible conversion rate for Bitcoin in price dialog

2024-08-25 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492086

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/kmymoney/-/commit/f596aa |ce/kmymoney/-/commit/0b8f7c
   |45aa750ba5a56b01e7ee14a7893 |e918d6c439f1e6148c3f6be4d80
   |870a7f2 |5783dc2
 Status|REOPENED|RESOLVED

--- Comment #8 from Thomas Baumgart  ---
Git commit 0b8f7ce918d6c439f1e6148c3f6be4d805783dc2 by Thomas Baumgart.
Committed on 25/08/2024 at 09:50.
Pushed by tbaumgart into branch 'master'.

Increase standard price precision of Bitcoin to 8

This only has an effect if Bitcoins are currently not used in a data
file. In case they are, users can use the currency editor to increase
the price precision manually.

M  +5-1kmymoney/mymoney/mymoneyfile.cpp

https://invent.kde.org/office/kmymoney/-/commit/0b8f7ce918d6c439f1e6148c3f6be4d805783dc2

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

[kmymoney] [Bug 440594] Make qtwebengine optional for kmymoney

2024-08-25 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440594

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||5.2
 Resolution|INTENTIONAL |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/7518d1
   ||1ef7fbf5a2f59053682663bcfeb
   ||4d7df07

--- Comment #9 from Ralf Habacker  ---
Git commit 7518d11ef7fbf5a2f59053682663bcfeb4d7df07 by Ralf Habacker.
Committed on 25/08/2024 at 16:10.
Pushed by habacker into branch 'master'.

cmake: Cleaning up the use of QtWebEngine

QtWebEngine has been completely replaced by QTextBrowser and the cmake
support files for LibAlkimia5 already contain a search for it, so all
related references can be removed.
FIXED-IN:5.2

M  +0-1CMakeLists.txt
M  +0-3config-kmymoney.h.cmake

https://invent.kde.org/office/kmymoney/-/commit/7518d11ef7fbf5a2f59053682663bcfeb4d7df07

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

[kmymoney] [Bug 440594] Make qtwebengine optional for kmymoney

2024-08-25 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440594

--- Comment #10 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #9)

> QtWebEngine has been completely replaced by QTextBrowser 

Daniel has already completed the port, so kmymoney is already web engine free.

> and the cmake > support files for LibAlkimia5 already contain a search for it,

If you want to build KMyMoney completely without web engine, you can achieve
this by building the alkimia library with -DBUILD_WITH_WEBENGINE=off without a
web engine.

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

[kmymoney] [Bug 440594] Make qtwebengine optional for kmymoney

2024-08-25 Thread Matthew Schultz via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440594

--- Comment #11 from Matthew Schultz  ---
(In reply to Ralf Habacker from comment #10)
> (In reply to Ralf Habacker from comment #9)
> 
> > QtWebEngine has been completely replaced by QTextBrowser 
> 
> Daniel has already completed the port, so kmymoney is already web engine
> free.
> 
> > and the cmake > support files for LibAlkimia5 already contain a search for 
> > it,
> 
> If you want to build KMyMoney completely without web engine, you can achieve
> this by building the alkimia library with -DBUILD_WITH_WEBENGINE=off without
> a web engine.

Wow thanks!  I'm so glad I won't have to compile qtwebengine anymore!  It was
such a pain and I just needed it installed for kmymoney.  I'll be looking
forward to the 5.2 release!

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

[kmymoney] [Bug 491494] Blank Home Page

2024-08-25 Thread Bug Janitor Service via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=491494

--- Comment #9 from Bug Janitor Service  ---
๐Ÿ›๐Ÿงน โš ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days.
Please provide the requested information, then set the bug status to REPORTED.
If there is no change for at least 30 days, it will be automatically closed as
RESOLVED WORKSFORME.

For more information about our bug triaging procedures, please read
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging.

Thank you for helping us make KDE software even better for everyone!

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

[kmymoney] [Bug 440594] Make qtwebengine optional for kmymoney

2024-08-25 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440594

--- Comment #12 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #10)
> Daniel has already completed the port, so kmymoney is already web engine
> free.
s/Daniel/Dawid/g, sorry

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