aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* more visibility on possible errorsConor Curran2011-03-251-1/+2
|
* g_critical not a g_errorConor Curran2011-03-251-2/+2
|
* defensive touches to update state methodConor Curran2011-03-251-2/+1
|
* defensive touches to update state methodConor Curran2011-03-251-0/+6
|
* revert the banshee desktop id change because the new version won't make betaConor Curran2011-03-232-3/+4
|
* make sure on playlist update it doesn't use the custom iconConor Curran2011-03-231-12/+0
|
* use the new icons for playlistsConor Curran2011-03-232-8/+2
|
* video playlists now filtered outConor Curran2011-03-231-2/+10
|
* default gsettings now set to banshee to reflect the players desktop id ↵Conor Curran2011-03-231-1/+1
| | | | change and voip widget low icon name corrected
* tidy upConor Curran2011-03-232-4/+1
|
* protected now against any type ot irregular spam dbusmenu may throw at itConor Curran2011-03-225-20/+36
|
* more trace addedConor Curran2011-03-223-9/+17
|
* change the mute type on the volume slider to the appropriate type of booleanConor Curran2011-03-213-34/+22
|
* feature for new banshee specific behaviour landedConor Curran2011-03-2112-65/+234
|\
| * add an important todo to remind myself of the need to get that timeout removedConor Curran2011-03-211-0/+4
| |
| * remove commented out methodConor Curran2011-03-211-1/+0
| |
| * some extra trace around sliders to track the volume zero app start madnessConor Curran2011-03-2111-43/+75
| |
| * only expose the play head if the player is banshee when its hibernated@Conor Curran2011-03-161-10/+16
| |
| * working as expectedConor Curran2011-03-164-6/+109
| |
| * uptodate trunk and branch work from the start of the week merged@Conor Curran2011-03-163-20/+45
| |\
| | * working as good as this will ever be considering the poor startup ↵Conor Curran2011-03-143-17/+6
| | | | | | | | | | | | performances of clients
| | * expose transport when closed and cache intended actionConor Curran2011-03-143-14/+50
| | |
* | | working now - needed a hack in the common-def header - automake you drive me ↵Conor Curran2011-03-174-6/+9
| | | | | | | | | | | | nuts
* | | revert to the old wayConor Curran2011-03-174-31/+8
| | |
* | | 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-173-5/+18
|/ /
* | keyhandling for the voip slider now working and voip slider now activated ↵Conor Curran2011-03-163-15/+14
| | | | | | | | when app role is also production
* | removed the restriction of not being able to use the key shortcuts on the ↵Conor Curran2011-03-164-11/+39
| | | | | | | | slider if its muted@
* | 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
| | | | | | | | previous volume on unmute
* | 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
|/
* 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 ↵Conor Curran2011-03-111-3/+7
|/ | | | gremlins were working against us ...
* 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-113-5/+19
|\ \ | |/ |/|
| * applied Mikkel's suggestionsConor Curran2011-03-112-5/+2
| |
| * 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
| |
| * 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 around volume going to zero on client start upConor Curran2011-03-102-9/+13
| |