[Xfce4-commits] [apps/gigolo] branch master updated (3ea4493 -> 4de50e2)

noreply at xfce.org noreply at xfce.org
Mon Oct 31 18:18:34 CET 2016


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

landry pushed a change to branch master
in repository apps/gigolo.

      from  3ea4493   I18n: Update translation zh_CN (100%).
       new  4b7af71   Check for Gtk+-3.0
       new  10e6a2e   enable XDG_FEATURE_DEBUG
       new  fe55392   Use gtk_mount_operation_new() instead of our own wrapper
       new  6bdd110   Stop using our own wrappers, use plain gtk functions
       new  c53756b   Drop inclusion of now useless compat.h header
       new  a0b850a   Migrate from GtkObject to GObject
       new  93c0e13   Migrate to newer GTkComboBoxText API
       new  d0477b6   Use modern GDK_KEY defines
       new  0051c20   has-separator property was removed from the API
       new  414921b   GtkAboutDialog email/url hooks were removed from the API
       new  6f421a3   Tentative migration from handrolled GigoloSingleInstance to GtkApplication
       new  7ed65a8   drop now useless inclusion of singleinstance.h header
       new  e81fab6   Drop now useless old glue compat code for ancient Gtks
       new  b1d9191   update .gitignore
       new  c5e5147   forgotten include removal
       new  50bf2ae   Migrate from GtkHBox/GtkVBox to GtkBox
       new  ad8107c   Properly implement GtkApplication for unique application support
       new  119b8af   unref the GtkApplication instance at the right spot to avoid a crash
       new  01e1225   Migrate from GdkColor to GdkRGBA, and from GtkColorButton to GtkColorChooser
       new  4c837c8   use proper macro
       new  e3659ab   Migrate from gtk_misc_set_alignment to gtk_label_set_xalign
       new  a0548e3   Migrate from GtkHSeparator to GtkSeparator
       new  d92da6c   use the proper macro
       new  2154397   remove now unused function
       new  5762bd2   Inherit from GtkBox, and set orientation to vertical in _init
       new  b7b3939   Migrate to newer GdkCursor constructor
       new  2d01a55   More VBox/HPaned conversion
       new  77a7447   Migrate from GtkTable to GtkGrid
       new  dd0e669   ensure the treeview expands in width
       new  4ad4e6e   Oops, wrong box orientation for preferences dialog
       new  e370301   Replace some GTK_STOCK macros by their string equivalence
       new  a0f13a9   Replace gtk_tool_button_new_from_stock by gtk_tool_button_new
       new  dc8a396   replace gtk_image_set_from_stock by gtk_image_set_from_icon_name
       new  82a5342   also expand the iconview
       new  4de50e2   Merge remote-tracking branch 'landry/master'

The 35 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:
 .gitignore               |  25 +-
 configure.ac.in          |   6 +-
 po/POTFILES.in           |   3 -
 src/Makefile.am          |   3 -
 src/backendgvfs.c        |  11 +-
 src/bookmarkdialog.c     |  11 +-
 src/bookmarkeditdialog.c | 157 ++++++------
 src/bookmarkpanel.c      |  13 +-
 src/browsenetworkpanel.c |  35 +--
 src/compat.c             |  95 -------
 src/compat.h             |  37 ---
 src/main.c               |  62 +++--
 src/mountdialog.c        |  18 +-
 src/mountoperation.c     | 631 -----------------------------------------------
 src/mountoperation.h     |  51 ----
 src/preferencesdialog.c  |  76 +++---
 src/singleinstance.c     | 282 ---------------------
 src/singleinstance.h     |  52 ----
 src/window.c             |  26 +-
 19 files changed, 225 insertions(+), 1369 deletions(-)
 delete mode 100644 src/compat.c
 delete mode 100644 src/compat.h
 delete mode 100644 src/mountoperation.c
 delete mode 100644 src/mountoperation.h
 delete mode 100644 src/singleinstance.c
 delete mode 100644 src/singleinstance.h

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


More information about the Xfce4-commits mailing list