Commit graph

4013 commits

Author SHA1 Message Date
ruigo
00cc168373 Sending translation for Portuguese 2009-06-07 18:34:30 +00:00
aalam
86f3961af0 Sending translation for Punjabi 2009-06-06 02:10:28 +00:00
jassy
8c6c8e5f84 Sending translation for Punjabi 2009-05-27 10:38:10 +00:00
jassy
ed105ef0e3 Sending translation for Punjabi 2009-05-26 10:55:32 +00:00
ruigo
911f890f00 Sending translation for Portuguese 2009-05-24 23:07:51 +00:00
ruigo
4b9aac2870 Sending translation for Portuguese 2009-05-21 20:05:56 +00:00
ruigo
0ba756b159 Sending translation for po/LINGUAS 2009-05-20 22:48:55 +00:00
ruigo
0e23210fe9 Sending translation for po/pt.po 2009-05-20 22:46:13 +00:00
troubi51
9dd1af6f38 Sending translation for French 2009-05-05 11:09:13 +00:00
troubi51
dd1cd9eac8 Sending translation for French 2009-05-05 10:52:13 +00:00
pmkovar
4caa33bacb Sending translation for Czech 2009-05-03 22:10:08 +00:00
Lennart Poettering
bb07c16b63 i18n: run make update-po 2009-04-21 23:04:18 +02:00
Lennart Poettering
79c8826e75 i18n: add missing file to LINGUAS ... again 2009-04-21 23:04:04 +02:00
Lennart Poettering
69194243f0 Merge commit 'origin/master-tx' 2009-04-21 23:02:25 +02:00
Lennart Poettering
26383c6f14 memtrap: add a bit of documentation for memtrap 2009-04-21 23:02:17 +02:00
Lennart Poettering
67efc76abc memtrap: fix parameter type 2009-04-21 23:02:02 +02:00
Lennart Poettering
684b4c116c memtrap: hook up core to memtrap system 2009-04-21 22:56:08 +02:00
Lennart Poettering
928adf412f memtrap: make installation of SIGBUS handler explicit to ease integration into libraries 2009-04-21 22:54:44 +02:00
Lennart Poettering
7b0086185f memtrap: when we fail to handle sigbus say so 2009-04-21 21:36:29 +02:00
Lennart Poettering
6224fac921 memtrap: add new logic to trap and handle SIGBUS 2009-04-21 21:33:32 +02:00
Lennart Poettering
fbbcfae769 semaphore: introduce static semaphores 2009-04-21 21:25:27 +02:00
Lennart Poettering
391d50cd26 mutex: add initializer for static mutexes 2009-04-21 21:25:01 +02:00
Lennart Poettering
b304a98854 mutex: when we fail to fill in mutex into static mutex ptr free it again 2009-04-21 21:24:33 +02:00
Lennart Poettering
12065f326a llist: add PA_LLIST_FOREACH 2009-04-21 21:23:53 +02:00
marionline
3c36836bb7 Sending translation for Italian 2009-04-20 20:33:02 +00:00
mvdz
ed10a156f9 Sending translation for po/uk.po 2009-04-19 20:21:59 +00:00
Lennart Poettering
8fbf6269b3 object: revert to old unref() behaviour
This mostly reverts these two commits:

eb04d0fda6
12c5afe038
2009-04-19 20:09:03 +02:00
Lennart Poettering
eb04d0fda6 object: fix ref counting of objects on destruction 2009-04-19 19:33:15 +02:00
Lennart Poettering
ad2a0ab40b alsa: remove debug code 2009-04-19 19:25:42 +02:00
Lennart Poettering
98a25c506e alsa: properly convert return values of snd_strerror() to utf8 2009-04-19 19:22:51 +02:00
Lennart Poettering
39a26d8c6b log: use pa_logl() instead of pa_log_level() 2009-04-19 19:05:25 +02:00
Lennart Poettering
b9f1af48d2 log: print file name only when we have it 2009-04-19 19:04:50 +02:00
Lennart Poettering
6773d000e3 util: if NULL is passed to pa_path_get_filename() just hand it through 2009-04-19 19:02:16 +02:00
Erich Boleyn
b03a650160 reserve-device: allow building without D-Bus
Lennart Poettering <lennart@poettering.net> wrote:

