gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Apr 20 15:37:33 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/aa53c232 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3c946a84 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9afc856c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5f902001 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3ddd76f8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/614932ed (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6eba0d49 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7706fff3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/61551526 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/280ed47d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cae8ecde (commit)
	 via  https://github.com/Gnucash/gnucash/commit/01339a78 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/274f0fd5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ce4d3dee (commit)



commit aa53c23239dc05da44c78a085c4db342adfbf707
Merge: 3c946a844 5f9020016
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 20 12:36:51 2019 -0700

    Merge T Edmunds's 'amortization-rounding' into maint.

commit 3c946a84496a846196ba04667e3a7f0c7bee0eb5
Merge: ce4d3dee6 9afc856c2
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 20 12:32:17 2019 -0700

    Merge T Edmunds's 'computeInterestIncrement' to maint.

commit 9afc856c20a0ad835562a2f8b2abf11a35c390af
Author: thetedmunds <tedmunds at gmail.com>
Date:   Mon Apr 15 13:16:32 2019 -0700

    Changed gnc:computeInterestIncrement to directly calculate the amount of interest accrued in the specified compounding period.  Bug 797195.

commit 5f9020016a5f1be28b7673ddc2d5f3db8c68ee3f
Author: thetedmunds <tedmunds at gmail.com>
Date:   Mon Apr 15 14:31:23 2019 -0700

    Amended commit to address pull-request comments.

commit 3ddd76f8f24d937f1e71990517266287e0145eb7
Merge: 614932eda 76a91aa2c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 31 10:43:33 2019 -0700

    Merge branch 'maint'

commit 614932eda59f502c74da3ba867bf4a5efe95e2c6
Merge: 6eba0d494 3ab5a2be5
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 15 09:44:14 2019 -0800

    Merge branch 'maint'.

commit 6eba0d4940da14e52f78fc172559e3aa940ad6b6
Merge: 7706fff3c 519880545
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Nov 30 17:32:58 2018 +0900

    Merge branch 'maint'

commit 7706fff3c94143f93030db167c5b51f146a09999
Merge: 61551526a 65c8357f5
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 29 16:49:35 2018 -0700

    Merge branch 'maint'

commit 61551526a860acc44c4cc545f699424d7347d41b
Merge: 280ed47d9 148f24135
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 6 16:26:29 2018 -0700

    Merge branch 'maint'

commit 280ed47d9d99053f8369962099b4656f8cd662d2
Merge: 274f0fd58 cae8ecde8
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 6 16:24:04 2018 -0700

    Merge David Cousins's Bug_796778 into master.
    
    This resolves Bug 796778 - Feature Request: Select multiple transactions
    for assignment to a given transfer account when importing OFX (and
    similar).

commit cae8ecde8f9ddd615ff47c783ce8136395bd71a9
Author: David Cousens <davidcousens at bigpond.com>
Date:   Thu Sep 6 12:43:34 2018 +1000

    Changes to import-main-matcher.c and dialog-import.glade to implement multiple selection and assignment of a destination account to the selection.

commit 01339a782c91a8d931cc9d7462ddce19afc60635
Author: David Cousens <davidcousens at bigpond.com>
Date:   Tue Aug 28 22:36:42 2018 +1000

    Stage 1 Extracting code for assigning a transfer account from gnc_gen_trans_row_activated_cb() into a new function
    gnc_gen_trans_assign_transfer account() and calling that function from within gnc_gen_trans_row_activated_cb().
    Tested and working as per the original code.

commit 274f0fd5857d521c3059c07987ac91cd6f55122c
Merge: eb67baba5 5d80a52ea
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 24 11:11:59 2018 -0700

    Merge branch 'maint'



Summary of changes:
 CMakeLists.txt                              |   4 +-
 gnucash/gtkbuilder/dialog-import.glade      |  29 ++-
 gnucash/import-export/import-main-matcher.c | 270 ++++++++++++++++++++++++----
 libgnucash/app-utils/fin.scm                | 177 +++++++++++++++++-
 4 files changed, 438 insertions(+), 42 deletions(-)



More information about the gnucash-patches mailing list