Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | namereg: Revert default device handling back to the upstream version. | Tanu Kaskinen | 2009-08-17 | 1 | -48/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-16 | 100 | -1195/+3664 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/daemon/daemon-conf.c src/daemon/daemon.conf.in src/modules/module-stream-restore.c src/pulse/client-conf.c src/pulsecore/namereg.c | |||||
| * | | | | | | | | dbusiface-stream: Implement about a half of the Stream D-Bus interface. | Tanu Kaskinen | 2009-08-16 | 2 | -0/+386 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-device: Free the copied proplist. | Tanu Kaskinen | 2009-08-16 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-client: Fix indentation. | Tanu Kaskinen | 2009-08-16 | 1 | -7/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-client: Fix the interface name. | Tanu Kaskinen | 2009-08-15 | 2 | -3/+6 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-client: Implement the properties of the Client D-Bus interface. | Tanu Kaskinen | 2009-08-15 | 1 | -1/+278 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a patch from Vincent Filali-Ansary. | |||||
| * | | | | | | | | dbusiface-core: Two new functions: ↵ | Tanu Kaskinen | 2009-08-15 | 2 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pa_dbusiface_core_get_playback/record_stream_path(). | |||||
| * | | | | | | | | dbusiface-device: Implement the Device and DevicePort D-Bus interfaces. | Tanu Kaskinen | 2009-08-15 | 5 | -6/+1448 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-protocol: Use pa_hashmap_remove() instead of _get(). | Tanu Kaskinen | 2009-08-15 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-core: New function: pa_dbusiface_core_get_card_path(). | Tanu Kaskinen | 2009-08-15 | 2 | -0/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-card: Fix the OwnerModule property type in handle_get_all(). | Tanu Kaskinen | 2009-08-15 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-card: Assert that the profiles list is empty if there's no active | Tanu Kaskinen | 2009-08-15 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | profile. | |||||
| * | | | | | | | | dbusiface-card: Use the ++ operator like it's meant to be used. | Tanu Kaskinen | 2009-08-15 | 1 | -4/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-card-profile: Assert the core argument isn't NULL. | Tanu Kaskinen | 2009-08-15 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-card: Split some overly long lines. | Tanu Kaskinen | 2009-08-15 | 3 | -5/+20 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-protocol: Fix signal sending for the case when the client doesn't listen | Tanu Kaskinen | 2009-08-10 | 2 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for all signals. | |||||
| * | | | | | | | | dbus-protocol: Add a note for _send_signal that by default the signal isn't | Tanu Kaskinen | 2009-08-10 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actually sent. | |||||
| * | | | | | | | | dbusiface-card-profile: Implement the CardProfile D-Bus interface. | Tanu Kaskinen | 2009-08-09 | 4 | -3/+163 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-card: Implement the Card D-Bus interface. | Tanu Kaskinen | 2009-08-09 | 4 | -0/+601 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-protocol: Take advantage of the helpers in dbus-util. | Tanu Kaskinen | 2009-08-09 | 1 | -16/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-protocol: Split some overly long lines. | Tanu Kaskinen | 2009-08-09 | 1 | -7/+9 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-util: Trivial comment punctuation fix. | Tanu Kaskinen | 2009-08-09 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-util: Add helpers for proplist handling. | Tanu Kaskinen | 2009-08-09 | 2 | -0/+75 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-core: Add functions for getting various object paths. | Tanu Kaskinen | 2009-08-09 | 2 | -0/+25 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-core: Generate more informative error messages. | Tanu Kaskinen | 2009-08-09 | 1 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus: Take advantage of the PA_HASHMAP_FOREACH macro. | Tanu Kaskinen | 2009-08-09 | 3 | -64/+38 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus: Three entangled changes: | Tanu Kaskinen | 2009-08-09 | 17 | -91/+113 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make the dbus object constructors take a pa_dbusiface_core pointer as an argument. Remove the path_prefix argument. * Expose the core object path as a constant in protocol-dbus.h. * Move the core interface name constant from iface-core.h to protocol-dbus.h. | |||||
| * | | | | | | | | proplist: New function: pa_proplist_equal() | Tanu Kaskinen | 2009-08-09 | 3 | -0/+30 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-memstats: Implement the Memstats D-Bus interface. | Tanu Kaskinen | 2009-08-04 | 4 | -0/+281 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-protocol: Remove erroneous protocol object unref. | Tanu Kaskinen | 2009-08-04 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-protocol: Make debug logging saner. | Tanu Kaskinen | 2009-08-04 | 1 | -6/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-protocol, dbusiface-core: Take a reference when storing the core pointer. | Tanu Kaskinen | 2009-08-04 | 2 | -2/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-core: Make the interface string a public constant. | Tanu Kaskinen | 2009-08-04 | 2 | -25/+26 | |
| | | | | | | | | | ||||||
| * | | | | | | | | stream-restore: Expose module to D-Bus. | Tanu Kaskinen | 2009-08-03 | 2 | -5/+1055 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-util: Fix broken proplist reading logic. | Tanu Kaskinen | 2009-08-03 | 1 | -13/+31 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus-protocol: Add debugging output (temporary change). | Tanu Kaskinen | 2009-08-02 | 1 | -2/+11 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbusiface-core: Don't die if we get a default sink/source change event ↵ | Tanu Kaskinen | 2009-08-01 | 1 | -8/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before the new default device is actually created. | |||||
| * | | | | | | | | dbusiface-core: Send signals whenever extensions are registered and ↵ | Tanu Kaskinen | 2009-07-31 | 1 | -0/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unregistered. | |||||
| * | | | | | | | | dbus-protocol: Implement extension registration. | Tanu Kaskinen | 2009-07-31 | 2 | -22/+108 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus/iface-core.c: Make sure D-Bus objects are created only once. | Tanu Kaskinen | 2009-07-30 | 1 | -20/+28 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Bug fixing and minor cleanups. | Tanu Kaskinen | 2009-07-27 | 3 | -66/+111 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add the forgotten src/modules/dbus directory to git. | Tanu Kaskinen | 2009-07-21 | 15 | -0/+3274 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Finish the Core dbus interface. | Tanu Kaskinen | 2009-07-21 | 14 | -1861/+1526 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dbus: Implement the Name property of the core object. | Tanu Kaskinen | 2009-07-03 | 5 | -141/+932 | |
| | | | | | | | | | ||||||
| * | | | | | | | | server-lookup: Update the D-Bus identifiers to be versioned. | Tanu Kaskinen | 2009-06-30 | 2 | -7/+10 | |
| | | | | | | | | | ||||||
| * | | | | | | | | module-cli: Fix compilation by adding libpulsecommon to module_cli_la_LIBADD. | Tanu Kaskinen | 2009-06-30 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-06-29 | 10 | -77/+92 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-06-29 | 167 | -3269/+11720 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c src/daemon/daemon-conf.h src/daemon/main.c src/pulsecore/dbus-util.h | |||||
| * | | | | | | | | | | module-dbus-protocol: Allow anyone to connect the daemon in system mode. | Tanu Kaskinen | 2009-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | |