gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Jul 15 13:50:32 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/374477c3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8c4a5adb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b95981e6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/aa77b21d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c513d788 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0199fef5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a75eb4c8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3b093131 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3e37b879 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/36dc2acd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0e4898fe (commit)
	from  https://github.com/Gnucash/gnucash/commit/43af50bd (commit)



commit 374477c3604112349bf685afacdf80d8681a64f2
Merge: 8c4a5ad 36dc2ac
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jul 15 10:47:19 2018 -0700

    Merge Bob Fewell's 'color-accounts' into maint.

commit 8c4a5adb43a1ca9a90fdee565625136349771405
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:42:24 2018 +0100

    Align the Reconcile totals in the Reconcile Window.
    
    This change aligns the totals with the account column by obtaining the
    reconcile column width and adjusting the label padding. This is done at
    initial display so it does not track column resizing or the use of the
    scrollbar.

commit b95981e6af9a47e09c104c08a448553d19dfa53b
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:41:30 2018 +0100

    Bug 796751 - reconcile window usability - R column should be...
    
    next to Amount.
    
    With the use of the previous update the original order is possible as
    the scrollbar is not hovering over the reconcile tick box

commit aa77b21dfb49c2ba2c86814d0362fc0dca7c5d26
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:40:18 2018 +0100

    Reconcile vertical scrollbars hover over tree view data
    
    In the reconcile window the vertical scrollbars when selected obscure
    the tree view data so get the width of the scrollbar and add it to the
    cell renderer x padding of the last column.

commit c513d788460afb9727c0fc82224235387850464c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:39:18 2018 +0100

    Remove white space and tabs from gnc-main-window.c

commit 0199fef5847fc60f5ed36e1dcf9cc4ed0717dedc
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:38:29 2018 +0100

    Add the toolbar preference changes to window-reconcile.
    
    Fixes Bug 796739 - Toolbar buttons have no labels, part 3 of 3.

commit a75eb4c8ec2668e4e79895b2923ca6a816c90fe1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:37:50 2018 +0100

    Add toolbar preference changes to embedded-window.
    
    Fixes Bug 796739 - Toolbar buttons have no labels, part 2 of 3.

commit 3b0931310730a4ae5d028a1e2120d2a619ae975a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:36:56 2018 +0100

    Add preference to control toolbar appearance
    
    Add preferences to select icon size and item layout on the toolbar.
    Fixes Bug 796739 - Toolbar buttons have no labels, part 1 of 3.

commit 3e37b879977c94e1e1a2fd23e50ef5f031a2a0c2
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:35:33 2018 +0100

    Bug 796669 - Dark Theme Text Colors Hard to Read
    
    Only add the register-foreground class when using Gnucash built in
    colours. When this setting not used, the foreground colour by default
    will be what ever the theme has set and will be down to the user to
    over ride along with the other register colours.

commit 36dc2acd4a6313f599c39a567ef8866892a750dd
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:45:41 2018 +0100

    Remove some white space and replace tabs with spaces.

commit 0e4898fe0a5dd6108ca9fa281789c4e27157aa9a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jul 15 16:44:50 2018 +0100

    Add the ability to cascade account colours in account tree
    
    Add the ability to select an account that has sub-accounts and use that
    accounts colour on all sub accounts. By default only sub accounts that
    do not have a colour set are updated but there is an option to over ride
     this.



Summary of changes:
 gnucash/gnome-utils/dialog-account.c            | 165 ++++++++++++++++++++----
 gnucash/gnome-utils/dialog-account.h            |   2 +
 gnucash/gnome-utils/dialog-preferences.c        |   2 +
 gnucash/gnome-utils/gnc-embedded-window.c       |  10 +-
 gnucash/gnome-utils/gnc-main-window.c           | 126 +++++++++++-------
 gnucash/gnome/gnc-plugin-page-account-tree.c    |  24 ++++
 gnucash/gnome/reconcile-view.c                  |  54 ++++++--
 gnucash/gnome/reconcile-view.h                  |  14 +-
 gnucash/gnome/window-reconcile.c                |  78 ++++++++++-
 gnucash/gschemas/org.gnucash.gschema.xml.in     |  12 +-
 gnucash/gtkbuilder/dialog-account.glade         | 150 +++++++++++++++++++++
 gnucash/gtkbuilder/dialog-preferences.glade     | 144 ++++++++++++++++++++-
 gnucash/register/register-gnome/gnucash-sheet.c |   7 +-
 gnucash/ui/gnc-plugin-page-account-tree-ui.xml  |  44 ++++---
 libgnucash/core-utils/gnc-prefs.h               |   2 +
 15 files changed, 719 insertions(+), 115 deletions(-)



More information about the gnucash-patches mailing list