gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Jun 12 09:26:07 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/3d150de1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c1324304 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d3e03ff6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8aa69622 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9ec5eab7 (commit)



commit 3d150de16f7104da7107a0715505a871033fafe0
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jun 8 15:01:41 2019 +0200

    Bump minimum Gtk version to 3.18

commit c1324304cadd3ed270ab00999121d26b0ec69ee4
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jun 8 14:38:17 2019 +0200

    Use Ubuntu 16.04 as oldest testbed on travis
    
    This needed a few tweaks to the docker file worth mentioning:
    - tzdata is not installed by default, resulting in test-gnc-timezone to fail
    - there were a couple of debconf warnings
      * missing apt-utils package => added it to the list
      * no interactive terminal for autoremove => forced non-interactive mode
    - in addition I have made building the docker file more verbose in order
      to catch such issues more easily in the future. If this turns out to be
      too distracting I can undo that part again.

commit d3e03ff6629e3f9bfd80cba1d8d02c0e9d6c8ff7
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jun 8 15:54:41 2019 +0200

    Drop code to migrate preferences from gconf to gsettings
    
    This change was introduced in 2.6. Anyone wishing to migrate from 2.4 to 4 should
    first pass via 2.6 and/or 3 anyway so this code will never be used again for 4.x

commit 8aa696223bc01b908db31a910ab1c454a65bbdf8
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jun 8 16:18:08 2019 +0200

    Always add share/scm to GUILE_LOAD_PATH
    
    Any scm file that will be built may need access to other scheme files that may have
    been linked into that directory. As it was only scm files that would be linked
    themselves would also be built with the search path set, causing other linked files
    not to be found for an scm file that doesn't add a link for itself.



Summary of changes:
 .travis.yml                                        |    2 +-
 CMakeLists.txt                                     |    2 +-
 borrowed/goffice/go-optionmenu.c                   |    8 -
 common/cmake_modules/GncAddSchemeTargets.cmake     |    4 +-
 gnucash/gnome-utils/dialog-options.c               |   16 -
 gnucash/gnome-utils/dialog-utils.c                 |    4 -
 gnucash/gnome-utils/gnc-combott.c                  |    4 -
 gnucash/gnome-utils/gnc-dense-cal.c                |    8 -
 gnucash/gnome-utils/gnc-gnome-utils.c              |   27 -
 gnucash/gnome-utils/gnc-main-window.c              |    8 -
 gnucash/gnome-utils/gnc-period-select.c            |    4 -
 gnucash/gnome/assistant-loan.cpp                   |   11 +-
 gnucash/gnome/window-reconcile.c                   |   10 -
 gnucash/gnome/window-reconcile2.c                  |    4 -
 gnucash/gschemas/org.gnucash.gschema.xml.in        |    5 -
 gnucash/import-export/aqb/CMakeLists.txt           |    2 +-
 .../aqb/migratable-prefs-aqbanking.xml             |   45 -
 gnucash/import-export/ofx/CMakeLists.txt           |    2 +-
 gnucash/import-export/ofx/migratable-prefs-ofx.xml |   10 -
 .../register/register-gnome/gnucash-item-edit.c    |    7 -
 libgnucash/app-utils/CMakeLists.txt                |   20 +-
 libgnucash/app-utils/gnc-gsettings.c               |  228 -----
 .../app-utils/make-prefs-migration-script.xsl      |  216 -----
 libgnucash/app-utils/migratable-prefs.xml.in       | 1006 --------------------
 libgnucash/app-utils/migrate-prefs.scm             |  144 ---
 po/POTFILES.in                                     |    1 -
 util/ci/ubuntu-14.04-docker                        |   10 -
 util/ci/ubuntu-16.04-docker                        |   19 +
 ...tu-14.04-testscript => ubuntu-16.04-testscript} |    0
 29 files changed, 26 insertions(+), 1801 deletions(-)
 delete mode 100644 gnucash/import-export/aqb/migratable-prefs-aqbanking.xml
 delete mode 100644 gnucash/import-export/ofx/migratable-prefs-ofx.xml
 delete mode 100644 libgnucash/app-utils/make-prefs-migration-script.xsl
 delete mode 100644 libgnucash/app-utils/migratable-prefs.xml.in
 delete mode 100644 libgnucash/app-utils/migrate-prefs.scm
 delete mode 100644 util/ci/ubuntu-14.04-docker
 create mode 100644 util/ci/ubuntu-16.04-docker
 rename util/ci/{ubuntu-14.04-testscript => ubuntu-16.04-testscript} (100%)



More information about the gnucash-patches mailing list