Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | 3 | -5/+18 | |
| |/ / | ||||||
| * | | keyhandling for the voip slider now working and voip slider now activated ↵ | Conor Curran | 2011-03-16 | 3 | -15/+14 | |
| | | | | | | | | | | | | when app role is also production | |||||
| * | | removed the restriction of not being able to use the key shortcuts on the ↵ | Conor Curran | 2011-03-16 | 4 | -11/+39 | |
| | | | | | | | | | | | | slider if its muted@ | |||||
| * | | 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 | |
| | | | | | | | | | | | | previous volume on unmute | |||||
| * | | 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 | |
| |/ | ||||||
* | | Import upstream version 0.6.3 | Ken VanDine | 2011-03-11 | 23 | -621/+926 | |
|\| | ||||||
| * | 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 ↵ | Conor Curran | 2011-03-11 | 1 | -3/+7 | |
| |/ | | | | | | | gremlins were working against us ... | |||||
| * | 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 | 3 | -5/+19 | |
| |\ \ | | |/ | |/| | ||||||
| | * | applied Mikkel's suggestions | Conor Curran | 2011-03-11 | 2 | -5/+2 | |
| | | | ||||||
| | * | players who do not export icon names will have iconless playlists menuitems | Conor Curran | 2011-03-11 | 2 | -12/+7 | |
| | | | ||||||
| | * | tidied | Conor Curran | 2011-03-09 | 1 | -9/+17 | |
| | | | ||||||
| | * | now uses the correct basename minus the extension for the icon name property | Conor Curran | 2011-03-09 | 1 | -3/+7 | |
| | | | ||||||
| | * | debug trace | Conor Curran | 2011-03-04 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fix the GStrv to use a string and be NULL terminated | Ted Gould | 2011-03-04 | 1 | -3/+2 | |
| | | | ||||||
| | * | free the string array, plug the leaks | Conor Curran | 2011-03-04 | 1 | -0/+1 | |
| | | | ||||||
| | * | iconthemepath work in progress | Conor Curran | 2011-03-04 | 3 | -3/+12 | |
| | | | ||||||
| * | | fixes bug around volume going to zero on client start up | Conor Curran | 2011-03-10 | 2 | -9/+13 | |
| | | | ||||||
| * | | merged luke's updates | Conor Curran | 2011-03-09 | 3 | -16/+19 | |
| |\ \ | ||||||
| | * | | Indicators are now responsible for updating their own accessible description. | Luke Yelavich | 2011-03-09 | 3 | -16/+19 | |
| | | | | | | | | | | | | | | | | | | | | Refactor accessible description update code into a new function. | |||||
| * | | | icons names updated to match new icons submitted by Daniel | Conor Curran | 2011-03-09 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | refactored indicator side | Conor Curran | 2011-03-09 | 3 | -87/+75 | |
| | | | | ||||||
| * | | | refactored transport enums so as both vala and c are using the same ↵ | Conor Curran | 2011-03-09 | 5 | -37/+43 | |
| | | | | | | | | | | | | | | | | definitions in common defs | |||||
| * | | | nicely seeking | Conor Curran | 2011-03-09 | 3 | -6/+6 | |
| | | | | ||||||
| * | | | ensure we don't trigger a simple next/previous after releasing from a skip | Conor Curran | 2011-03-08 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | seeking is working, need a tidy up | Conor Curran | 2011-03-08 | 3 | -1/+10 | |
| | | | | ||||||
| * | | | skipping instructions sent | Conor Curran | 2011-03-08 | 4 | -5/+27 | |
| | | | | ||||||
| * | | | timer mechanism in place | Conor Curran | 2011-03-08 | 1 | -4/+58 | |
| |/ / | ||||||
| * | | rewrote the method with the help of mikkel | Conor Curran | 2011-03-07 | 1 | -31/+24 | |
| | | | ||||||
| * | | added the is blacklisted dbus method | Conor Curran | 2011-03-07 | 2 | -1/+56 | |
| | | | ||||||
| * | | Newer notify-osd needs that the x-canonical-private-synchronous is set to a ↵ | Marco Trevisan (Treviño) | 2011-03-05 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | non-empty string This will allows to show the indicator notification like before. | |||||
* | | Import upstream version 0.6.2 | Ken VanDine | 2011-03-04 | 15 | -71/+187 | |
|\| | ||||||
| * | final playlist delete tweak | Conor Curran | 2011-03-03 | 1 | -1/+4 | |
| | | ||||||
| * | fixes two playlists bugs plus a little code tidy up in the indicator-sound | Conor Curran | 2011-03-03 | 3 | -34/+31 | |
| | | ||||||
| * | pulse one liner fixed | Conor Curran | 2011-03-03 | 1 | -10/+33 | |
| |\ | ||||||
| | * | fixed a bug introduced in the last merge earlier this week | Conor Curran | 2011-03-01 | 1 | -3/+2 | |
| | | | ||||||
| | * | fix for reconnect bug while autospawn is true | Conor Curran | 2011-03-01 | 1 | -7/+31 | |
| | | | ||||||
| * | | g_variant defensive one liner | Conor Curran | 2011-03-03 | 1 | -0/+2 | |
| |\ \ | ||||||
| | * | | play it safe with the dbus method call@ | Conor Curran | 2011-03-01 | 1 | -0/+2 | |
| | |/ | ||||||
| * / | raise / activate players on button release as opposed to button press | Conor Curran | 2011-02-28 | 1 | -7/+7 | |
| |/ | ||||||
| * | caught a edge case bug which was causing those weird crashes | Conor Curran | 2011-02-28 | 1 | -16/+21 | |
| | |