summaryrefslogtreecommitdiff
path: root/src/modules/mixer
Commit message (Collapse)AuthorAgeFilesLines
* updating desktop filesmaxerba2013-07-311-2/+8
|
* Adding serbian localization in desktop filesmaxerba2013-07-081-0/+2
|
* Fixed sorting in desktop filesmaxerba2013-07-041-13/+13
|
* updating desktop files with esperanto and french translationsmaxerba2013-07-021-13/+14
|
* updating catalan translation (and entries order)maxerba2013-05-051-5/+7
|
* backport 81776 (mixer potentially unusable without it) and 81774 (magic ↵Mike Blumenkrantz2012-12-281-1/+2
| | | | | | failures trigger aborts) SVN revision: 81787
* in a move which will make me tremendously unpopular, config versioning has ↵Mike Blumenkrantz2012-12-212-15/+8
| | | | | | | | | been changed from hex to dec across the whole tree, including helper functions and modules PS. HAHAHAHAHAHAHAHA SVN revision: 81624
* From: Jérémy Zurcher <jeremy@asynk.ch>Jérémy Zurcher2012-12-211-2/+32
| | | | | | | | | | | Subject: [E-devel] mixer module segv patch - prevent segv while playing with controls when a card with empty channel list is selected (ie webcam) SVN revision: 81506
* sorry jeremy - back out your patch. mier more broken than before.Carsten Haitzler2012-12-197-39/+6
| | | | SVN revision: 81382
* I suppose we probably shouldn't leak pulse mixer sources after getting themMike Blumenkrantz2012-12-191-1/+3
| | | | SVN revision: 81337
* From: Jérémy Zurcher <jeremy@asynk.ch>Jérémy Zurcher2012-12-197-6/+39
| | | | | | | | | | | | Subject: [E-devel] mixer module alsa input and mono patch - fixes the input channel detection - if channel is mono force right to 0, disable right slider and lock - add missing dummy implementation of e_mixer_system_is_mono SVN revision: 81317
* updating esperanto translationsMassimo Maiurana2012-12-171-1/+1
| | | | SVN revision: 81195
* Store and handle action names correctly. (patch from Igor Murzov)Massimo Maiurana2012-12-161-7/+7
| | | | SVN revision: 81049
* pulse_recv() no longer has the most confusing return of any function, also ↵Mike Blumenkrantz2012-12-142-17/+15
| | | | | | only prevent event list from building, not sinks (we need them!) SVN revision: 80925
* better fix for mixer buffer overflow, copy to epulseMike Blumenkrantz2012-12-141-1/+1
| | | | SVN revision: 80919
* better fix for mixer pointerMike Blumenkrantz2012-12-141-0/+1
| | | | SVN revision: 80918
* e: revert r80871.Cedric BAIL2012-12-141-1/+0
| | | | | | | | | | This commit make E go crazy and use 100% all time. Reading the code, we do check the returned value, but discard it without looking at it in many case. A proper review of that piece of code to fix potential memory leak and avoid reusing dead pointer would be a must. SVN revision: 80915
* don't leak event infos when no cb is set for pulse eventsMike Blumenkrantz2012-12-131-2/+5
| | | | SVN revision: 80873
* another leak on failureMike Blumenkrantz2012-12-131-1/+2
| | | | SVN revision: 80872
* NULL variable after freeingMike Blumenkrantz2012-12-131-0/+1
| | | | SVN revision: 80871
* buffer overflow in pulseMike Blumenkrantz2012-12-131-1/+1
| | | | SVN revision: 80870
* fix mixer crash on disconnectMike Blumenkrantz2012-12-101-5/+14
| | | | SVN revision: 80590
* Mark some strings for translation. (patch from Igor Murzov)Massimo Maiurana2012-12-091-3/+3
| | | | SVN revision: 80551
* yet another pulse overhaul:Mike Blumenkrantz2012-12-071-89/+102
| | | | | | | | | * remove BAD_CH_MAPPING nonsense (fixes volume setting bugs since whoever added it broke them in doing so) * queue successive volume state changes to avoid overloading the server; apply queue periodically * update mixer gadget on timer after update events so we don't get insane amounts of mixer slider updates SVN revision: 80438
* e: another leaked fd after exec that will be correctly killed.Cedric BAIL2012-12-071-1/+7
| | | | SVN revision: 80430
* lets try null out alsa mixer to avoid bad freed internal self usage.Carsten Haitzler2012-12-071-0/+1
| | | | SVN revision: 80425
* only set volume for pulse channel if volume is actually different from ↵Mike Blumenkrantz2012-12-071-2/+7
| | | | | | current channel value SVN revision: 80422
* don't update popup if popup doesn't existMike Blumenkrantz2012-12-071-0/+2
| | | | SVN revision: 80421
* when using pulseaudio, mixer gadget doesn't need to manually updateMike Blumenkrantz2012-12-071-3/+3
| | | | SVN revision: 80419
* e: fix build on Solaris 11.Cedric BAIL2012-12-051-0/+1
| | | | | | | Patch by Robert David <robert.david.public@gmail.com>. SVN revision: 80204
* muting volume no longer causes volume to changeMike Blumenkrantz2012-12-041-1/+0
| | | | SVN revision: 80151
* fix error with pulse volume calculations which prevented volume from ↵Mike Blumenkrantz2012-12-041-1/+1
| | | | | | reaching 100% SVN revision: 80150
* after 5 pulse disconnects, delete and retry to see if socket changedMike Blumenkrantz2012-12-041-1/+8
| | | | SVN revision: 80137
* all dialogs are no longer resizableMike Blumenkrantz2012-12-032-2/+0
| | | | SVN revision: 80032
* E17: define htonl correctlyVincent Torri2012-12-011-0/+8
| | | | SVN revision: 79960
* giant header overhaul which removes all the stupid one line function ↵Mike Blumenkrantz2012-11-305-14/+3
| | | | | | prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes SVN revision: 79908
* only set mixer volume if we've truly saved mixer volume, prvents mixer being ↵Mike Blumenkrantz2012-11-301-2/+4
| | | | | | muted every time wizard is run SVN revision: 79889
* fix some pulse shutdown magic failsMike Blumenkrantz2012-11-301-3/+3
| | | | SVN revision: 79874
* updating various translationsMassimo Maiurana2012-11-211-0/+4
| | | | SVN revision: 79519
* ensure pulse mixer always disconnects when requestedMike Blumenkrantz2012-11-141-2/+6
| | | | SVN revision: 79292
* probably fix bug where mixer bindings would fail to be added again after ↵Mike Blumenkrantz2012-11-141-0/+3
| | | | | | | | | refreshing a gadget ticket #1774 SVN revision: 79271
* change pulse reconnect mechanism to always just try and reconnect on a timerMike Blumenkrantz2012-11-121-18/+14
| | | | | | | ticket #1742 SVN revision: 79151
* put lucas's makefiles back.. but what do you do to make it not breakCarsten Haitzler2012-11-091-55/+0
| | | | | | | | between builds from older vs newer makefile setup? SVN revision: 79024
* lucas... u're going to hate me... but i'm reverting this whole lot ofCarsten Haitzler2012-11-091-0/+55
| | | | | | | | | | | | | | | | module build chnages because its fundamentally broken. it DOES NOT PRODUCE .SO FILES. just .la and .a files. the only reason u dont notice is.. you ALREADY had .so's installed. i just got in from the airport... synced and updated.. rebuilt and was met with all modules not loading... literally - no .so's are installed int he module dirs. try rm -rf the instaleld module tree. regardless... this has to be reverted be3cause it's a major break. the idea is right/nice. the implementation is causing... problems. SVN revision: 79015
* e/modules: delete old Makefile.am'sLucas De Marchi2012-11-071-55/+0
| | | | SVN revision: 78983
* e: use AM_CPPFLAGS instead of INCLUDESLucas De Marchi2012-10-311-2/+2
| | | | | | | | | | | Get rid of warnings like below with recent automake (1.11 and newer): src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/bin/Makefile.am: installing './depcomp' src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') SVN revision: 78720
* pulse mixer no longer runs its init function constantly and should allow the ↵Mike Blumenkrantz2012-10-312-5/+25
| | | | | | | | | slider to become much more responsive/accurate. also implement volume saving per gadget ticket #1697 SVN revision: 78702
* don't need to update pulse mixer gadgets when we're just checking default ↵Mike Blumenkrantz2012-10-311-2/+3
| | | | | | sink, also ensure that pulse_ready is always called SVN revision: 78701
* BY THE POWER OF GRAYSKULL, MIXER MODULE NOW WORKS AGAIN WITH PULSEAUDIOMike Blumenkrantz2012-10-251-1/+1
| | | | | | | ticket #1651 SVN revision: 78426
* fix EINTERN to be more portable and not require e.h in mixer pulseMike Blumenkrantz2012-10-093-5/+33
| | | | SVN revision: 77613