gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Nov 4 17:32:33 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/ba5bd6b4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/085aa769 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/491088b2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/535632b0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/32a34035 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/be4e4524 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/977b1fcf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0abc09cc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3f6c8478 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d56a47f1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/47030c76 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5870887f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/99dbb788 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b04c494f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/928f6145 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e27338b0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b5ae8416 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/158b5caf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2df672bd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b1e32c8a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5f6413c6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f89691f7 (commit)



commit ba5bd6b4d708fcc63604fc385b293a3ab6105a1a
Merge: f89691f73 085aa7693
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Nov 4 14:09:46 2019 -0800

    Merge branch 'maint'

commit 085aa76932afe6c68c9b99f0f6c65b889274196c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 4 10:10:30 2019 +0000

    Bug 796945 - Search dialog update
    
    Change the search dialog so that when adding search criteria, a max
    number of 5 rows are presented before scrolling is required in the
    search criteria scroll window so reducing the height required for the
    this area and when the search is executed the scroll window is hidden
    and the results window has the maximum space available.

commit 491088b2f6831be752fc0327282e9bf75eb00f18
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 22:29:30 2019 +0800

    Revert "Bug 797468 - Receivable Aging report - phantom company with negative total"
    
    This reverts commit 32a340350d2239c2e71408f69a2d4a4b11bf2cfb.

commit 535632b02515d0bbca3ba01ef2f2bfb7f0edf442
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 18:41:54 2019 +0800

    Bug 787295 - Allow UI jump from Business accounts to their relevant invoice/bill/voucher
    
    This enables UI jump via Transaction or Right-click menu to open the
    invoice for editing.

commit 32a340350d2239c2e71408f69a2d4a4b11bf2cfb
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 13:41:29 2019 +0800

    Bug 797468 - Receivable Aging report - phantom company with negative total
    
    usability fix - warn if no documents were selected

commit be4e4524242031b7575178e4a5900a39f5fdfe8a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 11:47:08 2019 +0800

    with-output-to-file -> call-with-output-file

commit 977b1fcf9d38bf7e29b23abfb66690427138b090
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 11:38:23 2019 +0800

    [qif-guess-map] with-output-to-file -> call-with-output-file
    
    with-output-to-file will redirect stdout to file.
    call-with-output-file is better because it accepts a port for it. thus
    stdout remains available to log tracefile.

commit 0abc09cc4cc2b99708f03202e0a591a69619dd36
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Nov 3 11:27:26 2019 +0000

    Fix for previous commit 2ff91cf
    
    When adding new accounts there is no need to clear cached values.

commit 3f6c8478a4839e71811dfd857633f3bc0ff3c30a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 10:42:36 2019 +0800

    [view-column] don't emit raw html, include captured-error

commit d56a47f17af1c4345fae2d0b671b6fd4f3414d5b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 10:41:05 2019 +0800

    [c-interface] gnc:backtrace-if-exception returns #f if error
    
    previous would return *unspecified* when error was captured.
    old code seems to expect #f to signal error

commit 47030c7654d182a33fdcc317af686f51e9ea6775
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Nov 2 23:48:38 2019 +0800

    [hello-world] fix indenting and incorrect change
    
    928f6145c had changed default list option '(good) to 'good - should be
    a list of symbols

commit 5870887f1291041cca3a1e0805b988cf9992dcfc
Merge: 99dbb7889 b04c494f2
Author: Christian Stimming <christian at cstimming.de>
Date:   Sat Nov 2 23:30:54 2019 +0100

    Merge pull request #597 from ingoha/purpose-encoding
    
    Fix bug 797473, UTF-8 characters were not processed correctly with aqbanking6.

commit 99dbb7889805f863dd519ad332d1c7fba5777820
Author: Christian Stimming <christian at cstimming.de>
Date:   Sat Nov 2 23:17:29 2019 +0100

    Bug #797405: Fix hiding PIN entry window behind online banking log window
    
    If there is a log window, make the PIN entry transient_for
    that one instead of its parent.

commit b04c494f244260a7d67f70b1f554ade1080f8d61
Author: Ingo Haschler <ih at ingohaschler.de>
Date:   Wed Oct 30 20:12:15 2019 +0100

    Bug 797473 - UTF8 characters not processed correctly with aqbanking6

commit 928f6145c77d6026fb1ffd700817ab785fcd7853
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Nov 2 18:25:26 2019 +0800

    cleanup (list->vector (list ...))
    
    this is not an efficiency change, rather a readability change
    especially for hello-world which aims to introduce new users to reports.

commit e27338b004d9dc4f1cb501bdec6755a1048af37a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Nov 2 18:25:44 2019 +0800

    [html-utilities] more deprecations
    
    * gnc:html-table-append-ruler/at! was flawed - the empty-cell defined
    as '() would lead to invalid html-table element. it was never used
    because colskip was always 0. inline and deprecate function.

commit b5ae8416a0b6b560910015653e764d45c485e53b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Nov 2 09:27:13 2019 +0800

    [new-owner-report] remove dependency on new-aging
    
    because gnc:owner-splits->aging-list belongs to report-utilities.scm

commit 158b5caf6375348f7334c9e2598090db6b25759d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Nov 1 18:52:24 2019 +0800

    [new-aging] restore display of owner address

commit 2df672bdb2ba34dbe59560c05c498d021312b8d8
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Nov 1 19:37:33 2019 +0800

    [gncOwner] i18n gncOwnerGetTypeString types

commit b1e32c8a9defbe240bc165b5b8fa7ec8d4a7f1c5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Nov 1 19:35:58 2019 +0800

    [report-utilities] minor refinements

commit 5f6413c6c5bf323d6998ea4fced545429e7c7e02
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Nov 1 19:15:35 2019 +0800

    [report-utilities] tiny reordering to remove unnecessary reference
    
    instead of split->txn->invoice->lot->invoice
    grab split->txn->invoice->lot directly



Summary of changes:
 gnucash/gnome-search/dialog-search.c               |  10 +
 gnucash/gnome-utils/gnc-tree-model-account.c       |   3 +-
 gnucash/gnome/gnc-plugin-page-register.c           |  75 +++
 gnucash/gtkbuilder/dialog-search.glade             |   2 +-
 gnucash/import-export/aqb/gnc-ab-utils.c           |   2 +-
 gnucash/import-export/aqb/gnc-gwen-gui.c           |  12 +-
 gnucash/import-export/qif-imp/qif-guess-map.scm    | 110 ++--
 gnucash/report/html-utilities.scm                  | 634 +++++++++++++++++++--
 gnucash/report/options-utilities.scm               |  26 +-
 gnucash/report/report-utilities.scm                |  13 +-
 gnucash/report/reports/example/hello-world.scm     |  51 +-
 .../reports/locale-specific/de_DE/taxtxf.scm       |  45 +-
 .../report/reports/locale-specific/us/taxtxf.scm   |  54 +-
 .../report/reports/standard/budget-barchart.scm    | 443 +++++++-------
 gnucash/report/reports/standard/new-aging.scm      |  76 ++-
 gnucash/report/reports/standard/view-column.scm    |   6 +-
 gnucash/report/test/test-report-extras.scm         |   6 +-
 gnucash/report/test/test-report-html.scm           |   6 +-
 gnucash/report/trep-engine.scm                     |   6 +-
 gnucash/ui/gnc-plugin-page-register-ui.xml         |   4 +
 libgnucash/app-utils/c-interface.scm               |   3 +-
 libgnucash/engine/gncOwner.c                       |  12 +-
 22 files changed, 1108 insertions(+), 491 deletions(-)



More information about the gnucash-patches mailing list