gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Feb 17 09:16:57 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/6149352e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2b2fa847 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e7cfcb3f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bc14e050 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1d1d7369 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ff514e3b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ad4c150d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f2cc1a1c (commit)
	from  https://github.com/Gnucash/gnucash/commit/5475f39f (commit)



commit 6149352e6b78b81a25655a0066892e6028ea6e8b
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 17 14:14:43 2020 +0000

    Bug 797489 - No option to use account codes in Budget View - Part2
    
    Add option to allow the account code column to be shown in the budget
    tree view and as such the account tree view can be sorted by this column

commit 2b2fa8476e45cc16e569069c773bcaad9d112504
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 17 13:36:11 2020 +0000

    Change the negative numbers CSS class name to new format
    
    Change from negative-numbers to gnc-class-negative-numbers

commit e7cfcb3f7084fa51d88684afaba2de282033c2a2
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 17 13:28:27 2020 +0000

    Rename dialog-utils get_negative_color
    
    Rename dialog-utils 'get_negative_color' to 'gnc_get_negative_color' as
    it is used in more than one source file.

commit bc14e05027a49ee5526b1b7f6d4e300d4506362f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 17 13:14:23 2020 +0000

    Use a cached value for preference 'use red for negative' in budgets
    
    Instead of retrieving the preference 'use red for negative numbers'
    every time the budget cells are updated/refreshed which could be many
    times retrieve it on create and store it in GncBudgetView and set up a
    preference call back to track the value.

commit 1d1d7369381b42c8194cddf020024ea403f7623a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 17 12:49:34 2020 +0000

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

commit ff514e3b377dee71def545318b4e8d7fed458a8a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 17 12:07:01 2020 +0000

    Bug797486 - Add dialog to cascade placeholder and hidden
    
    Make changes to the existing cascade colour dialog to allow the
    selection of cascading colour, placeholder and hidden account properties

commit ad4c150db99a745352b8eca5f95253e4d75d30df
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 17 11:48:19 2020 +0000

    Bug 797485 - Show account hidden column on CoA.
    
    To make it easier to change the hidden property on multiple accounts,
    a new column can be added to the CoA to toggle the account hidden
    property. This only makes sense if the 'View->Filter By...' other tab
    has been accessed to enable showing of hidden accounts first.

commit f2cc1a1c35f877446ec9d80f86b8f5f2cc9f93ae
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 17 11:36:49 2020 +0000

    Realign text in dialog-billterms.glade
    
    Missed changing the alignment of text when you select 'Proximo' and
    change to using a grid widget.



Summary of changes:
 gnucash/gnome-utils/dialog-account.c            | 124 ++++++--
 gnucash/gnome-utils/dialog-account.h            |   2 +-
 gnucash/gnome-utils/dialog-utils.c              |  15 +-
 gnucash/gnome-utils/dialog-utils.h              |   5 +-
 gnucash/gnome-utils/gnc-tree-model-account.c    |  16 +-
 gnucash/gnome-utils/gnc-tree-model-account.h    |   1 +
 gnucash/gnome-utils/gnc-tree-view-account.c     |  56 ++++
 gnucash/gnome-utils/window-main-summarybar.c    |   2 +-
 gnucash/gnome/gnc-budget-view.c                 | 359 +++++++++++++++---------
 gnucash/gnome/gnc-budget-view.h                 |  22 +-
 gnucash/gnome/gnc-plugin-page-account-tree.c    |  16 +-
 gnucash/gnome/gnc-plugin-page-budget.c          |  25 ++
 gnucash/gnucash-310.css                         |   4 +-
 gnucash/gnucash-320.css                         |   4 +-
 gnucash/gtkbuilder/dialog-account.glade         | 307 +++++++++++++++++---
 gnucash/gtkbuilder/dialog-billterms.glade       | 118 ++++----
 gnucash/gtkbuilder/gnc-plugin-page-budget.glade |  56 +++-
 gnucash/register/register-gnome/gnucash-sheet.c |   2 +-
 gnucash/ui/gnc-plugin-page-account-tree-ui.xml  |   4 +-
 19 files changed, 841 insertions(+), 297 deletions(-)



More information about the gnucash-patches mailing list