[Xfce4-commits] [panel-plugins/xfce4-eyes-plugin] branch master updated (d38443d -> 55d6d23)
noreply at xfce.org
noreply at xfce.org
Sun Jun 5 17:47:30 CEST 2016
This is an automated email from the git hooks/post-receive script.
andre pushed a change to branch master
in repository panel-plugins/xfce4-eyes-plugin.
from d38443d I18n: Update translation ca (100%).
new a12f709 [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
new cb5ffb7 Set X-XFCE-API=2.0 in desktop file
new 26d195d Remove compat code for panel < 4.9
new fcbb79b Use GtkBox instead of GtkHBox
new fbcde2a GTK_DIALOG_NO_SEPARATOR was removed, and replace GTK_STOCK_CLOSE by 'gtk-close'
new 42454df Stop using GtkAlignment, get/set halign/valign/hexpand/vexpand
new f5ddcf2 Use GtkComboBoxText instead of GtkComboBox
new 2d8830b Use GSourceFunc instead of GtkFunction, gtk_widget_get_realized instead of GTK_WIDGET_REALIZED
new 6ce2df8 Use gdk_window_get_device_position instead of gdk_window_get_pointer
new 6a85d35 For GTK 3.2.0 use gdk_seat_get_pointer instead of gdk_device_manager_get_client_pointer
new 9c3879c Use dlg for content_area instead of dlg->vbox
new 7238473 Add more icon sizes
new f886174 Bump copyright year, assess copyright
new 6103abb Fix last commit
new 4d716ab Update .gitignore
new 55d6d23 Fix indentation
The 16 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 +-
configure.ac.in | 15 +-
icons/{48x48 => 16x16}/Makefile.am | 2 +-
icons/16x16/xfce4-eyes.png | Bin 0 -> 726 bytes
icons/{48x48 => 22x22}/Makefile.am | 2 +-
icons/22x22/xfce4-eyes.png | Bin 0 -> 1237 bytes
icons/{48x48 => 24x24}/Makefile.am | 2 +-
icons/24x24/xfce4-eyes.png | Bin 0 -> 1206 bytes
icons/{48x48 => 32x32}/Makefile.am | 2 +-
icons/32x32/xfce4-eyes.png | Bin 0 -> 1960 bytes
icons/{48x48 => 36x36}/Makefile.am | 2 +-
icons/36x36/xfce4-eyes.png | Bin 0 -> 2315 bytes
icons/Makefile.am | 21 +-
panel-plugin/eyes.c | 440 +++++++++++++++++++------------------
panel-plugin/eyes.desktop.in | 1 +
panel-plugin/eyes.h | 58 ++---
panel-plugin/themes.c | 31 +--
panel-plugin/themes.h | 3 +-
themes/Default-tiny/Makefile.am | 4 +-
themes/Makefile.am | 2 +-
themes/Tango/Makefile.am | 3 +-
21 files changed, 310 insertions(+), 282 deletions(-)
copy icons/{48x48 => 16x16}/Makefile.am (73%)
create mode 100644 icons/16x16/xfce4-eyes.png
copy icons/{48x48 => 22x22}/Makefile.am (73%)
create mode 100644 icons/22x22/xfce4-eyes.png
copy icons/{48x48 => 24x24}/Makefile.am (73%)
create mode 100644 icons/24x24/xfce4-eyes.png
copy icons/{48x48 => 32x32}/Makefile.am (73%)
create mode 100644 icons/32x32/xfce4-eyes.png
copy icons/{48x48 => 36x36}/Makefile.am (73%)
create mode 100644 icons/36x36/xfce4-eyes.png
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list