gnucash stable: Multiple changes pushed
Christopher Lam
clam at code.gnucash.org
Sun Feb 25 23:11:14 EST 2024
Updated via https://github.com/Gnucash/gnucash/commit/6b1944f1 (commit)
via https://github.com/Gnucash/gnucash/commit/46aa584a (commit)
via https://github.com/Gnucash/gnucash/commit/8090f1c5 (commit)
via https://github.com/Gnucash/gnucash/commit/93afa1b3 (commit)
via https://github.com/Gnucash/gnucash/commit/8582e13e (commit)
via https://github.com/Gnucash/gnucash/commit/1cb3537f (commit)
via https://github.com/Gnucash/gnucash/commit/804886cb (commit)
via https://github.com/Gnucash/gnucash/commit/c2ec88ca (commit)
via https://github.com/Gnucash/gnucash/commit/f25b7e65 (commit)
from https://github.com/Gnucash/gnucash/commit/229d9300 (commit)
commit 6b1944f17b202998cebdaca09f16ba3a5c7624f0
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Feb 25 17:41:06 2024 +0800
[gnc-plugin-page-register.cpp] input_date to return an optional time64
launches time64 input dialog
commit 46aa584ab9f018fbffcadcae6971c01d56bbf9eb
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Feb 24 23:17:11 2024 +0800
[gnc-plugin-page-register.cpp] rewrite function to avoid goto
reorder logic to avoid using goto
commit 8090f1c5b03404536921ab0b7ea3d883ac3064a6
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Feb 24 23:16:28 2024 +0800
[gnc-plugin-page-register.cpp] invoices-from-transaction returns a vector<gncInvoice*>
commit 93afa1b3adb05714a1d18cc83f55e304fdc8f00b
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Feb 25 22:09:48 2024 +0800
[gnc-plugin-page-sx-list.cpp] convert to cpp
commit 8582e13e593b30d0314a3f8e00c293e2816f7459
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Feb 25 22:04:18 2024 +0800
[gnc-plugin-page-owner-tree.cpp] convert to cpp
commit 1cb3537f94f4e9e4a5f4f304d5505717c22fb9b7
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Feb 25 21:35:51 2024 +0800
[gnc-plugin-page-invoice.cpp] convert to cpp
commit 804886cb2ed6fd2df8bf4a1d763a633708658a36
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Feb 25 20:01:54 2024 +0800
[gnc-plugin-page-budget.cpp] convert to cpp
commit c2ec88cacf034003daf3ef750745e360300609c2
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Feb 25 18:10:50 2024 +0800
[gnc-plugin-page-account-tree.cpp] convert to cpp
commit f25b7e658f2797b79024b4313040922060554285
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Feb 24 17:58:41 2024 +0800
[gnc-plugin-page-register.cpp] convert to cpp
Summary of changes:
gnucash/gnome/CMakeLists.txt | 12 +-
...unt-tree.c => gnc-plugin-page-account-tree.cpp} | 115 +++++----
...in-page-budget.c => gnc-plugin-page-budget.cpp} | 45 ++--
...-page-invoice.c => gnc-plugin-page-invoice.cpp} | 66 ++---
...owner-tree.c => gnc-plugin-page-owner-tree.cpp} | 32 +--
...age-register.c => gnc-plugin-page-register.cpp} | 274 +++++++++++----------
...-page-sx-list.c => gnc-plugin-page-sx-list.cpp} | 30 +--
po/POTFILES.in | 12 +-
8 files changed, 299 insertions(+), 287 deletions(-)
rename gnucash/gnome/{gnc-plugin-page-account-tree.c => gnc-plugin-page-account-tree.cpp} (95%)
rename gnucash/gnome/{gnc-plugin-page-budget.c => gnc-plugin-page-budget.cpp} (97%)
rename gnucash/gnome/{gnc-plugin-page-invoice.c => gnc-plugin-page-invoice.cpp} (96%)
rename gnucash/gnome/{gnc-plugin-page-owner-tree.c => gnc-plugin-page-owner-tree.cpp} (97%)
rename gnucash/gnome/{gnc-plugin-page-register.c => gnc-plugin-page-register.cpp} (96%)
rename gnucash/gnome/{gnc-plugin-page-sx-list.c => gnc-plugin-page-sx-list.cpp} (97%)
More information about the gnucash-patches
mailing list