gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Wed Dec 11 10:24:46 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/cac155a9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8e155bfc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1320b79d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/eb781078 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/803d4c51 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d0727a1b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/dc1881bd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4a4e0ae5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5f6b9946 (commit)



commit cac155a97c7d7bebf7c5d69a5dd6500ec38a4ecb
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Dec 11 15:13:08 2019 +0000

    Swap the buttons around on the Budget Open dialogue
    
    Swap the OK and Cancel buttons so they conform to the normal layout.

commit 8e155bfccf3a2180755ee19a46380061d20aaffc
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Dec 11 14:45:59 2019 +0000

    Change the spacing in files gnc-plugin-page-budget.*

commit 1320b79dc7749e98fb61b6bd396d489a4d622f67
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Dec 11 14:45:28 2019 +0000

    Change the spacing in files gnc-plugin-budget.*

commit eb7810788bfdc2c39b24280dc3108948e94fa41f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Dec 11 13:53:24 2019 +0000

    Missing g_strfreev in gnc-plugin-page-report for keys value

commit 803d4c511eae2b3ebe429d40595657a2f3bf447c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Dec 11 12:00:57 2019 +0000

    Bug 797489 - No option to use account codes in Budget View - Part1
    
    In the budget view there is no option to add the account code column
    which some uses use for sorting their accounts. This commit introduces
    a feature flag to be used in version 4.0 but if set in 3.8 will hide
    the new account code column so the view is not disrupted.

commit d0727a1bfb2b23fb16ae8bc5f276cffd91caea6e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 10 14:18:37 2019 +0000

    Bug797519 - Budget Viewer Totals do not redraw upon to Sign-Reversal changes
    
    Connect to the 'row-changed' signal for the account tree and do a
    redraw on the totals tree view. Also fixes when changing the preference
    for using negative amounts in red.

commit dc1881bd4b17dbc45780ba615379340bfb950f60
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 10 14:04:52 2019 +0000

    Make sure the same variable name is used for GncBudgetView
    
    GncBudgetView was name differently through out the file so change all
    uses to be the same.

commit 4a4e0ae56273c7fbd21c70ab8d67d0a0be0e03ed
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 10 13:40:37 2019 +0000

    Change some spacing in source files gnc-budget-view.*



Summary of changes:
 gnucash/gnome/gnc-budget-view.c                    | 924 +++++++++++----------
 gnucash/gnome/gnc-budget-view.h                    |  20 +-
 gnucash/gnome/gnc-plugin-budget.c                  | 161 ++--
 gnucash/gnome/gnc-plugin-budget.h                  |   6 +-
 gnucash/gnome/gnc-plugin-page-budget.c             | 538 ++++++------
 gnucash/gnome/gnc-plugin-page-budget.h             |   4 +-
 .../report/report-gnome/gnc-plugin-page-report.c   |   3 +
 libgnucash/engine/gnc-features.c                   |   1 +
 libgnucash/engine/gnc-features.h                   |   1 +
 9 files changed, 832 insertions(+), 826 deletions(-)



More information about the gnucash-patches mailing list