Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | Removing including a C file and including some needed headers. | Ted Gould | 2010-03-01 | 1 | -1/+2 | |
| | | | | | ||||||
| | | | * | Removing linking to the loadable library and fixing a missing '\' | Ted Gould | 2010-03-01 | 1 | -8/+5 | |
| | | |/ | ||||||
| | | * | new tests for dbus stuff | Conor Curran | 2010-03-01 | 5 | -23/+256 | |
| | | | | ||||||
| | | * | path parsing fixed - tests are now portable | Conor Curran | 2010-02-25 | 2 | -3/+3 | |
| | | | | ||||||
| | | * | fixes | Conor Curran | 2010-02-25 | 3 | -19/+44 | |
| | | | | ||||||
| | | * | unit tests for the indicator side added | Conor Curran | 2010-02-24 | 5 | -138/+282 | |
| | | | | ||||||
* | | | | releasing version 0.1.2-0ubuntu1 | Sebastien Bacher | 2010-03-04 | 7 | -113/+163 | |
|\| | | | ||||||
| * | | | Import upstream version 0.1.2 | Sebastien Bacher | 2010-03-04 | 31 | -109/+42430 | |
| |\| | | ||||||
| | * | | updated the revision number for todays release | Conor Curran | 2010-03-04 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | merged Cody's fix for filtering key events which enable proper use of arrow ↵ | Conor Curran | 2010-03-03 | 1 | -39/+44 | |
| | |\ \ | | | | | | | | | | | | | | | | keys with the indicator | |||||
| | | * | | 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 | |
| | | | | | ||||||
| | * | | | 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 | |
| | |/ | ||||||
* | | | releasing version 0.1.1-0ubuntu2 | Sebastien Bacher | 2010-02-18 | 2 | -6/+15 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | key listening update so as the sound menu will digest the appropriate actions | Conor Curran | 2010-02-18 | 1 | -6/+9 | |
| |/ | ||||||
* | | releasing version 0.1.1-0ubuntu1 | Sebastien Bacher | 2010-02-18 | 7 | -137/+269 | |
|\| | ||||||
| * | updated release revision number in the configure.ac and updated ido and ↵ | Conor Curran | 2010-02-18 | 1 | -3/+3 | |
| | | | | | | | | libdbusgtk version numbers also | |||||
| * | 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 ↵ | 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 | |
| | | ||||||
| * | 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 | |
| |\ | ||||||
* | | | releasing version 0.1.0-0ubuntu2 | Sebastien Bacher | 2010-02-15 | 2 | -14/+34 | |
| | | | ||||||
* | | | the license is gpl3 not gpl3+, updated debian copyright | Sebastien Bacher | 2010-02-12 | 1 | -2/+1 | |
| | | | ||||||
* | | | releasing version 0.1.0-0ubuntu1 | Sebastien Bacher | 2010-02-12 | 3 | -5/+15 | |
| | | | ||||||
* | | | set to UNRELEASED | Ken VanDine | 2010-02-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | merged upstream tarball | Ken VanDine | 2010-02-11 | 27 | -1/+42280 | |
| | | | ||||||
* | | | set UNRELEASED | Ken VanDine | 2010-02-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | backed down the version for import | Ken VanDine | 2010-02-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | merged | Ken VanDine | 2010-02-11 | 2 | -1/+2 | |
|\ \ \ | | |/ | |/| |