gnucash stable: Multiple changes pushed
Christopher Lam
clam at code.gnucash.org
Fri Aug 8 02:30:13 EDT 2025
Updated via https://github.com/Gnucash/gnucash/commit/deded468 (commit)
via https://github.com/Gnucash/gnucash/commit/c15ddb09 (commit)
from https://github.com/Gnucash/gnucash/commit/435735e8 (commit)
commit deded4680616a6f52540dd479cf8cd9b6b59fc3a
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri Jul 25 10:03:42 2025 +0800
[gnc-plugin-page-report] confirm before overwriting saved report
commit c15ddb09dd5d8440c437a4ed3f6b9e9c86f677ab
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Thu Jul 17 21:18:34 2025 +0800
[gnc-ui.h] gnc_action_dialog to offer Action/Cancel buttons
Instead of gnc_verify_dialog with YES/NO buttons, or
gnc_ok_cancel_dialog with OK/CANCEL buttons, it is safer to offer
explicit ACTION/CANCEL buttons whereby ACTION is customisable.
The action_default boolean would typically be TRUE for safe
actions (e.g. Open Readonly) and FALSE for destructive
actions (e.g. Delete Transaction).
Summary of changes:
gnucash/gnome-utils/gnc-gui-query.c | 30 ++++++++++++++++++++++++++++++
gnucash/gnome-utils/gnc-ui.h | 6 ++++++
gnucash/gnome/gnc-plugin-page-report.cpp | 7 +++++++
3 files changed, 43 insertions(+)
More information about the gnucash-patches
mailing list