gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Mar 31 14:16:47 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/6c619400 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/518519f4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c9f497cf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9b120f95 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3f7d70ac (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f7211edb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7033b331 (commit)
	from  https://github.com/Gnucash/gnucash/commit/4053f2ca (commit)



commit 6c6194001a4824163c8e40e7b48e5ef4944ccae5
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 31 11:09:34 2018 -0700

    One more glade file with visible=true dialogs.

commit 518519f4cb2a31112b9ce8ec5fd47888d758107f
Merge: 4053f2c c9f497c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 31 11:11:31 2018 -0700

    Merge Bob Fewell's 'Gwenhywfar fixes' PR328 into unstable.

commit c9f497cf78696d508b02af4787260ef8ed34cefa
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Mar 31 17:13:41 2018 +0100

    Fix transient parent warnings when doing MT940 import

commit 9b120f95a975bd6a977a3f0485c54a9e4f08c597
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Mar 31 17:11:15 2018 +0100

    Missing container add for textbrowser
    
    Needed to add gtk_container_add to add the text_view to the scroll
    window.

commit 3f7d70ace3f35ce71e94eaf1707cd538a7a28f79
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Mar 31 17:08:53 2018 +0100

    Error for lineedit when setting text
    
    Critical errors were logged when trying to set the gtkentry text when
    value is null, test for this before setting entry text.

commit f7211edbabdc8c802168b93973a1164067fed264
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Mar 31 17:05:05 2018 +0100

    Couple of missing properties for groupbox
    
    When fixing related combo error a couple of critical errors were logged
    for 'Function is not appropriate for this type of widget' which turned
    out to be visibility properties so added them to stop error.

commit 7033b331ee47b601279e68464323fe76b7ceebe5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Mar 31 17:01:56 2018 +0100

    Bug794707 - Aqbanking combo boxes missing selection.
    
    Modified w_combobox.c setup procedure was had an error when modified
    for gtk3 use.



Summary of changes:
 borrowed/gwengui-gtk3/w_combobox.c                 |  5 ++++-
 borrowed/gwengui-gtk3/w_groupbox.c                 |  7 +++++++
 borrowed/gwengui-gtk3/w_lineedit.c                 |  3 ++-
 borrowed/gwengui-gtk3/w_textbrowser.c              |  1 +
 gnucash/gtkbuilder/gnc-plugin-page-register2.glade |  6 +++---
 gnucash/import-export/aqb/gnc-ab-utils.c           | 20 +++++++++++---------
 gnucash/import-export/aqb/gnc-file-aqb-import.c    |  2 +-
 7 files changed, 29 insertions(+), 15 deletions(-)



More information about the gnucash-patches mailing list