aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import upstream version 0.6.4Ken VanDine2011-03-1739-914/+1018
|\
| * prep for new releaseConor Curran2011-03-171-2/+2
| * merged localisaton fixesConor Curran2011-03-177-15/+34
| |\
| | * working now - needed a hack in the common-def header - automake you drive me ...Conor Curran2011-03-176-7/+18
| | * revert to the old wayConor Curran2011-03-176-33/+10
| | * add the new config.in vala fileConor Curran2011-03-171-0/+14
| | * localisation in vala is not as straight forward as first anticipatedConor Curran2011-03-176-6/+23
| |/
| * key shortcuts now working on voip sliderConor Curran2011-03-164-18/+45
| |\
| | * keyhandling for the voip slider now working and voip slider now activated whe...Conor Curran2011-03-163-15/+14
| | * removed the restriction of not being able to use the key shortcuts on the sli...Conor Curran2011-03-164-11/+39
| |/
| * volume-slider now behaves the same as the voip slider when mutedConor Curran2011-03-167-58/+103
| |\
| | * tidy upConor Curran2011-03-151-2/+0
| | * renamed those last few sink methods in device to give them proper contextConor Curran2011-03-153-48/+48
| | * initial mute update stateConor Curran2011-03-151-2/+1
| | * ensure it observes a positive mute state at startupConor Curran2011-03-152-2/+13
| | * mute behaviour consistent over both sliders => go to 0 on mute and return to ...Conor Curran2011-03-155-6/+43
| |/
| * step one in sorting the volume slider mute behaviourConor Curran2011-03-1512-510/+543
| |\
| | * tidy upConor Curran2011-03-141-2/+0
| | * renamed active-sink to device so as the naming makes senseConor Curran2011-03-1411-212/+209
| | * one needed refactorConor Curran2011-03-145-87/+125
| |/
* | Import upstream version 0.6.3Ken VanDine2011-03-1126-647/+960
|\|
| * bumped in prep for releaseConor Curran2011-03-111-2/+2
| * reverted to more clumsy way of parsing the icon name for playlistsConor Curran2011-03-111-3/+5
| |\
| | * revert to old way of parsing playlist icon path, i suspect some vala gremlins...Conor Curran2011-03-111-3/+7
| |/
| * finish rewind/fast forward so as the keyboard works the same as the mouseConor Curran2011-03-111-14/+38
| |\
| | * key board shortcuts now handle rewind and forwind intentionsConor Curran2011-03-111-14/+38
| * | missing icon for playlists fixedConor Curran2011-03-114-7/+21
| |\ \ | | |/ | |/|
| | * applied Mikkel's suggestionsConor Curran2011-03-112-5/+2
| | * bumped the dbusmenu gtk versionConor Curran2011-03-111-1/+1
| | * bumped the dbusmenu versionConor Curran2011-03-111-1/+1
| | * players who do not export icon names will have iconless playlists menuitemsConor Curran2011-03-112-12/+7
| | * tidiedConor Curran2011-03-091-9/+17
| | * now uses the correct basename minus the extension for the icon name propertyConor Curran2011-03-091-3/+7
| | * debug traceConor Curran2011-03-041-0/+1
| | * ted's fix for my C sillynessConor Curran2011-03-041-3/+2
| | |\
| | | * Fix the GStrv to use a string and be NULL terminatedTed Gould2011-03-041-3/+2
| | |/
| | * free the string array, plug the leaksConor Curran2011-03-041-0/+1
| | * iconthemepath work in progressConor Curran2011-03-043-3/+12
| * | fixes bug lp #730925Conor Curran2011-03-112-9/+13
| |\ \
| | * | fixes bug around volume going to zero on client start upConor Curran2011-03-102-9/+13
| |/ /
| * | merged luke's updatesConor Curran2011-03-093-16/+19
| |\ \
| | * | Indicators are now responsible for updating their own accessible description.Luke Yelavich2011-03-093-16/+19
| * | | merge the rewind/forwind work plus some refactoring and voip icon namesConor Curran2011-03-099-120/+209
| |\ \ \ | | |/ / | |/| |
| | * | deleting commented out vapi defsConor Curran2011-03-091-8/+0
| | * | icons names updated to match new icons submitted by DanielConor Curran2011-03-091-2/+2
| | * | refactored indicator sideConor Curran2011-03-093-87/+75
| | * | refactored transport enums so as both vala and c are using the same definitio...Conor Curran2011-03-096-40/+62
| | * | nicely seekingConor Curran2011-03-093-6/+6
| | * | ensure we don't trigger a simple next/previous after releasing from a skipConor Curran2011-03-081-1/+3
| | * | seeking is working, need a tidy upConor Curran2011-03-083-1/+10