gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sun Dec 9 07:39:54 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/9921ab22 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c3dae07d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5bc6922c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9e104ebc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/03da6116 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/51ab6e78 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/34e84fda (commit)
	 via  https://github.com/Gnucash/gnucash/commit/48b07399 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/33214621 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/31fcb764 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8c904edc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0c58f78b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d9d24a90 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a671e341 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3abd0432 (commit)
	from  https://github.com/Gnucash/gnucash/commit/353a3812 (commit)



commit 9921ab22a227ea2d9e65a3cfd43425c08bba8322
Merge: 353a381 c3dae07
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Dec 9 13:15:27 2018 +0100

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

commit c3dae07d8355dfc899658135539d9dcae7161490
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Dec 3 11:33:54 2018 +0000

    Disallow tabs in the account notes field.
    
    While using the tab key to navigate the fields of the edit account
    dialogue, it stops in the notes field as it accepts tabs so by
    disallowing use keyboard navigation can proceed.

commit 5bc6922c14d8d0f57ec90355f206a5f648a83207
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Dec 3 10:55:36 2018 +0000

    Bug 796944 - Tab navigation From Company Address field in New Book Options
    
    Disallow the use of tabs in all dialogue options text views. This is
    mainly used for notes fields and CSS so should not really be an issue.

commit 9e104ebc4034efdc00d8b673c2cba32413c4cb9e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Dec 2 14:12:44 2018 +0000

    Bug 796948 - Scheduled Transactions Entered Since Last Run Are not Visible
    
    Add a call to gnc_gui_refresh_all after the transactions have been
    created so the registers are updated.

commit 03da6116bf7d92e38545709e8784d0cd5f6cb712
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Dec 2 13:45:41 2018 +0000

    Bug 796886 - OFX Import does not show source account in the transaction matching window
    
    If there is more than one account source in the import it makes it
    difficult to allocate the transactions so add a toggle button to show
    or hide the source account column with the default being that of the
    calling function.

commit 51ab6e78046ae6d681d2627caf66a00503225fe5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Dec 2 12:24:26 2018 +0000

    Bug796960 - Incorrect amount sort order in Generic import matcher window
    
    The amount column was being sorted by string as opposed to amount value.
    Added a DOUBLE value to the model store to hold a converted gnc_numeric
    amount value and use that for sorting the tree view amount column. Also
    made the amount column right justified so numbers align.

commit 34e84fda856cf0b302ff4168f695258300b8c502
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Dec 2 11:24:07 2018 +0000

    Add ability to double click on file name for csv-trans-import

commit 48b0739942ac811b78e22f48b94ce8bf7447cc44
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Dec 2 10:50:51 2018 +0000

    Add ability to double click on file name for csv-price-import

commit 3321462123d2686df3ba9e50426eb2e5b62640be
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Dec 2 09:53:46 2018 +0000

    Add ability to double click on file name for csv-account-import

commit 31fcb76414e93feefca984c7d060c3b173d43452
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 1 13:20:21 2018 +0000

    Add ability to double click on file name for csv-export

commit 8c904edc257314c5c025421732066c0aab58fb38
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 1 12:25:11 2018 +0000

    Use existing page references instead of getting them in csv-export

commit 0c58f78bdfe6d93cb58fe1b58821a1732be6e725
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 1 12:23:18 2018 +0000

    Remove window reference and use assistant instead for csv-export

commit d9d24a90553eb4e6e6eb1a1336bad3f9ae7dfc98
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 1 10:58:15 2018 +0000

    Missed adding new parent window parameter
    
    Added a GtkWindow parameter to csv_import_read_file to pass to the
    error dialogue but missed actually adding it.

commit a671e34134304d0478fe7f4882f0180a3bf41f63
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 1 10:53:43 2018 +0000

    Add some space to a previous alignment change
    
    Add some space to the fixed width labels in the price and transaction
    importer glade files.

commit 3abd04321d37e7df46b77bfa95b77c4a32ee4555
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 1 10:46:19 2018 +0000

    okbutton may be used uninitialised in gnc-file.c



Summary of changes:
 gnucash/gnome-utils/dialog-options.c               |   1 +
 gnucash/gnome/dialog-sx-since-last-run.c           |   1 +
 .../gtkbuilder/assistant-csv-price-import.glade    |   1 +
 .../gtkbuilder/assistant-csv-trans-import.glade    |   1 +
 gnucash/gtkbuilder/dialog-account.glade            |   1 +
 gnucash/gtkbuilder/dialog-import.glade             |  17 ++-
 .../import-export/csv-exp/assistant-csv-export.c   | 139 ++++++++++++---------
 .../import-export/csv-exp/assistant-csv-export.h   |   3 +-
 .../csv-imp/assistant-csv-account-import.c         |  73 ++++++++---
 .../csv-imp/assistant-csv-price-import.cpp         |  54 ++++++--
 .../csv-imp/assistant-csv-trans-import.cpp         |  59 +++++++--
 gnucash/import-export/csv-imp/csv-account-import.c |   4 +-
 gnucash/import-export/import-main-matcher.c        |  44 +++++--
 13 files changed, 287 insertions(+), 111 deletions(-)



More information about the gnucash-patches mailing list