gnucash stable: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Thu Jun 11 06:53:52 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/8f10b4f8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/eb96f8e7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a135c257 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/35822232 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a780cd1a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cdbd06b1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e7ae7710 (commit)
	from  https://github.com/Gnucash/gnucash/commit/13112ab8 (commit)



commit 8f10b4f864c59d4ab00b909f21802d4b83ff7bde
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 7 10:29:12 2026 +0100

    Couple of spelling errors in gnc-accounting-period

commit eb96f8e7f2002fd497ebff22445a2cdbe17e322c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 7 10:28:34 2026 +0100

    Fix fiscal year end use in gnc-period-select
    
    When saving the 'fy_end' date in the GncPeriodSelect widget the year
    was being saved as G_DATE_BAD_YEAR. In doing so, the month and day when
    retrieved will be 0. If the year is set separately with g_date_set_year
    and G_DATE_BAD_YEAR is used the following error is logged...
    
    ERROR <GLib> g_date_set_year: assertion 'g_date_valid_year (y)' failed
    
    So to fix this just copy the incoming 'fy_end' GDate.

commit a135c2575859baa45b02b01c554a84972a3cfff1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 7 10:27:59 2026 +0100

    Remove left over code in dialog-preferences.
    
    Code for use of 'fy_end' was disabled so lets remove it to avoid any
    confusion when fiscal year handling is added.

commit 35822232ca40fc5680ea95dbbca7c1fb5092e6b8
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 7 10:22:31 2026 +0100

    Bug 421610 - Include logical dates in View->Filter
    
    Change the register filter option 'Today' radio button to be a period
    select widget. This will give some predefined relative options that are
    the same as in the Preference dialog.

commit a780cd1a11b797ae23c768d20b289ac056d8cd5b
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 7 10:21:47 2026 +0100

    Remove Doxygen comments from static functions in gnc_plugin_page_register_filter.cpp.

commit cdbd06b14f49491276a20f9372558b6d022725b2
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 7 10:21:20 2026 +0100

    Drop the gnc_ prefix for any static functions in gnc_plugin_page_register_filter.cpp

commit e7ae77109634963f91ed431b8d6ae53cc26098ed
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Apr 24 11:21:23 2026 +0100

    Remove some missed trailing spaces from gnc_plugin_page_register_filter.c



Summary of changes:
 gnucash/gnome-utils/dialog-preferences.c          |  15 -
 gnucash/gnome-utils/gnc-period-select.c           |   4 +-
 gnucash/gnome/gnc-plugin-page-register-filter.cpp | 761 ++++++++++++++++------
 gnucash/gnome/gnc-plugin-page-register-filter.hpp |  18 +-
 gnucash/gtkbuilder/gnc-plugin-page-register.glade | 213 +++---
 libgnucash/engine/gnc-accounting-period.c         |   4 +-
 6 files changed, 708 insertions(+), 307 deletions(-)



More information about the gnucash-patches mailing list