[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] branch master updated (2d5bd2e -> c0c45aa)

noreply at xfce.org noreply at xfce.org
Sat Sep 23 21:27:26 CEST 2017


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

b   l   u   e   s   a   b   r   e       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-pulseaudio-plugin.

      from  2d5bd2e   I18n: Update translation zh_TW (100%).
       new  6e118bf   Start adding device support. Can select default audio output device, but this does not currently propogate to active streams.
       new  d3f05f2   Add support for input devices, ignoring sink monitors
       new  75dea85   Sort device lists
       new  5a01be9   Mute only currently selected channels
       new  223259c   Detect device (dis)connection
       new  2e32b70   Initial device widget, still need to adjust the other widgets
       new  1c71eb3   Show non-symbolic device icons, strip label from scalemenuitem and decrease icon size to 16
       new  f9f3dae   Display the scale menu item as a volume low to high slider
       new  96b228d   Simplify ScaleMenuItem
       new  db4e7bf   Show submenus with only one item
       new  49f0d46   Simplify ScaleMenuItem and memory management
       new  b5a5160   Better memory management on DeviceMenuItem
       new  55c3352   Memory management for MprisMenuItem
       new  3dbbd9b   Drop Audio text
       new  3df24e9   Replace mute checkbox with switch
       new  c1d87fa   Tidy up ScaleMenuItem
       new  811a39d   Tidy up DeviceMenuItem
       new  3e6ae84   Tidy up MprisMenuItem
       new  04f6373   Fix gcc-7 warning
       new  fa01a57   Remove image from device menu item to reduce clutter
       new  c0c45aa   Nicer markup code and translation on device menu item

The 21 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:
 panel-plugin/Makefile.am         |   4 +-
 panel-plugin/devicemenuitem.c    | 250 +++++++++++
 panel-plugin/devicemenuitem.h    |  68 +++
 panel-plugin/mprismenuitem.c     | 950 ++++++++++++++++++++++-----------------
 panel-plugin/mprismenuitem.h     |  22 +-
 panel-plugin/pulseaudio-menu.c   | 166 ++++---
 panel-plugin/pulseaudio-plugin.c |   2 +-
 panel-plugin/pulseaudio-volume.c | 337 ++++++++++++--
 panel-plugin/pulseaudio-volume.h |  14 +
 panel-plugin/scalemenuitem.c     | 615 ++++++++++++-------------
 panel-plugin/scalemenuitem.h     |  25 +-
 po/POTFILES.in                   |   1 +
 12 files changed, 1572 insertions(+), 882 deletions(-)
 create mode 100644 panel-plugin/devicemenuitem.c
 create mode 100644 panel-plugin/devicemenuitem.h

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


More information about the Xfce4-commits mailing list