gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Jan 31 12:16:16 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/aab9bb59 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fbabc147 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/274dd2f8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d4c19efc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fec5b603 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b8356cf5 (commit)



commit aab9bb59cda20014dc708f061d4abe2cc042b901
Merge: b8356cf fbabc14
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Jan 31 18:11:29 2019 +0100

    Merge branch 'Bug796965' of https://github.com/Bob-IT/gnucash into maint

commit fbabc147bf6b6555197ff3f46e19465a1da3d410
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 20 12:37:44 2019 +0000

    Save the Account page filter setting to the state file
    
    Use the newly created functions to save and restore the account filter
    settings to the saved 'Account Hierarchy' section of the state file.

commit 274dd2f8bc65f53e8920a22ac066fe8bb4414fbc
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 20 12:34:36 2019 +0000

    Save the Account filter settings for a Budget Page
    
    Use the newly created functions to save and restore the account filter
    settings to the saved Budget section of the state file.

commit d4c19efc8dc09c2862f467855d5fcd18c867e8ea
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 20 12:30:12 2019 +0000

    Create two functions to save/restore the account filter settings
    
    These functions allow the saving and restoring of the GncTreeViewAccount
     filter settings to the state file. Currently they are only saved if the
     page is left open when Gnucash is closed.

commit fec5b603e27178c935585f0e76b1b80d7da9ee15
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 20 12:26:42 2019 +0000

    Bug796965 - Change the default to show unused accounts
    
    Currently when you create a new budget, unused accounts are not shown
    so change the default to match the Accounts TreeView.



Summary of changes:
 gnucash/gnome-utils/gnc-tree-view-account.c  | 89 ++++++++++++++++++++++++++++
 gnucash/gnome-utils/gnc-tree-view-account.h  |  9 +++
 gnucash/gnome/gnc-budget-view.c              | 29 ++++++++-
 gnucash/gnome/gnc-budget-view.h              |  1 +
 gnucash/gnome/gnc-plugin-page-account-tree.c |  8 +++
 gnucash/gnome/gnc-plugin-page-budget.c       |  6 +-
 6 files changed, 139 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list