gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Dec 29 17:25:33 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/47a42207 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3c65a300 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bd9af4ae (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4ccc965e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/34c9ba05 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/18fff963 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/437a3756 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/45a52a5d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9191df2f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2f2d1b68 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f00f7335 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/13d5570b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/660ab62d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2314a322 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fd9474b5 (commit)



commit 47a422070e9bfa2d15e2766510be0e9851554fb1
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 29 14:23:27 2017 -0800

    Fix crash in customer/employee/vendor reports.

commit 3c65a300173ab3ac938c081cdd332ee46db00cfd
Merge: fd9474b bd9af4a
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 29 14:22:32 2017 -0800

    Merge Bob Fewell's 'gtk3-update11' into unstable.

commit bd9af4aed072faeafac1fd8e88e85b39d45edb7e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:41:48 2017 +0000

    Set focus for invoice pages
    
    If the sheet is read only then set the focus on the notes field else
    set it to the sheet.

commit 4ccc965e0990fe0e2de3dab6b8b8f8a785cc129e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:41:02 2017 +0000

    Add function to get whether sheet is read only

commit 34c9ba05491db3ce5ec3d1ffe411e2533818cf2a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:40:21 2017 +0000

    Make sure the tree view is the focus on an owner page

commit 18fff9635f4fdd66fdb613f2a935cf8d10a91a4d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:39:42 2017 +0000

    Replace tabs with spaces for budget files

commit 437a375692c5a8ed24cb4267e1a747c4005702b7
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:38:45 2017 +0000

    ake sure the Account tree view has focus when budgets open

commit 45a52a5d5e73f84768a6a26830245275705a3bc1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:37:41 2017 +0000

    Change tabs to spaces in gnc-html-webkit2.c

commit 9191df2f5820e3fb5cb14eb0145e32a6f8938920
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:36:41 2017 +0000

     Make sure the webkit widget has focus on report load

commit 2f2d1b68bae8650200d62d904099e1a540771de4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:35:49 2017 +0000

    Replace tabs with spaces in a couple of source files

commit f00f7335b7986ea2c7d14e17cbd4e3b48313d7e1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:22:50 2017 +0000

    Make sure the sx tree view has focus on page load

commit 13d5570b471152bbbfab606ef2c79a6601b7aaa1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:22:12 2017 +0000

    Make sure the sheet has focus in a register when opened

commit 660ab62df96f6e98df7ff09e68665a96a2474348
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:21:27 2017 +0000

    Prevent the tab being the focus

commit 2314a322d401081dc105762332ba17ad94d9c124
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Dec 29 10:20:28 2017 +0000

    Make sure the tree view has focus on Account tree page load



Summary of changes:
 gnucash/gnome-utils/gnc-main-window.c              | 14 ++++
 gnucash/gnome/dialog-invoice.c                     |  8 +++
 gnucash/gnome/dialog-invoice.h                     |  1 +
 gnucash/gnome/gnc-budget-view.c                    | 11 +++
 gnucash/gnome/gnc-budget-view.h                    |  1 +
 gnucash/gnome/gnc-plugin-account-tree.c            | 40 +++++++++++
 gnucash/gnome/gnc-plugin-budget.c                  | 49 +++++++++++--
 gnucash/gnome/gnc-plugin-business.c                | 32 ++++-----
 gnucash/gnome/gnc-plugin-page-account-tree.c       | 13 ++++
 gnucash/gnome/gnc-plugin-page-account-tree.h       |  9 +++
 gnucash/gnome/gnc-plugin-page-budget.c             | 24 +++++--
 gnucash/gnome/gnc-plugin-page-budget.h             | 10 +++
 gnucash/gnome/gnc-plugin-page-invoice.c            | 75 +++++++++++++++++--
 gnucash/gnome/gnc-plugin-page-owner-tree.c         | 50 +++++++++++++
 gnucash/gnome/gnc-plugin-page-register.c           | 40 +++++++----
 gnucash/gnome/gnc-plugin-page-register.h           | 10 +++
 gnucash/gnome/gnc-plugin-page-sx-list.c            | 53 +++++++++++++-
 gnucash/gnome/gnc-plugin-register.c                | 24 +++++++
 gnucash/gnome/gnc-split-reg.c                      | 71 ++++++++++--------
 gnucash/gnome/gnc-split-reg.h                      |  5 ++
 gnucash/html/gnc-html-webkit2.c                    | 84 ++++++++++------------
 gnucash/register/register-gnome/gnucash-register.c |  4 --
 gnucash/register/register-gnome/gnucash-sheet.c    |  8 +++
 gnucash/register/register-gnome/gnucash-sheet.h    |  2 +
 gnucash/report/business-reports/owner-report.scm   |  3 +-
 .../report/report-gnome/gnc-plugin-page-report.c   | 50 ++++++++++++-
 26 files changed, 561 insertions(+), 130 deletions(-)



More information about the gnucash-patches mailing list