gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Wed May 27 09:45:54 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/1adbc548 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5de1c6d7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b50acc3b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/85e6396d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/923b25ff (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c0abdb28 (commit)
	from  https://github.com/Gnucash/gnucash/commit/64198574 (commit)



commit 1adbc5486545d5bf866d2d707cd928077ccf4cd5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed May 27 14:43:26 2020 +0100

    Change the position the register pop up so it aligns better

commit 5de1c6d711c421380d7618da567fbc5208ab29e5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed May 27 14:26:44 2020 +0100

    Fix the alignment of the Notes label in Transfer dialog

commit b50acc3ba98393bd99974e33701016eac4fa7519
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed May 27 14:19:26 2020 +0100

    Set horizontal paned position in Lot viewer
    
    Set the initial Split horizontal paned position to be half way when the
    window is realized.

commit 85e6396dcd0f386ba73e981ccfe7f035c3143aed
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed May 27 14:08:12 2020 +0100

    Set the expanding column in the lot viewer
    
    Set the expanding columns in the lot viewer to be the 'Title' and the
    'Description'. Also ellipsize the description to help with long
    transaction descriptions.

commit 923b25ffedd1336e7bda60e7a747c44af66d86d4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed May 27 14:02:02 2020 +0100

    Change the alignment of the numeric values in the lot viewer
    
    Change the alignment of the numeric columns to be right aligned so the
    number align up.

commit c0abdb28d1952a0d5125417820b58c2992d856a4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed May 27 13:52:27 2020 +0100

    Bug 797768 - View Lots sorting numbers not right.
    
    When you try and sort on balance, amount and value the columns are
    sorted alphabetically as opposed to numeric value. Fixed by adding
    extra double columns to the list store and use them to sort the numeric
    columns.



Summary of changes:
 gnucash/gnome/dialog-lot-viewer.c                  | 72 +++++++++++++++++++---
 gnucash/gtkbuilder/dialog-transfer.glade           |  3 +-
 .../register/register-gnome/gnucash-item-edit.c    |  2 +-
 3 files changed, 64 insertions(+), 13 deletions(-)



More information about the gnucash-patches mailing list