gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Apr 10 13:14:18 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/b5ac8591 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8bfbc779 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/facd26c0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8975158a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5af11ced (commit)
	from  https://github.com/Gnucash/gnucash/commit/6810c2a6 (commit)



commit b5ac8591fcbf71c8a6a14caa707e055c49ed96a3
Merge: 6810c2a 8bfbc77
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Apr 10 19:11:13 2018 +0200

    Merge branch 'fixes' of https://github.com/Bob-IT/gnucash into unstable

commit 8bfbc7791ee4c76537ef16afd4f336c6c914b745
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 9 19:03:39 2018 +0100

    Bug 794953 - Ellipsize on short tab labels
    
    Correct error on when to ellipsize tab labels. Also as this is used in
    two places separate out this to new function so it is not duplicated.

commit facd26c0ef18ef016392d13e9f09a86d966815f4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 9 15:15:25 2018 +0100

    Bug 794994 - Display Alphavantage key in full
    
    Set the entry to expand so all the space is used to display.

commit 8975158ac64af4d0a0236ba1cea9e7fd040766f0
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 9 15:13:29 2018 +0100

    If there are no prices in the db, critical errors are flagged
    
    When dialog transfer is used between two commodities and there are no
    prices in the db a critical error is logged. Test for price object
    being NULL before retrieving the price for the error message.

commit 5af11ced47f4fd640b0fa7b9b34ee8d6f4d18c6e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 9 15:10:02 2018 +0100

    Invalid cast for parent of transfer dialog
    
    Trying to cast from SplitRegister to GtkWidget.



Summary of changes:
 gnucash/gnome-utils/dialog-transfer.c              | 15 +++--
 gnucash/gnome-utils/gnc-main-window.c              | 71 +++++++++++++---------
 gnucash/gtkbuilder/dialog-preferences.glade        |  4 ++
 .../register/ledger-core/split-register-control.c  |  2 +-
 4 files changed, 57 insertions(+), 35 deletions(-)



More information about the gnucash-patches mailing list