summaryrefslogtreecommitdiff
path: root/src/modules/mixer
Commit message (Expand)AuthorAgeFilesLines
* compositor rewrite / charlie-foxtrot situationMike Blumenkrantz2014-01-145-29/+29
* fix weird pulse crash when sink name is NULL (wtf?)Mike Blumenkrantz2014-01-141-2/+2
* bugfix: delete mixer's pulse exe handler after it's started so desklock doesn...Mike Blumenkrantz2013-12-231-0/+1
* fix mixer regression which broke non-pulseaudio supportMike Blumenkrantz2013-12-211-3/+16
* use regular ecore-exe for pulse start to not track launchMike Blumenkrantz2013-12-161-4/+4
* don't crash when pulse exec deletes itself during startup timerMike Blumenkrantz2013-12-151-3/+4
* try connecting to pulse on a timer after it gets started in case it's a slow ...Mike Blumenkrantz2013-12-151-1/+9
* try running start-pulseaudio-x11 from mixerMike Blumenkrantz2013-12-151-1/+1
* mixer - address duplicate bindings for the same action with timeoutCarsten Haitzler (Rasterman)2013-12-102-0/+11
* mixer: add option disable_pulseaudioJérémy Zurcher2013-12-063-2/+17
* mixer: load module config in e_modapi_init(), same as othersJérémy Zurcher2013-12-061-0/+4
* only try to start pulseaudio onceMike Blumenkrantz2013-11-301-3/+13
* remove some eldbus stragglers from pulse mixerMike Blumenkrantz2013-11-301-13/+0
* fix pulse mixer startupMike Blumenkrantz2013-11-301-100/+14
* mixer: gadget conf set card name when noneJérémy Zurcher2013-09-261-1/+9
* Revert "updating desktop files"Igor Murzov2013-09-041-0/+2
* updating desktop filesmaxerba2013-07-311-2/+0
* Adding serbian localization in desktop filesmaxerba2013-07-081-0/+2
* Fixed sorting in desktop filesmaxerba2013-07-051-1/+2
* adding catalan translation and sorting lines alphabeticallymaxerba2013-06-051-5/+7
* ensure pa autho info is 0'd out so valgrind doesnt complain about reading uni...Carsten Haitzler (Rasterman)2013-05-231-1/+1
* e_popup_autoclose() now also allows a delete function to replace normal popup...discomfitor2013-05-181-1/+1
* Rename edbus->eldbusLucas De Marchi2013-04-231-24/+24
* mixer: factorize popup&gadget balance&volume codeJérémy Zurcher2013-04-231-110/+27
* mixer: prevent mem leak and let default card setup on empty moduleJérémy Zurcher2013-04-231-1/+3
* oops - didnt fix pa RIGHT... now its fixed - detects pa native socketCarsten Haitzler (Rasterman)2013-04-221-2/+3
* e17 mixer - use XDG_RUNTIME_DIR for finding pulse... and have moreCarsten Haitzler (Rasterman)2013-04-211-5/+29
* if inst->channel is null... dont segv at least in mixer.Carsten Haitzler (Rasterman)2013-04-211-5/+7
* reprotect _mixer_popup_key_down_cbJérémy Zurcher2013-03-301-0/+1
* fix _e_popup_autoclose_key_down_cbJérémy Zurcher2013-03-301-1/+0
* mixer key control broken .. to the point it segs now. :) patch overCarsten Haitzler (Rasterman)2013-03-291-0/+1
* mixer: cleanup card and channel selection code pathJérémy Zurcher2013-03-062-90/+46
* mixer: remove unused mixer functionsJérémy Zurcher2013-03-065-79/+0
* mixer: use channel capabilities in alsa subsystemJérémy Zurcher2013-03-061-29/+46
* mixer: remove e_mod_mixer_mutable_get and e_mod_mixer_capture_getJérémy Zurcher2013-03-065-64/+0
* mixer: take advantage of Channel capabilities bitmapJérémy Zurcher2013-03-063-70/+102
* mixer: replace E_Mixer_Channel_Info has_capture with capabilitiesJérémy Zurcher2013-03-066-25/+92
* mixer: add const to immutable params of mixer apiJérémy Zurcher2013-03-065-112/+142
* mixer: use E_Mixer_Channel_Info as subsystem fct paramJérémy Zurcher2013-03-068-133/+145
* mixer: fix grammarJérémy Zurcher2013-03-067-45/+45
* mixer: add missing _e_mixer_dummy_set calls to sys_dummyJérémy Zurcher2013-03-061-0/+5
* mixer: factorise get/free card namesJérémy Zurcher2013-03-067-36/+18
* mixer: factorise get/free channels info and namesJérémy Zurcher2013-03-067-105/+70
* mixer: replace struct channel_info with E_Mixer_Channel_InfoJérémy Zurcher2013-03-062-16/+17
* mixer: replace e_mod_system.h with e_mod_mixer.hcJérémy Zurcher2013-03-067-158/+173
* mixer: pulse use const eina_stringshare as channel nameJérémy Zurcher2013-03-061-3/+7
* giant comp rejiggering commit #2: popups are now objects drawn directly onto ...Mike Blumenkrantz2013-02-182-72/+10
* revert mixer back to a working state -> rev 83903Carsten Haitzler2013-02-1711-790/+772
* e_mixer: cleanup mixer card and channel selection code pathJérémy Zurcher2013-02-152-91/+45
* e_mixer: remove unused e_mod_mixer_channel_name_get from mixer API and commen...Jérémy Zurcher2013-02-145-38/+32