gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Sep 22 05:40:03 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/4d72dd72 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3a99ca67 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5ffe52a0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ce3e36a7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/abd1684c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fe214982 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9ade0510 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/861bfa9f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4a07162c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6846ee84 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b182f2f2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8825d3fe (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8d1b4522 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b4323565 (commit)



commit 4d72dd727c0d91b97529de0c74c1f4f9634fc340
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Sep 4 11:50:09 2015 +0200

    Gtk code cleanups: setting a default color map is deprecated

commit 3a99ca67912282fbbc46839a5794db72d8c2eda7
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Thu Sep 3 15:45:46 2015 +0200

    Gtk code cleanups: Convert dense-cal from gdk_gc_* to cairo

commit 5ffe52a03ee8ad4262aa154c6f00d228c225e7bd
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Aug 22 11:52:23 2015 +0200

    Gtk code cleanups: Use accessor functions on GtkWidget instead of deprecated direct access

commit ce3e36a7a558bce252f17e043980d0d3d113ba5c
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Aug 25 14:16:03 2015 +0200

    Gtk code cleanups: drop use of deprecated GTK_CALENDAR_WEEK_START_ON_MONDAY
    
    It has been deprecated as of gtk 2.4 and ignored ever since.

commit abd1684cc4b0ba2113e60fd3677d82cbec68ddd5
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Aug 25 13:52:56 2015 +0200

    Gtk code cleanups: replace deprecated gdk_drawable_get_display with gdk_window_get_display

commit fe2149825f0917db477a20e1de505453f5063c94
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Aug 25 12:01:00 2015 +0200

    Gtk code cleanups: drop custom arg type registration
    
    Appears not to be used anywhere.

commit 9ade051090c44f95df36582907ede1568c7f8379
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Aug 25 11:39:46 2015 +0200

    Gtk code cleanups: GTK_WIDGET_SET_FLAGS is deprecated

commit 861bfa9ff50840d0908f4008da345d1fa2adaf0b
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Aug 24 00:05:08 2015 +0200

    Gtk code cleanups: use G_TYPE_CHECK_* instead of obsolete GTK_CHECK_*

commit 4a07162ca15cff62ef5b3ba88e3de03c6719e83f
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sun Aug 23 22:11:38 2015 +0200

    Gtk code cleanups: use gdk_window_get_width/height functions

commit 6846ee842caf582d5e75fc1bbb142578e639d23b
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Aug 22 18:35:54 2015 +0200

    Gtk code cleanups: consistently use new style key codes

commit b182f2f2e4e907cc65058b19db6b36c6e0fec764
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Aug 22 14:52:57 2015 +0200

    Gtk code cleanups: Avoid GtkObject where possible

commit 8825d3feb7abda2650b0907d9eafa34927735267
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Aug 22 12:26:25 2015 +0200

    Gtk code cleanups: Fix obsolete use of GtkType type.

commit 8d1b45220176f4cfe8ce423f7b8fb634cce2f06c
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Aug 22 10:50:35 2015 +0200

    Drop function gnc_assistant_set_colors
    
    It's not making any visual difference in current Gtk implementations.



Summary of changes:
 src/business/business-gnome/dialog-billterms.c     |   4 +-
 src/business/business-gnome/dialog-customer.c      |   4 +-
 src/business/business-gnome/dialog-date-close.c    |   2 +-
 src/gnome-search/dialog-search.c                   |   2 +-
 src/gnome-search/search-account.c                  |   6 +-
 src/gnome-search/search-core-type.c                |   2 +-
 src/gnome-search/search-core-type.h                |   2 +-
 src/gnome-utils/Makefile.am                        |   2 -
 src/gnome-utils/assistant-utils.c                  |  57 ------
 src/gnome-utils/assistant-utils.h                  |  32 ---
 src/gnome-utils/assistant-xml-encoding.c           |   3 -
 src/gnome-utils/cursors.c                          |   2 +-
 src/gnome-utils/dialog-account.c                   |  14 +-
 src/gnome-utils/dialog-book-close.c                |   2 +-
 src/gnome-utils/dialog-transfer.c                  |  14 +-
 src/gnome-utils/dialog-utils.c                     |  51 ++---
 src/gnome-utils/gnc-amount-edit.c                  |  10 +-
 src/gnome-utils/gnc-cell-renderer-date.h           |  12 +-
 src/gnome-utils/gnc-cell-renderer-popup-entry.c    |  24 +--
 src/gnome-utils/gnc-cell-renderer-popup-entry.h    |  14 +-
 src/gnome-utils/gnc-cell-renderer-popup.c          |  37 ++--
 src/gnome-utils/gnc-cell-renderer-popup.h          |  14 +-
 src/gnome-utils/gnc-combott.c                      |  17 +-
 src/gnome-utils/gnc-date-delta.c                   |   4 +-
 src/gnome-utils/gnc-date-edit.c                    |  34 +---
 src/gnome-utils/gnc-date-edit.h                    |   1 -
 src/gnome-utils/gnc-dense-cal.c                    | 214 ++++++++++-----------
 src/gnome-utils/gnc-dense-cal.h                    |   2 +-
 src/gnome-utils/gnc-gnome-utils.c                  |   3 -
 src/gnome-utils/gnc-gui-query.c                    |   2 +-
 src/gnome-utils/gnc-main-window.c                  |   4 +-
 src/gnome-utils/gnc-splash.c                       |   2 +-
 src/gnome-utils/gnc-tree-model-account.c           |   2 +-
 src/gnome-utils/gnc-tree-model-commodity.c         |   2 +-
 src/gnome-utils/gnc-tree-model-owner.c             |   2 +-
 src/gnome-utils/gnc-tree-model-split-reg.c         |   2 +-
 src/gnome-utils/gnc-tree-view-owner.c              |   1 -
 src/gnome-utils/gnc-tree-view.c                    |  10 +-
 src/gnome/assistant-acct-period.c                  |   6 +-
 src/gnome/assistant-hierarchy.c                    |   5 +-
 src/gnome/assistant-loan.c                         |   9 +-
 src/gnome/assistant-stock-split.c                  |   8 +-
 src/gnome/dialog-commodities.c                     |   4 +-
 src/gnome/dialog-fincalc.c                         |   2 +-
 src/gnome/dialog-lot-viewer.c                      |   4 +-
 src/gnome/dialog-price-edit-db.c                   |   4 +-
 src/gnome/dialog-progress.c                        |   8 +-
 src/gnome/dialog-sx-editor.c                       |  14 +-
 src/gnome/dialog-sx-editor2.c                      |  14 +-
 src/gnome/dialog-sx-from-trans.c                   |   4 +-
 src/gnome/dialog-sx-since-last-run.c               |   4 +-
 src/gnome/dialog-tax-info.c                        |   2 +-
 src/gnome/gnc-budget-view.c                        |  10 +-
 src/gnome/gnc-plugin-budget.c                      |   2 +-
 src/gnome/gnc-plugin-page-sx-list.c                |   3 -
 src/gnome/gnc-split-reg.c                          |  18 +-
 src/gnome/gnc-split-reg2.c                         |  12 +-
 src/gnome/reconcile-view.c                         |   2 +-
 src/gnome/window-reconcile.c                       |   6 +-
 src/gnome/window-reconcile2.c                      |   6 +-
 src/import-export/aqb/assistant-ab-initial.c       |   9 +-
 src/import-export/aqb/gnc-gwen-gui.c               |   2 +-
 src/import-export/csv-exp/assistant-csv-export.c   |   6 +-
 .../csv-imp/assistant-csv-account-import.c         |   6 +-
 .../csv-imp/assistant-csv-trans-import.c           |  14 +-
 src/import-export/qif-imp/assistant-qif-import.c   |   7 +-
 src/import-export/qif-imp/dialog-account-picker.c  |   2 +-
 src/plugins/bi_import/dialog-bi-import-gui.c       |   8 -
 .../customer_import/dialog-customer-import-gui.c   |   8 -
 src/register/register-gnome/combocell-gnome.c      |   4 +-
 src/register/register-gnome/formulacell-gnome.c    |   6 +-
 src/register/register-gnome/gnucash-cursor.c       |   2 +-
 src/register/register-gnome/gnucash-date-picker.c  |   4 +-
 src/register/register-gnome/gnucash-grid.c         |   2 +-
 src/register/register-gnome/gnucash-header.c       |   8 +-
 src/register/register-gnome/gnucash-item-edit.c    |  24 +--
 src/register/register-gnome/gnucash-sheet.c        |  53 +++--
 src/register/register-gnome/pricecell-gnome.c      |   4 +-
 78 files changed, 387 insertions(+), 541 deletions(-)
 delete mode 100644 src/gnome-utils/assistant-utils.c
 delete mode 100644 src/gnome-utils/assistant-utils.h



More information about the gnucash-patches mailing list