gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Tue Mar 23 06:27:40 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/2be07b3e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/48698395 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/03fa0ed6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8b79002a (commit)
	from  https://github.com/Gnucash/gnucash/commit/27435b10 (commit)



commit 2be07b3e1c813769a3eb3ec308121ea22311e960
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Mar 23 10:25:03 2021 +0000

    Make the chart on the report page icon larger to align better with the account page icon.

commit 48698395e223fa9d157e8f961a29e91876946f87
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Mar 23 10:09:25 2021 +0000

    Bug 797621 - Sometimes freeze on Invoice Sales Tax Table
    
    If there are no entries in the list, the return height of
    popup_get_height was 0 but when a confirmation check is made on true
    height it returned 1 and so try and queue a resize and hence a loop so
    in popup_get_height return 1 if list is empty.
    
    Also to prevent this from happening entirely, disable the toggle button
    when there are no entries in the list. The entry will still be active
    so new list entries can be created as before.

commit 03fa0ed611b9a4da315a3eb2bbd579aa8b080a54
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Mar 23 09:59:32 2021 +0000

    Allow the context menu when GncCellRendererTextView is in edit mode.

commit 8b79002a758b74b9a336dce6e3eb721d09fafb45
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Mar 23 09:59:09 2021 +0000

    Bug 798147 - Accounts Page Notes entry crash
    
    There were a couple of places that a value was being used after it had
    been freed so they were fixed.



Summary of changes:
 .../hicolor/16x16/actions/gnc-account-report.png   | Bin 417 -> 333 bytes
 gnucash/gnome-utils/gnc-cell-renderer-text-view.c  |  14 ++++-
 gnucash/gnome-utils/gnc-cell-view.c                |  63 ++++++++++++++++-----
 gnucash/gnome-utils/gnc-cell-view.h                |   3 +
 gnucash/register/register-gnome/combocell-gnome.c  |  11 +++-
 5 files changed, 73 insertions(+), 18 deletions(-)



More information about the gnucash-patches mailing list