[Xfce4-commits] [xfce/xfce4-power-manager] branch master updated (3a9bdb5 -> 580c893)

noreply at xfce.org noreply at xfce.org
Sun Jul 27 13:20:49 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  3a9bdb5   Merge branch 'ui-redesign'
       new  4d651a6   Initial merge of the brightness slider into the battery plugin
       new  2a0b500   Place the display label inside the display menu item
       new  e3bf360   rename menu item to power manager settings
       new  6a551c5   Drop brightness plugin
       new  c553c34   Use a custom menuitem
       new  cee59a1   Battery plugin: Make display brightness widget snappier
       new  465f35b   Battery plugin: Fix case of display brightness menu item
       new  e4582c2   Battery plugin: Restore triple dots to the power manager settings menu item
       new  580c893   Battery plugin: Allow markup in scalemenuitem description label

The 9 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:
 configure.ac.in                                    |    1 -
 panel-plugins/Makefile.am                          |    6 +-
 panel-plugins/battery/battery-button.c             |  232 ++++++-
 panel-plugins/battery/scalemenuitem.c              |  581 +++++++++++++++++
 panel-plugins/battery/scalemenuitem.h              |   82 +++
 panel-plugins/battery/xfce/Makefile.am             |    4 +-
 panel-plugins/brightness/Makefile.am               |   67 --
 panel-plugins/brightness/brightness-button.c       |  669 --------------------
 panel-plugins/brightness/brightness-button.h       |   57 --
 panel-plugins/brightness/brightness-plugin.c       |   93 ---
 .../xfce4-brightness-plugin.desktop.in.in          |    8 -
 po/POTFILES.in                                     |    2 -
 12 files changed, 897 insertions(+), 905 deletions(-)
 create mode 100644 panel-plugins/battery/scalemenuitem.c
 create mode 100644 panel-plugins/battery/scalemenuitem.h
 delete mode 100644 panel-plugins/brightness/Makefile.am
 delete mode 100644 panel-plugins/brightness/brightness-button.c
 delete mode 100644 panel-plugins/brightness/brightness-button.h
 delete mode 100644 panel-plugins/brightness/brightness-plugin.c
 delete mode 100644 panel-plugins/brightness/xfce4-brightness-plugin.desktop.in.in

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


More information about the Xfce4-commits mailing list