[Xfce4-commits] [xfce/xfce4-power-manager] branch master updated (bcc5a40 -> e7e279f)

noreply at xfce.org noreply at xfce.org
Tue Apr 8 18:42:54 CEST 2014


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

eric pushed a change to branch master
in repository xfce/xfce4-power-manager.

      from  bcc5a40   I18n: Update translation vi (69%).
       new  12f16e0   Add shutdown/reboot functionality for systemd (Bug 10167)
       new  8f87339   Fix empty systray icon in some panels on battery removal and addition
       new  788ca36   Display power percentage
       new  30ce194   Fix status icon for devices other than battery and ups (Bug 8188)
       new  81ca9ce   Update to XFCE_PANEL_PLUGIN_REGISTER
       new  1d33e3e   Add support for keyboard backlight control (Bug 10470)
       new  c8824f3   Don't allow systemd to handle suspend/hibernate events.
       new  12a6838   xfpm-power-info: add current percentage of batteries
       new  f8cbc32   xfpm-battery: do not show an icon for HID devices
       new  bed10b8   Update xfce4-session lock-screen setting
       new  5add232   Use the online docs for help
       new  ca5ae60   Add xfpm-backlight.c to potfiles
       new  e7e279f   Remove the doc configure deps

The 13 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:
 Makefile.am                                        |    6 +-
 common/xfpm-common.c                               |   10 +-
 common/xfpm-common.h                               |    2 -
 configure.ac.in                                    |   34 -
 data/interfaces/xfpm-settings.ui                   |    4 +-
 doc/C/Makefile.am                                  |   21 -
 doc/C/images/Makefile.am                           |   10 -
 doc/C/images/xfpm-brightness-plugin.png            |  Bin 3629 -> 0 bytes
 doc/C/images/xfpm-context-menu.png                 |  Bin 12777 -> 0 bytes
 doc/C/images/xfpm-extended-settings.png            |  Bin 39242 -> 0 bytes
 doc/C/images/xfpm-general-settings.png             |  Bin 36129 -> 0 bytes
 doc/C/xfce4-power-manager.html                     |  149 ----
 doc/C/xfce4-power-manager.xml.in                   |  797 --------------------
 doc/Makefile.am                                    |    7 -
 doc/xfce-nochunk.xsl                               |  270 -------
 panel-plugins/brightness/Makefile.am               |   31 +-
 panel-plugins/brightness/brightness-button.c       |    7 +-
 panel-plugins/brightness/brightness-plugin.c       |   62 +-
 .../xfce4-brightness-plugin.desktop.in.in          |    3 +-
 po/POTFILES.in                                     |    1 +
 settings/xfce4-power-manager-settings.desktop.in   |    3 +-
 settings/xfpm-settings.c                           |   11 +-
 src/Makefile.am                                    |    4 +
 src/xfpm-battery.c                                 |   27 +-
 src/xfpm-button.c                                  |    8 +-
 src/xfpm-enum-glib.h                               |    2 +
 src/xfpm-enum.h                                    |   16 +-
 src/xfpm-kbd-backlight.c                           |  276 +++++++
 src/xfpm-kbd-backlight.h                           |   55 ++
 src/xfpm-main.c                                    |   87 ++-
 src/xfpm-manager.c                                 |   81 +-
 src/xfpm-power-info.c                              |   27 +
 src/xfpm-power.c                                   |  133 +++-
 src/xfpm-systemd.c                                 |  229 ++++++
 src/xfpm-systemd.h                                 |   62 ++
 src/xfpm-xfconf.c                                  |   52 +-
 36 files changed, 1095 insertions(+), 1392 deletions(-)
 delete mode 100644 doc/C/Makefile.am
 delete mode 100644 doc/C/images/Makefile.am
 delete mode 100644 doc/C/images/xfpm-brightness-plugin.png
 delete mode 100644 doc/C/images/xfpm-context-menu.png
 delete mode 100644 doc/C/images/xfpm-extended-settings.png
 delete mode 100644 doc/C/images/xfpm-general-settings.png
 delete mode 100644 doc/C/xfce4-power-manager.html
 delete mode 100644 doc/C/xfce4-power-manager.xml.in
 delete mode 100644 doc/Makefile.am
 delete mode 100644 doc/xfce-nochunk.xsl
 create mode 100644 src/xfpm-kbd-backlight.c
 create mode 100644 src/xfpm-kbd-backlight.h
 create mode 100644 src/xfpm-systemd.c
 create mode 100644 src/xfpm-systemd.h

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


More information about the Xfce4-commits mailing list