Commit graph

5055 commits

Author SHA1 Message Date
Lennart Poettering
320d76f158 daemon: don't crash if pa_realpath() fails 2009-11-11 05:14:44 +01:00
Lennart Poettering
732b468d66 protocol-native: if a client set volume/mute/device store it since it is user input 2009-11-11 05:14:04 +01:00
Lennart Poettering
3dcdab6e8d libpulse: explain semantics of pa_stream_connect_playback() in more detail 2009-11-11 05:13:47 +01:00
Lennart Poettering
0c31723a8b protocol-native: declare that user configured volumes are always absolute 2009-11-11 05:13:28 +01:00
Lennart Poettering
84e77cb13d libpulse: add missing includes 2009-11-11 05:12:45 +01:00
Diego Elio 'Flameeyes' Pettenò
8d612d5142 Fix build when using -fweb, accept both register and memory constraints.
This was reported as Gentoo bug #287391 by Torsten Kaiser, and the fix was
suggested by Mike Frysinger.
2009-11-11 05:12:28 +01:00
Lennart Poettering
3201aecea0 position-event-sounds: never position test sounds in space 2009-11-11 05:12:02 +01:00
Lennart Poettering
833bf30cb9 alsa: disable period event only with tsched=1 2009-11-11 05:11:49 +01:00
Tor-Björn Claesson
c15bd97282 loopback: Setting latency of module-loopback
I checked the source code, and latency_msec is missing from the list
of valid module arguments. Attaching a patch to add it.
2009-11-11 05:11:32 +01:00
Lennart Poettering
df4937045d bluetooth: don't set auto_connect flag when discovering bt devices 2009-11-11 05:11:07 +01:00
vpv
ecaf9718c4 Sending translation for Finnish 2009-11-09 13:17:22 +00:00
vpv
05ccf10d96 Sending translation for Finnish 2009-11-09 13:05:56 +00:00
vpv
7d5d76eaed Sending translation for Finnish 2009-11-09 13:04:10 +00:00
kmilos
151c746286 Sending translation for Serbian (Latin) 2009-10-30 23:18:50 +00:00
kmilos
4392888939 Sending translation for Serbian 2009-10-30 23:18:18 +00:00
Wim Taymans
cc1e90f94b svolume: fix MMX error
We need to sign extend the lower part of the multiplication before adding it to
the higher part. Makes -1 * 0xffff work again.
2009-10-30 09:07:00 +00:00
thalia
e4259e77a1 Sending translation for Greek 2009-10-26 15:19:34 +00:00
igor
99dcbc7766 Sending translation for Brazilian Portuguese 2009-10-23 16:45:43 +00:00
igor
6d8d0ff878 Sending translation for Brazilian Portuguese 2009-10-22 20:19:26 +00:00
kami911
037df85077 Sending translation for Hungarian 2009-10-22 10:23:52 +00:00
kami911
80e43f69fa Sending translation for Hungarian 2009-10-22 06:26:23 +00:00
perplex
45409d557d Sending translation for Italian 2009-10-18 12:20:39 +00:00
pmkovar
662986febf Sending translation for Czech 2009-10-17 15:16:40 +00:00
kami911
6e8c64f952 Sending translation for Hungarian 2009-10-17 10:53:38 +00:00
kami911
6614be93b4 Sending translation for Hungarian 2009-10-17 09:48:40 +00:00
kami911
497b981102 Sending translation for Hungarian 2009-10-17 09:13:06 +00:00
kami911
55ccda658f Sending translation for Hungarian 2009-10-15 13:12:37 +00:00
reinouts
a620a39eeb Sending translation for Dutch 2009-10-14 09:31:10 +00:00
kami911
72ac187e12 Sending translation for Hungarian 2009-10-09 06:17:41 +00:00
mvdz
5331e60b05 Sending translation for Ukrainian 2009-10-06 10:22:55 +00:00
fgonz
3aec58049e Sending translation for Spanish 2009-10-04 19:24:35 +00:00
warrink
e8bab13c81 Sending translation for Dutch 2009-10-02 22:50:26 +00:00
kami911
8cfd01e41e Sending translation for po/hu.po 2009-10-01 08:46:05 +00:00
pmkovar
7e0bccfe6f Sending translation for Czech 2009-09-30 18:43:00 +00:00
raven
fc74fc1cd8 Sending translation for Polish 2009-09-30 15:05:36 +00:00
warrink
f2f37b50f6 Sending translation for Dutch 2009-09-30 14:48:45 +00:00
Lennart Poettering
afd1b6d355 build-sys: bump soname 2009-09-30 03:04:12 +02:00
Lennart Poettering
c622f77cf0 i18n: run make update-po 2009-09-30 02:43:55 +02:00
Lennart Poettering
6a3b51a530 i18n: ad more .c files to POTFILES.in 2009-09-29 23:48:37 +02:00
Lennart Poettering
b8de3bd214 polkit: drop left-over polkit policy file from git tree 2009-09-29 23:48:07 +02:00
Nix
eac566226e Don't refuse to start on systems using GNU stow, graft, STORE et al
There are multiple package management systems out there which implement
packages using symlinks. The recent (otherwise useful) check to ensure that
a re-executed pulseaudio is actually reexecuting itself unfortunately breaks
in the presence of all these packaging systems, because PA_BINARY refers
to its installed location (e.g. /usr/local/bin/pulseaudio), which is a
symlink to the binary (e.g. /usr/local/stow/pulseaudio-0.9.18/bin/pulseaudio),
because /proc/self/exe always contains the canonical path of the executable,
with all symlinks resolved.

(At least one distribution uses a symlink-based packaging system, so
will be forced to apply this locally in any case.)

The fix is simple: canonicalize PA_BINARY before equality-testing. (This
should be completely safe, because the OS does just that when PA_BINARY
is executed.)

The patch is against 0.9.18, but applies without fuzz to current master.
2009-09-29 19:32:25 +02:00
Lennart Poettering
faf113d95b i18n: run make update-po 2009-09-29 19:27:02 +02:00
Lennart Poettering
0c8475789e Merge remote branch 'origin/master-tx' 2009-09-29 19:24:26 +02:00
Lennart Poettering
d06f2eaf30 reserve: downgrade reserve logic messages, so that reusing pa in two sessions does not create spew in syslog 2009-09-28 19:54:37 -07:00
jsimon
c992ad2729 Sending translation for German 2009-09-28 14:50:12 +00:00
jsimon
966a25922d Sending translation for German 2009-09-28 14:48:17 +00:00
raven
31d59de628 Sending translation for Polish 2009-09-27 13:42:46 +00:00
Wim Taymans
5eecd8ea7d svolume: tweak constraints for 32 bits
Tweak the constraints a little so that register starved 32bit systems
can select a stack variable for the channel paramter instead of reusing one of
the registers we're using in the code.
2009-09-23 17:18:20 +02:00
ruigo
c04b75a944 Sending translation for Portuguese 2009-09-22 20:45:29 +00:00
Colin Guthrie
8f4940b17a libpulse: Add *_NOFLAGS flags with value 0 for various enums
This avoids the need for ugly casting in client implementations.
2009-09-22 18:43:03 +01:00