gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Fri May 1 07:03:53 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/b835bbd3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3602753f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/06500219 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fbf7171a (commit)



commit b835bbd389017d87cc57fc1a2334c72a3a7a2364
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 1 11:58:00 2020 +0100

    Change occurrences of gdk_display_get_default
    
    It would be better to obtain the display from the current window
    instead of using the default one.

commit 3602753f5093313592dee6acf92b821fc604c976
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 1 11:54:58 2020 +0100

    Remove some Gtk version checks in code
    
    With the requirement for Gtk+ 3.22, the version checks dealing with
    checking for version 3.20 or 3.22 are no longer required so these have
    been removed in the source files.

commit 065002190adef7734827a09a6551c5fd5d1095d5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 1 11:46:49 2020 +0100

    Remove some Gtk version checks for CSS
    
    With the requirement for Gtk+ 3.22, the version checks dealing with CSS
    can be removed and the application CSS files dealing with version 3.10
    can be removed with the remaining being renamed.



Summary of changes:
 borrowed/goffice/go-optionmenu.c                   | 74 ------------------
 doc/gtk-3.0.css                                    | 16 +---
 gnucash/gnome-utils/dialog-utils.c                 | 35 +++------
 gnucash/gnome-utils/gnc-cell-renderer-popup.c      | 51 +++----------
 gnucash/gnome-utils/gnc-combott.c                  | 72 ------------------
 gnucash/gnome-utils/gnc-date-edit.c                | 46 +++---------
 gnucash/gnome-utils/gnc-dense-cal.c                | 18 -----
 gnucash/gnome-utils/gnc-gnome-utils.c              | 20 ++---
 gnucash/gnome-utils/gnc-main-window.c              | 17 +----
 gnucash/gnome-utils/gnc-tree-view.c                | 10 +--
 gnucash/gnome/reconcile-view.c                     | 24 +-----
 gnucash/gnome/window-reconcile.c                   | 21 +-----
 gnucash/gnome/window-reconcile2.c                  | 21 +-----
 gnucash/gnucash-310.css                            | 87 ----------------------
 ...ucash-fallback-310.css => gnucash-fallback.css} |  0
 gnucash/gnucash-gresources.xml                     |  5 +-
 gnucash/{gnucash-320.css => gnucash.css}           |  5 ++
 gnucash/html/gnc-html-webkit2.c                    | 12 +--
 .../import-export/csv-imp/gnc-csv-gnumeric-popup.c |  6 --
 gnucash/import-export/import-main-matcher.c        | 13 +---
 gnucash/register/register-gnome/gnucash-header.c   | 18 ++---
 .../register/register-gnome/gnucash-item-edit.c    | 28 +------
 gnucash/register/register-gnome/gnucash-register.c |  5 --
 .../register-gnome/gnucash-sheet-private.c         |  9 ---
 gnucash/register/register-gnome/gnucash-sheet.c    | 34 ++-------
 gnucash/register/register-gnome/gnucash-sheetP.h   |  2 -
 26 files changed, 73 insertions(+), 576 deletions(-)
 delete mode 100644 gnucash/gnucash-310.css
 rename gnucash/{gnucash-fallback-310.css => gnucash-fallback.css} (100%)
 rename gnucash/{gnucash-320.css => gnucash.css} (96%)



More information about the gnucash-patches mailing list