> On Wed, 15.04.09 16:26, Erich Boleyn (erich@uruk.org) wrote:
>
> > Just noticed the new 0.9.15 release, got it building on Gentoo, and then
> > found that the non-dbus build's ALSA modules appear to be broken:
...
> > Is this something that can stubbed out (relatively) safely?
>
> Hmm, yes. As it seems I broke the build for non-dbus builds. Should be
> easy to fix. Best way is probably to make the reserver wrapper mostly
> a noop if D-Bus is not available.
>
> Please understand that I don't really focus on making every weird
> combination of build deps work. So I won't fix this for you. But I am
> happy to merge good patches!

No problem, I was mainly looking for a hint that to your knowledge there
should be no wierd side-effects from stubbing out the reserve and dbus
functions inside reserve_wrapper.  Thanks for said hint.  ;-)

Attached is a patch to include "reserve_wrapper.[ch]" in the non-dbus
builds, and do said stubbing when HAVE_DBUS is not defined.  It has
passed moderate testing:  built both versions, both pass
"pulseaudio --dump-modules" with no weird messages, and the
"--disable-dbus" build works and produces audio as expected in some
simple tests including RTP.
2009-04-19 02:06:33 +02:00
Finn Thain
1c0667de21 solaris: 0.9.15 solaris module build failure
Lennart wrote,

>
> Hmm, yes. As it seems I broke the build for non-dbus builds.

Well, you also broke the solaris module between 0.9.15-test8 and 0.9.15.

Have you considered release candidates?

Patch follows. It would be nice if API changes could be made without
breaking things when the effort to avoid that is trivial.

Finn
2009-04-18 23:54:34 +02:00
Lennart Poettering
12c5afe038 object: keep refcount at 1 while destructing objects 2009-04-18 23:24:36 +02:00
Lennart Poettering
ad447d1468 core-util: handle EINTR already inside of pa_read/pa_write 2009-04-18 23:21:11 +02:00
beckerde
4ec5375e60 Sending translation for Spanish 2009-04-18 17:30:04 +00:00
fab
0093379fa2 Sending translation for po/LINGUAS 2009-04-18 11:02:08 +00:00
fab
ae3caa6e53 Sending translation for po/de_CH.po 2009-04-18 10:56:13 +00:00
fab
8a1938cd14 Sending translation for German 2009-04-18 10:45:06 +00:00
Marc-André Lureau
099b3284ec bluetoth-device: be less strict on CONNECTED state to switch profile 2009-04-17 22:41:36 +02:00
Marc-André Lureau
344eea4f58 pulse/context: when NOFAIL, don't try_next_connection() if c->client 2009-04-17 22:41:26 +02:00
Lennart Poettering
d775cf6fd4 rescue-streams: when one stream move fails try to continue with the remaining ones 2009-04-17 20:30:09 +02:00
warrink
83e7186e7e Sending translation for Dutch 2009-04-15 19:05:06 +00:00
warrink
0846b68985 Sending translation for Dutch 2009-04-14 17:35:24 +00:00
raven
5faacd83c1 Sending translation for Polish 2009-04-14 15:11:38 +00:00
Lennart Poettering
ca9cd14659 add a few missing initializations 2009-04-14 01:23:07 +02:00
Lennart Poettering
40d71e1f49 explcitly ignore return values of some functions marked with gcc's warn_unused_result attribute 2009-04-14 01:22:42 +02:00
Lennart Poettering
845b312f44 bump version for final 0.9.15 release 2009-04-14 01:10:47 +02:00