Re: some papercuts from master branch

2023-01-12 Thread Jeremy Whiting via KMyMoney-devel
Nice thank you. Yep, seems to work well now. I appreciate it. On Thu, Jan 12, 2023 at 9:07 AM Thomas Baumgart via KMyMoney-devel < kmymoney-devel@kde.org> wrote: > On Donnerstag, 12. Januar 2023 16:13:44 CET Jeremy Whiting wrote: > > > Hey all, > > > > I hit another annoyance today I wanted to me

Re: some papercuts from master branch

2023-01-12 Thread Thomas Baumgart via KMyMoney-devel
On Donnerstag, 12. Januar 2023 16:13:44 CET Jeremy Whiting wrote: > Hey all, > > I hit another annoyance today I wanted to mention. I have a ledger with > only one transaction for today. I changed the value of the payment by 30 or > so, but the running total did not change at all. It should have

Re: some papercuts from master branch

2023-01-12 Thread Jeremy Whiting via KMyMoney-devel
Hey all, I hit another annoyance today I wanted to mention. I have a ledger with only one transaction for today. I changed the value of the payment by 30 or so, but the running total did not change at all. It should have changed from 30 to 0, but stayed at 30 as if it was using the old value still

Re: some papercuts from master branch

2023-01-08 Thread Jack via KMyMoney-devel
Just to confirm, Version 5.1.80-b96565589 On 2023.01.08 01:47, Thomas Baumgart via KMyMoney-devel wrote: On Samstag, 7. Januar 2023 21:27:16 CET Jack via KMyMoney-devel wrote: > On 2023.01.07 08:53, Thomas Baumgart via KMyMoney-devel wrote: > [...] > > Not sure about the investment views, but I

Re: some papercuts from master branch

2023-01-07 Thread Thomas Baumgart via KMyMoney-devel
On Samstag, 7. Januar 2023 21:27:16 CET Jack via KMyMoney-devel wrote: > On 2023.01.07 08:53, Thomas Baumgart via KMyMoney-devel wrote: > [...] > > > > Not sure about the investment views, but I added some substantial > > changes to the repo today that addresses the balance display issues > >

Re: some papercuts from master branch

2023-01-07 Thread Jack via KMyMoney-devel
On 2023.01.07 08:53, Thomas Baumgart via KMyMoney-devel wrote: [...] Not sure about the investment views, but I added some substantial changes to the repo today that addresses the balance display issues for regular accounts. I still have to take care of the scheduled transactions, though.

Re: some papercuts from master branch

2023-01-07 Thread Thomas Baumgart via KMyMoney-devel
On Freitag, 6. Januar 2023 23:07:52 CET Jack via KMyMoney-devel wrote: [...] > The sorting issue seems stranger and stranger to me. I'm working on my > monthly reconciliation of all my Merrill Lynch investment accounts, and > (just in regar ledger display, not in reconcile mode) the display

Re: some papercuts from master branch

2023-01-06 Thread Jack via KMyMoney-devel
On 2023.01.03 02:17, Thomas Baumgart via KMyMoney-devel wrote: On Montag, 2. Januar 2023 23:48:32 CET Jack via KMyMoney-devel wrote: > On 2022.12.28 09:25, Thomas Baumgart via KMyMoney-devel wrote: > > On Dienstag, 27. Dezember 2022 03:24:28 CET Jeremy Whiting via > > KMyMoney-devel wrote: > > >

Re: some papercuts from master branch

2023-01-04 Thread Jeremy Whiting via KMyMoney-devel
https://invent.kde.org/office/kmymoney/-/merge_requests/189 fixes another annoyance. Showing a sum of selected transactions where Balance: normally is shown when multiple transactions are selected. Worked well in 5.1, this brings it back for master branch. (so much more convenient to select multipl

Re: some papercuts from master branch

2023-01-03 Thread Jeremy Whiting via KMyMoney-devel
I don't think the changes in a69990c fix the tab out saving the category. I'm sure I built after that was added, and experienced the issue yesterday a few times while testing. On Tue, Jan 3, 2023 at 9:33 AM Jeremy Whiting wrote: > > > On Tue, Jan 3, 2023 at 12:25 AM Thomas Baumgart via KMyMoney-

Re: some papercuts from master branch

2023-01-03 Thread Jeremy Whiting via KMyMoney-devel
On Tue, Jan 3, 2023 at 12:25 AM Thomas Baumgart via KMyMoney-devel < kmymoney-devel@kde.org> wrote: > > On Dienstag, 3. Januar 2023 05:15:14 CET Jeremy Whiting via KMyMoney-devel > wrote: > > > On Mon, Jan 2, 2023 at 4:56 PM Jack > wrote: > > > > > On 2023.01.02 18:31, Jeremy Whiting wrote: > > >

Re: some papercuts from master branch

2023-01-02 Thread Thomas Baumgart via KMyMoney-devel
On Dienstag, 3. Januar 2023 05:15:14 CET Jeremy Whiting via KMyMoney-devel wrote: > On Mon, Jan 2, 2023 at 4:56 PM Jack wrote: > > > On 2023.01.02 18:31, Jeremy Whiting wrote: > > > 2 other issues I keep hitting that I'm trying to find the cause of to > > > fix: > > > > > > 1) Sometimes when I

Re: some papercuts from master branch

