gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Jun 18 09:19:05 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/06fae122 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f39275be (commit)
	 via  https://github.com/Gnucash/gnucash/commit/528bbff8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0a8e0d29 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/70393bc0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/707f9a40 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3f8f32ab (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6b5dcc38 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/93489d4f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f2de292c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0d426fcf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/32a83678 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8d242528 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/53f59f77 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cb50f7aa (commit)
	from  https://github.com/Gnucash/gnucash/commit/7102b1d2 (commit)



commit 06fae12265bd33671046702609cff8c8dcab4a7f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jun 15 16:12:25 2019 +0200

    RptCleanup - Add compat interface for all module interfaces that were deprecated so far
    
    These can be permanently removed for the gnucash 5.x series. A comment has been added to that effect.

commit f39275be3254f559f1447b23521495316d59df70
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jun 15 10:13:42 2019 +0200

    RptCleanup - Add cmake command to generated compat modules for deprecated guile modules
    
    The function accepts the name of a deprecated module and optionally a
    replacement module.
    With that info it will generate a stub guile module that
    - will be installed in the gnucash guile load path
    - emits a deprecation warning when the old module is used
    - if a replacement module is given, will automatically load that module instead
    
    This allows us to gently deprecate complete guile modules without
    the burden of manually maintaining their module files.

commit 528bbff8dac1ef0b813081b4371cbb39017c479e
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 14 17:43:52 2019 +0200

    RptCleanup - use generic report loader for locale-specific reports
    
    This requires a bit glue code to determine which locale we're interested in.
    Advantage: another gnc-module dropped (gncmod-locale-specific).

commit 0a8e0d2928be18ab2ed4be7a1a9554fc4c0fa286
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 14 15:38:04 2019 +0200

    RptCleanup - install eguile report support files in subdirectories relative to the reports module

commit 70393bc08ad02c4f32ed7b84e6143e621affee4b
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 14 15:37:33 2019 +0200

    RptCleanup - install reports into their own toplevel module (gnucash reports)

commit 707f9a402999df40bd62910f3b839da8ee635f05
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 14 13:27:37 2019 +0200

    RptCleanup - restructure eguile code into a single (gnucash eguile) module

commit 3f8f32ab25274f44066aa22b7022f33a1fdd1b84
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 14 11:44:04 2019 +0200

    RptCleanup - Consolidate report system gui initialization
    
    For this gnc-plugin-stylesheets has gotten a wider scope to become
    gnc-plugin-report-system. The new plugin does all the report system
    initialization bits wrt to the gui.

commit 6b5dcc3877898d33ec437c4b87fc53371be6cf63
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 14 09:58:00 2019 +0200

    RptCleanup - reorganize stylesheets
    
    - store them in a subdirectory
    - reuse the report module loader
    - eliminate gncmod-stylesheet, gui bits are now in gnome

commit 93489d4ffc627b4a42bb68342c83b368872f0240
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 14 09:21:15 2019 +0200

    RptCleanup - Generalize report loading function to allow use for modules other than the reports

commit f2de292cd631fc8b085723345d1720e6a60de171
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Jun 12 21:36:33 2019 +0200

    RptCleanup - Move locale-specific reports to reports directory

commit 0d426fcfe73fc7c5f23394138252a480019d8ae9
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Jun 12 19:11:06 2019 +0200

    RptCleanup - remove obsolete locale-specific scm modules and re-enable the locale-specific load test

commit 32a83678c9be470e730b6ada66864495272fb1ae
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Jun 11 17:47:46 2019 +0200

    RptCleanup - Install our guile api as a guile site module
    
    This is similar to how our python code is installed as a python site module

commit 8d242528601c5322d635fe2df9d9f410bbfd69dc
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jun 8 18:45:02 2019 +0200

    RptCleanup - Internalize guile-json module
    
    This is in preparation of the final guile restructuring step:
    install gnucash scm files directly in guile's default site module directory.
    Internalizing json is done to prevent an install clash with a potentially
    system installed guile-json module.

