gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Mon Feb 5 15:02:04 EST 2024
Updated via https://github.com/Gnucash/gnucash/commit/ef094082 (commit)
via https://github.com/Gnucash/gnucash/commit/78239c38 (commit)
via https://github.com/Gnucash/gnucash/commit/8af24e9e (commit)
via https://github.com/Gnucash/gnucash/commit/b5451132 (commit)
via https://github.com/Gnucash/gnucash/commit/6ae0ae99 (commit)
via https://github.com/Gnucash/gnucash/commit/1a81dffe (commit)
from https://github.com/Gnucash/gnucash/commit/b7e68144 (commit)
commit ef094082b1f1083f27b5970d39c97e9a835b5088
Merge: b7e6814415 78239c38d0
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Feb 5 10:38:37 2024 -0800
Merge Bob Fewell's 'bug799179' into stable.
commit 78239c38d0a682e56599914770f00550f3b39ea6
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Jan 3 11:10:11 2024 +0000
Remove the SLR status sort as it is too confusing
commit 8af24e9ea87e549a00ccb102f555bb519bc6f8bc
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Jan 3 10:53:13 2024 +0000
Change the SLR sorting of the transaction column
As a tree model is being used, the transaction column displays either
the schedule name at depth 1 or the occurrence date at depth 2. This
allows for the sorting function to be changed on path depth so that the
sorting can be done by schedule name or occurrence date.
To sort by schedule name, a schedule name is first selected and then
the column header is pressed to change order.
To sort by occurrence date, a date is selected and then the column
header is pressed to change order based on the date of the first
occurrence.
A tool tip has been added to indicate the sort order being used.
commit b5451132db2953f9653ef4cbdd65fc519eba1ebb
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Jan 3 10:52:32 2024 +0000
Follow the selection in SLR when sorting changed
commit 6ae0ae99c34d3d03433fb9afd8d46986b5ed881b
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Jan 3 10:29:09 2024 +0000
Remove a couple of unused function from SLR
commit 1a81dffea39196993144d73123055bdaef1eb0e2
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Thu Dec 28 10:31:57 2023 +0000
Bug 799179 - SLR won't allow change from "Reminder" to any other state
This was due to a previous commit to remove empty instances. It was not
realised that the GtkTreeModel needed to be in sync with the GList of
instances as the location in the model was being used to find the
location in the GList.
To fix this, a new column 'PTR' was added to the model and populated
with instances, instance or variable depending on depth and these are
used to the required objects.
Summary of changes:
gnucash/gnome/dialog-sx-since-last-run.c | 522 ++++++++++++++-------
.../org.gnucash.GnuCash.dialogs.sxs.gschema.xml.in | 5 +
2 files changed, 364 insertions(+), 163 deletions(-)
More information about the gnucash-patches
mailing list