gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Aug 18 07:50:16 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/436889b4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/48f3842e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/32e0aded (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2902f1de (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6790430e (commit)
	from  https://github.com/Gnucash/gnucash/commit/00e5c62f (commit)



commit 436889b4555d71f1c8d5d6d6a2380f95075808c7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Jul 8 12:26:46 2024 +0800

    [import-main-matcher.cpp] tidy entry setup

commit 48f3842eaa80836cecfe391db20f57cfad2e1eb2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 4 00:29:43 2024 +0800

    [Account.cpp] compare vectors with std::equal in xaccAccountEqual

commit 32e0adedc697ff7b62bca61baf2dea6b263f04a5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 18 08:37:28 2024 +0800

    [window-reconcile.cpp] better c++
    
    - use xaccAccountGetSplits instead of GList* xaccAccountGetSplitList
    - use gnc_account_foreach_descendant with std::function

commit 2902f1de0f25135b9e6e0d8091ea3142ac4b951e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 18 08:26:30 2024 +0800

    [gnc-plugin-page-account-tree.cpp] use c++ algo

commit 6790430ee8ba02b1209a9f33a7ba1ffb847072c2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 18 08:24:37 2024 +0800

    [split-register-control.cpp] use c++ algo



Summary of changes:
 gnucash/gnome/gnc-plugin-page-account-tree.cpp     | 20 +++------
 gnucash/gnome/window-reconcile.cpp                 | 51 +++++++---------------
 gnucash/import-export/import-main-matcher.cpp      | 36 +++++++--------
 .../ledger-core/split-register-control.cpp         | 22 +++-------
 libgnucash/engine/Account.cpp                      | 25 +++--------
 5 files changed, 50 insertions(+), 104 deletions(-)



More information about the gnucash-patches mailing list