gnucash stable: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Wed Jun 19 04:52:56 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/d6932b61 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/28a1c8dc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/eb8451fe (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f63a6c35 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/739a748e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7e4054e4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2c7c3f2c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d2b01d95 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fb767b68 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/42a1c0a3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/718402f6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d393c426 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a35af972 (commit)



commit d6932b6111ff0eee33a343dbb3d45e0037774c9c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 11:55:21 2024 +0100

    Add ability for the dense calendar to start from any week day.

commit 28a1c8dc50d42e539d949673698754dcf38286e9
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 11:22:51 2024 +0100

    Bug 669031 - Save the Scheduled Transactions number of months
    
    The number of months to display is saved when the Scheduled Transaction
    page is left open and reverts to the default of 12 when closed. This
    commit add to the existing save layout menu so that it will save the
    number of months to display to a preference setting so it will be
    remembered

commit eb8451febf428ff4ad2e0489e600387c3c61c5b7
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 11:06:52 2024 +0100

    Bug 669035 - Save the Scheduled Transaction divider position
    
    The position of the divider is saved when the Scheduled Transaction
    page is left open and reverts to the default when closed. This commit
    adds a menu option 'Save layout as default' which will save the position
     as a preference setting so it will be remembered.

commit f63a6c35db05168f0aec735863945abf96bec6aa
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 10:49:03 2024 +0100

    Add default number of months per column
    
    In the dense calendar, add a default number of months per column entry
    to the view model to get a better layout when the function
    gnc_dense_cal_set_num_months is solely used. This default number of
    months per column can still be over ridden by using the function
    gnc_dense_cal_set_months_per_col.

commit 739a748e99b94b0ffbea07ee318b15b629171394
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 10:39:27 2024 +0100

    Factor out some common code to new function

commit 7e4054e43e037bc06ab0c186b49a2f38615fbc70
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 10:38:29 2024 +0100

    Add today indication on the dense calendar

commit 2c7c3f2cf7e538e275ba565de82e2f839f0e041d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 10:32:24 2024 +0100

    Add some padding to the top and side bar
    
    Add a 2 px of padding as default to the day top and month side bars and
    also allow it to be changed by CSS.

commit d2b01d95ad9804ce0849e66652d0e3d93a8e6df1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 10:26:48 2024 +0100

    Remove some redundant code

commit fb767b6885dd67afd5fb79465786ae0efbbe0cfc
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 10:26:12 2024 +0100

    Fix month side bar alignment
    
    Create two new variables for the height of the day top bar and width of
    the month side bar along with the existing label_height. These two new
    variables have the same value but made it easier to identify the
    alignment error.

commit 42a1c0a3a9539e3c6900242395a7e1ab22081b01
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 10:13:32 2024 +0100

    Specify the QofLogModule directly

commit 718402f663d75e6ebfa7e4da0f3feed14e7b5b8a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 10:12:48 2024 +0100

    Remove some redundant timer diagnostics

commit d393c4269719d0a13b086d03828d7eb56fd1931d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 6 10:12:07 2024 +0100

    Realign source files gnc-dense-cal*.c/h for spaces



Summary of changes:
 gnucash/gnome-utils/gnc-dense-cal-model.c          |   78 +-
 gnucash/gnome-utils/gnc-dense-cal-model.h          |   57 +-
 gnucash/gnome-utils/gnc-dense-cal-store.c          |  188 +--
 gnucash/gnome-utils/gnc-dense-cal-store.h          |   68 +-
 gnucash/gnome-utils/gnc-dense-cal.c                | 1550 ++++++++++----------
 gnucash/gnome-utils/gnc-dense-cal.h                |   28 +-
 gnucash/gnome/gnc-plugin-page-sx-list.cpp          |   47 +-
 .../org.gnucash.GnuCash.dialogs.sxs.gschema.xml.in |   10 +
 gnucash/ui/gnc-plugin-page-sx-list.ui              |    6 +
 9 files changed, 1072 insertions(+), 960 deletions(-)



More information about the gnucash-patches mailing list