summaryrefslogtreecommitdiff
path: root/src/modules/dbus
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use DBus defines instead of direct string literalsMarijn Suijten2021-02-011-1/+1
* dbus: fix ActiveProfile settingDavid Emett2019-08-271-2/+11
* meson: Do not build dbus files as a libraryArnaud Rebillout2018-10-041-34/+0
* meson: Enable dbus-protocol moduleArnaud Rebillout2018-10-041-0/+34
* build-sys: Drop ancient check for dbus_watch_get_unix_fd()Arun Raghavan2018-07-231-8/+0
* sink, source: remove the state gettersTanu Kaskinen2018-07-021-6/+6
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-121-2/+0
* cli-command: don't exit on "module already loaded" errorsColin Leroy2017-09-051-1/+1
* core: change configured_default_sink/source type to stringTanu Kaskinen2017-07-171-2/+2
* improve default sink/source handlingTanu Kaskinen2017-05-022-39/+85
* dbus: fix card profile change signalsTanu Kaskinen2017-03-101-8/+8
* build: Use #ifdef to check for #definesPeter Meerwald-Stadler2017-03-081-2/+2
* dbus: Deal with double-counting module-dbus-protocolv8.99.2Arun Raghavan2016-05-291-0/+8
* dbus: fix crash on LoadModule()Tanu Kaskinen2016-05-291-14/+11
* core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski2015-12-081-1/+1
* make availability of ports visible over dbusJohn Horan2015-10-191-2/+63
* dbus: Add card profile availability info to APIJuho Hämäläinen2015-10-192-6/+64
* Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava2015-09-251-1/+1
* Revert "Warn on loading module-dbus-protocol"Juho Hämäläinen2015-05-211-5/+0
* dbus: Use hooks for module proplist changesJuho Hämäläinen2015-05-211-22/+19
* dbus: Use hooks for module new and removed eventsJuho Hämäläinen2015-05-211-38/+48
* dbus: Use hook for sample cache proplist changesJuho Hämäläinen2015-05-211-21/+20
* dbus: Use hooks for sample cache new and removed eventsJuho Hämäläinen2015-05-211-35/+61
* dbus: Use hooks for default sink and source changesJuho Hämäläinen2015-04-021-62/+84
* dbus: Use hooks for put and unlinkJuho Hämäläinen2015-04-021-134/+239
* dbus: Use state changed hook for sink-input and source-output rate changesJuho Hämäläinen2015-04-021-0/+20
* dbus: Use hooks for sink-input and source-output eventsJuho Hämäläinen2015-04-021-55/+104
* dbus: Use hooks for sink and source eventsJuho Hämäläinen2015-04-021-30/+91
* dbus: Use hooks for client proplist changesJuho Hämäläinen2015-04-021-17/+17
* dbus: Use hooks for card profile eventsJuho Hämäläinen2015-04-021-35/+34
* update FSF addresses to FSF web pageOndrej Holecek2015-01-1421-63/+21
* Fix URLs still pointing to the old wikiAlexander E. Patrakov2014-12-2210-20/+20
* Warn on loading module-dbus-protocolAlexander E. Patrakov2014-12-081-0/+5
* dbus-iface: Initialize "new_active" variable to NULLDavid Henningsson2014-11-171-1/+1
* dbus: Fix the ActivePort property handlerTanu Kaskinen2014-11-141-1/+10
* source, sink: Support weird sample ratesAlexander E. Patrakov2014-06-051-4/+2
* sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen2014-05-021-2/+2
* dbus: Use correct initialization for source ports hashmap.Juho Hämäläinen2014-04-171-1/+1
* dbus: Use correct idxset when getting sourcesJuho Hämäläinen2014-02-111-1/+1
* Add pa_sample_rate_valid()Tanu Kaskinen2013-12-151-3/+3
* Add pa_sample_format_valid()Tanu Kaskinen2013-12-151-2/+2
* Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen2013-11-293-1/+8
* hashmap: Add the ability to free keysArun Raghavan2013-09-173-30/+35
* dbus: Fix invalid dbus_bool_t valuesTanu Kaskinen2013-07-171-26/+26
* Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)2013-07-044-25/+25
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-047-73/+73
* Whitespace cleanup: Fix broken indentation by handpoljar (Damir Jelić)2013-06-248-66/+66
* Whitespace cleanup: Remove tabspoljar (Damir Jelić)2013-06-248-66/+66
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-7/+2
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-163-76/+12