Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | play controls in progress | Conor Curran | 2010-06-09 | 2 | -8/+45 | |
| | | ||||||
| * | buttons added - events being received | Conor Curran | 2010-06-09 | 3 | -70/+94 | |
| | | ||||||
| * | moving in the right direction | Conor Curran | 2010-06-08 | 7 | -25/+27 | |
| | | ||||||
| * | new transport bar | Conor Curran | 2010-06-08 | 8 | -105/+277 | |
| | | ||||||
| * | updated version to 0.3.0 | Conor Curran | 2010-05-21 | 1 | -2/+2 | |
| | | ||||||
| * | We have clients properly registering and unregistering dynamically | Conor Curran | 2010-05-20 | 4 | -103/+97 | |
| | | ||||||
| * | registered clients now add menuitems to the menu - the bullet trace is complete | Conor Curran | 2010-05-20 | 1 | -7/+16 | |
| | | ||||||
| * | root menuitem passed in at start up the music-bridge - vapi file for ↵ | Conor Curran | 2010-05-18 | 5 | -88/+100 | |
| | | | | | | | | dbusmenuitem need to be fixed | |||||
| * | oh my god | Conor Curran | 2010-05-07 | 1 | -12/+14 | |
| | | ||||||
| * | Conor Curran | 2010-05-07 | 2 | -5/+4 | ||
| | | ||||||
| * | music bridge in place | Conor Curran | 2010-05-07 | 5 | -44/+162 | |
| | | ||||||
| * | mix and match vala and c | Conor Curran | 2010-05-05 | 2 | -39/+82 | |
| | | ||||||
* | | Import upstream version 0.3.3 | Ken VanDine | 2010-06-25 | 5 | -27/+75 | |
| | | ||||||
* | | Import upstream version 0.3.2 | Ken VanDine | 2010-06-24 | 32 | -1494/+2935 | |
| | | ||||||
* | | Import upstream version 0.3.1 | Ken VanDine | 2010-06-17 | 27 | -274/+3337 | |
| | | ||||||
* | | Import upstream version 0.2.3 | Sebastien Bacher | 2010-04-29 | 2 | -130/+229 | |
|\| | ||||||
| * | 64bit tested and tweaked | Conor Curran | 2010-04-27 | 1 | -4/+6 | |
| | | ||||||
| * | clarified the reset code | Conor Curran | 2010-04-27 | 1 | -3/+5 | |
| | | ||||||
| * | theme changing now handling for the mute blocking stage | Conor Curran | 2010-04-26 | 1 | -50/+100 | |
| | | ||||||
| * | not the nicest of fixes but this filters further feedback loops between the ↵ | Conor Curran | 2010-04-26 | 1 | -29/+43 | |
| | | | | | | | | slider and the service when there is a third party app involved | |||||
| * | volume comparision now far more efficient due to caching of mono volumes as ↵ | Conor Curran | 2010-04-23 | 1 | -70/+53 | |
| | | | | | | | | opposed to stereo | |||||
| * | greatly simplified the volume setting code without messing with balance | Conor Curran | 2010-04-22 | 1 | -19/+8 | |
| | | ||||||
| * | panning now honoured at all times, more feedback loop noise removed also ↵ | Conor Curran | 2010-04-22 | 2 | -14/+70 | |
| | | | | | | | | from the indicator side | |||||
| * | Remove unnecessary warning at start up - thx njpatel | Conor Curran | 2010-04-14 | 1 | -2/+5 | |
| | | ||||||
* | | Import upstream version 0.2.2 | Sebastien Bacher | 2010-03-31 | 9 | -66/+94 | |
|\| | ||||||
| * | sink removal code made alot safer | Conor Curran | 2010-03-31 | 1 | -18/+21 | |
| |\ | ||||||
| | * | sink removal should now be water(bloody) tight | Conor Curran | 2010-03-31 | 1 | -18/+21 | |
| | | | ||||||
| * | | the step size of the scrolling on the icon on the panel has been increased ↵ | Conor Curran | 2010-03-31 | 1 | -10/+15 | |
| |\ \ | | |/ | |/| | | | | inline with the bug report | |||||
| | * | scrolling speed has now been quickened for when scrolling over the icon on ↵ | Conor Curran | 2010-03-30 | 1 | -11/+15 | |
| | | | | | | | | | | | | the panel | |||||
| * | | blocked animation should now be much smoother and closer to the spec | Conor Curran | 2010-03-30 | 1 | -7/+22 | |
| |\ \ | | |/ | |/| | ||||||
| | * | modified the animation so it should now be aligned with the spec | Conor Curran | 2010-03-30 | 1 | -5/+14 | |
| |/ | ||||||
| * | adding and removing sink code safer to avoid reproted random segfault | Conor Curran | 2010-03-29 | 1 | -5/+12 | |
| | | ||||||
| * | white space tidy | Conor Curran | 2010-03-26 | 1 | -2/+2 | |
| | | ||||||
| * | Merged in fix for slider handle event crash - (unintialized memory bug) | Conor Curran | 2010-03-26 | 2 | -4/+6 | |
| |\ | ||||||
| | * | handle event should now be safer | Conor Curran | 2010-03-26 | 1 | -2/+4 | |
| |/ | ||||||
| * | whitespace tidy up | Conor Curran | 2010-03-25 | 2 | -3/+2 | |
| | | ||||||
| * | at start up assume there is no availability before PA starts up | Conor Curran | 2010-03-25 | 1 | -1/+1 | |
| | | ||||||
| * | Tests branch finally makes its way into trunk - more testing needed | Conor Curran | 2010-03-24 | 5 | -28/+23 | |
| |\ | ||||||
| | * | dbus methods are now tested | Conor Curran | 2010-03-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | first pulse manager test wrote ... finally | Conor Curran | 2010-03-22 | 2 | -14/+12 | |
| | | | ||||||
| | * | merged in updates from trunk and fixed the tests on the indicator | Conor Curran | 2010-03-18 | 10 | -193/+382 | |
| | |\ | ||||||
| | * | | new pulse manager test beginnings | Conor Curran | 2010-03-08 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Put mocking core in place for Connor. | Robert Collins | 2010-03-04 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | scrolling now should move at 1% as opposed to 0.5% increments, cannot now ↵ | Conor Curran | 2010-03-18 | 2 | -8/+11 | |
| | |/ | |/| | | | | | | | scroll on panel icon when muted or no device available | |||||
| * | | Remove some debugging output. | Cody Russell | 2010-03-17 | 1 | -6/+0 | |
| | | | ||||||
| * | | Implement scroll method. | Cody Russell | 2010-03-16 | 1 | -11/+45 | |
| | | | ||||||
| * | | Use the libindicator update helper to reset the base image for theme updates. | Ted Gould | 2010-03-15 | 1 | -6/+2 | |
| | | | ||||||
| * | | applying i18n fix from Luca Ferretti | David Barth | 2010-03-15 | 1 | -3/+3 | |
| | | | ||||||
* | | | Import upstream version 0.2.1 | Ken VanDine | 2010-03-18 | 4 | -23/+50 | |
| | | | ||||||
* | | | Import upstream version 0.1.3.1 | Sebastien Bacher | 2010-03-12 | 8 | -240/+101 | |
|\| | |