gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Fri May 10 07:30:00 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/7345a4ad (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1a40caee (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3b73c49e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a26a7c59 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/58465432 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d6248940 (commit)



commit 7345a4adfa402af75f15167baf26317ef72fbdcc
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 10 12:07:45 2019 +0100

    Change dialog-job to use GtkGrids

commit 1a40caee9d1c9ed57cebb5754825860c70d33099
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 10 12:07:05 2019 +0100

    Change dialog-order to use GtkGrids

commit 3b73c49e8001a0e0db494c3c47ce14483780f6f1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 10 12:03:36 2019 +0100

    Change dialog-invoice to use GtkGrid widgets
    
    There was a column alignment error between the labels and widgets as
    they were using separate vboxs so moving them all to a Gtkgrid
    eliminates this.

commit a26a7c590813391242ad992cb1385e0ae8bbd82b
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 10 11:56:23 2019 +0100

    Change assistant-ab-initial.glade so it displays correctly
    
    The text on the first page was squashed as the width could not be
    negotiated properly as all the text was set to wrap automaticity and on
    subsequent pages there was no wide widgets. Moved the first text row to
    a separate widget and not wrap-able so a decent width can be negotiated.

commit 584654327902e35c95c7745e9827b7829c56169a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 10 11:55:40 2019 +0100

    Bug 797232 - Convert dialog-ab.glade to gtk3



Summary of changes:
 gnucash/gnome/dialog-invoice.c                     |   18 +-
 gnucash/gnome/dialog-order.c                       |    6 -
 gnucash/gtkbuilder/dialog-invoice.glade            | 1162 ++++++++------------
 gnucash/gtkbuilder/dialog-job.glade                |  295 ++---
 gnucash/gtkbuilder/dialog-order.glade              |  616 ++++-------
 .../import-export/aqb/assistant-ab-initial.glade   |  161 +--
 gnucash/import-export/aqb/dialog-ab-daterange.c    |    2 +-
 gnucash/import-export/aqb/dialog-ab.glade          | 1062 +++++++-----------
 gnucash/import-export/aqb/gnc-gwen-gui.c           |   19 +-
 9 files changed, 1339 insertions(+), 2002 deletions(-)



More information about the gnucash-patches mailing list