gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Feb 28 16:55:36 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/831b25f8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/065cf236 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8ccfc2b0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0576626c (commit)
	from  https://github.com/Gnucash/gnucash/commit/c3883e70 (commit)



commit 831b25f8f8a218e5e9b75bcc6c0161e8ba1bd6b1
Merge: c3883e703 065cf236c
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Feb 28 13:51:45 2022 -0800

    Merge Chris Lam's 'maint-progress1' into maint.

commit 065cf236cb8159acfd4567b3e7486a71f9bf2f84
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 15 08:20:01 2021 +0800

    Don't iterate index on xaccTransGetSplit (trans, index)
    
    Iterate on xaccTransGetSplitList directly.

commit 8ccfc2b0e7708ae28f92a90c55b6805531d9e502
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 13 21:00:18 2021 +0800

    Use g_object_set instead of g_object_set_property
    
    Don't need to allocate a GValue

commit 0576626c9abfacf450bbbaa75c72dd073fdc526e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 13 20:51:09 2021 +0800

    Use gtk_tree_model_get instead of gtk_tree_model_get_value
    
    This saves allocating and freeing a GValue.



Summary of changes:
 gnucash/gnome-utils/gnc-currency-edit.c              |  7 +------
 gnucash/gnome-utils/gnc-plugin.c                     |  7 +------
 gnucash/gnome-utils/gnc-tree-model-budget.c          | 11 ++---------
 gnucash/gnome-utils/gnc-tree-view-split-reg.c        | 17 ++++++++---------
 gnucash/gnome/business-gnome-utils.c                 | 16 +++++-----------
 gnucash/gnome/dialog-lot-viewer.c                    |  5 +----
 gnucash/gnome/dialog-payment.c                       | 20 ++++----------------
 gnucash/gnome/gnc-plugin-page-owner-tree.c           |  8 +++-----
 .../register/ledger-core/split-register-control.c    | 13 ++++---------
 gnucash/register/ledger-core/split-register-load.c   |  7 ++-----
 gnucash/register/ledger-core/split-register.c        |  6 ++----
 11 files changed, 33 insertions(+), 84 deletions(-)



More information about the gnucash-patches mailing list