[Xfce4-commits] [panel-plugins/xfce4-xkb-plugin] branch master updated (cace06d -> 7f74d7e)
noreply at xfce.org
noreply at xfce.org
Sat Jun 10 14:31:33 CEST 2017
This is an automated email from the git hooks/post-receive script.
n i n e t l s p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-xkb-plugin.
from cace06d I18n: Update translation id (100%).
new b6716e8 Port to GTK 3
new d1689c7 Introduce new plugin style
new 0f72f63 Add xfconf support
new cc21191 Update settings dialog style
new 0d77ca9 Allow to hide tooltip icon
new 862e0e0 Refactor menus and remove deprecations
new 11377f0 Bug 12630: Fix typo in README
new 24c154d Bug 12441: Rename Indian flag filename
new bd69f3b Move xkb-config to xkb-keyboard
new 7de49ae Merge xfce4-xkb-plugin and xkb-callbacks
new d124b61 Move dialog callbacks to xkb-plugin source
new 22a54b0 Reorganize includes
new 0a8d39d Allow to display language name instead of country name
new 775f3d6 Fix IT_PROG_INTLTOOL warning
new 36a6e59 Bug 12294: Use local charset for layout names
new e1a4ae1 Cleanup pointers to consts
new 7f74d7e Bug 12884: Load flags from XDG_DATA_HOME if present
The 17 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 | 5 +-
README | 2 +-
configure.in.in => configure.ac.in | 22 +-
flags/Makefile.am | 2 +-
flags/{dev.svg => in.svg} | 0
panel-plugin/Makefile.am | 100 +--
panel-plugin/xfce4-xkb-plugin.c | 512 ---------------
panel-plugin/xfce4-xkb-plugin.h | 83 ---
panel-plugin/xkb-cairo.c | 180 +++---
panel-plugin/xkb-cairo.h | 48 +-
panel-plugin/xkb-callbacks.c | 226 -------
panel-plugin/xkb-callbacks.h | 78 ---
panel-plugin/xkb-config.c | 603 -----------------
panel-plugin/xkb-config.h | 125 ----
panel-plugin/xkb-dialog.c | 247 +++++++
.../{xkb-settings-dialog.h => xkb-dialog.h} | 11 +-
panel-plugin/xkb-keyboard.c | 713 ++++++++++++++++++++
panel-plugin/xkb-keyboard.h | 87 +++
panel-plugin/xkb-plugin.c | 715 +++++++++++++++++++++
panel-plugin/{xkb-util.h => xkb-plugin.h} | 33 +-
...xfce4-xkb-plugin-private.h => xkb-properties.h} | 39 +-
panel-plugin/xkb-settings-dialog.c | 222 -------
panel-plugin/xkb-util.c | 40 +-
panel-plugin/xkb-util.h | 6 +-
panel-plugin/xkb-xfconf.c | 308 +++++++++
panel-plugin/xkb-xfconf.h | 56 ++
.../{xkb-plugin.desktop.in.in => xkb.desktop.in} | 4 +-
po/POTFILES.in | 7 +-
28 files changed, 2410 insertions(+), 2064 deletions(-)
rename configure.in.in => configure.ac.in (78%)
rename flags/{dev.svg => in.svg} (100%)
delete mode 100644 panel-plugin/xfce4-xkb-plugin.c
delete mode 100644 panel-plugin/xfce4-xkb-plugin.h
delete mode 100644 panel-plugin/xkb-callbacks.c
delete mode 100644 panel-plugin/xkb-callbacks.h
delete mode 100644 panel-plugin/xkb-config.c
delete mode 100644 panel-plugin/xkb-config.h
create mode 100644 panel-plugin/xkb-dialog.c
rename panel-plugin/{xkb-settings-dialog.h => xkb-dialog.h} (82%)
create mode 100644 panel-plugin/xkb-keyboard.c
create mode 100644 panel-plugin/xkb-keyboard.h
create mode 100644 panel-plugin/xkb-plugin.c
copy panel-plugin/{xkb-util.h => xkb-plugin.h} (53%)
rename panel-plugin/{xfce4-xkb-plugin-private.h => xkb-properties.h} (59%)
delete mode 100644 panel-plugin/xkb-settings-dialog.c
create mode 100644 panel-plugin/xkb-xfconf.c
create mode 100644 panel-plugin/xkb-xfconf.h
rename panel-plugin/{xkb-plugin.desktop.in.in => xkb.desktop.in} (72%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list