commit 53f59f7794bde7df6169cde8b6fa49e3d871f502
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jun 8 18:04:50 2019 +0200

    RptCleanup - Restructure installation of gnucash scm files
    
    These files were installed fairly ad-hoc into the share/gnucash/scm directory making
    it hard to get an idea of where each file comes from.
    The files are now structured as follows:
    - any scm file authored by gnucash should go in share/gnucash/scm/gnucash or below
    - most scm modules will be directly in that directory
    - each module that comes with support files will get a subdirectory named after the
      module's base name. For example next to engine.scm there will be directory
      named engine for all support files of the engine module
    - scm files that are not modules, but are loaded by modules go into
      <module-dir>. For example gnc-utils.scm loads gnc-menu-extensions.scm
      so that file will be installed in gnc-utils/gnc-menu-extensions.scm
    - the report system is our largest module and only part of the restructuring
      is done at this point. It will be refined further in future commits.
    
    The same restructuring is also done for the compiled files.

commit cb50f7aaa000661d23713c8625d75a71d6436e25
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Jun 12 16:50:58 2019 +0200

    RptCleanup - fold report/report-system into report
    
    This moves a lot of files and all scm modules that get moved need to have their definition updated.
    Aside of that, it also tweaks the install location of the report scm files that are not modules
    (but instead included in report.scm).
    Lastly, report-system.scm has been renamed to report.scm to match the gnc-module name.
    This required a rename of the original report.scm (which is not a module). I chose to rename
    that to report-core.scm as it's implementing the guts of the report system.
    
    Still missing in this commit: some compatibility code to give users a warning when they try to
    use the old scm module names.



