gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Mar 18 15:02:45 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/4ecd9c2d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b9d2344d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/496f0faf (commit)
	from  https://github.com/Gnucash/gnucash/commit/1f7edb23 (commit)



commit 4ecd9c2dd41ae75ec4e82a662a241543fc075c01
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 18 11:59:13 2018 -0700

    Fix the Python Console for Python3.
    
    Replacing libgncmod-python, libgncmod-core-utils-python, and
    libgncmod-app-utils-python with _sw_core_utils and _sw_app_utils.
    The latter two are the modules that init.py wants to load and with
    Python3 Swig appears to no longer make them available via libgncmod.
    
    Note that there may still be some problems with actually using the
    console, but it at least loads at startup without complaint.

commit b9d2344d3412f1cb50b86c3adabb71da9236fbb1
Merge: 1f7edb2 496f0fa
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 17 16:13:40 2018 -0700

    Merge Chris Lam's Increase default options dialog size PR into unstable.

commit 496f0faf6f635a6684b8c712a337a21bda750656
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Mar 6 13:11:42 2018 +0800

    Increase default options dialog size
    
    The old 400x400 was woefully inadequate for most options especially
    options involving account trees.



Summary of changes:
 gnucash/gtkbuilder/dialog-options.glade |   4 +-
 gnucash/python/CMakeLists.txt           |  20 +----
 gnucash/python/gncmod-python.c          | 130 --------------------------------
 gnucash/python/init.py                  |  22 +++---
 libgnucash/app-utils/CMakeLists.txt     |  28 ++++---
 libgnucash/core-utils/CMakeLists.txt    |  35 +++++----
 po/POTFILES.in                          |   1 -
 7 files changed, 54 insertions(+), 186 deletions(-)
 delete mode 100644 gnucash/python/gncmod-python.c



More information about the gnucash-patches mailing list