summaryrefslogtreecommitdiffstats
path: root/src/modules/module-stream-restore.c
Commit message (Expand)AuthorAgeFilesLines
* stream-restore: Clear the save_sink/save_source flags on apply_entry.Colin Guthrie2010-02-051-12/+36
* stream-restore: At startup, create dbus entries only for valid database entries.Tanu Kaskinen2009-12-031-2/+7
* stream-restore: Add a missing pa_xnew0() call in handle_add_entry().Tanu Kaskinen2009-12-031-0/+1
* stream-restore: Fix a few assertion misuses with the D-Bus code.Tanu Kaskinen2009-12-031-5/+5
* Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò2009-11-211-25/+25
* Merge remote branch 'coling/history'Lennart Poettering2009-10-071-2/+2
|\
| * stream-restore: Preventative initialistion to NULLColin Guthrie2009-10-011-2/+2
* | Merge branch 'master' into dbus-workTanu Kaskinen2009-10-021-1/+1
|\|
| * stream-restore: Comment fixColin Guthrie2009-09-201-1/+1
* | dbus: Change IsMuted property names to Mute.Tanu Kaskinen2009-08-311-21/+21
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-301-2/+6
|\|
| * protocol-native: print more volume change debug messages to easy tracking dow...Lennart Poettering2009-08-271-0/+4
* | dbus: Do message argument type checking early, centrally.Tanu Kaskinen2009-08-301-83/+37
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-161-32/+110
|\|
| * modules: add various checks to avoid selecting objects that are not linked or...Lennart Poettering2009-08-161-0/+18
| * module-stream-restore: don't fiddle with sinks/sources/streams that are not f...Lennart Poettering2009-08-141-26/+86
| * stream-restore: mark volume changes from instant apply as saved onesv0.9.16-test2Lennart Poettering2009-07-011-6/+7
* | dbus: Take advantage of the PA_HASHMAP_FOREACH macro.Tanu Kaskinen2009-08-091-5/+3
* | stream-restore: Expose module to D-Bus.Tanu Kaskinen2009-08-031-5/+1050
|/
* modules: pass properly initialized userdata pointers to various hooksLennart Poettering2009-06-231-2/+2
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-7/+4
|\
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-7/+4
* | module-stream-restore: recheck stream database on hotplug/unplug and potentia...Lennart Poettering2009-06-221-4/+190
* | restore: change 'save' flag behaviour to reflect whether an entry shall and/o...Lennart Poettering2009-06-221-17/+17
|/
* card,stream-restore: minor cleanupsLennart Poettering2009-06-181-9/+5
* stream-restore: e don't need to save stream data that came from the databaseLennart Poettering2009-06-181-6/+6
* database: port restore modules to new database APILennart Poettering2009-05-141-82/+56
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-89/+53
* always remap relative volume properlyLennart Poettering2009-03-201-12/+10
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* stream-resotre: don't leak a nameMarc-André Lureau2009-02-191-0/+2
* make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering2009-02-131-2/+2
* store the identification key in the module-stream-restore.id propertyLennart Poettering2009-02-041-5/+13
* remove soft volume from pa_sink_input_new_info since it should be handled int...Lennart Poettering2009-02-041-19/+23
* fix a validity checkLennart Poettering2009-02-041-1/+1
* version all entries in the databaseLennart Poettering2009-02-041-10/+19
* add missing usage stringsLennart Poettering2009-01-281-0/+4
* instead of making the volume relative our own, let' pa_sink_input_new() do it...Lennart Poettering2009-01-271-5/+10
* only store volume/device information that has been flagged for saving, and st...Lennart Poettering2009-01-271-47/+158
* when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-271-3/+3
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-2/+2
* minor cleanupsLennart Poettering2009-01-211-3/+3
* kill autoload stuff as plannedLennart Poettering2009-01-151-4/+4
* Pass GDBM_NOLOCK to gdbmLennart Poettering2008-12-171-1/+1
* fix arguments to format stringLennart Poettering2008-10-211-1/+1
* if a stream comes with now sensible properties attached, use commonLennart Poettering2008-10-081-1/+1
* fix minor typoLennart Poettering2008-09-091-1/+1
* reduce needlessly large gdbm cache a bitLennart Poettering2008-08-291-0/+5
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-5/+5
* restore volume/device for streams only when it wasn't set beforeLennart Poettering2008-08-181-8/+21