aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-sound.c
Commit message (Collapse)AuthorAgeFilesLines
* set position works without a jumping slider, correct button press behaviour ↵Conor Curran2010-08-191-8/+0
| | | | of the title and metadata menuitems clipboard functionality in place
* tests fixed, and metadata height reset readjustment fixedConor Curran2010-08-181-9/+0
|
* tests fixed, and metadata height reset readjustment fixedConor Curran2010-08-181-5/+0
|
* merge comments have been acted uponConor Curran2010-08-061-8/+7
|
* tidy upsConor Curran2010-08-041-1/+0
|
* refactor completeConor Curran2010-08-041-16/+12
|
* almost thereConor Curran2010-08-031-243/+84
|
* replaced now needs tweakingConor Curran2010-08-021-4/+5
|
* refactor the volume slider into its own wrapper gobjectConor Curran2010-07-301-3/+44
|
* merged the button press effect branch plus changes for the ido and bumped ↵Conor Curran2010-07-151-1/+1
|\ | | | | | | release version for 0.3.7
* | scrub bar almost working - vala Glib value bugs again are biting meConor Curran2010-07-141-2/+27
|/
* album art bug fixedConor Curran2010-07-091-2/+2
|
* event handling now plugged in crudelyConor Curran2010-07-081-4/+2
|
* alot of work around the title menu stuffConor Curran2010-07-071-3/+21
|
* reformatted old files to fix all spacing issuesConor Curran2010-06-181-309/+291
|
* and it compilesConor Curran2010-06-141-2/+2
|
* rename of transport-barConor Curran2010-06-141-3/+3
|
* properties working now both waysConor Curran2010-06-141-2/+30
|
* Conor Curran2010-06-111-1/+1
|
* buttons added - events being receivedConor Curran2010-06-091-50/+62
|
* moving in the right directionConor Curran2010-06-081-0/+2
|
* new transport barConor Curran2010-06-081-95/+102
|
* 64bit tested and tweakedConor Curran2010-04-271-4/+6
|
* clarified the reset codeConor Curran2010-04-271-3/+5
|
* theme changing now handling for the mute blocking stageConor Curran2010-04-261-50/+100
|
* not the nicest of fixes but this filters further feedback loops between the ↵Conor Curran2010-04-261-29/+43
| | | | slider and the service when there is a third party app involved
* panning now honoured at all times, more feedback loop noise removed also ↵Conor Curran2010-04-221-3/+9
| | | | from the indicator side
* Remove unnecessary warning at start up - thx njpatelConor Curran2010-04-141-2/+5
|
* the step size of the scrolling on the icon on the panel has been increased ↵Conor Curran2010-03-311-10/+15
|\ | | | | | | inline with the bug report
| * scrolling speed has now been quickened for when scrolling over the icon on ↵Conor Curran2010-03-301-11/+15
| | | | | | | | the panel
* | blocked animation should now be much smoother and closer to the specConor Curran2010-03-301-7/+22
|\ \ | |/ |/|
| * modified the animation so it should now be aligned with the specConor Curran2010-03-301-5/+14
|/
* Tests branch finally makes its way into trunk - more testing neededConor Curran2010-03-241-2/+2
|\
| * merged in updates from trunk and fixed the tests on the indicatorConor Curran2010-03-181-142/+298
| |\
* | | scrolling now should move at 1% as opposed to 0.5% increments, cannot now ↵Conor Curran2010-03-181-7/+10
| |/ |/| | | | | scroll on panel icon when muted or no device available
* | Remove some debugging output.Cody Russell2010-03-171-6/+0
| |
* | Implement scroll method.Cody Russell2010-03-161-11/+45
| |
* | Use the libindicator update helper to reset the base image for theme updates.Ted Gould2010-03-151-6/+2
| |
* | this race condition is tricky oneConor Curran2010-03-121-21/+16
| |
* | slider now proper sizeConor Curran2010-03-121-63/+69
|\ \
| * | Set size request to [ 200, -1 ] when the parent changes.Cody Russell2010-03-111-56/+66
| | |
* | | removed test caseConor Curran2010-03-121-3/+2
| | |
* | | animation will not be used if the theme does not manage to fall back ↵Conor Curran2010-03-121-13/+24
| | | | | | | | | | | | gracefully for mute-blocking icon loading - this should not happen but if it does there is no chance of the nasty seg fault seen with 0.1.3 and clearlooks
* | | properly cleaned up the makefile and includes, fixed seg-fault on clearlooksConor Curran2010-03-121-26/+10
|/ /
* | merged in Ted's icon workConor Curran2010-03-111-26/+37
|\ \
| * | Using GIcon for setting the icons on the IDO slider.Ted Gould2010-03-101-3/+14
| | |
| * | Update to use new icon helper from libindicatorTed Gould2010-03-101-2/+5
| | |
* | | animation working much better nowConor Curran2010-03-111-77/+8
| | |
* | | fade animation in placeConor Curran2010-03-101-45/+136
| | |
* | | fixed that annoying startup in mute state allowing slider to move - race ↵Conor Curran2010-03-101-3/+3
| | | | | | | | | | | | conditions on start up are pretty hairy