[pulseaudio-commits] Changes to 'refs/tags/v0.99.2'
Colin Guthrie
colin at kemper.freedesktop.org
Thu Sep 15 04:53:31 PDT 2011
Tag 'v0.99.2' created by Colin Guthrie <colin at mageia.org> at 2011-09-15 12:14 -0700
0.99.2 (1.0 test 2)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk5x3foACgkQCoRSYD8tmNjwCgCgx5B8m0QRKzohXHHl7y6RkpVh
RpAAnA7yDi3lg1X7sqG1UhYFiobmGy8L
=ol7Q
-----END PGP SIGNATURE-----
Changes since v0.9.10:
Arun Raghavan (2):
Use sink flags to figure out if we can set formats
Check if PA_SINK_SET_FORMATS is defined before using it
Colin Guthrie (35):
Add support for the device-manager module.
Use the correct update mode for device-restore database write
Update for the latest incarnation of module-device-manager
Allow for the sink input peak detect to survive across sink moves.
Split out the creation of the PA context a little.
streamwidget: Fix a compile warning.
mainwindow: Add a method to remove all widgets (e.g. on disconnect)
main: Automatically reconnect to PA upon disconnection
connection: Show a nice label when connecting to PA.
source-outputs: Fix a bug where the 'no streams' label is sometimes shown along with the actual widget.
main: Cleanup labels after connection rework
mainwindow: Compact iterator decls
mainwindow: Save/restore window size
mainwindow: Fix clearing out of clients
main: Add a --tab command line argument to force a given tab to be displayed.
main: Format string fixes
source-outputs: Source outputs do not support volume control, so hide the mute and lock channels buttons
ui: Resave glade file without any changes to tidy it up
ui: Remove ellipsize attribute from some labels (causes ellipsis to be displayed rather than real text)
volume: Support volumes up to 11.
volume: Don't bother setting the steps.
Ensure the marker for base volume is set on all channels.
Deal more gracefully with disconnections.
Handle simple key events.
i18n: Fix markup error in de translation.
stream-volumes: Support source-output volume controls now available in PA.
sink: Oops. I didn't mean to comment this out in the previous commit.
source-output: Don't set the channel map for the SO if we do not support SO volumes.
source-output: We will officially support source output volumes in 0.99
Fix GTK Warnings under GTK3 due to combo box sizes
Fix strange vertical alignment of sinks/source/cards
build-sys: Prepare 0.99.1
Add UI to select the formats supported by the receiver attached to a digitial sink
Update device format stuff for (pre-release) API changes.
build-sys: Prepare 0.99.2
Lennart Poettering (1):
glade: ellipsize user supplied text strings
Maarten Bosmans (1):
Add DONT_INHIBIT_AUTO_SUSPEND flag to monitor streams
Marc-Antoine Perennou (1):
Add support for gtkmm-3.0 and prefer it over gtkmm-2.* by default.
RafaÅ MużyÅo (1):
Drop the need to use libglademm
---
configure.ac | 25
doc/README.html.in | 10
po/de.po | 2
src/cardwidget.cc | 4
src/cardwidget.h | 2
src/channelwidget.cc | 62 -
src/channelwidget.h | 4
src/devicewidget.cc | 78 ++
src/devicewidget.h | 21
src/mainwindow.cc | 261 ++++++-
src/mainwindow.h | 29
src/minimalstreamwidget.cc | 2
src/minimalstreamwidget.h | 2
src/pavucontrol.cc | 267 ++++++--
src/pavucontrol.glade | 1477 ++++++++++++++++++++++++++++-----------------
src/pavucontrol.h | 9
src/rolewidget.cc | 4
src/rolewidget.h | 2
src/sinkinputwidget.cc | 4
src/sinkinputwidget.h | 4
src/sinkwidget.cc | 83 ++
src/sinkwidget.h | 25
src/sourceoutputwidget.cc | 38 +
src/sourceoutputwidget.h | 6
src/sourcewidget.cc | 8
src/sourcewidget.h | 6
src/streamwidget.cc | 5
src/streamwidget.h | 3
28 files changed, 1737 insertions(+), 706 deletions(-)
---
More information about the pulseaudio-commits
mailing list