[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=506444

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-30 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=506444

Robby Engelmann  changed:

   What|Removed |Added

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

--- Comment #14 from Robby Engelmann  ---
it appears to be fine now, thanks

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=506444

Thomas Baumgart  changed:

   What|Removed |Added

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

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

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-07 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=506444

--- Comment #12 from Thomas Baumgart  ---
Git commit ff91fdc79a04ba552f5522bce2e0431c70d3b4d4 by Thomas Baumgart.
Committed on 07/07/2025 at 19:23.
Pushed by tbaumgart into branch '5.2'.

Fix a problem with keypad decimal on Qt6
(cherry picked from commit 6ac6d13034d19ba574c3c49193c53495e5119a3c)

M  +1-1kmymoney/widgets/amountedit.cpp

https://invent.kde.org/office/kmymoney/-/commit/ff91fdc79a04ba552f5522bce2e0431c70d3b4d4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-07 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=506444

--- Comment #11 from Robby Engelmann  ---
(In reply to Robby Engelmann from comment #10)
> (In reply to Thomas Baumgart from comment #9)
> > Did you restart the desktop session (i.e. logout and login)? Apparently that
> > is necessary from what I noticed.
> 
> not yet, will test later

tested --> changing the currency locale setting to American (default) did not
change the described behavior even after restar
 (but did not yet test with the patches included, because kmymoney currently
fails building in openSUSE unstable extra repo)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-07 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=506444

Robby Engelmann  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-07 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=506444

--- Comment #10 from Robby Engelmann  ---
(In reply to Thomas Baumgart from comment #9)
> Did you restart the desktop session (i.e. logout and login)? Apparently that
> is necessary from what I noticed.

not yet, will test later

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-07 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=506444

Thomas Baumgart  changed:

   What|Removed |Added

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

--- Comment #9 from Thomas Baumgart  ---
Did you restart the desktop session (i.e. logout and login)? Apparently that is
necessary from what I noticed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-06 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=506444

Robby Engelmann  changed:

   What|Removed |Added

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

--- Comment #8 from Robby Engelmann  ---
(In reply to Thomas Baumgart from comment #5)
> There is a difference in your locale settings for numbers (1,000.01) and
> currencies (1.000,01). KMyMoney is using the currency setting. Does
> adjusting the currency settings makes a difference and solves the problem?

I did not see any difference after setting currency to American (default) alike
the numbers setting.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-06 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=506444

--- Comment #7 from Thomas Baumgart  ---
Git commit 6ac6d13034d19ba574c3c49193c53495e5119a3c by Thomas Baumgart.
Committed on 06/07/2025 at 15:16.
Pushed by tbaumgart into branch 'master'.

Fix a problem with keypad decimal on Qt6

M  +1-1kmymoney/widgets/amountedit.cpp

https://invent.kde.org/office/kmymoney/-/commit/6ac6d13034d19ba574c3c49193c53495e5119a3c

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-06 Thread Felix
https://bugs.kde.org/show_bug.cgi?id=506444

Felix  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #6 from Felix  ---
I am hitting exactly the same issue. Thomas, in what way we should update the
currency format?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-06 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=506444

Thomas Baumgart  changed:

   What|Removed |Added

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

--- Comment #5 from Thomas Baumgart  ---
There is a difference in your locale settings for numbers (1,000.01) and
currencies (1.000,01). KMyMoney is using the currency setting. Does adjusting
the currency settings makes a difference and solves the problem?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-02 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=506444

Robby Engelmann  changed:

   What|Removed |Added

 CC||robby.engelmann@r-engelmann
   ||.de

--- Comment #2 from Robby Engelmann  ---
Created attachment 182866
  --> https://bugs.kde.org/attachment.cgi?id=182866&action=edit
Screenshot Testcase

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-02 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=506444

--- Comment #4 from Robby Engelmann  ---
Created attachment 182867
  --> https://bugs.kde.org/attachment.cgi?id=182867&action=edit
locale settings in KDE

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-02 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=506444

Robby Engelmann  changed:

   What|Removed |Added

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

--- Comment #3 from Robby Engelmann  ---
I added an attachment showing the issue in your testcase + my locale settings

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 506444] Price entry buggy in qt6-based master builds

2025-07-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=506444

Ralf Habacker  changed:

   What|Removed |Added

 CC||[email protected]
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Ralf Habacker  ---
Please add detailed instructions on how you encountered the problem. You can
start with this example file
https://invent.kde.org/office/kmymoney/-/raw/master/kmymoney/plugins/views/reports/core/tests/data/test-investment.xml?ref_type=heads&inline=false

-- 
You are receiving this mail because:
You are watching all bug changes.