2007-05-28 Jan Arne Petersen <jpetersen@jpetersen.org>
* actions/acme-volume-gstreamer.c: (acme_volume_gstreamer_open): set
the device property to the correct value before opening the mixer.
(closes bug #441552)
svn path=/trunk/; revision=7668
2007-03-20 Priit Laes <plaes@svn.gnome.org>
* gnome-settings-multimedia-keys.c: (do_media_action), (do_action): Added
handler for media keybinding.
* actions/acme.h: Add defines for media key.
Introduces preferred media application support. Bug #362578.
svn path=/trunk/; revision=7404
2007-02-14 Jens Granseuer <jensgr@gmx.net>
* actions/acme-volume-gstreamer.c:
(acme_volume_gstreamer_set_mute),
(acme_volume_gstreamer_get_volume),
(acme_volume_gstreamer_set_volume): properly round volumess so that
volume-up and volume-down act symmetrically, ie. lowering and raising
volume will end up at the original level (fixes bug #389996)
svn path=/trunk/; revision=7294
2006-04-28 Joe Marcus Clarke <marcusi@freebsd.org>
Fixes#338849
* actions/acme-volume-gstreamer.c: added missing header to avoid
64bit crash on missing prototype.
2005-08-03 Sebastien Bacher <seb128@debian.org>
* actions/Makefile.am: fix the build without gstreamer and with alsa,
patch by Paul Drain <pd@cipherfunk.org> (Closes: #307368).
2005-06-12 Christophe Fergeau <teuf@gnome.org>
* actions/acme-volume-gstreamer.c:
(acme_volume_gstreamer_get_volume): fix crash when trying to change
volume using the multimedia keys, fixes#307351
* actions/Makefile.am:
* actions/acme-volume-gstreamer.c:
(acme_volume_gstreamer_set_mute), (update_state),
(acme_volume_gstreamer_get_mute),
(acme_volume_gstreamer_get_volume),
(acme_volume_gstreamer_set_volume):
Fix mute handling, particularly for devices without hardware
mute support or with applications that use volume=0 for mute.
Also fix the fact that we linked against all of ALSA, OSS and
GStreamer if they were all available; default to GStreamer.
Fixes#306036.
2004-12-16 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume-alsa.c: (acme_volume_alsa_set_mute): mute
properly when the system has hardware mute, patch from Pierre Ossman
<drzeus-bugzilla@drzeus.cx> (Closes: #144489)
2004-11-28 James Henstridge <james@jamesh.id.au>
* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.
* vfs-methods/themus/Makefile.am: similar changes to the fontilus
ones.
* vfs-methods/fontilus/fontilus-context-menu.c: same here.
* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
of gnome-control-center.
* vfs-methods/fontilus/Makefile.am: similar schema and desktop
file fixes. Don't include the old mime files in the dist.
* schemas/Makefile.am: remove .schemas files on clean, when
installing schemas, look for them in builddir rather than srcdir.
* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
that ALSA_CFLAGS isn't defined multiple times (use the newer
automake += syntax).
* control-center/Makefile.am: distribute $(icon_DATA).
* capplets/*/Makefile.am: put the .desktop and .desktop.in files
in CLEANFILES. The .desktop.in.in file gets included because it
is listed in the configure script.
* configure.in: update configure script, and remove macro calls
that are not needed by modern versions of Automake.
* Makefile.am: remove intltool files on distclean.
* autogen.sh: request Automake >= 1.7.
2004-10-08 Christophe Fergeau <teuf@gnome.org>
* gnome-settings-daemon/actions/Makefile.am: switch ALSA_LIBS and
GST_LIBS order in libacme_la_LIBADD, fixes some libtool link
issues on Debian.
2004-09-29 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume-gstreamer.c: (acme_volume_gstreamer_init):
better way to look for the volume track (patch by Michal Bukovjan
<bukovjan@mbox.dkm.cz>) (Closes: #153866)
2004-08-22 Jeroen Zwartepoorte <jeroen@xs4all.nl>
* actions/acme-fb-level.c: Use the parent type in the G_DEFINE_TYPE
macro, not its own type (fixes rh #130473).
2004-07-16 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume-alsa.c: (acme_volume_alsa_finalize),
(acme_volume_alsa_close_real), (acme_volume_alsa_open),
(acme_volume_alsa_init): fix a crash when there aren't any ALSA mixers
(or soundcards) present on the system
2004-07-15 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume-alsa.c: (acme_volume_alsa_finalize),
(acme_volume_alsa_set_mute), (acme_volume_alsa_get_mute),
(acme_volume_alsa_get_volume), (acme_volume_alsa_set_volume),
(acme_volume_alsa_close_real), (acme_volume_alsa_open),
(acme_volume_alsa_close), (acme_volume_alsa_init):
rework the ALSA mixer so that:
- the ALSA device isn't kept open at all times, only for 4 seconds
after the last use (Closes: #141793)
- the hardware mute is used if it is available
(Closes: #141404, #144489, #140937)
- lowering the volume doesn't move the balance to the right
- it doesn't leak alsa-lib mixers all around
2004-06-18 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume.c: make AcmeVolume descend of a GObject, not
itself (spotted by Mariano Suárez-Alvarez <mariano@gnome.org>)
2004-03-01 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume-gstreamer.c:
(acme_volume_gstreamer_class_init): initialise GStreamer if we
want to use it ;) (Patch by Christophe Fergeau
<teuf@users.sourceforge.net>) (Closes: #131316)
2004-02-29 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume-alsa.c: (acme_volume_alsa_get_volume),
(acme_volume_alsa_set_volume): better ALSA volume steps, using
rounding up rather than normal float to int casting
(Closes: #124741)
2004-02-25 Bastien Nocera <hadess@hadess.net>
* configure.in: check for GStreamer, make it possible to disable
ALSA support even if the libraries are there
2004-02-25 Bastien Nocera <hadess@hadess.net>
* actions/Makefile.am:
* actions/acme-volume-gstreamer.[ch]:
* actions/acme-volume.c: (acme_volume_class_init),
(acme_volume_new): add GStreamer mixer support
Tue Jan 13 10:48:57 2004 Jonathan Blandford <jrb@gnome.org>
* gnome-settings-daemon: Merge in acme. We now have a variety of
actions for the keybinding capplet.