aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-sound.c
Commit message (Collapse)AuthorAgeFilesLines
* merged in updates from trunk and fixed the tests on the indicatorConor Curran2010-03-181-142/+298
|\
| * 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
| * | smoother slider actions due ido grabbing update and pixbuf icon loading problemsConor Curran2010-03-091-46/+78
| | |
| * | no sink available dynamically being handledConor Curran2010-03-081-2/+73
| | |
| * | blocking event now being registered, removed unneccessary marshallerConor Curran2010-03-051-11/+6
| | |
| * | correct size now being used for the icons - design_team_sizeConor Curran2010-03-041-4/+9
| | |
| * | slider stretching in placeConor Curran2010-03-041-26/+21
| |/
| * merge with the test branch - service side refactored and tests introducedConor Curran2010-03-041-152/+176
| |\
| | * tests compilingConor Curran2010-03-031-0/+1
| |/ |/|
| * removed trace and made sure the service closes down probablyConor Curran2010-03-031-1/+0
| |
| * fixes the key listener problemsConor Curran2010-03-031-42/+44
| |
| * Test menuitem name.Cody Russell2010-03-031-0/+4
| |
* | refactored the indicator tests so as no c file needs to be includedConor Curran2010-03-021-0/+11
| |
* | slow progress on the testing frontConor Curran2010-03-021-16/+22
| |
* | unit tests for the indicator side addedConor Curran2010-02-241-138/+144
|/
* key listening update so as the sound menu will digest the appropriate actionsConor Curran2010-02-181-6/+9
|
* Dont listen to key events once the state is mutedConor Curran2010-02-181-0/+3
|
* the big merge with the branch which contains dynamic sink switching, much ↵Conor Curran2010-02-181-65/+38
|\ | | | | | | smoother sliding and mute state slider inactivity newly added feature
| * Handles slider feedback loop with the service nicely plus tidy upConor Curran2010-02-171-55/+36
|/
* updated names of icons on advise from design teamConor Curran2010-02-161-8/+7
|
* slider key controls should be working nowConor Curran2010-02-161-19/+53
|
* correct key events detectedConor Curran2010-02-151-8/+43
|
* set key events to listen toConor Curran2010-02-151-3/+6
|
* added callback for key events - not working currentlyConor Curran2010-02-151-3/+15
|
* Merge of cody's tweak to enable slider moving in the correct directionConor Curran2010-02-151-0/+1
|
* new slider implemented with correct settingsConor Curran2010-02-101-21/+42
|
* merged with dev branch - should be seen as first release from now on will ↵Conor Curran2010-02-101-38/+186
|\ | | | | | | request merges
| * tidy up plus unwanted feedback investigationConor Curran2010-02-101-0/+6
| |
| * mute init/revert now working properly plus dbus signal tidy up on the ↵Conor Curran2010-02-101-0/+1
| | | | | | | | blocking message
| * mute init/revert now working properly plus dbus signal tidy up on the ↵Conor Curran2010-02-101-35/+65
| | | | | | | | blocking message
| * mute signal state toggle almost workingConor Curran2010-02-101-1/+21
| |
| * silly/nasty scaling bug caughtConor Curran2010-02-101-3/+12
| |
| * images changes dynamically nowConor Curran2010-02-091-44/+48
| |
| * slider init'd with the correct value - geeshConor Curran2010-02-091-56/+46
| |
| * listener fixedConor Curran2010-02-081-6/+6
| |
| * mute ui updates from external interventionConor Curran2010-02-081-3/+12
| |