gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Mar 17 19:10:47 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/1f7edb23 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7989f02c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/01bb2985 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/28b2e732 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e5892004 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fb973e00 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5f51145e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b7460922 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/41298bfd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a54a1a15 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4bbf70e1 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a43b115a (commit)



commit 1f7edb23f6ec50e45d0e00500ae445efb5ebad43
Merge: 7989f02 28b2e73
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 17 16:04:17 2018 -0700

    Merge Bob Fewell's assorted GUI fixups PR 310 into unstable.
    
    Although the PR was titled "Some [fixes] for missing transient parent
    warnings", it actually has a bugfix and an assorted collection of
    GUI cleanups that happen to include a couple of transient-parent fixes.

commit 7989f02c73bfdd25da124bec435405ce8310b445
Merge: a43b115 01bb298
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 17 15:53:46 2018 -0700

    Merge Tomas Schlosser's "Allow creation of prices in Python bindings" into unstable.

commit 01bb298504c6da536aa1b012cf05c7a97490abbe
Author: Tomas Schlosser <tomason at users.noreply.github.com>
Date:   Fri Mar 16 14:25:46 2018 +0100

    Allow creation of prices in Python bindings
    
    Using the function gnc_price_create and book as a parameter, it is possible to create the new GncPrice object. This will remove the necessity of cloning the prices from existing ones in Python scripts.

commit 28b2e732abc3b8ef8335e370a589d894b387b017
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Mar 12 06:42:52 2018 +0000

    When doing a file save from the a new start we have no key file
    
    Test for Key_file not being NULL before trying to free it.

commit e589200402238b73fce697275b9f13b23c519518
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Mar 12 06:39:49 2018 +0000

    Stop critical error due to testing null filename
    
    g_filename_from_uri returns NULL if it is not a file uri so test for the
    file:// prefix before doing g_file_test

commit fb973e008fe4a39158722a4677b99caf12fec0f4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Mar 12 06:35:19 2018 +0000

    Change dialog-new-user to use a GtkWindow
    
    Change from using a GtkDialog to a GtkWindow to stop the transient
    parent warning and add parent for cancel dialog. No strings have been
    changed just the top level container.

commit 5f51145e95907402045aaaa069394f06154b6362
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Mar 12 06:34:37 2018 +0000

    A couple of changes to assistant glade files

commit b74609221e23b098b3ad397423d233c10111cd12
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Mar 12 06:32:04 2018 +0000

    Bug 794242 - Remove keep above setting for assistant hierarchy

commit 41298bfd524cd87dcfb6b280443896d41aec7a0e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Mar 11 12:30:43 2018 +0000

    Fix transient parent warnings in import dialogs

commit a54a1a159b2384f8333f8bf75a5e92273553acf4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Mar 11 12:22:51 2018 +0000

    Add missing response section to the account picker dialog

commit 4bbf70e10309117b4a20129e1758dc1da04b5ce2
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Mar 11 12:18:16 2018 +0000

    Glade 3.20 adds surplus padding option to action area
    
    When glade files are saved which have GtkAssistants defined a packing
    section is added to the assistant action area which then causes a
    warning so remove them.



Summary of changes:
 bindings/python/gnucash_core.py                    |   2 +-
 gnucash/gnome-utils/dialog-file-access.c           |  12 +-
 gnucash/gnome/assistant-hierarchy.c                |   5 +-
 gnucash/gnome/dialog-new-user.c                    | 151 ++++++++++++++-------
 gnucash/gnome/dialog-new-user.h                    |   2 +
 .../gtkbuilder/assistant-csv-account-import.glade  |   3 -
 .../gtkbuilder/assistant-csv-price-import.glade    |   3 -
 .../gtkbuilder/assistant-csv-trans-import.glade    |   3 -
 gnucash/gtkbuilder/assistant-hierarchy.glade       |   5 +-
 gnucash/gtkbuilder/assistant-stock-split.glade     |   1 -
 gnucash/gtkbuilder/assistant-xml-encoding.glade    |   3 -
 gnucash/gtkbuilder/dialog-account-picker.glade     |   6 +-
 gnucash/gtkbuilder/dialog-new-user.glade           |  36 ++---
 .../csv-imp/assistant-csv-trans-import.cpp         |   5 +-
 gnucash/import-export/import-main-matcher.c        |  42 +++---
 gnucash/import-export/import-main-matcher.h        |  11 +-
 gnucash/import-export/import-match-picker.c        |  10 +-
 gnucash/import-export/import-match-picker.h        |   7 +-
 .../import-export/qif-imp/assistant-qif-import.c   |   2 +-
 .../import-export/qif-imp/dialog-account-picker.c  |   4 +-
 .../import-export/qif-imp/dialog-account-picker.h  |   2 +-
 libgnucash/app-utils/gnc-state.c                   |   3 +-
 22 files changed, 187 insertions(+), 131 deletions(-)



More information about the gnucash-patches mailing list