gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Dec 30 17:13:34 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/0c6e2ebf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5823f1b2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/477e71b7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/108f7fbd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7c52f9ec (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7ec281f6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7dc3995a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/01ab8899 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bde39c52 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/19e0f587 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b8a85ab8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/dc1ec686 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9f3a357a (commit)
	from  https://github.com/Gnucash/gnucash/commit/7feb9c65 (commit)



commit 0c6e2ebf8090ea693b02ee6b34c80f0ad088f695
Merge: 5823f1b 477e71b
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 30 13:58:04 2017 -0800

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

commit 5823f1b2bb6a927d9758958070bc65c46cd334da
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 30 12:06:52 2017 -0800

    Prevent "Save before closing" dialog from appearing at startup.
    
    Caused by simply loading the transaction report, which called
    gnc-get-current-book and that it in turn creates a session if one
    doesn't already exist.

commit 477e71b7a8b23d8045236aedee7da84910b5f5ef
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:21:37 2017 +0000

    Fix register move to another window
    
    When the a register is moved to another window, the header ciaro surface
     is not created so test for one and create if null.

commit 108f7fbd117b32f7722fef89ffb8143a4031c07b
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:20:58 2017 +0000

    Fix some transient parent warnings

commit 7c52f9ec43ba24c5bf89d2c5af1c02a616686e05
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:20:06 2017 +0000

    Fix There is no budget icon yet so set it to the account one.

commit 7ec281f6474258d9f7fab259c78de137ffeebab3
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:19:28 2017 +0000

    Fix error when sheet is read only.
    
    When the sheet is read only the entry is not realized so test for this
    before passing event to it.

commit 7dc3995aaa48fb1c438fe2274d38a572c211d584
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:18:46 2017 +0000

    Fix transient parent warnings for budgets

commit 01ab889902ca81a4f795764aca80f0c027bf5fb6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:15:43 2017 +0000

    Fix Invalid cast from GncWebkitHtml to GtkWindow
    
    Invalid cast from GncWebkitHtml to GtkWindow so use already set parent.

commit bde39c527cbdd4ebf0bb279ef488b121307a40b9
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:15:03 2017 +0000

    Fix Test for filepath is NULL when cancel pressed for export

commit 19e0f58763497ba4c40de613ac7d21f706bbca2d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:14:17 2017 +0000

    Fix Critical errors when SX editor loaded
    
    When the SX editor is loaded, an embedded register plug-in page is
    created and as part of this the business menus and actions are updated.
    As this is an GncEmbeddedWindow they fail so test for a normal main
    window before proceeding.

commit b8a85ab80aa3c47de61bae00121391194f890a1f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:13:22 2017 +0000

    Fix Transient parent warnings for SX editor

commit dc1ec68646e231fddf2e72534ad848a18f5a312f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:03:47 2017 +0000

    Add a left margin to report zoom to align with other options

commit 9f3a357a2a7ea4813c406364182c1171d9ad21c3
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 30 17:03:12 2017 +0000

    Fix register cell height by adding 1px for cell border



Summary of changes:
 gnucash/gnome-utils/dialog-preferences.c           | 13 +++++---
 gnucash/gnome-utils/dialog-preferences.h           |  4 ++-
 gnucash/gnome-utils/gnc-icons.h                    |  2 +-
 gnucash/gnome-utils/gnc-main-window.c              |  2 +-
 .../gtkbuilder/dialog-preferences.glade            |  1 +
 gnucash/gnome/dialog-fincalc.c                     |  6 +++-
 gnucash/gnome/dialog-fincalc.h                     |  2 +-
 gnucash/gnome/dialog-sx-editor.c                   | 19 +++++++----
 gnucash/gnome/dialog-sx-editor.h                   |  5 +--
 gnucash/gnome/dialog-sx-editor2.c                  | 19 +++++++----
 gnucash/gnome/dialog-sx-editor2.h                  |  4 +--
 gnucash/gnome/dialog-sx-from-trans.c               |  7 ++--
 gnucash/gnome/dialog-sx-from-trans.h               |  2 +-
 gnucash/gnome/dialog-trans-assoc.c                 | 10 ++++--
 gnucash/gnome/dialog-trans-assoc.h                 |  2 +-
 gnucash/gnome/gnc-plugin-basic-commands.c          | 10 +++---
 gnucash/gnome/gnc-plugin-budget.c                  |  8 ++---
 gnucash/gnome/gnc-plugin-budget.h                  |  2 +-
 gnucash/gnome/gnc-plugin-business.c                |  8 +++++
 gnucash/gnome/gnc-plugin-page-budget.c             |  8 ++---
 gnucash/gnome/gnc-plugin-page-register.c           |  4 ++-
 gnucash/gnome/gnc-plugin-page-register2.c          |  6 ++--
 gnucash/gnome/gnc-plugin-page-sx-list.c            | 21 ++++++++----
 gnucash/gnome/gnc-split-reg.c                      |  4 +--
 gnucash/gnome/gtkbuilder/dialog-price.glade        |  1 -
 gnucash/gnome/gtkbuilder/dialog-sx.glade           |  1 -
 gnucash/gnome/gtkbuilder/dialog-trans-assoc.glade  |  1 -
 .../gnome/gtkbuilder/gnc-plugin-page-budget.glade  |  3 --
 gnucash/html/gnc-html-webkit2.c                    |  2 +-
 gnucash/register/register-gnome/gnucash-header.c   | 38 +++++++++++++---------
 gnucash/register/register-gnome/gnucash-sheet.c    |  8 +++--
 gnucash/register/register-gnome/gnucash-style.c    |  4 +--
 .../report/report-gnome/gnc-plugin-page-report.c   | 10 +++---
 gnucash/report/standard-reports/transaction.scm    |  3 +-
 libgnucash/engine/engine.i                         |  2 ++
 35 files changed, 150 insertions(+), 92 deletions(-)



More information about the gnucash-patches mailing list