Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating desktop files | maxerba | 2013-07-31 | 1 | -2/+8 |
| | |||||
* | Adding serbian localization in desktop files | maxerba | 2013-07-08 | 1 | -0/+2 |
| | |||||
* | Fixed sorting in desktop files | maxerba | 2013-07-04 | 1 | -13/+13 |
| | |||||
* | updating desktop files with esperanto and french translations | maxerba | 2013-07-02 | 1 | -13/+14 |
| | |||||
* | updating catalan translation (and entries order) | maxerba | 2013-05-05 | 1 | -5/+7 |
| | |||||
* | backport 81776 (mixer potentially unusable without it) and 81774 (magic ↵ | Mike Blumenkrantz | 2012-12-28 | 1 | -1/+2 |
| | | | | | | failures trigger aborts) SVN revision: 81787 | ||||
* | in a move which will make me tremendously unpopular, config versioning has ↵ | Mike Blumenkrantz | 2012-12-21 | 2 | -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 Zurcher | 2012-12-21 | 1 | -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 Haitzler | 2012-12-19 | 7 | -39/+6 |
| | | | | SVN revision: 81382 | ||||
* | I suppose we probably shouldn't leak pulse mixer sources after getting them | Mike Blumenkrantz | 2012-12-19 | 1 | -1/+3 |
| | | | | SVN revision: 81337 | ||||
* | From: Jérémy Zurcher <jeremy@asynk.ch> | Jérémy Zurcher | 2012-12-19 | 7 | -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 translations | Massimo Maiurana | 2012-12-17 | 1 | -1/+1 |
| | | | | SVN revision: 81195 | ||||
* | Store and handle action names correctly. (patch from Igor Murzov) | Massimo Maiurana | 2012-12-16 | 1 | -7/+7 |
| | | | | SVN revision: 81049 | ||||
* | pulse_recv() no longer has the most confusing return of any function, also ↵ | Mike Blumenkrantz | 2012-12-14 | 2 | -17/+15 |
| | | | | | | only prevent event list from building, not sinks (we need them!) SVN revision: 80925 | ||||
* | better fix for mixer buffer overflow, copy to epulse | Mike Blumenkrantz | 2012-12-14 | 1 | -1/+1 |
| | | | | SVN revision: 80919 | ||||
* | better fix for mixer pointer | Mike Blumenkrantz | 2012-12-14 | 1 | -0/+1 |
| | | | | SVN revision: 80918 | ||||
* | e: revert r80871. | Cedric BAIL | 2012-12-14 | 1 | -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 events | Mike Blumenkrantz | 2012-12-13 | 1 | -2/+5 |
| | | | | SVN revision: 80873 | ||||
* | another leak on failure | Mike Blumenkrantz | 2012-12-13 | 1 | -1/+2 |
| | | | | SVN revision: 80872 | ||||
* | NULL variable after freeing | Mike Blumenkrantz | 2012-12-13 | 1 | -0/+1 |
| | | | | SVN revision: 80871 | ||||
* | buffer overflow in pulse | Mike Blumenkrantz | 2012-12-13 | 1 | -1/+1 |
| | | | | SVN revision: 80870 | ||||
* | fix mixer crash on disconnect | Mike Blumenkrantz | 2012-12-10 | 1 | -5/+14 |
| | | | | SVN revision: 80590 | ||||
* | Mark some strings for translation. (patch from Igor Murzov) | Massimo Maiurana | 2012-12-09 | 1 | -3/+3 |
| | | | | SVN revision: 80551 | ||||
* | yet another pulse overhaul: | Mike Blumenkrantz | 2012-12-07 | 1 | -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 BAIL | 2012-12-07 | 1 | -1/+7 |
| | | | | SVN revision: 80430 | ||||
* | lets try null out alsa mixer to avoid bad freed internal self usage. | Carsten Haitzler | 2012-12-07 | 1 | -0/+1 |
| | | | | SVN revision: 80425 | ||||
* | only set volume for pulse channel if volume is actually different from ↵ | Mike Blumenkrantz | 2012-12-07 | 1 | -2/+7 |
| | | | | | | current channel value SVN revision: 80422 | ||||
* | don't update popup if popup doesn't exist | Mike Blumenkrantz | 2012-12-07 | 1 | -0/+2 |
| | | | | SVN revision: 80421 | ||||
* | when using pulseaudio, mixer gadget doesn't need to manually update | Mike Blumenkrantz | 2012-12-07 | 1 | -3/+3 |
| | | | | SVN revision: 80419 | ||||
* | e: fix build on Solaris 11. | Cedric BAIL | 2012-12-05 | 1 | -0/+1 |
| | | | | | | | Patch by Robert David <robert.david.public@gmail.com>. SVN revision: 80204 | ||||
* | muting volume no longer causes volume to change | Mike Blumenkrantz | 2012-12-04 | 1 | -1/+0 |
| | | | | SVN revision: 80151 | ||||
* | fix error with pulse volume calculations which prevented volume from ↵ | Mike Blumenkrantz | 2012-12-04 | 1 | -1/+1 |
| | | | | | | reaching 100% SVN revision: 80150 | ||||
* | after 5 pulse disconnects, delete and retry to see if socket changed | Mike Blumenkrantz | 2012-12-04 | 1 | -1/+8 |
| | | | | SVN revision: 80137 | ||||
* | all dialogs are no longer resizable | Mike Blumenkrantz | 2012-12-03 | 2 | -2/+0 |
| | | | | SVN revision: 80032 | ||||
* | E17: define htonl correctly | Vincent Torri | 2012-12-01 | 1 | -0/+8 |
| | | | | SVN revision: 79960 | ||||
* | giant header overhaul which removes all the stupid one line function ↵ | Mike Blumenkrantz | 2012-11-30 | 5 | -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 Blumenkrantz | 2012-11-30 | 1 | -2/+4 |
| | | | | | | muted every time wizard is run SVN revision: 79889 | ||||
* | fix some pulse shutdown magic fails | Mike Blumenkrantz | 2012-11-30 | 1 | -3/+3 |
| | | | | SVN revision: 79874 | ||||
* | updating various translations | Massimo Maiurana | 2012-11-21 | 1 | -0/+4 |
| | | | | SVN revision: 79519 | ||||
* | ensure pulse mixer always disconnects when requested | Mike Blumenkrantz | 2012-11-14 | 1 | -2/+6 |
| | | | | SVN revision: 79292 | ||||
* | probably fix bug where mixer bindings would fail to be added again after ↵ | Mike Blumenkrantz | 2012-11-14 | 1 | -0/+3 |
| | | | | | | | | | refreshing a gadget ticket #1774 SVN revision: 79271 | ||||
* | change pulse reconnect mechanism to always just try and reconnect on a timer | Mike Blumenkrantz | 2012-11-12 | 1 | -18/+14 |
| | | | | | | | ticket #1742 SVN revision: 79151 | ||||
* | put lucas's makefiles back.. but what do you do to make it not break | Carsten Haitzler | 2012-11-09 | 1 | -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 of | Carsten Haitzler | 2012-11-09 | 1 | -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's | Lucas De Marchi | 2012-11-07 | 1 | -55/+0 |
| | | | | SVN revision: 78983 | ||||
* | e: use AM_CPPFLAGS instead of INCLUDES | Lucas De Marchi | 2012-10-31 | 1 | -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 Blumenkrantz | 2012-10-31 | 2 | -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 Blumenkrantz | 2012-10-31 | 1 | -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 PULSEAUDIO | Mike Blumenkrantz | 2012-10-25 | 1 | -1/+1 |
| | | | | | | | ticket #1651 SVN revision: 78426 | ||||
* | fix EINTERN to be more portable and not require e.h in mixer pulse | Mike Blumenkrantz | 2012-10-09 | 3 | -5/+33 |
| | | | | SVN revision: 77613 |