summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* drop -WpackedLennart Poettering2009-01-311-1/+1
|
* Merge branch 'master' into lennartsbtfixesLennart Poettering2009-01-305-6/+41
|\
| * dump properties when we create a new sink or sourceLennart Poettering2009-01-302-4/+12
| |
| * suppress lines made up only of whitespaceLennart Poettering2009-01-301-1/+2
| |
| * include ALSA driver in properties for cards/sinkLennart Poettering2009-01-301-1/+6
| |
| * add new function pa_alsa_get_driver_name()Lennart Poettering2009-01-302-0/+21
| |
* | Merge branch 'master' into lennartsbtfixesLennart Poettering2009-01-304-5/+360
|\|
| * Add a little Gtk test tool to show how balance/fade/value and the channel ↵Lennart Poettering2009-01-301-0/+227
| | | | | | | | volumes play together
| * implement pa_cvolume_{get|set}_fadeLennart Poettering2009-01-303-2/+130
| |
| * fix a bogus assertLennart Poettering2009-01-301-1/+1
| |
| * properly deal with the case when l/r is silent when adjust balanceLennart Poettering2009-01-301-2/+2
| |
* | add missing filesLennart Poettering2009-01-292-0/+882
| |
* | temporary commit of lennarts new bt changesLennart Poettering2009-01-293-925/+514
|/
* add some helpers for dealing with DBusPendingCall based on Mrc-Andre's work ↵Lennart Poettering2009-01-292-0/+72
| | | | in module-bluetooth-discover
* get rid of nonsensical late initialization of namereg/scache and thingsLennart Poettering2009-01-299-102/+41
|
* make use of new functions pa_dbus_add_matches/pa_dbus_remove_matchesLennart Poettering2009-01-292-25/+18
|
* add new functions pa_dbus_add_matches()/pa_dbus_remove_matches()Lennart Poettering2009-01-292-0/+60
|
* make things compile againLennart Poettering2009-01-281-5/+4
|
* Run make update-poLennart Poettering2009-01-2811-3468/+4197
|
* Merge commit 'origin/master-tx'Lennart Poettering2009-01-282-886/+1297
|\
| * Updated Chinese(zh_CN) translation.Wang Zeguo2009-01-241-328/+537
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated Spanich translationdaniel cabrera2009-01-231-558/+760
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Merge commit '12db687acf3befe485bfff3700111999c95247fa'Lennart Poettering2009-01-282-5/+510
|\ \
| * | bluetooth: cold hsp/a2dp device detectionMarc-André Lureau2009-01-281-0/+287
| | |
| * | bluetooth: hsp volume controlMarc-André Lureau2009-01-282-5/+223
| | |
* | | store the default sink/source in proper pa_sink*/pa_source* pointers instead ↵Lennart Poettering2009-01-2811-100/+130
| | | | | | | | | | | | of a string
* | | fix two typosLennart Poettering2009-01-282-2/+2
| | |
* | | print the right software volumeLennart Poettering2009-01-282-4/+4
|/ /
* | Merge commit 'coling/master'Lennart Poettering2009-01-281-1/+1
|\ \
| * | Fix the message processing for PA_SINK_MESSAGE_GET_LATENCY by returning ↵Colin Guthrie2009-01-271-1/+1
| | | | | | | | | | | | rather than breaking and falling through.
* | | make m-v-r a stub that simply load m-s-rLennart Poettering2009-01-281-499/+8
| | |
* | | add missing usage stringsLennart Poettering2009-01-282-0/+7
|/ /
* | don't make m-e-s hit an assert when the latency is queriedLennart Poettering2009-01-271-1/+1
| |
* | instead of making the volume relative our own, let' pa_sink_input_new() do ↵Lennart Poettering2009-01-271-5/+10
| | | | | | | | it for us
* | make m-p-e-s use pa_cvolume_set_balance()Lennart Poettering2009-01-271-31/+3
| |
* | only store volume/device information that has been flagged for saving, and ↵Lennart Poettering2009-01-271-47/+158
| | | | | | | | store both relative and absolute volumes
* | when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-2715-41/+70
| |
* | add missing 'const'Lennart Poettering2009-01-272-2/+2
| |
* | add new paramter ignore_dB= to alsa modulesLennart Poettering2009-01-275-9/+25
| |
* | move flat volume logic into the core. while doing so add n_volume_steps ↵Lennart Poettering2009-01-2732-359/+560
| | | | | | | | field to sinks/sources
* | fix size calculationLennart Poettering2009-01-271-1/+1
| |
* | get rid of module-flat-volumes since we are moving this into the coreLennart Poettering2009-01-273-236/+1
| |
* | allow samples to be played with 'default' (i.e. unspecified) volume.Lennart Poettering2009-01-276-15/+43
| |
* | swap argument order of pa_cvolume_get_balance() to be a bit more systematicLennart Poettering2009-01-275-16/+16
| |
* | add a few missing doxygen commentsLennart Poettering2009-01-274-1/+19
| |
* | import version.h in all header files to make sure that version-based feature ↵Lennart Poettering2009-01-2721-0/+21
| | | | | | | | testing works
* | always define PA_MAJOR/PA_MINOR/PA_MICRO to ease feature checking in client ↵Lennart Poettering2009-01-272-6/+18
| | | | | | | | applications
* | invert an ill-placed assertLennart Poettering2009-01-271-1/+1
| |
* | show pretty channel map name if possibleLennart Poettering2009-01-271-5/+30
| |
* | remove redundant castLennart Poettering2009-01-271-1/+1
| |