gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Dec 30 19:12:33 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/31d79e30 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7536fcaf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3be25ff0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a15c6f81 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/841b0694 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/60ab654d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5108c52e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fb84cf7d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/518ecfe0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a7abb82d (commit)



commit 31d79e30042fdb843e4b11a24c2aef53c7fc691a
Merge: a7abb82d3 7536fcaf2
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 30 16:00:12 2022 -0800

    Merge Bob Fewell's 'bug798673' into master.

commit 7536fcaf2f1521f65b9f1bbf041d172cc66cadfe
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 16 15:17:49 2022 +0000

    Change the balance limit icon if both limits are zero
    
    When higher and lower limits are zero, when used for a a suspense
    account, change the icon to 'dialog-warning'. This type of use is to
    indicate that a non zero balance exists.

commit 3be25ff0a9c53878eeffa2d065c6da06999833e5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 13 11:48:05 2022 +0000

    Add some tests for the account functions

commit a15c6f81b34cc84cecd09500d1d12839aad1ba41
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 13 11:47:30 2022 +0000

    Allow the balances of sub accounts to be used in limits

commit 841b06940ea846c34653735b2d66ed7e19a4795e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 13 11:43:25 2022 +0000

    Use new tree view function to display icon in COA

commit 60ab654d2ba0021407a92c5fb877251278da910d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 13 11:42:40 2022 +0000

    Add account balance test functions to gnc-ui-balance

commit 5108c52ea40a0cf92bac4304405756db140e71ba
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 13 11:40:18 2022 +0000

    Add new function to gnc-tree-view to display icon column

commit fb84cf7d1668c0574fc9ec82f31269fb2b3984d6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 13 11:39:47 2022 +0000

    Add entry to dialog-account to set account balance limits

commit 518ecfe04146ed4b60a1463d520bcd2bc20dc567
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 9 10:10:59 2022 +0000

    Add some functions that would allow adding a balance limit to accounts



Summary of changes:
 gnucash/gnome-utils/dialog-account.c         | 159 ++++++++++++++++-
 gnucash/gnome-utils/gnc-tree-model-account.c |   7 +
 gnucash/gnome-utils/gnc-tree-model-account.h |   1 +
 gnucash/gnome-utils/gnc-tree-view-account.c  |  18 +-
 gnucash/gnome-utils/gnc-tree-view.c          |  57 ++++++
 gnucash/gnome-utils/gnc-tree-view.h          |  41 +++++
 gnucash/gtkbuilder/dialog-account.glade      | 156 +++++++++++++++-
 libgnucash/app-utils/gnc-ui-balances.c       | 105 +++++++++++
 libgnucash/app-utils/gnc-ui-balances.h       |  32 ++++
 libgnucash/engine/Account.cpp                | 257 +++++++++++++++++++++++++++
 libgnucash/engine/Account.h                  |  68 +++++++
 libgnucash/engine/AccountP.h                 |   6 +
 libgnucash/engine/test/utest-Account.cpp     |  29 +++
 13 files changed, 930 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list