| Commit message (Expand) | Author | Age | Files | Lines |
* | defensive touches to update state method | Conor Curran | 2011-03-25 | 1 | -2/+1 |
* | defensive touches to update state method | Conor Curran | 2011-03-25 | 1 | -0/+6 |
* | bumped release version to minor minor to handle intermediate banshee faffing | Conor Curran | 2011-03-23 | 1 | -2/+2 |
* | revert the banshee desktop id change because the new version won't make beta | Conor Curran | 2011-03-23 | 3 | -4/+5 |
* | bump in prep for beta release | Conor Curran | 2011-03-23 | 1 | -2/+2 |
* | make sure on playlist update it doesn't use the custom icon | Conor Curran | 2011-03-23 | 1 | -12/+0 |
* | fixed duplicate playlists, icons for playlists, name change on banshee id | Conor Curran | 2011-03-23 | 4 | -12/+14 |
|\ |
|
| * | use the new icons for playlists | Conor Curran | 2011-03-23 | 2 | -8/+2 |
| * | video playlists now filtered out | Conor Curran | 2011-03-23 | 1 | -2/+10 |
| * | default gsettings now set to banshee to reflect the players desktop id change... | Conor Curran | 2011-03-23 | 2 | -2/+2 |
|/ |
|
* | protection against rogue dbusmenu properties | Conor Curran | 2011-03-23 | 6 | -40/+49 |
|\ |
|
| * | tidy up | Conor Curran | 2011-03-23 | 2 | -4/+1 |
| * | protected now against any type ot irregular spam dbusmenu may throw at it | Conor Curran | 2011-03-22 | 5 | -20/+36 |
| * | more trace added | Conor Curran | 2011-03-22 | 3 | -9/+17 |
| * | change the mute type on the volume slider to the appropriate type of boolean | Conor Curran | 2011-03-21 | 3 | -34/+22 |
|/ |
|
* | feature for new banshee specific behaviour landed | Conor Curran | 2011-03-21 | 13 | -67/+238 |
|\ |
|
| * | add an important todo to remind myself of the need to get that timeout removed | Conor Curran | 2011-03-21 | 1 | -0/+4 |
| * | remove commented out method | Conor Curran | 2011-03-21 | 1 | -1/+0 |
| * | some extra trace around sliders to track the volume zero app start madness | Conor Curran | 2011-03-21 | 11 | -43/+75 |
| * | only expose the play head if the player is banshee when its hibernated@ | Conor Curran | 2011-03-16 | 1 | -10/+16 |
| * | working as expected | Conor Curran | 2011-03-16 | 5 | -7/+111 |
| * | uptodate trunk and branch work from the start of the week merged@ | Conor Curran | 2011-03-16 | 4 | -21/+47 |
| |\ |
|
| | * | working as good as this will ever be considering the poor startup performance... | Conor Curran | 2011-03-14 | 3 | -17/+6 |
| | * | expose transport when closed and cache intended action | Conor Curran | 2011-03-14 | 4 | -15/+52 |
* | | | prep for new release | Conor Curran | 2011-03-17 | 1 | -2/+2 |
* | | | merged localisaton fixes | Conor Curran | 2011-03-17 | 7 | -15/+34 |
|\ \ \
| |/ /
|/| | |
|
| * | | working now - needed a hack in the common-def header - automake you drive me ... | Conor Curran | 2011-03-17 | 6 | -7/+18 |
| * | | revert to the old way | Conor Curran | 2011-03-17 | 6 | -33/+10 |
| * | | add the new config.in vala file | Conor Curran | 2011-03-17 | 1 | -0/+14 |
| * | | localisation in vala is not as straight forward as first anticipated | Conor Curran | 2011-03-17 | 6 | -6/+23 |
|/ / |
|
* | | key shortcuts now working on voip slider | Conor Curran | 2011-03-16 | 4 | -18/+45 |
|\ \ |
|
| * | | keyhandling for the voip slider now working and voip slider now activated whe... | Conor Curran | 2011-03-16 | 3 | -15/+14 |
| * | | removed the restriction of not being able to use the key shortcuts on the sli... | Conor Curran | 2011-03-16 | 4 | -11/+39 |
|/ / |
|
* | | volume-slider now behaves the same as the voip slider when muted | Conor Curran | 2011-03-16 | 7 | -58/+103 |
|\ \ |
|
| * | | tidy up | Conor Curran | 2011-03-15 | 1 | -2/+0 |
| * | | renamed those last few sink methods in device to give them proper context | Conor Curran | 2011-03-15 | 3 | -48/+48 |
| * | | initial mute update state | Conor Curran | 2011-03-15 | 1 | -2/+1 |
| * | | ensure it observes a positive mute state at startup | Conor Curran | 2011-03-15 | 2 | -2/+13 |
| * | | mute behaviour consistent over both sliders => go to 0 on mute and return to ... | Conor Curran | 2011-03-15 | 5 | -6/+43 |
|/ / |
|
* | | step one in sorting the volume slider mute behaviour | Conor Curran | 2011-03-15 | 12 | -510/+543 |
|\ \
| |/
|/| |
|
| * | tidy up | Conor Curran | 2011-03-14 | 1 | -2/+0 |
| * | renamed active-sink to device so as the naming makes sense | Conor Curran | 2011-03-14 | 11 | -212/+209 |
| * | one needed refactor | Conor Curran | 2011-03-14 | 5 | -87/+125 |
|/ |
|
* | bumped in prep for release | Conor Curran | 2011-03-11 | 1 | -2/+2 |
* | reverted to more clumsy way of parsing the icon name for playlists | Conor Curran | 2011-03-11 | 1 | -3/+5 |
|\ |
|
| * | revert to old way of parsing playlist icon path, i suspect some vala gremlins... | Conor Curran | 2011-03-11 | 1 | -3/+7 |
|/ |
|
* | finish rewind/fast forward so as the keyboard works the same as the mouse | Conor Curran | 2011-03-11 | 1 | -14/+38 |
|\ |
|
| * | key board shortcuts now handle rewind and forwind intentions | Conor Curran | 2011-03-11 | 1 | -14/+38 |
* | | missing icon for playlists fixed | Conor Curran | 2011-03-11 | 4 | -7/+21 |
|\ \
| |/
|/| |
|
| * | applied Mikkel's suggestions | Conor Curran | 2011-03-11 | 2 | -5/+2 |