gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Nov 28 08:34:57 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/de6c173e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/458dac89 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/79373d5b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/78c8e8f3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8ed40078 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2b9b3d4a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5201fe5f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4abbd86d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/92b587fa (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1b2feacd (commit)
	from  https://github.com/Gnucash/gnucash/commit/61cd7999 (commit)



commit de6c173ef4a6646f1668e2275ca93e53d9721745
Merge: 61cd799 458dac8
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Nov 28 14:21:16 2018 +0100

    Merge branch 'Bug796896' of https://github.com/Bob-IT/gnucash into maint

commit 458dac89feb9ddf02e015ae7c8bfcac74e88b760
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 26 17:24:46 2018 +0000

    Bug 779565 - Treeview header combos do not work at first load
    
    When the csv preview page is first loaded the header combo will not
    work till refreshed which can be done by selecting another separator.
    
    By adding a g_idle_add to the preview_page_prepare to rebuild the table
    the combos become active.

commit 79373d5b5e497909b778350faa26504e00e9cb28
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 26 17:02:53 2018 +0000

    Fix an alignment issue and remove redundant ctreeview

commit 78c8e8f3afbc8b5e65024479d9b4e382f83f6f6a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 26 17:01:09 2018 +0000

    Make similar changes to transaction import CSV assistant

commit 8ed40078b04f345e7104945f6928067c227a7740
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 26 16:30:36 2018 +0000

    Make similar changes to price import CSV assistant

commit 2b9b3d4a5ed4bd6614a9b2c0646a3c7e2a0a4c59
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 26 15:59:01 2018 +0000

    Fix a missing transient warning for error dialogue

commit 5201fe5f34f313c227559d7b85be52e66b6f4cba
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 26 15:37:58 2018 +0000

    Disable forward button if there are no entries in store

commit 4abbd86d0d6d34a022c7ebb27e73b62c8987a967
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 26 15:05:21 2018 +0000

    Remove window reference and use assistant instead

commit 92b587fa56b48ac149c6c387c901b37cc4d410f6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Nov 26 14:14:25 2018 +0000

    Make similar changes to account import CSV assistant
    
    Remove the OK button from the file page.

commit 1b2feacd4b7108f84999615334838f6191250b80
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Oct 20 10:58:38 2018 +0100

    Bug 796896 - Button to complete an export not intuitively placed or discoverable
    
    The assistant file page is made up of an embedded GtkFileChooser widget
    and associated OK button which seems out of place. Remove the OK button
    and use the selection-changed signal to control the 'Forward' button.



Summary of changes:
 .../gtkbuilder/assistant-csv-account-import.glade  |   3 +-
 .../gtkbuilder/assistant-csv-price-import.glade    |  54 ++------
 .../gtkbuilder/assistant-csv-trans-import.glade    |  56 ++------
 .../import-export/csv-exp/assistant-csv-export.c   |  61 ++++----
 .../csv-imp/assistant-csv-account-import.c         | 154 +++++++++++----------
 .../csv-imp/assistant-csv-account-import.h         |   4 +-
 .../csv-imp/assistant-csv-price-import.cpp         | 116 ++++++++--------
 .../csv-imp/assistant-csv-trans-import.cpp         | 119 ++++++++--------
 gnucash/import-export/csv-imp/csv-account-import.c |   3 +-
 gnucash/import-export/csv-imp/csv-account-import.h |   4 +-
 10 files changed, 262 insertions(+), 312 deletions(-)



More information about the gnucash-patches mailing list