2023-01-02 Thread Thomas Baumgart via KMyMoney-devel
On Montag, 2. Januar 2023 23:48:32 CET Jack via KMyMoney-devel wrote: > On 2022.12.28 09:25, Thomas Baumgart via KMyMoney-devel wrote: > > On Dienstag, 27. Dezember 2022 03:24:28 CET Jeremy Whiting via > > KMyMoney-devel wrote: > > > > > Hey all, > > > > > > I've switched back from 5.1.x to mas

Re: some papercuts from master branch

2023-01-02 Thread Jeremy Whiting via KMyMoney-devel
https://invent.kde.org/office/kmymoney/-/merge_requests/185 fixes the date looking focused but not really having focus until you hit tab. For the other one it looks to me like the cause is the KMyMoneyAccountCombo::eventFilter. If the event is a tab key press, or a focus out it sets the line edit

Re: some papercuts from master branch

2023-01-02 Thread Jeremy Whiting via KMyMoney-devel
On Mon, Jan 2, 2023 at 4:56 PM Jack wrote: > On 2023.01.02 18:31, Jeremy Whiting wrote: > > 2 other issues I keep hitting that I'm trying to find the cause of to > > fix: > > > > 1) Sometimes when I enter a category, it gets forgotten when I click > > the > > Enter button. It's not always, but wh

Re: some papercuts from master branch

2023-01-02 Thread Jack via KMyMoney-devel
On 2023.01.02 18:31, Jeremy Whiting wrote: 2 other issues I keep hitting that I'm trying to find the cause of to fix: 1) Sometimes when I enter a category, it gets forgotten when I click the Enter button. It's not always, but when entering a new transaction, typing part of a Category, sele

Re: some papercuts from master branch

2023-01-02 Thread Jeremy Whiting via KMyMoney-devel
2 other issues I keep hitting that I'm trying to find the cause of to fix: 1) Sometimes when I enter a category, it gets forgotten when I click the Enter button. It's not always, but when entering a new transaction, typing part of a Category, selecting it from the completion list, then tab until E

Re: some papercuts from master branch

2023-01-02 Thread Jack via KMyMoney-devel
On 2022.12.28 09:25, Thomas Baumgart via KMyMoney-devel wrote: On Dienstag, 27. Dezember 2022 03:24:28 CET Jeremy Whiting via KMyMoney-devel wrote: > Hey all, > > I've switched back from 5.1.x to master branch for the past week or so and > hit a few papercuts. Not sure if there are existing

Re: some papercuts from master branch

2022-12-28 Thread Jeremy Whiting via KMyMoney-devel
Scratch that. It was because of the other uncleared entries on 12/26. Once I changed those to today balances add up again. Must be the running total issue you mentioned before. On Wed, Dec 28, 2022 at 9:20 AM Jeremy Whiting wrote: > Ok, just pulled master, built and now am seeing strange balance

Re: some papercuts from master branch

2022-12-28 Thread Jeremy Whiting via KMyMoney-devel
Ok, just pulled master, built and now am seeing strange balances that don't add up. I've got no sorting or filtering set but the 2 entries from 12/26 have some weird numbers for the balance column somehow. I'll dive in to debug and see what I can figure out later today, but wanted to send this out

Re: some papercuts from master branch

2022-12-28 Thread Jeremy Whiting via KMyMoney-devel
On Wed, Dec 28, 2022 at 7:25 AM Thomas Baumgart wrote: > On Dienstag, 27. Dezember 2022 03:24:28 CET Jeremy Whiting via > KMyMoney-devel wrote: > > > Hey all, > > > > I've switched back from 5.1.x to master branch for the past week or so > and > > hit a few papercuts. Not sure if there are existi

Re: some papercuts from master branch

2022-12-28 Thread Thomas Baumgart via KMyMoney-devel
On Dienstag, 27. Dezember 2022 03:24:28 CET Jeremy Whiting via KMyMoney-devel wrote: > Hey all, > > I've switched back from 5.1.x to master branch for the past week or so and > hit a few papercuts. Not sure if there are existing plans for these yet or > not. If not I'll file bugs for each and tr

Re: some papercuts from master branch

2022-12-28 Thread Thomas Baumgart via KMyMoney-devel
On Dienstag, 27. Dezember 2022 03:24:28 CET Jeremy Whiting via KMyMoney-devel wrote: > Hey all, > > I've switched back from 5.1.x to master branch for the past week or so and > hit a few papercuts. Not sure if there are existing plans for these yet or > not. If not I'll file bugs for each and tr

Re: some papercuts from master branch

2022-12-27 Thread Thomas Baumgart via KMyMoney-devel
On Dienstag, 27. Dezember 2022 11:57:47 CET Thomas Baumgart via KMyMoney-devel wrote: > Hi, > > On Dienstag, 27. Dezember 2022 03:24:28 CET Jeremy Whiting via KMyMoney-devel > wrote: [...] > > 1. Sorting: Cleared and reconciled transactions for a given day were not at > > the top of that day

Re: some papercuts from master branch

2022-12-27 Thread Thomas Baumgart via KMyMoney-devel
Hi, On Dienstag, 27. Dezember 2022 03:24:28 CET Jeremy Whiting via KMyMoney-devel wrote: > Hey all, > > I've switched back from 5.1.x to master branch for the past week or so and > hit a few papercuts. Not sure if there are existing plans for these yet or > not. If not I'll file bugs for each a

some papercuts from master branch

2022-12-26 Thread Jeremy Whiting via KMyMoney-devel
Hey all, I've switched back from 5.1.x to master branch for the past week or so and hit a few papercuts. Not sure if there are existing plans for these yet or not. If not I'll file bugs for each and try to tackle some as time permits. 1. Sorting: Cleared and reconciled transactions for a given da