Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | debug trace was incorrect | Conor Curran | 2010-03-03 | 1 | -2/+2 | |
| | | | ||||||
| * | | tests compiling | Conor Curran | 2010-03-03 | 3 | -8/+4 | |
| |/ | ||||||
| * | one big refactor | Conor Curran | 2010-03-02 | 8 | -152/+344 | |
| | | ||||||
| * | refactored the indicator tests so as no c file needs to be included | Conor Curran | 2010-03-02 | 2 | -2/+14 | |
| | | ||||||
| * | slow progress on the testing front | Conor Curran | 2010-03-02 | 4 | -16/+53 | |
| | | ||||||
| * | unit tests for the indicator side added | Conor Curran | 2010-02-24 | 1 | -138/+144 | |
| | | ||||||
* | | removed trace and made sure the service closes down probably | Conor Curran | 2010-03-03 | 2 | -3/+2 | |
| | | ||||||
* | | fixes the key listener problems | Conor Curran | 2010-03-03 | 1 | -42/+44 | |
| | | ||||||
* | | Test menuitem name. | Cody Russell | 2010-03-03 | 1 | -0/+4 | |
| | | ||||||
* | | 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 | |
| | ||||||
* | 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 ↵ | Conor Curran | 2010-02-18 | 3 | -118/+156 | |
|\ | | | | | | | smoother sliding and mute state slider inactivity newly added feature | |||||
| * | update_pa_state, now expected to be called throughout lifetime of service ↵ | Conor Curran | 2010-02-17 | 1 | -9/+9 | |
| | | | | | | | | plus tidy up | |||||
| * | Now handles dynamic switching of sinks - filers volume signal updates on the ↵ | Conor Curran | 2010-02-17 | 1 | -22/+89 | |
| | | | | | | | | basis of whether the original update came from the indicator and a tidy up | |||||
| * | 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 - ↵ | Conor Curran | 2010-02-17 | 3 | -47/+123 | |
|\ | | | | | | | volume control much smoother | |||||
| * | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | fixed some licences | Conor Curran | 2010-02-11 | 6 | -3/+69 | |
| | ||||||
* | 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 ↵ | Conor Curran | 2010-02-10 | 11 | -173/+466 | |
|\ | | | | | | | request merges | |||||
| * | 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 ↵ | Conor Curran | 2010-02-10 | 1 | -0/+1 | |
| | | | | | | | | blocking message | |||||
| * | mute init/revert now working properly plus dbus signal tidy up on the ↵ | Conor Curran | 2010-02-10 | 5 | -65/+113 | |
| | | | | | | | | blocking message | |||||
| * | 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 | |
| | | ||||||
| * | and another dbus update break | Conor Curran | 2010-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | updates for libdbus changes and new state machine pattern for the icon indicator | Conor Curran | 2010-02-04 | 3 | -7/+69 | |
| | |