gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Sep 9 14:25:05 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/ef56e7cc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6e023755 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/74f285d7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f8a9be2c (commit)



commit ef56e7cc76cb5504e1a67eb34d7c9f3afb0c5254
Merge: f8a9be2 6e02375
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 9 11:19:38 2018 -0700

    Merge Bob Fewell's 'Bug796839' into maint.

commit 6e023755dd5653031ddbc247c1736ac50167844f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Sep 7 20:05:16 2018 +0100

    Reduce the number of times the register loads - Update
    
    In the previous update the changes to 'double_line mode' and 'register
    style' were not catered for so this commit fixes that by using a stored
    value 'enable_refresh' in the GncPluginPageRegister. This value is used
    to enable/disable the triggering of gnc_ledger_display_refresh command
    instead of passing a parameter as these settings are triggered by call
    backs. The value is set to FALSE in ...recreate_page before restoring
    all settings and subsequently set to TRUE after so normal refreshing
    can occur. This reduces the potential number of refreshes on load from
    7 to 2.

commit 74f285d78c0849420dda814679359c0c054db28c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Sep 7 19:32:43 2018 +0100

    Bug 796839 - Find transaction won't filter on Date Posted
    
    The results of the find are displayed in a search_ledger but with reset
    filter settings. As part of the initial setup of the filter, the
    SPLIT_RECONCILE and TRANS_DATE_POSTED parameters are purged from the
    query and so if 'Date Posted' was used, all transactions were displayed
    so this commit tests for a search_ledger and stops the purge along with
    saving the query for subsequent use in the filter dialogue.



Summary of changes:
 gnucash/gnome/gnc-plugin-page-register.c | 135 +++++++++++++++++++++++++------
 gnucash/gnome/gnc-split-reg.c            |  11 +--
 gnucash/gnome/gnc-split-reg.h            |   6 +-
 3 files changed, 121 insertions(+), 31 deletions(-)



More information about the gnucash-patches mailing list