summaryrefslogtreecommitdiff
path: root/src/modules/dbus/iface-device.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2015-04-02dbus: Use hooks for sink and source eventsJuho Hämäläinen1-30/+91
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-17dbus-iface: Initialize "new_active" variable to NULLDavid Henningsson1-1/+1
2014-11-14dbus: Fix the ActivePort property handlerTanu Kaskinen1-1/+10
2014-04-17dbus: Use correct initialization for source ports hashmap.Juho Hämäläinen1-1/+1
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-4/+4
2013-07-17dbus: Fix invalid dbus_bool_t valuesTanu Kaskinen1-26/+26
2013-07-04Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)1-18/+18
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-32/+32
2013-06-24Whitespace cleanup: Fix broken indentation by handpoljar (Damir Jelić)1-10/+10
2013-06-24Whitespace cleanup: Remove tabspoljar (Damir Jelić)1-10/+10
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-9/+1
2012-12-19Log the reason for every suspend/resume.Tanu Kaskinen1-6/+17
2012-06-29sink, source: Always create a hashmap for ports.Tanu Kaskinen1-20/+12
2012-03-28dbus: Fix device latency querying.Tanu Kaskinen1-3/+7
2011-08-18dbus: Use pa_device_type_t rather than an internal equivalentColin Guthrie1-61/+56
2011-06-22capture: Implement per-stream volume control for capture streams.Colin Guthrie1-1/+1
2011-03-11dbus: Always accept mono volumes when setting device or stream volume.Tanu Kaskinen1-5/+4
2010-10-15volume: Use a macro to check if a volume is validArun Raghavan1-1/+1
2009-11-21Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò1-36/+36
2009-08-31dbus: Change IsMuted property names to Mute.Tanu Kaskinen1-20/+20
2009-08-30dbus: Do message argument type checking early, centrally.Tanu Kaskinen1-34/+22
2009-08-19dbusifaca-device: Adapt to the changed pa_sink_get/set_volume() interface.Tanu Kaskinen1-3/+3
2009-08-17dbusiface-device: Save one level of identation by returning early.Tanu Kaskinen1-96/+99
2009-08-17dbusiface-device: Fix argument reading in handle_suspend().Tanu Kaskinen1-1/+7
2009-08-17dbusiface-device: Use a single if-else section instead of ternary operator ov...Tanu Kaskinen1-34/+43
2009-08-17dbusiface-device: Split some overly long lines.Tanu Kaskinen1-7/+14
2009-08-16dbusiface-device: Free the copied proplist.Tanu Kaskinen1-0/+1
2009-08-15dbusiface-device: Implement the Device and DevicePort D-Bus interfaces.Tanu Kaskinen1-6/+1202
2009-08-09dbus: Three entangled changes:Tanu Kaskinen1-6/+7
2009-07-21Add the forgotten src/modules/dbus directory to git.Tanu Kaskinen1-0/+105