[Xfce4-commits] [apps/xfce4-dict] branch master updated (b923cfb -> 84987e9)

noreply at xfce.org noreply at xfce.org
Tue Nov 1 00:31:13 CET 2016


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

andre pushed a change to branch master
in repository apps/xfce4-dict.

      from  b923cfb   I18n: Update translation ca (100%).
       new  0856532   Bump dependencies to check for gtk3/libxfce4ui-2/libxfce4panel-2.0
       new  3fe58a7   Replace GdkColor by GdkRGBA
       new  cb271ea   Set X-XFCE-API=2.0 in desktop file
       new  e5aa9e0   Use GtkBox instead of GtkHBox/GtkVBox
       new  aaf064f   Use GtkGrid instead of GtkTable
       new  7ea47fc   Replace remaining GdkColor by GdkRGBA
       new  3d86504   Use gtk_widget_set_halign/valign instead of gtk_misc_set_alignment()
       new  264ed9b   Replace GtkStock by GtkImage
       new  4d8aa2b   Remove compat code for panel < 4.9 and GTK <=2
       new  6310616   Stop poking at widget internals, use accessors
       new  62dcaad   Replace g_thread_create by g_thread_new
       new  7aad05b   Replace GDK_[key] by GDK_KEY_[key]
       new  b983044   Replace gdk_window_get_pointer by gdk_window_get_device_position
       new  b7add77   Drop gtk_dialog_set_has_separator
       new  aff0f77   Replace more occurrences of GtkStock by GtkImage
       new  72c6272   Replace gtk_widget_modify_font by gtk_widget_override_font/GtkStyleContext
       new  38d955c   Drop GTK_DIALOG_NO_SEPARATOR
       new  b0805bb   Replace macros by functions
       new  d33c20a   Replace gdk_cursor_new by gdk_cursor_new_from_name
       new  ec3535c   Drop alignment and replace gtk_vseparator_new by gtk_separator_new
       new  5433451   Rework menus preserving icons
       new  52f2960   Replace gdk_spawn_on_screen by g_spawn_async
       new  5dde15c   Replace gdk_cursor_unref by g_object_unref
       new  8dfb917   Remove GtkTooltips
       new  2d26c5c   Replace gtk_combo_box_* by gtk_combo_box_text*
       new  02d7c23   Replace macros by functions
       new  d3a9568   Fix server information dialog
       new  915da4b   Fix server information button
       new  ec81b77   Replace GtkWidgetClass::size_request by get_preferred_width/height
       new  a557218   Replace Gtk Pixbuf Inline by Resource
       new  16a6552   Remove dangling function
       new  0f20bd4   Fix build
       new  5176ec9   Make speedreader intro visible
       new  1960bf3   Remove unnecessary code from About dialog
       new  7448b14   Fix drag and drop internal data access
       new  07b6a3c   Increment copyright year
       new  4600333   Use GtkSearchEntry instead of GtkEntry
       new  aa47ee8   Using gdbus as IPC mechanism
       new  7b68a0e   Bumping GTK version
       new  ba40f5e   Fixing a couple of warnings
       new  cc98104   Change build order for dbus.c
       new  92ca401   Set main entry text from IPC calls
       new  84987e9   Merge branch 'gtk3'

The 43 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                                |   4 +
 Makefile.am                               |   4 +-
 configure.ac.in                           |  13 +-
 lib/Makefile.am                           |  30 ++-
 lib/common.c                              | 119 ++++-----
 lib/common.h                              |  15 +-
 lib/dbus.xml                              |   8 +
 lib/dictd.c                               |  20 +-
 lib/gui.c                                 | 225 ++++++++++------
 lib/gui.h                                 |   1 -
 lib/inline-icon.h                         | 420 ------------------------------
 lib/libdict.h                             |   1 +
 lib/prefs.c                               | 293 +++++++++------------
 lib/resources.xml                         |   6 +
 lib/speedreader.c                         |  90 ++++---
 lib/spell.c                               |  14 +-
 lib/wraplabel.c                           |  25 +-
 panel-plugin/xfce4-dict-plugin.c          | 169 +++---------
 panel-plugin/xfce4-dict-plugin.desktop.in |   2 +-
 xfce4-dict.svg => pixmaps/xfce4-dict.svg  |   0
 src/popup_plugin.c                        |  71 ++---
 src/xfce4-dict.c                          |   8 +-
 22 files changed, 520 insertions(+), 1018 deletions(-)
 create mode 100644 lib/dbus.xml
 delete mode 100644 lib/inline-icon.h
 create mode 100644 lib/resources.xml
 rename xfce4-dict.svg => pixmaps/xfce4-dict.svg (100%)

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


More information about the Xfce4-commits mailing list