[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] branch master updated (4811838 -> d905754)

noreply at xfce.org noreply at xfce.org
Sat Jun 2 05:09:34 CEST 2018


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   h   a   n   g   e       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository thunar-plugins/thunar-vcs-plugin.

      from  4811838   Replace GtkTable by GtkGrid
       new  32feee6   Get rid of deprecated gdk_screen_make_display_name
       new  84aad6b   Get rid of GtkAlignment
       new  4c22f94   Drop superfluous functions
       new  da2a084   Use exo's wrapper for gtk_dialog_get_action_area
       new  e2a0615   Organize includes
       new  4b23fbc   Drop gtk_dialog_set_alternative_button_order
       new  4f7ab1a   Silence gdk_threads_* deprecations
       new  a412ebc   Replace g_thread_create by g_thread_new
       new  d905754   Drop gtk_widget_modify_font usage

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in                            |   2 +-
 thunar-vcs-plugin/tvp-git-action.c         |  18 ++---
 thunar-vcs-plugin/tvp-svn-action.c         |  18 ++---
 thunar-vcs-plugin/tvp-svn-backend.c        |   2 -
 thunar-vcs-plugin/tvp-svn-property-page.c  |  66 +++++++++++-----
 tvp-git-helper/Makefile.am                 |  24 +++---
 tvp-git-helper/tgh-blame-dialog.c          |   4 +-
 tvp-git-helper/tgh-branch-dialog.c         |  17 ++---
 tvp-git-helper/tgh-cell-renderer-graph.c   |   1 -
 tvp-git-helper/tgh-clean-dialog.c          |   2 -
 tvp-git-helper/tgh-common.h                |   2 +
 tvp-git-helper/tgh-dialog-common.c         |  33 --------
 tvp-git-helper/tgh-dialog-common.h         |   2 -
 tvp-git-helper/tgh-file-selection-dialog.c |   2 -
 tvp-git-helper/tgh-log-dialog.c            |  11 +--
 tvp-git-helper/tgh-notify-dialog.c         |   4 +-
 tvp-git-helper/tgh-stash-dialog.c          |  19 +++--
 tvp-git-helper/tgh-status-dialog.c         |   8 +-
 tvp-git-helper/tgh-status.c                |   2 +
 tvp-git-helper/tgh-transfer-dialog.c       |   5 +-
 tvp-svn-helper/Makefile.am                 |  16 ++--
 tvp-svn-helper/main.c                      |   3 +-
 tvp-svn-helper/tsh-add.c                   |   8 +-
 tvp-svn-helper/tsh-blame-dialog.c          |   4 +-
 tvp-svn-helper/tsh-blame.c                 |  12 ++-
 tvp-svn-helper/tsh-checkout.c              |  12 ++-
 tvp-svn-helper/tsh-cleanup.c               |  20 ++++-
 tvp-svn-helper/tsh-commit.c                |  16 +++-
 tvp-svn-helper/tsh-common.c                | 119 ++++++++++++++++++++++++-----
 tvp-svn-helper/tsh-copy.c                  |   8 +-
 tvp-svn-helper/tsh-delete.c                |   8 +-
 tvp-svn-helper/tsh-diff-dialog.c           |  15 +---
 tvp-svn-helper/tsh-diff.c                  |  17 ++++-
 tvp-svn-helper/tsh-export.c                |   8 +-
 tvp-svn-helper/tsh-file-dialog.c           |   2 -
 tvp-svn-helper/tsh-file-selection-dialog.c |   2 -
 tvp-svn-helper/tsh-import.c                |   8 +-
 tvp-svn-helper/tsh-lock-dialog.c           |   2 -
 tvp-svn-helper/tsh-lock.c                  |  14 +++-
 tvp-svn-helper/tsh-log-dialog.c            |   8 +-
 tvp-svn-helper/tsh-log-message-dialog.c    |   2 -
 tvp-svn-helper/tsh-log.c                   |  18 ++++-
 tvp-svn-helper/tsh-login-dialog.c          |   2 -
 tvp-svn-helper/tsh-move.c                  |   8 +-
 tvp-svn-helper/tsh-notify-dialog.c         |   4 +-
 tvp-svn-helper/tsh-properties-dialog.c     |  39 +---------
 tvp-svn-helper/tsh-properties.c            |  24 ++++--
 tvp-svn-helper/tsh-relocate-dialog.c       |   6 +-
 tvp-svn-helper/tsh-relocate.c              |  16 +++-
 tvp-svn-helper/tsh-resolved.c              |  14 +++-
 tvp-svn-helper/tsh-revert.c                |   8 +-
 tvp-svn-helper/tsh-status-dialog.c         |   8 +-
 tvp-svn-helper/tsh-status.c                |  16 +++-
 tvp-svn-helper/tsh-switch.c                |   8 +-
 tvp-svn-helper/tsh-transfer-dialog.c       |   6 +-
 tvp-svn-helper/tsh-tree-common.h           |   2 +
 tvp-svn-helper/tsh-trust-dialog.c          |   2 -
 tvp-svn-helper/tsh-unlock.c                |  10 ++-
 tvp-svn-helper/tsh-update.c                |   8 +-
 59 files changed, 471 insertions(+), 274 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list