gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Wed Apr 10 06:12:34 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/19bbeaa6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d44e0ee7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e745f4cf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/57eac14d (commit)
	from  https://github.com/Gnucash/gnucash/commit/0cce764e (commit)



commit 19bbeaa67ae6953603570a435fdcdf9ae3c6c44f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Apr 9 17:36:09 2019 +0100

    Bug 797185 - Correct the sorting for the Transaction Association Dialog
    
    Change the sort function to use the correct model column.

commit d44e0ee750dd8677ef6979324ef2edc62015f426
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Apr 9 17:32:53 2019 +0100

    When displaying paths on MS Windows, make them look normal
    
    Change the forward slashes to back slashes as that is normal for paths
    in MS Windows.

commit e745f4cfeefefab92302678a0f8344e7d344ec3a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Apr 9 17:29:46 2019 +0100

    Fix some transient parent warnings for gnc_launch_assoc
    
    Add a Gtkwindow parent parameter to above function so it can be passed
    to the error warning dialog.

commit 57eac14d82b6cb7acfa043546dedb63c3dc21f74
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Apr 9 17:23:20 2019 +0100

    Bug 797183 - association head path with spaces displayed wrong
    
    The Transaction Association path head was being displayed with '%20' as
    the space as it was not being unescaped. Fixed by unescaping and also
    noticed that the error message string were wrong also.



Summary of changes:
 gnucash/gnome-utils/gnc-gnome-utils.c              | 32 ++++++++++++++++------
 gnucash/gnome-utils/gnc-gnome-utils.h              |  4 +--
 gnucash/gnome-utils/gnc-main-window.c              |  2 +-
 gnucash/gnome/dialog-trans-assoc.c                 | 19 +++++++++----
 gnucash/gnome/gnc-split-reg.c                      | 10 +++++--
 .../register/ledger-core/split-register-model.c    |  6 ++++
 6 files changed, 55 insertions(+), 18 deletions(-)



More information about the gnucash-patches mailing list