gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Sun Nov 22 05:48:01 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/3676728d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c2f9c5bf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d518500a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/faaa580d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/02685612 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ae39df07 (commit)
	from  https://github.com/Gnucash/gnucash/commit/562b4be2 (commit)



commit 3676728d2f8a19f7f66ccaa43230bd3c75d17b95
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Nov 22 10:41:44 2020 +0000

    Bug 330930 - Financial Calculator resets payment period to zero
    
    When the preference option 'Numbers, Date, Time' ->
    'Automatic Decimal Point' is set and you change the 'Payment periods'
    to say 11 you end up with zero as number entered becomes 0.11
    
    To fix this treat the Periods GNCAmountEdit widget as a plain GtkEntry
    and not use the GNCAmountEdit evaluate functions.

commit c2f9c5bfb1330b642c1bcc178cea7deedd070c07
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Nov 22 10:39:44 2020 +0000

    Bug 106746 - Selecting New account in Loan Assistant
    
    Set the modal property on the GNCAccountSel widgets, that way the new
    account will selected.

commit d518500a309a015c05e388af3a109acbdd8ccaf4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Nov 22 10:38:57 2020 +0000

    Change source files gnc-account-sel.* for space and tabs

commit faaa580de79dfaad90b563c430f4ec4504befb0d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Nov 22 10:37:59 2020 +0000

    GNCAccountSel with a New button
    
    If the GNCAccountSel widget is set to be modal, using the 'New' button
    returns the newly created account so use it for the selection.

commit 026856122c2317e9b430b913f6faa6ca31f2cbc0
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Nov 22 10:36:55 2020 +0000

    Bug 355498 - When there is only one result from a 'Find', select it.

commit ae39df07eb81614dd8316ba2c191c80fe41f5b85
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Nov 22 10:35:32 2020 +0000

    Bug 720564 - Search in General Ledger
    
    If you search from a General Ledger the search results will update the
    General Ledger and the only way to get back the contents is to close
    and reopen the General Ledger.
    
    This change makes it the same as any other register in that the search
    results are opened in a new search page.



Summary of changes:
 gnucash/gnome-search/dialog-search.c              |   9 +
 gnucash/gnome-utils/gnc-account-sel.c             | 297 ++++++++++------------
 gnucash/gnome-utils/gnc-account-sel.h             |  20 +-
 gnucash/gnome/assistant-loan.cpp                  |   2 +
 gnucash/gnome/dialog-fincalc.c                    |  53 ++--
 gnucash/register/ledger-core/gnc-ledger-display.c |   3 +
 6 files changed, 202 insertions(+), 182 deletions(-)



More information about the gnucash-patches mailing list