gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Nov 18 11:41:43 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/043abcb4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/09746ca6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6a167389 (commit)
	from  https://github.com/Gnucash/gnucash/commit/de09259f (commit)



commit 043abcb436ef5a24b6cd56902bfb2ec42358addf
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 18 16:18:27 2019 +0000

    Reformat the gnc_cell_renderer_date* source files
    
    Change tabs to spaces and fix some spaces issues in the source files.

commit 09746ca61dd90d4bef964c8a1e9f07661abffd55
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 18 16:17:20 2019 +0000

    Fix GncPopupEntry missing property error
    
    There was error in the trace file for GncPopupEntry of the format...
    Object class GncPopupEntry doesn't implement property 'editing-canceled'
     from interface 'GtkCellEditable' so added one.

commit 6a167389ad46cfa07c5e25955a0d7ecbba0d3c90
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 18 16:16:25 2019 +0000

    Bug 797492 - Lock up on 'Find Account'
    
    If you list accounts with the "find accounts" dialogue, then delete an
    account it has found (e.g. jump & delete), then return to the dialogue,
    the dialogue doesn't refresh when the window regains the focus, so you
    can accidentally jump to an account you have recently deleted which
    will lock up Gnucash.
    
    Fix this by listening to account events and then refresh the list.



Summary of changes:
 gnucash/gnome-utils/gnc-cell-renderer-date.c       | 550 +++++++------
 .../gnome-utils/gnc-cell-renderer-popup-entry.c    | 150 ++--
 .../gnome-utils/gnc-cell-renderer-popup-entry.h    |   2 +-
 gnucash/gnome-utils/gnc-cell-renderer-popup.c      | 861 ++++++++++-----------
 gnucash/gnome-utils/gnc-cell-renderer-popup.h      |  64 +-
 gnucash/gnome/dialog-find-account.c                |  71 +-
 6 files changed, 903 insertions(+), 795 deletions(-)



More information about the gnucash-patches mailing list