gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun May 24 14:27:12 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/608e700a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fafb3ef3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5f3ff8b6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/22cd3d72 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4da11b10 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b7d31878 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/15029518 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3036b726 (commit)



commit 608e700a2481c1cae6ebf13be2d9c45699c66e66
Merge: 3036b7265 fafb3ef3a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 24 11:22:43 2020 -0700

    Merge Bob Fewell's 'gnc-edit-changes' into master.

commit fafb3ef3a880f6bcf285d13a50f9a28116b95eb8
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 22 10:51:51 2020 +0100

    Drop gnucash-scrolled-window.c in POTFILES.in as it has
     been removed.

commit 5f3ff8b65208f32aabce8e5f309fccbd43cf1fde
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 22 10:50:24 2020 +0100

    Remove extra vbox in gnc_item_edit.c
    
    The button is no longer required to be placed in an extra vortical box
    as the required Gtk+ version is 3.22.30

commit 22cd3d72965ebd9ea6655c3af37e9cc0b2d0aeae
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 22 18:17:01 2020 +0100

    Change the way the sheet popup treeview height is obtained.
    
    Instead of using the sheet row height as the basis of obtaining the
    popup height use the treeview cellrenderer height instead. This has the
    advantage that any CSS font change applied to the treeview will be used
    to get the correct height.

commit 4da11b10e5a217cee3a080e723b9003d8c3ec544
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 22 18:11:01 2020 +0100

    Move setting up of the sheet popup size-allocate callback
    
    As the popup_item is cell dependant, the popup size-allocate check
    callback needs to be setup when entering a cell and removed when
    leaving so move this to the gnc_item_edit_set_popup function.

commit b7d31878e8670cd3a384d8042e43b1b978ec9472
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 22 10:49:22 2020 +0100

    Error for g_signal_handler_disconnect in trace file
    
    When item_edit is destroyed it tries to remove a signal handler based
    on the saved id for the size-allocate signal for popups. If there have
    been no popup used this id value is 0 so to prevent this error check
    for id number greater than 0 before being used.

commit 1502951801b14b3acf73f1ba0d18b44f9b7cf110
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 22 10:48:37 2020 +0100

    Fix combocell when using action field
    
    When using type-ahead, it clears the tmp_store in gnc_combo_cell_enter
    so clearing the action list. Change this to only clear the tmp_store
    when using quickfill or type-ahead.



Summary of changes:
 gnucash/register/register-gnome/combocell-gnome.c  | 19 ++++++---
 .../register/register-gnome/gnucash-date-picker.c  |  2 +
 .../register/register-gnome/gnucash-item-edit.c    | 47 ++++++++++++++--------
 .../register/register-gnome/gnucash-item-list.c    | 28 +++++++++----
 .../register/register-gnome/gnucash-item-list.h    |  4 ++
 po/POTFILES.in                                     |  1 -
 6 files changed, 70 insertions(+), 31 deletions(-)



More information about the gnucash-patches mailing list