gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri Oct 29 09:13:40 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/f813f7cd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0a39c37b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/deec353b (commit)
	from  https://github.com/Gnucash/gnucash/commit/d6ad50df (commit)



commit f813f7cd1463711587b09482357b1c9559fc8619
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Oct 25 06:33:12 2021 +0800

    [gnc-autoclear] Move autoclear algorithm into gnome-utils

commit 0a39c37b22870c9ca65759155e24ab77b629e0cf
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 27 09:18:38 2021 +0800

    [window-autoclear.glade] upgrade to glade 3.38.2

commit deec353b3302da0bc262310d9e5c32c52b367645
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Oct 26 21:14:43 2021 +0800

    [window-reconcile.glade] upgrade to glade 3.38.2



Summary of changes:
 gnucash/gnome-utils/CMakeLists.txt                 |   1 +
 gnucash/gnome-utils/gnc-autoclear.c                | 190 +++++++++++++++++++++
 .../gnome-utils/gnc-autoclear.h                    |  27 ++-
 gnucash/gnome-utils/test/CMakeLists.txt            |  24 ++-
 .../gnome-utils}/test/test-autoclear.cpp           |   3 +-
 gnucash/gnome/window-autoclear.c                   |   2 +-
 gnucash/gtkbuilder/window-autoclear.glade          | 105 +++++++-----
 gnucash/gtkbuilder/window-reconcile.glade          | 152 +++++++++--------
 libgnucash/app-utils/gnc-ui-balances.c             | 156 -----------------
 libgnucash/app-utils/test/CMakeLists.txt           |  18 --
 po/POTFILES.in                                     |   1 +
 11 files changed, 376 insertions(+), 303 deletions(-)
 create mode 100644 gnucash/gnome-utils/gnc-autoclear.c
 copy libgnucash/tax/gnc-locale-tax.h => gnucash/gnome-utils/gnc-autoclear.h (55%)
 rename {libgnucash/app-utils => gnucash/gnome-utils}/test/test-autoclear.cpp (99%)



More information about the gnucash-patches mailing list