Summary of changes:
 .gitignore                                         |  10 +-
 CMakeLists.txt                                     |   8 +-
 borrowed/guile-json/CMakeLists.txt                 |  20 +-
 borrowed/guile-json/json.scm                       |  10 +-
 borrowed/guile-json/json/CMakeLists.txt            |   4 +-
 borrowed/guile-json/json/builder.scm               |   2 +-
 borrowed/guile-json/json/parser.scm                |   2 +-
 borrowed/guile-json/json/syntax.scm                |   2 +-
 common/cmake_modules/GncAddSchemeTargets.cmake     | 162 +++++++++++-
 common/cmake_modules/GncAddTest.cmake              |  40 ++-
 common/test-core/CMakeLists.txt                    |   4 +
 gnucash/CMakeLists.txt                             |   2 +-
 gnucash/environment.in                             |   4 +-
 gnucash/gnome-utils/CMakeLists.txt                 |   4 +-
 gnucash/gnome-utils/gnome-utils.scm                |   2 +-
 gnucash/gnome/CMakeLists.txt                       |  10 +-
 gnucash/gnome/gnc-plugin-report-system.c           | 275 +++++++++++++++++++++
 gnucash/gnome/gnc-plugin-report-system.h           |  59 +++++
 gnucash/gnome/gnome.i                              |   1 -
 gnucash/gnome/report-menus.scm                     |   4 +-
 gnucash/gnome/window-report.c                      | 138 -----------
 gnucash/gnome/window-report.h                      |   2 -
 gnucash/gnucash-bin.c                              |  10 +-
 gnucash/import-export/qif-imp/CMakeLists.txt       |  12 +-
 gnucash/import-export/qif-imp/gncmod-qif-import.c  |   2 +-
 gnucash/import-export/qif-imp/qif-dialog-utils.scm |   2 +-
 gnucash/import-export/qif-imp/qif-file.scm         |   2 +-
 gnucash/import-export/qif-imp/qif-import.scm       |  18 +-
 gnucash/import-export/qif-imp/qif-objects.scm      |   2 +-
 gnucash/import-export/qif-imp/qif-parse.scm        |   2 +-
 gnucash/import-export/qif-imp/qif-to-gnc.scm       |   2 +-
 gnucash/import-export/qif-imp/string.scm           |   2 +-
 gnucash/report/CMakeLists.txt                      | 144 ++++++++++-
 .../{report-system => }/commodity-utilities.scm    |   0
 .../report/{report-system => }/doc/report-html.txt |   0
 .../{report-system => }/eguile-html-utilities.scm  |   4 +-
 .../{report-system => }/eguile-utilities.scm       |  49 +++-
 .../{report-system/eguile-gnc.scm => eguile.scm}   |   4 +-
 gnucash/report/{report-system => }/gnc-report.c    |   0
 gnucash/report/{report-system => }/gnc-report.h    |   0
 .../gncmod-report-system.c => gncmod-report.c}     |  29 +--
 .../report/{report-system => }/html-acct-table.scm |   0
 gnucash/report/{report-system => }/html-anytag.scm |   0
 .../report/{report-system => }/html-barchart.scm   |   2 +-
 gnucash/report/{report-system => }/html-chart.scm  |   2 +-
 .../report/{report-system => }/html-document.scm   |   7 +-
 gnucash/report/{report-system => }/html-fonts.scm  |   0
 .../report/{report-system => }/html-linechart.scm  |   2 +-
 .../report/{report-system => }/html-piechart.scm   |   2 +-
 .../report/{report-system => }/html-scatter.scm    |   2 +-
 .../report/{report-system => }/html-style-info.scm |   0
 .../{report-system => }/html-style-sheet.scm       |   0
 gnucash/report/{report-system => }/html-table.scm  |   0
 gnucash/report/{report-system => }/html-text.scm   |   0
 .../report/{report-system => }/html-utilities.scm  |   0
 gnucash/report/locale-specific/CMakeLists.txt      |   4 -
 gnucash/report/locale-specific/us/CMakeLists.txt   |  62 -----
 gnucash/report/locale-specific/us/de_DE.scm        |  22 --
 .../locale-specific/us/gncmod-locale-reports-us.c  | 128 ----------
 .../report/locale-specific/us/test/CMakeLists.txt  |  25 --
 .../locale-specific/us/test/test-link-module.c     |  26 --
 .../test-load-report-locale-specific-module.scm    |  14 --
 gnucash/report/locale-specific/us/us.scm           |  22 --
 .../{report-system => }/options-utilities.scm      |   0
 .../{report-system/report.scm => report-core.scm}  |  10 +-
 .../{report-system => }/report-register-hooks.scm  |   0
 gnucash/report/report-system/CMakeLists.txt        | 107 --------
 gnucash/report/report-system/test/CMakeLists.txt   |  72 ------
 .../{report-system => }/report-utilities.scm       |   0
 .../{report-system/report-system.i => report.i}    |   6 +-
 .../report-system.scm => report.scm}               | 115 +++++++--
 gnucash/report/reports/CMakeLists.txt              | 111 ++++++++-
 gnucash/report/reports/aging.scm                   |   6 +-
 gnucash/report/reports/example/average-balance.scm |   4 +-
 gnucash/report/reports/example/daily-reports.scm   |   4 +-
 gnucash/report/reports/example/hello-world.scm     |   4 +-
 gnucash/report/reports/example/sample-graphs.scm   |   4 +-
 .../report/reports/example/welcome-to-gnucash.scm  |   8 +-
 .../locale-specific/de_DE/taxtxf.scm}              |   6 +-
 .../{ => reports}/locale-specific/us/taxtxf.scm    |   6 +-
 gnucash/report/reports/reports.scm                 |  74 +-----
 .../report/reports/standard/account-piecharts.scm  |   4 +-
 .../report/reports/standard/account-summary.scm    |   4 +-
 .../report/reports/standard/advanced-portfolio.scm |   4 +-
 .../report/reports/standard/balance-forecast.scm   |   4 +-
 gnucash/report/reports/standard/balance-sheet.scm  |   4 +-
 gnucash/report/reports/standard/balsheet-eg.scm    |  11 +-
 gnucash/report/reports/standard/balsheet-pnl.scm   |   4 +-
 .../reports/standard/budget-balance-sheet.scm      |   4 +-
 .../report/reports/standard/budget-barchart.scm    |   4 +-
 gnucash/report/reports/standard/budget-flow.scm    |   4 +-
 .../reports/standard/budget-income-statement.scm   |   4 +-
 gnucash/report/reports/standard/budget.scm         |   4 +-
 gnucash/report/reports/standard/cash-flow.scm      |   4 +-
 .../report/reports/standard/cashflow-barchart.scm  |   6 +-
 .../report/reports/standard/category-barchart.scm  |   4 +-
 .../report/reports/standard/customer-summary.scm   |   5 +-
 gnucash/report/reports/standard/dashboard.scm      |   8 +-
 .../report/reports/standard/equity-statement.scm   |   4 +-
 .../report/reports/standard/general-journal.scm    |   4 +-
 gnucash/report/reports/standard/general-ledger.scm |   4 +-
 .../reports/standard/income-gst-statement.scm      |   4 +-
 .../report/reports/standard/income-statement.scm   |   4 +-
 gnucash/report/reports/standard/invoice.scm        |   5 +-
 gnucash/report/reports/standard/job-report.scm     |   5 +-
 gnucash/report/reports/standard/net-charts.scm     |   4 +-
 gnucash/report/reports/standard/owner-report.scm   |   5 +-
 gnucash/report/reports/standard/payables.scm       |   7 +-
 gnucash/report/reports/standard/portfolio.scm      |   4 +-
 gnucash/report/reports/standard/price-scatter.scm  |   4 +-
 gnucash/report/reports/standard/receipt.scm        |  14 +-
 gnucash/report/reports/standard/receivables.scm    |   7 +-
 .../report/reports/standard/reconcile-report.scm   |   4 +-
 gnucash/report/reports/standard/register.scm       |   6 +-
 gnucash/report/reports/standard/sx-summary.scm     |   4 +-
 gnucash/report/reports/standard/taxinvoice.scm     |  14 +-
 .../report/reports/standard/test/CMakeLists.txt    |   2 +-
 .../reports/standard/test/test-average-balance.scm |  12 +-
 .../reports/standard/test/test-balsheet-pnl.scm    |  10 +-
 .../report/reports/standard/test/test-budget.scm   |  10 +-
 .../reports/standard/test/test-cash-flow.scm       |   4 +-
 .../standard/test/test-cashflow-barchart.scm       |  10 +-
 .../report/reports/standard/test/test-charts.scm   |  18 +-
 .../reports/standard/test/test-income-gst.scm      |   8 +-
 .../report/reports/standard/test/test-invoice.scm  |   8 +-
 .../report/reports/standard/test/test-register.scm |  10 +-
 .../test/test-standard-category-report.scm         |  12 +-
 .../standard/test/test-standard-net-barchart.scm   |   8 +-
 .../standard/test/test-standard-net-linechart.scm  |   8 +-
 .../reports/standard/test/test-stress-options.scm  |  11 +-
 .../reports/standard/test/test-transaction.scm     |  10 +-
 gnucash/report/reports/standard/transaction.scm    |   4 +-
 gnucash/report/reports/standard/trial-balance.scm  |   4 +-
 gnucash/report/reports/standard/view-column.scm    |   8 +-
 gnucash/report/reports/support/CMakeLists.txt      |  18 +-
 gnucash/report/stylesheets/CMakeLists.txt          |  83 ++-----
 .../stylesheets/{stylesheet-easy.scm => easy.scm}  |   4 +-
 .../{stylesheet-fancy.scm => fancy.scm}            |   4 +-
 .../{stylesheet-footer.scm => footer.scm}          |   4 +-
 .../report/stylesheets/gnc-plugin-stylesheets.c    | 135 ----------
 .../report/stylesheets/gnc-plugin-stylesheets.h    |  62 -----
 gnucash/report/stylesheets/gncmod-stylesheets.c    |  86 -------
 ...tylesheet-head-or-tail.scm => head-or-tail.scm} |   4 +-
 .../{stylesheet-plain.scm => plain.scm}            |   4 +-
 gnucash/report/stylesheets/stylesheets.scm         |  34 ---
 gnucash/report/stylesheets/test/CMakeLists.txt     |  25 --
 .../test/test-load-report-stylesheets-module.scm   |  23 --
 gnucash/report/test/CMakeLists.txt                 |  75 ++++++
 .../test/test-commodity-utils.scm                  |   2 +-
 .../{report-system => }/test/test-html-chart.scm   |   6 +-
 .../{report-system => }/test/test-html-fonts.scm   |   2 +-
 .../test/test-html-utilities-srfi64.scm            |   6 +-
 .../{report-system => }/test/test-link-module.c    |   2 +-
 .../test-load-report-module.scm}                   |   2 +-
 .../test-report-extras.scm}                        |   4 +-
 .../{report-system => }/test/test-report-html.scm  |   2 +-
 .../test/test-report-utilities.scm                 |   6 +-
 .../test-report.scm}                               |   6 +-
 .../{report-system => }/test/test-test-extras.scm  |   2 +-
 gnucash/report/{report-system => }/trep-engine.scm |   0
 gnucash/ui/CMakeLists.txt                          |   2 +-
 ...eets-ui.xml => gnc-plugin-report-system-ui.xml} |   0
 gnucash/ui/osx_accel_map                           |   2 +-
 libgnucash/app-utils/CMakeLists.txt                |  26 +-
 libgnucash/app-utils/app-utils.scm                 |  12 +-
 libgnucash/app-utils/business-prefs.scm            |   2 +-
 libgnucash/app-utils/gnc-exp-parser.c              |   2 +-
 libgnucash/app-utils/test/test-c-interface.scm     |   2 +-
 libgnucash/core-utils/core-utils.i                 |   4 +
 libgnucash/core-utils/core-utils.scm               |   2 +
 libgnucash/core-utils/gnc-filepath-utils.cpp       |  16 ++
 libgnucash/core-utils/gnc-filepath-utils.h         |   1 +
 libgnucash/core-utils/gnc-locale-utils.c           |  10 +
 libgnucash/core-utils/gnc-locale-utils.h           |   4 +
 libgnucash/core-utils/gnc-path.c                   |  32 +--
 libgnucash/core-utils/gnc-path.h                   |   8 +-
 libgnucash/core-utils/gncla-dir.h.in               |   2 +
 libgnucash/engine/CMakeLists.txt                   |   4 +-
 libgnucash/engine/engine.scm                       |   8 +-
 libgnucash/engine/test/CMakeLists.txt              |   5 +
 libgnucash/scm/test/CMakeLists.txt                 |   5 +
 libgnucash/scm/test/test-module-deprecation.scm    |  12 +
 libgnucash/tax/us/CMakeLists.txt                   |  38 ++-
 libgnucash/tax/us/gncmod-tax-us.c                  |   4 +-
 libgnucash/tax/us/{de_DE.scm => tax-de_DE.scm}     |   6 +-
 libgnucash/tax/us/{us.scm => tax-us.scm}           |   6 +-
 po/POTFILES.in                                     |  77 +++---
 187 files changed, 1511 insertions(+), 1630 deletions(-)
 create mode 100644 gnucash/gnome/gnc-plugin-report-system.c
 create mode 100644 gnucash/gnome/gnc-plugin-report-system.h
 rename gnucash/report/{report-system => }/commodity-utilities.scm (100%)
 rename gnucash/report/{report-system => }/doc/report-html.txt (100%)
 rename gnucash/report/{report-system => }/eguile-html-utilities.scm (98%)
 rename gnucash/report/{report-system => }/eguile-utilities.scm (68%)
 rename gnucash/report/{report-system/eguile-gnc.scm => eguile.scm} (98%)
 rename gnucash/report/{report-system => }/gnc-report.c (100%)
 rename gnucash/report/{report-system => }/gnc-report.h (100%)
 rename gnucash/report/{report-system/gncmod-report-system.c => gncmod-report.c} (77%)
 rename gnucash/report/{report-system => }/html-acct-table.scm (100%)
 rename gnucash/report/{report-system => }/html-anytag.scm (100%)
 rename gnucash/report/{report-system => }/html-barchart.scm (99%)
 rename gnucash/report/{report-system => }/html-chart.scm (99%)
 rename gnucash/report/{report-system => }/html-document.scm (98%)
 rename gnucash/report/{report-system => }/html-fonts.scm (100%)
 rename gnucash/report/{report-system => }/html-linechart.scm (99%)
 rename gnucash/report/{report-system => }/html-piechart.scm (99%)
 rename gnucash/report/{report-system => }/html-scatter.scm (99%)
 rename gnucash/report/{report-system => }/html-style-info.scm (100%)
 rename gnucash/report/{report-system => }/html-style-sheet.scm (100%)
 rename gnucash/report/{report-system => }/html-table.scm (100%)
 rename gnucash/report/{report-system => }/html-text.scm (100%)
 rename gnucash/report/{report-system => }/html-utilities.scm (100%)
 delete mode 100644 gnucash/report/locale-specific/CMakeLists.txt
 delete mode 100644 gnucash/report/locale-specific/us/CMakeLists.txt
 delete mode 100644 gnucash/report/locale-specific/us/de_DE.scm
 delete mode 100644 gnucash/report/locale-specific/us/gncmod-locale-reports-us.c
 delete mode 100644 gnucash/report/locale-specific/us/test/CMakeLists.txt
 delete mode 100644 gnucash/report/locale-specific/us/test/test-link-module.c
 delete mode 100755 gnucash/report/locale-specific/us/test/test-load-report-locale-specific-module.scm
 delete mode 100644 gnucash/report/locale-specific/us/us.scm
 rename gnucash/report/{report-system => }/options-utilities.scm (100%)
 rename gnucash/report/{report-system/report.scm => report-core.scm} (99%)
 rename gnucash/report/{report-system => }/report-register-hooks.scm (100%)
 delete mode 100644 gnucash/report/report-system/CMakeLists.txt
 delete mode 100644 gnucash/report/report-system/test/CMakeLists.txt
 rename gnucash/report/{report-system => }/report-utilities.scm (100%)
 rename gnucash/report/{report-system/report-system.i => report.i} (95%)
 rename gnucash/report/{report-system/report-system.scm => report.scm} (89%)
 rename gnucash/report/{locale-specific/us/taxtxf-de_DE.scm => reports/locale-specific/de_DE/taxtxf.scm} (99%)
 rename gnucash/report/{ => reports}/locale-specific/us/taxtxf.scm (99%)
 rename gnucash/report/stylesheets/{stylesheet-easy.scm => easy.scm} (99%)
 rename gnucash/report/stylesheets/{stylesheet-fancy.scm => fancy.scm} (99%)
 rename gnucash/report/stylesheets/{stylesheet-footer.scm => footer.scm} (99%)
 delete mode 100644 gnucash/report/stylesheets/gnc-plugin-stylesheets.c
 delete mode 100644 gnucash/report/stylesheets/gnc-plugin-stylesheets.h
 delete mode 100644 gnucash/report/stylesheets/gncmod-stylesheets.c
 rename gnucash/report/stylesheets/{stylesheet-head-or-tail.scm => head-or-tail.scm} (99%)
 rename gnucash/report/stylesheets/{stylesheet-plain.scm => plain.scm} (98%)
 delete mode 100644 gnucash/report/stylesheets/stylesheets.scm
 delete mode 100644 gnucash/report/stylesheets/test/CMakeLists.txt
 delete mode 100755 gnucash/report/stylesheets/test/test-load-report-stylesheets-module.scm
 create mode 100644 gnucash/report/test/CMakeLists.txt
 rename gnucash/report/{report-system => }/test/test-commodity-utils.scm (99%)
 rename gnucash/report/{report-system => }/test/test-html-chart.scm (95%)
 rename gnucash/report/{report-system => }/test/test-html-fonts.scm (97%)
 rename gnucash/report/{report-system => }/test/test-html-utilities-srfi64.scm (89%)
 rename gnucash/report/{report-system => }/test/test-link-module.c (96%)
 rename gnucash/report/{report-system/test/test-load-report-system-module.scm => test/test-load-report-module.scm} (87%)
 rename gnucash/report/{report-system/test/test-report-system-extras.scm => test/test-report-extras.scm} (97%)
 rename gnucash/report/{report-system => }/test/test-report-html.scm (99%)
 rename gnucash/report/{report-system => }/test/test-report-utilities.scm (99%)
 rename gnucash/report/{report-system/test/test-report-system.scm => test/test-report.scm} (98%)
 rename gnucash/report/{report-system => }/test/test-test-extras.scm (96%)
 rename gnucash/report/{report-system => }/trep-engine.scm (100%)
 rename gnucash/ui/{gnc-plugin-stylesheets-ui.xml => gnc-plugin-report-system-ui.xml} (100%)
 create mode 100644 libgnucash/scm/test/test-module-deprecation.scm
 rename libgnucash/tax/us/{de_DE.scm => tax-de_DE.scm} (93%)
 rename libgnucash/tax/us/{us.scm => tax-us.scm} (93%)



More information about the gnucash-patches mailing list