gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Nov 12 14:17:12 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/6be12c57 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b7f23103 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/dcb24a24 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fdcb8b46 (commit)



commit 6be12c57cd1c7d7dc70acd668f1a69548829ae05
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 12 11:08:35 2023 -0800

    Qif Import assistant: Extract function mark_page_complete
    
    and remove unnecessary calls to gtk_assistant_update_buttons_state
    because gtk_assistant_set_page_complete does that.

commit b7f231030f7030f487ee3a5bb8c34dfba18fbe83
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 12 10:40:43 2023 -0800

    Qif import assistant: Use Enter and Leave macros
    
    Instead of "Visibility Page" and "Builder Page" which don't
    communicate well what function is running.

commit dcb24a2460a2f94ddef13293cf276c399b8c7240
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 12 10:10:41 2023 -0800

    Bug 799113 - "Start Import" button reports "Failed"
    
    Because acting on the date format selection was in the skipped
    gnc_ui_qif_import_account_prepare. Move the action to
    gnc_ui_qif_import_date_valid_cb so that it's done every time the date
    format page is visited.



Summary of changes:
 .../import-export/qif-imp/assistant-qif-import.c   | 211 +++++++--------------
 1 file changed, 72 insertions(+), 139 deletions(-)



More information about the gnucash-patches mailing list