[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] branch master updated (51c05dd -> 4538acd)
noreply at xfce.org
noreply at xfce.org
Thu May 19 20:06:02 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a change to branch master
in repository panel-plugins/xfce4-clipman-plugin.
from 51c05dd I18n: Update translation ca (100%).
new f0a9258 Initial port to Gtk3
new 9a758a6 Fix settings dialog with Glade
new c3ea851 Fix the content of the actions tab
new bb25ee0 Fix paste-on-activate combobox
new 633ff32 Fix expansion of settings dialog content
new 086e246 Drop the deprecated libxfce4util
new cfbed34 Drop more libxfce4util and exo references
new 15707f0 Use gdk_window_get_device_position instead of _get_pointer
new 4464e5c Use gtk_widget_get_preferred_size over gtk_widget_size_request
new 3d95124 Drop check for panels older than 4.9
new 4b979fd Drop GtkStock and wrap GtkImageMenuItems in IGNORE_DEPRECATIONS
new 8d6f11a Also use gdk_window_get_device_position in collector
new 19ac2ea Make the panel icon symbolic
new 49ea6b0 Add symbolic icon for the panel plugin
new 224d2d3 Replace exo pixbuf referernce
new 4308fd7 Replace more exo references and a gtk2 version check
new 8cd1de5 Minor memory leak; unused variable
new ad67ef2 Fixed some UI bugs, made settings resizeable
new 73af0ad Better UI alignment in settings dialog
new 6e25160 fixed Strip white spaces for preview
new b675fc8 Replace exo-binding with g_object_bind_property
new ef6a10f Harmonize configure and readme
new 3b54fe5 Initial version of gitignore
new 43ceb71 Make the actions tab more sensitive
new 700e837 Add descriptive tooltips to actions tab
new 4a10d86 Convert enable-actions checkbutton to switch
new 37c73db Port GdkEventClient to XSendEvent
new 4538acd Drop unused grab code and fix panel-button pressed state
The 28 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 | 16 +
README | 15 +-
configure.ac.in | 24 +-
data/icons/16x16/clipman-symbolic.svg | 37 +
panel-plugin/Makefile.am | 12 +-
panel-plugin/actions.c | 11 +-
panel-plugin/collector.c | 6 +-
panel-plugin/history.c | 15 +-
panel-plugin/main-panel-plugin.c | 31 +-
panel-plugin/main-status-icon.c | 7 +-
panel-plugin/menu.c | 30 +-
panel-plugin/plugin.c | 122 +-
panel-plugin/settings-dialog.ui | 1705 +++++++++++++------------
panel-plugin/xfce4-clipman-plugin.desktop.in | 1 +
panel-plugin/xfce4-clipman-settings.c | 51 +-
panel-plugin/xfce4-popup-clipman.c | 35 +-
tests/Makefile.am | 6 +-
x11-clipboard-manager/gsd-clipboard-manager.c | 7 +-
18 files changed, 1147 insertions(+), 984 deletions(-)
create mode 100644 .gitignore
create mode 100644 data/icons/16x16/clipman-symbolic.svg
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list