gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Tue Feb 8 06:18:16 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/331a3947 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5d52fd8b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a9faf861 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c054b977 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7152b384 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/21621312 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b92b546f (commit)
	from  https://github.com/Gnucash/gnucash/commit/2aed5c9f (commit)



commit 331a394795123358288644535af71a417d39140f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Feb 4 11:35:19 2022 +0000

    Console error when cleared transaction is deleted
    
    If a cleared transaction is deleted when the reconcile dialog is open
    on that account, the following console error is observed...
    
    sys:1: Warning: g_hash_table_foreach: assertion
    'version == hash_table->version' failed
    
    To fix this use g_hash_table_foreach_remove and modify helper function
    instead of g_hash_table_foreach

commit 5d52fd8bd21be0a51c573123041fa739c91dcbe2
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Feb 4 11:28:16 2022 +0000

    Change reconcile-view scrolling to selection
    
    Change the gnc_reconcile_view_refresh function to use the function
    gnc_query_view_force_scroll_to_selection function.

commit a9faf8614148b2fab3c54610c822f5d51bb57483
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Feb 4 11:27:25 2022 +0000

    Add functions to gnc-query-view to do scrolling to selection
    
    Add the ability when a row is selected to scroll to that row so it is
    always visible when reordering the list.
    
    The first function, gnc_query_use_scroll_to_selection can enable or
    disable this for the query view, the default is off.
    
    Two functions do the scrolling, gnc_query_scroll_to_selection and
    gnc_query_force_scroll_to_selection with the first one respecting the
    value of use scrolling to selection whereas the second will always do
    it.

commit c054b977185a2f5f52ef718e0655122db586f020
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Feb 4 11:24:20 2022 +0000

    Bug 798438 - on reconcile window, 'R' column sorting broken
    
    Sorting on the 'R' column was enabled in version 3.0 by mistake and
    never worked as expected. Due to the 'R' column using a function to
    populate the model, the existing sorting method would not work as this
    was achieved by changing the query.
    
    To fix this add a sorting function to sort the model for the 'R' column.

commit 7152b384247204f8a843a13580288a703cce7c41
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Feb 4 11:23:18 2022 +0000

    Change source files search-param.* for space and tabs

commit 21621312bebe38567cf49eea1a40bd827624cc2c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Feb 4 11:22:40 2022 +0000

    Change source files reconcile-view.* for space and tabs

commit b92b546f4264ac1b89df0e22ba49c59289cfddd9
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Feb 4 11:21:55 2022 +0000

    Change source files gnc-query-view.* for space and tabs



Summary of changes:
 gnucash/gnome-utils/gnc-query-view.c | 280 +++++++++++--------
 gnucash/gnome-utils/gnc-query-view.h | 122 +++++----
 gnucash/gnome-utils/search-param.c   | 188 +++++++------
 gnucash/gnome-utils/search-param.h   | 137 +++++-----
 gnucash/gnome/reconcile-view.c       | 510 +++++++++++++++++++++--------------
 gnucash/gnome/reconcile-view.h       |  12 +-
 6 files changed, 716 insertions(+), 533 deletions(-)



More information about the gnucash-patches mailing list