gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Fri May 8 09:20:53 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/32e19170 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6013cb6b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d74225f6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/49eee35a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c4e41384 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/881f89ad (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8500f36c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ccc1247e (commit)
	from  https://github.com/Gnucash/gnucash/commit/20d53cc7 (commit)



commit 32e1917017437cb717c64789fa7d5e115cdea9fb
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 8 14:08:41 2020 +0100

    Transaction matcher dialogue was not closing when changing book.

commit 6013cb6b14f8dc841e4aa612b8668439634808e6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 8 14:08:03 2020 +0100

    Correct parent widget for import new account dialog.

commit d74225f6c07fffa41d3c9be14170b4306faf0da0
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 8 14:07:21 2020 +0100

    Change layout of source file dialog-billterms.c
    
    Remove tabs and spaces in source file.

commit 49eee35a89c0f247d156c9da3bd0edc27424d9ee
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 8 14:06:46 2020 +0100

    No Selection on load for Bill Terms
    
    Change the selection process so it selects the first entry if present
    on load and also selects a newly created entry when completed.

commit c4e41384f2688241ca99095db8fb355ef5b33233
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 8 14:05:38 2020 +0100

    Bug 797689 - Change the Bill Terms Table dialogue to be based on a
     GtkWindow
    
    When using Gnucash on Microsoft Windows and a dialog opens a further
    dialog when you switch away from the application and back the last
    dialog that has the focus is behind the parent and it appears like the
    application has froze. To fix this try to use only one level of dialogue
    so change the Bill Terms Table to use a Window with no transient parent.

commit 881f89addf36d4fb3913504a79cb48fc229c0cc1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 8 14:05:02 2020 +0100

    Change layout of source file dialog-tax-tables.c
    
    Remove tabs and spaces in source file.

commit 8500f36c441410309ed2ba90691b0ce67332e7fa
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 8 14:03:53 2020 +0100

    Change the Tax Table dialogue to be based on a GtkWindow
    
    When using Gnucash on Microsoft Windows and a dialog opens a further
    dialog when you switch away from the application and back the last
    dialog that has the focus is behind the parent and it appears like the
    application has froze. To fix this try to use only one level of dialogue
     so change the Tax Table to use a GtkWindow with no transient parent.

commit ccc1247e25a3759ac1f30dcaf9a63f5b536025d6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 8 14:02:46 2020 +0100

    Align the import matcher help button
    
    Move the import matcher help button to the left in the CSV transaction
    importer.



Summary of changes:
 gnucash/gnome-utils/dialog-tax-table.c             | 243 +++++++++++----------
 gnucash/gnome/dialog-billterms.c                   | 229 +++++++++----------
 gnucash/gnome/dialog-trans-assoc.c                 |  19 +-
 gnucash/gtkbuilder/dialog-billterms.glade          |  85 ++++---
 gnucash/gtkbuilder/dialog-tax-table.glade          |  76 +++----
 .../csv-imp/assistant-csv-trans-import.cpp         |   6 +
 gnucash/import-export/ofx/gnc-ofx-import.c         |   3 +-
 7 files changed, 340 insertions(+), 321 deletions(-)



More information about the gnucash-patches mailing list