[kmymoney] [Bug 331541] Cannot change the tree position of a loan account

2024-04-12 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=331541

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.2

--- Comment #1 from Thomas Baumgart  ---
Outdated: using current master it is possible to drag&drop any account in the
accounts view.

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

[kmymoney] [Bug 421580] Loan Wizard sets account name to "XXXXX Load"

2024-04-12 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=421580

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #1 from Thomas Baumgart  ---
Outdated: the account is named  without anything being appended (tested
with current master)

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

[kmymoney] [Bug 461952] Adding new payee or category by typing in the transaction form triggers "Do you want to add" after typing the first character that doesn't match an existing name

2024-04-12 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=461952

--- Comment #10 from Thomas Baumgart  ---
I can imagine, that closing the popup can trigger it. That happens in
KMyMoneyAccountCombo::makeCompletion() 
https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/widgets/kmymoneyaccountcombo.cpp?ref_type=heads#L476
. One could try to comment this line to leave the popup view open and see if
that makes a difference. 

Another idea is using a debugger and setting a breakpoint to
https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/views/transactioneditorbase.cpp?ref_type=heads#L227.
Once it stops, figure out what triggers the event by examining the call stack.

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