gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Mar 11 19:32:47 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/71f7f457 (commit)
	 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)
	 via  https://github.com/Gnucash/gnucash/commit/2ed85cef (commit)
	 via  https://github.com/Gnucash/gnucash/commit/afe7dacb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/56cb0327 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3a86998e (commit)



commit 71f7f45777024fc080a0098341903316cca20459
Merge: 3a86998 18e6100
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 16:32:20 2016 -0800

    Merge branch 'maint'

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.

commit 2ed85cefa3150dc0cfbcd147126fbfe2010e8b90
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 13:23:23 2016 -0800

    Fix double semicolon.

commit afe7dacb8501f0bf3187dc29c40f04eac906dd28
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 12:59:01 2016 -0800

    Remove price-direction code for to default currency and alphabetic order.
    
    It's much more important to have currency exchange rates > 1 to preserve
    significant digits.

commit 56cb0327e18625a292d9e32a9e21420b51d9bca4
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 11 12:22:57 2016 -0800

    Extract functions update_price and new_price from create_price.



Summary of changes:
 src/gnome-utils/dialog-transfer.c | 135 +++++++++++++++++++-------------------
 1 file changed, 69 insertions(+), 66 deletions(-)



More information about the gnucash-patches mailing list