gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Aug 29 16:31:35 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/a670783e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6ca85450 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b4852063 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/047bc8d6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a7abc312 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/89dbc094 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e1d40752 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f16f2022 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c3466b79 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/576b1d07 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/42915a42 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/667f1757 (commit)
	from  https://github.com/Gnucash/gnucash/commit/bbea5061 (commit)



commit a670783eb628476228c27c45a6164d380c670de1
Merge: bbea506 6ca8545
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Aug 29 22:24:43 2017 +0200

    Merge branch 'prices-out2' of https://github.com/Bob-IT/gnucash

commit 6ca85450a8c73f45258569061cbfdfdc43fd9e16
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Aug 20 09:59:07 2017 +0100

    Move gnc-gdate-utils functions to gnc-date and remove files.
    
    Also update related files to reflect move of gnc-gdate-util functions

commit b485206378625c80962063fba49017eefef67dc0
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Aug 20 09:58:21 2017 +0100

    Change tabs to spaces and remove some blank lines

commit 047bc8d69b454633b6448a8ab0fea2084ffd27bd
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Aug 20 09:56:07 2017 +0100

    Rename gnc_pricedb_remove_old_prices_keep_last
    
    Rename gnc_pricedb_remove_old_prices_keep_last to reflect that there is
    an option to keep none so new name is gnc_pricedb_process_removal_list

commit a7abc312a934666134e344d90cab913afdd78d25
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Aug 20 09:55:23 2017 +0100

    Rename save_cloned_price to clone_price
    
    Renamed save_clone_price to clone_price and changed to pass the address
    of the cloned_price variable instead of returning it.

commit 89dbc094106ebf5320c62fa6469529d8b66dfee6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Aug 20 09:54:48 2017 +0100

    Added second if clause for completeness.

commit e1d4075273feea5b86f05c65228784b43ec272e7
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Aug 20 09:54:14 2017 +0100

    Remove the 'if else' blocks by using boolean variable.

commit f16f2022046ac57113c6dd742cb0c5dec89edcd6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Aug 20 09:53:24 2017 +0100

    Rename function to be plural as more than one commodity returned in list

commit c3466b79ef5d443d1359f3d40b8cada07487f28c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Aug 20 09:56:53 2017 +0100

    Move gnc-gdate-utils.c/h from app-utils to engine

commit 576b1d077ca7872fd62b2fb8f8703ead2e411f59
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Aug 10 15:12:38 2017 +0100

    Fix some missing id's in the glade file

commit 42915a42d12beea78d58917ea00ae3ac32782c75
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Aug 10 14:03:05 2017 +0100

    Modify the unit tests to reflect changes.

commit 667f175757e4d4287cbf758dbfad4baba72a13ea
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Aug 10 13:30:55 2017 +0100

    This change modifies the way old prices can be removed.
    
    There are now options to specify which commodities to remove prices
    from as well as options to leave none or the last one for the week,
    month, Quarter, year and a scaled option.



Summary of changes:
 gnucash/gnome-utils/dialog-utils.c                 |   2 +-
 gnucash/gnome-utils/gnc-date-edit.c                |   1 -
 gnucash/gnome-utils/gnc-dense-cal-store.c          |   2 +-
 gnucash/gnome-utils/gnc-dense-cal.c                |   2 +-
 gnucash/gnome-utils/gnc-period-select.c            |   1 -
 gnucash/gnome-utils/gnc-recurrence.c               |   2 +-
 gnucash/gnome-utils/gnc-tree-control-split-reg.c   |   2 +-
 gnucash/gnome/assistant-acct-period.c              |   2 +-
 gnucash/gnome/assistant-loan.c                     |   1 -
 gnucash/gnome/dialog-invoice.c                     |   2 +-
 gnucash/gnome/dialog-price-edit-db.c               | 281 ++++++++-
 gnucash/gnome/dialog-print-check.c                 |   1 -
 gnucash/gnome/dialog-sx-editor.c                   |   1 -
 gnucash/gnome/dialog-sx-editor2.c                  |   1 -
 gnucash/gnome/dialog-sx-from-trans.c               |   2 +-
 gnucash/gnome/gnc-plugin-page-sx-list.c            |   2 +-
 gnucash/gnome/gtkbuilder/dialog-price.glade        | 643 +++++++++++++++------
 gnucash/gnome/window-reconcile.c                   |   2 +-
 gnucash/gnome/window-reconcile2.c                  |   2 +-
 gnucash/import-export/bi-import/dialog-bi-import.c |   2 +-
 gnucash/register/ledger-core/split-register-util.c |   2 +-
 gnucash/register/ledger-core/split-register.c      |   2 +-
 libgnucash/app-utils/CMakeLists.txt                |   2 -
 libgnucash/app-utils/Makefile.am                   |   2 -
 libgnucash/app-utils/gnc-accounting-period.c       |   1 -
 libgnucash/app-utils/gnc-gdate-utils.c             | 286 ---------
 libgnucash/app-utils/gnc-gdate-utils.h             | 228 --------
 libgnucash/app-utils/gnc-sx-instance-model.c       |   2 +-
 libgnucash/app-utils/test/test-sx.cpp              |   2 +-
 libgnucash/engine/gnc-date.cpp                     | 315 ++++++++--
 libgnucash/engine/gnc-date.h                       | 209 ++++++-
 libgnucash/engine/gnc-pricedb.c                    | 327 +++++++++--
 libgnucash/engine/gnc-pricedb.h                    |  34 +-
 libgnucash/engine/test/utest-gnc-pricedb.c         | 117 +++-
 po/POTFILES.in                                     |   1 -
 35 files changed, 1633 insertions(+), 851 deletions(-)
 delete mode 100644 libgnucash/app-utils/gnc-gdate-utils.c
 delete mode 100644 libgnucash/app-utils/gnc-gdate-utils.h



More information about the gnucash-patches mailing list