gnucash master: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Mar 14 00:34:09 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/1fa5fd0a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6d9e7d93 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/82987e13 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/56fa959e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/74e66acd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9e06345f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8fccde36 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0654cb5a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9e35aea5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4318f7a3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/55921000 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fb9e695b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a6c31860 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/21a039f2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/41af84b9 (commit)



commit 1fa5fd0a14981dc5bb6f8f2cf965456145cb67f2
Merge: 41af84b93 6d9e7d938
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Mar 14 11:48:10 2020 +0800

    Merge remote-tracking branch 'upstream/maint'

commit 6d9e7d9380432fd64ed2ec44486f2a1ec92147ec
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Mar 14 07:03:02 2020 +0800

    Bug 797139 - test-report-utilities failure after 10-march in travis
    
    gnc_dmy2time64_neutral is TZ-insensitive whereas gnc_dmy2time64 and
    gnc_dmy2time64_end are TZ-sensitive. Using _neutral mixed with others
    will occasionally cause test failures when the dates straddle DST
    boundary dates.
    
    Please see bug report on bugzilla for full details.

commit 82987e13f38953026d3e6c969c25cc00baeb49e1
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Mar 13 21:22:19 2020 +0100

    gnc-fq-dump: fix warning on argv
    
    Scalar value @ARGV[0] better written as $ARGV[0] at gnc-fq-dump line
    160.

commit 56fa959ec08b5038d5b10c7eab58e9e9ebafc8db
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Mar 13 20:53:15 2020 +0100

    Apply @PERL@ -w substitution on gnc-fq-dump, too

commit 74e66acd50e7594921e294b65fb0a9c277410d3f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Mar 11 21:58:46 2020 +0800

    [job-report] remove dead code

commit 9e06345f2e66199eaf540edfb9617a1708fe409a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Mar 1 23:16:48 2020 +0800

    [trep-engine] subtotals when cells have monetary only
    
    Instead of accumulating subtotals from any non-#f value, ensure value
    is a gnc-monetary before accumulating subtotals.
    
    This paves the way to allow non-monetary in RHS custom-calculated-cells.

commit 8fccde366a5a23481548e097e97a7a41e063415a
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Mar 11 11:29:55 2020 +0100

    gnucash.desktop: bugzilla and help file moved
    
    I don't know, if X-GNOME-* entries are still in use. Perhaps by MATE?

commit 0654cb5a27c6615356a896b8ed1f845128028421
Author: shastry <vinayshastry at gmail.com>
Date:   Mon Mar 9 09:42:06 2020 +0530

    Remove unwanted space from xmlns sodipodi URI.
    
    SVG icon doesn't open with latest librsvg (2.48) due to bad URI.
    XML parse error: error code=99 (3) in (null):10:72: xmlns:sodipodi: 'http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd' is not a valid URI

commit 9e35aea5881cbebdfb3114bf79e2ed666a07d469
Author: Mike Alexander <mta at umich.edu>
Date:   Sun Mar 8 18:05:27 2020 -0400

    Fix a typo in commit 4318f7a: gnc.scm, not gcc:scm

commit 4318f7a3c7825aedab87b32b27601f67983343e0
Author: Mike Alexander <mta at umich.edu>
Date:   Fri Mar 6 03:31:59 2020 -0500

    Revert "completion redefine gnc:debug" and fix some bugs in it
    
    This change made it impossible to turn debug output on or off on the
    fly by calling qof-log-set-level from Scheme code.  The optimization
    achieved isn't all that great either since the arguements to
    gnc:debug are still evaluated when debugging is off and this is
    where a lot of the overhead is. Even without this change the call to
    strify is avoided.
    
    Also fixed the parameters of qof-log-check:
        "gmc" => "gnc.scm"
        G-LOG-LEVEL-DEBUG => QOF-LOG-DEBUG
    
    This reverts commit b3a4cd62775705b2543438f912ca71dad591bf0e.

commit 55921000534188ec87519cb5cc334d7ea0630886
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Mar 4 13:42:08 2020 +0100

    L12N:de_DE: SKR04: Do not hide accounts in templates
    
    A former contributor had hidden several accounts, which he in his
    business did not use. New users might have no clue about their
    existence. To avoid cluttering the drop-down list they are now marked as
    placeholder.

commit fb9e695b45366d81ae97121828d728ec8aed4ef1
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Feb 27 22:51:04 2020 +0100

    L12N:de_DE: SKR04: Part 2 of Bug 513000
    
    Caused by an error in the german translation in 2005 I had created many
    accounts of type PAYABLE, which should have been normal LIABILITY
    accounts. They should not show up in the "Post [invoice] to account"
    list.
    
    Because the other german contributors in 2008 did not understand the
    difference between the account types, the change had been rejected for
    SKR04, although it was accepted for SKR03.

commit a6c31860ed5f578ad0dcfd3fba332ed9e5f36828
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Feb 25 02:48:57 2020 +0100

    L12N:de_DE: SKR04: Add a few missing placeholder flags, fix a typo

commit 21a039f27891ef65d41f765f2b49773bac8a4dce
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Feb 19 02:13:21 2020 +0100

    L12N:de_DE: Remove some redundant slots from SKR04
    
    empty notes, flags with value false, ...
    
    - reduces the size by 30%



Summary of changes:
 bindings/guile/utilities.scm                       |    15 +-
 data/accounts/de_DE/acctchrt_skr04.gnucash-xea     | 12284 ++-----------------
 .../pixmaps/hicolor/scalable/apps/gnucash-icon.svg |     2 +-
 gnucash/gnome/gnucash.desktop.in.in                |     4 +-
 gnucash/report/reports/standard/job-report.scm     |    66 +-
 gnucash/report/test/test-report-utilities.scm      |     2 +-
 gnucash/report/trep-engine.scm                     |     2 +-
 libgnucash/quotes/CMakeLists.txt                   |     4 +-
 libgnucash/quotes/README                           |     8 +-
 libgnucash/quotes/{gnc-fq-dump => gnc-fq-dump.in}  |     4 +-
 10 files changed, 973 insertions(+), 11418 deletions(-)
 rename libgnucash/quotes/{gnc-fq-dump => gnc-fq-dump.in} (99%)



More information about the gnucash-patches mailing list