gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Oct 23 19:54:30 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/de264c58 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e3da1c42 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b723578c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/39d43a31 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9fc0c466 (commit)
	from  https://github.com/Gnucash/gnucash/commit/49cd6826 (commit)



commit de264c5832cea7cda9ef2242aa7c799e4780661b
Merge: 49cd682 e3da1c4
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 23 12:14:25 2015 -0700

    Merge branch 'maint'

commit e3da1c42474a7e129b64de75a48135941567267a
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 23 12:11:51 2015 -0700

    Revert "Merge branch 'single-price' into maint"
    
    This reverts commit bc9285bbfbb80bb8a38b19fe70117b31874b151f, reversing
    changes made to e921de8b6fe7c47670668019116b7e16155642a5.
    Final step of reverting the single-price changes.

commit b723578c8289921a22e836893390754b875bda76
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 23 11:49:11 2015 -0700

    Revert "Fix rename failure for gnc_xfer_dialog_set_exchange_rate."
    
    This reverts commit 766cf48f45fd649d3db0d2993ee745da019c376e, and
    is step 3 of reverting the single-price changes from maint.

commit 39d43a31fa539d43d10e7dff73fcdb4c34866dfe
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 23 11:44:57 2015 -0700

    Revert "Fix price-reading crash if the price needs to be inverted."
    
    This reverts commit 027080a830029e219dbe3592c4cc8f9cb06200eb,
    and is step 2 in reverting the single-price changes.

commit 9fc0c4667c09e487d74f2745c51508a05273f083
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 23 11:43:03 2015 -0700

    Revert "Bug 756339 - Prices table not updated"
    
    This reverts commit 0baf078b6f2b33b607ccb1b022feee2ff7f0501a,
    and is step 1 in reverting out the single-price changes and
    moving them to master.



Summary of changes:
 src/app-utils/gnc-sx-instance-model.c        |    7 +-
 src/backend/sql/gnc-price-sql.c              |    2 +-
 src/backend/xml/gnc-pricedb-xml-v2.c         |    4 +-
 src/backend/xml/io-gncxml-v1.cpp             |    2 +-
 src/business/business-gnome/dialog-invoice.c |   36 +-
 src/engine/engine.i                          |   11 +-
 src/engine/gnc-pricedb-p.h                   |    2 +-
 src/engine/gnc-pricedb.c                     |  109 +--
 src/engine/gnc-pricedb.h                     |   37 +-
 src/engine/test-core/test-engine-stuff.cpp   |    7 +-
 src/gnome-utils/dialog-transfer.c            | 1011 ++++++++++++--------------
 src/gnome-utils/dialog-transfer.h            |    8 +-
 src/gnome-utils/gnc-tree-model-price.c       |    2 +-
 src/gnome-utils/gnc-tree-view-price.c        |    3 +-
 src/gnome/assistant-stock-split.c            |    4 +-
 src/gnome/dialog-price-editor.c              |   10 +-
 src/libqof/qof/gnc-numeric.cpp               |    5 -
 src/libqof/qof/gnc-numeric.h                 |    7 -
 src/quotes/gnc-fq-dump                       |    9 -
 src/quotes/gnc-fq-helper.in                  |   13 -
 src/register/ledger-core/split-register.c    |   68 +-
 src/scm/price-quotes.scm                     |  103 +--
 22 files changed, 588 insertions(+), 872 deletions(-)



More information about the gnucash-patches mailing list