| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | uncomment close down code | Conor Curran | 2010-03-03 | 1 | -2/+2 |
|/ / |
|
* | | sound service should now be able to handle an unstable pa environment | Conor Curran | 2010-03-02 | 2 | -20/+106 |
|\ \
| |/
|/| |
|
| * | new sink inserts are now cached in our hash | Conor Curran | 2010-02-26 | 2 | -13/+24 |
| * | handles pulseaudio flapping without memory leaks - solid | Conor Curran | 2010-02-26 | 2 | -13/+88 |
|/ |
|
* | key listening update so as the sound menu will digest the appropriate actions | Conor Curran | 2010-02-18 | 1 | -6/+9 |
* | updated release revision number in the configure.ac and updated ido and libdb... | Conor Curran | 2010-02-18 | 1 | -3/+3 |
* | merge of the bugfix branch for icon update and slider behaviour while muted | Conor Curran | 2010-02-18 | 2 | -1/+4 |
|\ |
|
| * | Dont listen to key events once the state is muted | Conor Curran | 2010-02-18 | 2 | -1/+4 |
|/ |
|
* | the big merge with the branch which contains dynamic sink switching, much smo... | Conor Curran | 2010-02-18 | 3 | -118/+156 |
|\ |
|
| * | update_pa_state, now expected to be called throughout lifetime of service plu... | Conor Curran | 2010-02-17 | 1 | -9/+9 |
| * | Now handles dynamic switching of sinks - filers volume signal updates on the ... | Conor Curran | 2010-02-17 | 1 | -22/+89 |
| * | Handles slider feedback loop with the service nicely plus tidy up | Conor Curran | 2010-02-17 | 1 | -55/+36 |
|/ |
|
* | merge with ui work - fixed start up regression - keyboard ui implemented - vo... | Conor Curran | 2010-02-17 | 3 | -47/+123 |
|\ |
|
| * | Volume handling now much smoother / calculating everything using Pa_volume_norm | Conor Curran | 2010-02-16 | 1 | -17/+10 |
| * | updated names of icons on advise from design team | Conor Curran | 2010-02-16 | 1 | -8/+7 |
| * | removed scaler from sink_volume setter | Conor Curran | 2010-02-16 | 1 | -1/+1 |
| * | slider key controls should be working now | Conor Curran | 2010-02-16 | 1 | -19/+53 |
| * | correct key events detected | Conor Curran | 2010-02-15 | 1 | -8/+43 |
| * | set key events to listen to | Conor Curran | 2010-02-15 | 1 | -3/+6 |
| * | added callback for key events - not working currently | Conor Curran | 2010-02-15 | 2 | -5/+17 |
|/ |
|
* | Merge of cody's tweak to enable slider moving in the correct direction | Conor Curran | 2010-02-15 | 1 | -0/+1 |
* | merged default sink detection fixes | Conor Curran | 2010-02-15 | 1 | -14/+27 |
|\ |
|
| * | default sink logic far more robust | Conor Curran | 2010-02-15 | 1 | -15/+22 |
| * | fixed the default sink issue arggg | Conor Curran | 2010-02-12 | 1 | -2/+2 |
| * | white space removal | Conor Curran | 2010-02-12 | 1 | -1/+0 |
| * | more trace for default sink bug | Conor Curran | 2010-02-12 | 1 | -2/+9 |
|/ |
|
* | Build system fixes from Ken | Ted Gould | 2010-02-11 | 2 | -1/+2 |
|\ |
|
| * | added trailing line to autogen.sh | Ken VanDine | 2010-02-11 | 1 | -0/+1 |
| * | fixed up EXTRA_DIST, added autogen.sh and removed COPYING.LGPL | Ken VanDine | 2010-02-11 | 1 | -1/+1 |
|/ |
|
* | removed the unneccessary gpl2 licensing file | Conor Curran | 2010-02-11 | 1 | -481/+0 |
* | fixed some licences | Conor Curran | 2010-02-11 | 6 | -3/+69 |
* | merge changes from the merge with the new slider branch | Conor Curran | 2010-02-10 | 3 | -24/+45 |
|\ |
|
| * | be more specific on the version of libido to use | Conor Curran | 2010-02-10 | 1 | -1/+1 |
| * | uncommented the destructor code | Conor Curran | 2010-02-10 | 1 | -2/+2 |
| * | new slider implemented with correct settings | Conor Curran | 2010-02-10 | 2 | -23/+44 |
|/ |
|
* | merged with dev branch - should be seen as first release from now on will req... | Conor Curran | 2010-02-10 | 11 | -173/+466 |
|\ |
|
| * | tidy up plus unwanted feedback investigation | Conor Curran | 2010-02-10 | 4 | -11/+14 |
| * | mute init/revert now working properly plus dbus signal tidy up on the blockin... | Conor Curran | 2010-02-10 | 1 | -0/+1 |
| * | mute init/revert now working properly plus dbus signal tidy up on the blockin... | Conor Curran | 2010-02-10 | 5 | -65/+113 |
| * | mute signal state toggle almost working | Conor Curran | 2010-02-10 | 2 | -3/+27 |
| * | silly/nasty scaling bug caught | Conor Curran | 2010-02-10 | 3 | -11/+14 |
| * | silly/nasty scaling bug caught | Conor Curran | 2010-02-10 | 4 | -51/+75 |
| * | images changes dynamically now | Conor Curran | 2010-02-09 | 1 | -44/+48 |
| * | slider init'd with the correct value - geesh | Conor Curran | 2010-02-09 | 6 | -134/+120 |
| * | listener fixed | Conor Curran | 2010-02-08 | 2 | -13/+17 |
| * | mute ui updates from external intervention | Conor Curran | 2010-02-08 | 9 | -17/+53 |
| * | white space tidy up | Conor Curran | 2010-02-08 | 1 | -0/+1 |
| * | automatic slider volume updates working | Conor Curran | 2010-02-08 | 6 | -14/+21 |
| * | automatic volume updates in progress | Conor Curran | 2010-02-08 | 6 | -4/+89 |
| * | range bug fix | Conor Curran | 2010-02-05 | 2 | -70/+74 |