gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun May 17 19:51:42 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/3e44af3c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b5ebb245 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9d17b3fc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4479e443 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0aeb4b54 (commit)
	from  https://github.com/Gnucash/gnucash/commit/31825be4 (commit)



commit 3e44af3c78c71f2b2c4e143619563ef7ac3bf8e0
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 17 15:54:22 2020 -0700

    Ensure gnc_item_list's temp_store is NULL when list store is in use.
    
    So that gnc_item_list_using_temp gives the right answer.

commit b5ebb24539d2156e50776475945ecdf8ac36d131
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 17 11:40:41 2020 -0700

    Remove redundant use of gtk_accelerator_get_default_mod_mask().
    
    It just returns GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK.

commit 9d17b3fc285fc019fa02a4346d52f411f4035a3d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 17 11:38:04 2020 -0700

    Initialize the bounds variables in gnucash_sheet_insert_cb.
    
    So that bogus values aren't saved if gnc_table_modify_update doesn't touch them.

commit 4479e4436303d05c1075d73c7ac6c191326654bf
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 17 11:34:29 2020 -0700

    Fix delete ignores selection in register cells.
    
    Don't clear the selection before passing the event to the entry's
    keypress handler. Instead set the sheet selection from the entry
    when the handler returns.

commit 0aeb4b54aeb1019d328dc41d394417e987497dfc
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat May 16 16:00:38 2020 -0700

    Remove actions on the control, shift, and alt keys.
    
    Those keypresses are now blocked along with all other naked modifiers.



Summary of changes:
 .../register/register-gnome/gnucash-item-list.c    |  5 ++++
 gnucash/register/register-gnome/gnucash-sheet.c    | 30 ++++++----------------
 2 files changed, 13 insertions(+), 22 deletions(-)



More information about the gnucash-patches mailing list