[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 06/08: Improve documentation and description
noreply at xfce.org
noreply at xfce.org
Tue Mar 3 23:46:01 CET 2015
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-pulseaudio-plugin.
commit 5d733f22fcb339d084fa47bef1e66aeaaf8802b4
Author: Guido Berhoerster <guido+xfce at berhoerster.name>
Date: Tue Mar 3 21:48:52 2015 +0100
Improve documentation and description
Create README and NEWS contents.
Improve description.
Update author information.
---
AUTHORS | 2 ++
NEWS | 15 +++++++++++++++
README | 12 ++++++++++++
panel-plugin/pulseaudio-dialog.glade | 2 +-
panel-plugin/pulseaudio-plugin.c | 5 +++--
panel-plugin/pulseaudio.desktop.in.in | 2 +-
6 files changed, 34 insertions(+), 4 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index e69de29..086606d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Andrzej Radecki <ndrwrdck at gmail.com>
+Guido Berhoerster <guido+xfce at berhoerster.name>
diff --git a/NEWS b/NEWS
index e69de29..2f9aefb 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,15 @@
+0.2.0
+=====
+
+- Autoconf and automake modernization
+- Make the default mixer command a compile-time option
+- Add menu item for muting the volume
+- Allow execution of the mixer from context menu
+- Replace the button with a toggle button that displays a popup with a scale
+ for adjusting the volume when activated
+
+0.1.0
+=====
+
+- Initial version
+
diff --git a/README b/README
index e69de29..4a0bb5b 100644
--- a/README
+++ b/README
@@ -0,0 +1,12 @@
+Xfce PulseAudio Panel Plugin
+============================
+
+The Xfce PulseAudio Plugin is a plugin for the Xfce panel which provides a
+convenient way to adjust the audio volume of the [PulseAudio sound system][1]
+and to an auto mixer tool like pavucontrol. It can optionally handle
+multimedia keys for controlling the audio volume.
+
+See the file INSTALL for detailed instructions on how to build and install
+Xfce PulseAudio Plugin.
+
+[1]: http://www.freedesktop.org/wiki/Software/PulseAudio/ "PulseAudio Website"
diff --git a/panel-plugin/pulseaudio-dialog.glade b/panel-plugin/pulseaudio-dialog.glade
index 44858c3..face85a 100644
--- a/panel-plugin/pulseaudio-dialog.glade
+++ b/panel-plugin/pulseaudio-dialog.glade
@@ -10,7 +10,7 @@
</object>
<object class="XfceTitledDialog" id="dialog">
<property name="can_focus">False</property>
- <property name="title" translatable="yes">Pulseaudio</property>
+ <property name="title" translatable="yes">PulseAudio Panel Plugin</property>
<property name="default_width">425</property>
<property name="default_height">525</property>
<property name="icon_name">gtk-properties</property>
diff --git a/panel-plugin/pulseaudio-plugin.c b/panel-plugin/pulseaudio-plugin.c
index 9d07c77..cad20cd 100644
--- a/panel-plugin/pulseaudio-plugin.c
+++ b/panel-plugin/pulseaudio-plugin.c
@@ -188,6 +188,7 @@ pulseaudio_plugin_show_about (XfcePanelPlugin *plugin)
const gchar *auth[] =
{
"Andrzej Radecki <ndrwrdck at gmail.com>",
+ "Guido Berhoerster <guido+xfce at berhoerster.name>",
NULL
};
@@ -199,9 +200,9 @@ pulseaudio_plugin_show_about (XfcePanelPlugin *plugin)
"license", xfce_get_license_text (XFCE_LICENSE_TEXT_GPL),
"version", PACKAGE_VERSION,
"program-name", PACKAGE_NAME,
- "comments", _("A panel plugin for controlling PulseAudio mixer."),
+ "comments", _("Adjust the audio volume of the PulseAudio sound system"),
"website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin",
- "copyright", _("Copyright (c) 2014\n"),
+ "copyright", _("Copyright \xc2\xa9 2014 Andrzej Radecki\n"),
"authors", auth,
NULL);
diff --git a/panel-plugin/pulseaudio.desktop.in.in b/panel-plugin/pulseaudio.desktop.in.in
index 9077b76..13444eb 100644
--- a/panel-plugin/pulseaudio.desktop.in.in
+++ b/panel-plugin/pulseaudio.desktop.in.in
@@ -2,7 +2,7 @@
Type=X-XFCE-PanelPlugin
Encoding=UTF-8
_Name=PulseAudio Plugin
-_Comment=A panel plugin for controlling PulseAudio mixer.
+_Comment=Adjust the audio volume of the PulseAudio sound system
Icon=xfce4-pulseaudio-plugin
X-XFCE-Module=pulseaudio-plugin
X-XFCE-Internal=FALSE
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list