gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri Mar 18 19:14:18 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/5388cc8e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e0db8790 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4eec093a (commit)
	from  https://github.com/Gnucash/gnucash/commit/4bb16f03 (commit)



commit 5388cc8e2c3494c9d813bcdf969798ae864f5534
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Mar 18 11:04:11 2022 +0800

    [kvp-frame.cpp] minor speedups
    
    reserve vector, cache iterator from m_valuemap.find for reuse
    immediately afterwards.

commit e0db8790afe68a2efe97dfe11b0671a0e2214e0c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Mar 17 00:29:24 2022 +0800

    [reconcile-view.c] prepend & reverse

commit 4eec093accdc1a00142e3f83e8c42099cc915c8f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Mar 16 21:44:30 2022 +0800

    use gtk_tree_view_get_n_columns
    
    instead of g_list_length (gtk_tree_view_get_columns (tree))



Summary of changes:
 gnucash/gnome-utils/gnc-tree-view.c                          | 10 ++--------
 gnucash/gnome/reconcile-view.c                               |  3 ++-
 gnucash/import-export/csv-imp/assistant-csv-price-import.cpp |  4 +---
 gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp |  4 +---
 libgnucash/engine/kvp-frame.cpp                              |  6 ++++--
 5 files changed, 10 insertions(+), 17 deletions(-)



More information about the gnucash-patches mailing list