[Xfce4-commits] [xfce/exo] branch master updated (201905c -> c4b7735)

noreply at xfce.org noreply at xfce.org
Tue Jul 12 04:07:52 CEST 2016


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

bluesabre pushed a change to branch master
in repository xfce/exo.

      from  201905c   I18n: Update translation pa (91%).
       new  26bcf69   Make it build with -DGSEAL_ENABLE
       new  845ba3e   exo-cell-renderer-icon: Draw icons using cairo
       new  6e919ff   exo-icon-view: Get rid of GtkObject
       new  325fbc0   Get rid of GtkDialog:has-separator
       new  84a517e   Get rid of GtkTooltips
       new  9155cf5   Get rid of gdk_spawn_on_screen()
       new  3325298   exo-icon-view: Use GDK_KEY_* constants
       new  bace2af   Make ExoIconView compile and somewhat work with Gtk3
       new  548c5e3   Build exo-helper with Gtk3
       new  8b9aacf   Build exo-open with Gtk3
       new  b1894e3   Make ExoBinding available in Gtk3 builds
       new  2426a1c   Make ExoIconChooserDialog work in Gtk3
       new  19598dc   exo-desktop-item-edit: Port to Gtk3
       new  41cda2d   exo-2.pc.in: require libxfce4util-1.0
       new  78de2b3   Build ExoTreeView for Gtk3
       new  186fcaa   ExoIconView: fix text selection background drawing
       new  915b9e8   ExoIconChooserDialog: Fix text alignment under icons
       new  54395b6   Merge remote-tracking branch 'exo-gtk3/master'
       new  e387957   Add missing exo-2.pc
       new  360dd63   Drop exo-2.pc, add to gitignore
       new  c4b7735   Merge in GTK3 changes provided by Jonas Kümmerlin (https://github.com/rgcjonas/exo-gtk3). This branch gives us GTK3 versions of ExoIconView and ExoIconChooser, as well as other fixes and improvements. I've tested these changes with the in-progress port of Xfce Settings Manager.

The 21 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                                    |    1 +
 configure.ac.in                               |   10 +-
 exo-desktop-item-edit/Makefile.am             |   12 +-
 exo-desktop-item-edit/exo-die-command-entry.c |   16 +-
 exo-desktop-item-edit/exo-die-command-model.c |    6 +-
 exo-desktop-item-edit/exo-die-desktop-model.c |    6 +-
 exo-desktop-item-edit/exo-die-editor.c        |   88 +-
 exo-desktop-item-edit/main.c                  |   31 +-
 exo-helper/Makefile.am                        |   12 +-
 exo-helper/exo-helper-chooser-dialog.c        |   38 +-
 exo-helper/exo-helper-chooser.c               |  114 +--
 exo-helper/exo-helper-launcher-dialog.c       |   16 +-
 exo-helper/exo-helper.c                       |   11 +-
 exo-helper/main.c                             |   11 +-
 exo-open/Makefile.am                          |    6 +-
 exo/Makefile.am                               |   29 +-
 exo/exo-cell-renderer-ellipsized-text.c       |   18 +-
 exo/exo-cell-renderer-icon.c                  |  105 ++-
 exo/exo-execute.c                             |   19 +-
 exo/exo-gtk-extensions.c                      |   15 +
 exo/exo-gtk-extensions.h                      |    4 +
 exo/exo-icon-bar.c                            |   90 ++-
 exo/exo-icon-chooser-dialog.c                 |   60 +-
 exo/exo-icon-chooser-model.c                  |    7 +
 exo/exo-icon-view-accessible.c                |   39 +-
 exo/exo-icon-view.c                           | 1058 +++++++++++++++++++------
 exo/exo-icon-view.h                           |    5 +
 exo/exo-thumbnail-preview.c                   |   27 +-
 exo/exo-toolbars-editor-dialog.c              |    7 +-
 exo/exo-toolbars-editor.c                     |    2 +-
 exo/exo-toolbars-private.c                    |   22 +-
 exo/exo-toolbars-view.c                       |   21 +-
 exo/exo-tree-view.c                           |   14 +-
 exo/exo-wrap-table.c                          |   36 +-
 exo/exo.h                                     |   21 +-
 35 files changed, 1388 insertions(+), 589 deletions(-)

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


More information about the Xfce4-commits mailing list