Re: New payees bug

2023-07-30 Thread Jeremy Whiting via KMyMoney-devel
Awesome. Thanks for that. On Sat, Jul 29, 2023 at 10:07 AM Thomas Baumgart via KMyMoney-devel < kmymoney-devel@kde.org> wrote: > On Montag, 24. Juli 2023 08:07:26 CEST Thomas Baumgart via KMyMoney-devel > wrote: > > > On Montag, 24. Juli 2023 01:08:03 CEST Jeremy Whiting wrote: > > > > > I think

Re: New payees bug

2023-07-29 Thread Thomas Baumgart via KMyMoney-devel
On Montag, 24. Juli 2023 08:07:26 CEST Thomas Baumgart via KMyMoney-devel wrote: > On Montag, 24. Juli 2023 01:08:03 CEST Jeremy Whiting wrote: > > > I think the problem is that when you click Yes on that dialog to add the > > payee it shouldn't reset the ledgerview at all. It doesn't when you cl

Re: New payees bug

2023-07-23 Thread Thomas Baumgart via KMyMoney-devel
On Montag, 24. Juli 2023 01:08:03 CEST Jeremy Whiting wrote: > I think the problem is that when you click Yes on that dialog to add the > payee it shouldn't reset the ledgerview at all. It doesn't when you click > No, it just clears the payee box. I think that makes sense, but when you > click Yes

Re: New payees bug

2023-07-23 Thread Jeremy Whiting via KMyMoney-devel
I think the problem is that when you click Yes on that dialog to add the payee it shouldn't reset the ledgerview at all. It doesn't when you click No, it just clears the payee box. I think that makes sense, but when you click Yes it shouldn't be doing anything to the ledger. Only adding the payee a

Re: New payees bug

2023-07-22 Thread Jack via KMyMoney-devel
On 2023.07.22 03:57, Thomas Baumgart via KMyMoney-devel wrote: On Samstag, 22. Juli 2023 03:08:26 CEST Jeremy Whiting via KMyMoney-devel wrote: > Ok, I think I've hit the edge of my code following for the evening. Everything in NewTransactionEditor looks right. It calls KMyMoneyUtils::newPay

Re: New payees bug

2023-07-22 Thread Thomas Baumgart via KMyMoney-devel
On Samstag, 22. Juli 2023 03:08:26 CEST Jeremy Whiting via KMyMoney-devel wrote: > Ok, I think I've hit the edge of my code following for the evening. > Everything in NewTransactionEditor looks right. It calls > KMyMoneyUtils::newPayee which works right and finds the index of the new > payee, etc.

Re: New payees bug

2023-07-21 Thread Jeremy Whiting via KMyMoney-devel
Ok, I think I've hit the edge of my code following for the evening. Everything in NewTransactionEditor looks right. It calls KMyMoneyUtils::newPayee which works right and finds the index of the new payee, etc. The only problem is that after it's done the NewTransactionEditor gets destructed for som

New payees bug

2023-07-21 Thread Jeremy Whiting via KMyMoney-devel
Hello, I think there's a recent-ish bug in master. I'm not sure when I started hitting it since I don't often add new payees. But lately when adding a new transaction if you enter a new name for the payee it pops up the dialog "Do you want to add as a new payee?" which is how it always has been.