gnucash stable: Multiple changes pushed
Robert Fewell
bobit at code.gnucash.org
Wed Nov 15 05:20:20 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/8466efc0 (commit)
via https://github.com/Gnucash/gnucash/commit/5df19f49 (commit)
via https://github.com/Gnucash/gnucash/commit/631ac2b3 (commit)
from https://github.com/Gnucash/gnucash/commit/c4ccde69 (commit)
commit 8466efc06d4253689bc008d7f078e6e137fd8270
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Nov 15 10:12:20 2023 +0000
Change default column for SX list tree view
As the tree view is based on the GNC_TREE_VIEW, if the pref_name of a
column is "name" it should also be the default sort column. This is
because the default column for GNC_TREE_VIEW is "name" and when saving
state information, 'gnc_tree_view_save_state' will only save non
default values where possible.
In this case if the name column is selected to be default, no entries
are saved in the gcm file and hence the on next load 'next occurrence'
will be used as the default.
commit 5df19f498505082d7bf7c85e521865a2ef47f288
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Nov 15 10:10:14 2023 +0000
Realign source files gnc-tree-view-sx-list.*
commit 631ac2b371138019dac325b3b71c88916176a004
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Nov 15 10:09:15 2023 +0000
Realign source files gnc-sx-list-tree-model-adapter.*
Summary of changes:
.../gnome-utils/gnc-sx-list-tree-model-adapter.c | 146 ++++++++++++---------
.../gnome-utils/gnc-sx-list-tree-model-adapter.h | 8 +-
gnucash/gnome-utils/gnc-tree-view-sx-list.c | 128 +++++++++---------
gnucash/gnome-utils/gnc-tree-view-sx-list.h | 13 +-
4 files changed, 163 insertions(+), 132 deletions(-)
More information about the gnucash-patches
mailing list