gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Mar 11 18:48:11 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/18e61004 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a4069037 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1ca56c9d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c4ce44df (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e26e598c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ba4acdfe (commit)
	from  https://github.com/Gnucash/gnucash/commit/2ed85cef (commit)



commit 18e61004110663a979228711495c644f0247311e
Merge: 2ed85ce a406903
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 15:46:45 2016 -0800

    Bug 763146 - Invalid exchange rate is recorded when entering multi-currency transaction
    
    A bunch of little fixes grouped into a feature branch.

commit a4069037055d92755be154fc72da53ea0dc79fc8
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 15:43:30 2016 -0800

    Ensure numerator is positive before checking if the value is < 1.

commit 1ca56c9d0df55037a7515f78dd81abed1fe9df95
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 15:42:53 2016 -0800

    Ensure price is set when the amount is entered and user doesn't tab out.

commit c4ce44df64ed8ad3d83f369d9a0e2856ad3cfd90
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 15:10:12 2016 -0800

    Test rounded values, but don't store them, to minimize jitter in prices.

commit e26e598cdc8f635d9a7700e8732b401d619e3dd5
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 15:08:11 2016 -0800

    Check price_source precedence first to save computation.

commit ba4acdfef1919ae27fc1c6b12822aa605f88676a
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 15:03:19 2016 -0800

    Ensure that xferData->price_source is always set correctly.
    
    If the user doesn't tab out of the price window before pressing return
    or clicking OK gnc_xfer_price_update_cb isn't called, but it does call
    gnc_xfer_update_to_amount, which does get called by
    gnc_xfer_dialog_response_cb.



Summary of changes:
 src/gnome-utils/dialog-transfer.c | 31 +++++++++++++++++++------------
 1 file changed, 19 insertions(+), 12 deletions(-)



More information about the gnucash-patches mailing list