summaryrefslogtreecommitdiffstats
path: root/src/modules/dbus
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-1/+1
* dbus: Fix the order of freeing stuff when unloading module-dbus-protocol.Tanu Kaskinen2011-04-291-3/+9
* dbus: Fix connection idxset freeing when unloading the module.Tanu Kaskinen2011-04-291-13/+8
* sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen2011-03-291-5/+5
* dbus: Do not refcnt the core.Colin Guthrie2011-03-252-4/+2
* dbus: Always accept mono volumes when setting device or stream volume.Tanu Kaskinen2011-03-112-10/+8
* dbusiface-stream: Fix crash when there's no resampling used.Tanu Kaskinen2011-03-111-0/+5
* Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-221-43/+77
* dbusiface-stream: Send the Device property in the GetAll handler.Tanu Kaskinen2011-02-221-0/+1
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
* build-sys: Fix a warning during distcheckArun Raghavan2010-12-051-0/+20
* dbus: Fix log message after volume changes.Colin Guthrie2010-10-191-1/+1
* volume: Fix incorrect usage of PA_VOLUME_IS_VALIDArun Raghavan2010-10-192-3/+3
* volume: Use a macro to check if a volume is validArun Raghavan2010-10-154-5/+5
* dbusiface-core: Track sinks and sources using synchronous hooks instead of as...Tanu Kaskinen2010-08-101-120/+130
* dbus: Stop polling every 10 seconds to check whether all clients are still al...Tanu Kaskinen2010-05-101-22/+28
* dbus: Initialize properly the type field of new server structs.Tanu Kaskinen2010-05-101-0/+1
* dbus: Make it possible to allow remote connections from outside localhost.Tanu Kaskinen2010-05-101-2/+8
* Merge remote branch 'tanuk/master'Colin Guthrie2009-11-301-0/+2
|\
| * dbusiface-client: Fix the destructor (stop leaking stuff).Tanu Kaskinen2009-10-091-0/+2
* | Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò2009-11-218-268/+268
|/
* dbus-protocol: Implement argument type checking for normal methods.Tanu Kaskinen2009-08-311-1/+1
* dbus: Change IsMuted property names to Mute.Tanu Kaskinen2009-08-312-39/+39
* dbusiface-core: Add signals FallbackSinkUnset and FallbackSourceUnset.Tanu Kaskinen2009-08-311-0/+20
* dbus: Do message argument type checking early, centrally.Tanu Kaskinen2009-08-306-255/+141
* dbus: Finish the Client D-Bus interface.Tanu Kaskinen2009-08-262-18/+176
* dbusiface-stream: Only send stream event signals from the right D-Bus objects.Tanu Kaskinen2009-08-261-0/+6
* dbus: Make sure that subscription callbacks don't try to access removed objects.Tanu Kaskinen2009-08-264-72/+143
* dbus: Save one level of identation by returning early.Tanu Kaskinen2009-08-262-40/+41
* dbusiface-module: Implement the Module D-Bus interface.Tanu Kaskinen2009-08-243-7/+279
* dbusifaca-device: Adapt to the changed pa_sink_get/set_volume() interface.Tanu Kaskinen2009-08-191-3/+3
* dbusiface-sample: Implement the Sample D-Bus interface.Tanu Kaskinen2009-08-192-2/+468
* dbusiface-core: Assert that _add/remove_interface calls succeed.Tanu Kaskinen2009-08-191-2/+2
* dbusiface-core: Use the PA_IDXSET_FOREACH macro.Tanu Kaskinen2009-08-191-8/+8
* dbusiface-core: Split some overly long lines.Tanu Kaskinen2009-08-191-42/+118
* dbusiface-stream: Finish the Stream D-Bus interface.Tanu Kaskinen2009-08-171-80/+498
* dbusiface-device: Save one level of identation by returning early.Tanu Kaskinen2009-08-171-96/+99
* dbusiface-device: Fix argument reading in handle_suspend().Tanu Kaskinen2009-08-171-1/+7
* dbusiface-device: Use a single if-else section instead of ternary operator ov...Tanu Kaskinen2009-08-171-34/+43
* dbusiface-device: Split some overly long lines.Tanu Kaskinen2009-08-171-7/+14
* dbusiface-core: Two new functions: pa_dbusiface_core_get_sink/source().Tanu Kaskinen2009-08-172-0/+34
* dbusiface-core: New function: pa_dbusiface_core_get_client_path().Tanu Kaskinen2009-08-172-0/+8
* dbusiface-stream: Implement about a half of the Stream D-Bus interface.Tanu Kaskinen2009-08-162-0/+386
* dbusiface-device: Free the copied proplist.Tanu Kaskinen2009-08-161-0/+1
* dbusiface-client: Fix indentation.Tanu Kaskinen2009-08-161-7/+7
* dbusiface-client: Fix the interface name.Tanu Kaskinen2009-08-152-3/+6
* dbusiface-client: Implement the properties of the Client D-Bus interface.Tanu Kaskinen2009-08-151-1/+278
* dbusiface-core: Two new functions: pa_dbusiface_core_get_playback/record_stre...Tanu Kaskinen2009-08-152-0/+16
* dbusiface-device: Implement the Device and DevicePort D-Bus interfaces.Tanu Kaskinen2009-08-154-6/+1447