Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated to handle the Dbusmenu-Glib-0.4 rename to Dbusmenu-0.4 | Ken VanDine | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | ported to libnotify >= 0.7 | Ken VanDine | 2011-02-11 | 3 | -15/+1 |
| | |||||
* | remember to cancel the reconnect timeout loop once a connection has been ↵ | Conor Curran | 2011-02-10 | 1 | -2/+4 |
| | | | | established | ||||
* | and plug it together | Conor Curran | 2011-02-09 | 1 | -1/+2 |
| | |||||
* | tidy up | Conor Curran | 2011-02-09 | 1 | -1/+1 |
| | |||||
* | tidy up | Conor Curran | 2011-02-09 | 1 | -2/+2 |
| | |||||
* | fixed racey active playlist property and commented some debugs | Conor Curran | 2011-02-09 | 3 | -19/+22 |
| | |||||
* | work done around playlist changed | Conor Curran | 2011-02-08 | 5 | -13/+40 |
| | |||||
* | tidy ups and comments | Conor Curran | 2011-02-07 | 2 | -11/+6 |
| | |||||
* | removed the old pulsemanager | Conor Curran | 2011-02-07 | 4 | -637/+1 |
| | |||||
* | tidy up | Conor Curran | 2011-02-07 | 1 | -2/+2 |
| | |||||
* | tidy up | Conor Curran | 2011-02-07 | 2 | -3/+14 |
| | |||||
* | filter the number of signals sent, only send a signal when the state changes | Conor Curran | 2011-02-07 | 1 | -5/+10 |
| | |||||
* | switch back on the music player section | Conor Curran | 2011-02-07 | 4 | -7/+14 |
| | |||||
* | fully functional once again | Conor Curran | 2011-02-07 | 6 | -75/+121 |
| | |||||
* | hook back volume and mute setting and test | Conor Curran | 2011-02-04 | 6 | -38/+67 |
| | |||||
* | tidy ups | Conor Curran | 2011-02-04 | 5 | -69/+41 |
| | |||||
* | putting in back together | Conor Curran | 2011-02-04 | 6 | -15/+29 |
| | |||||
* | almost in place | Conor Curran | 2011-02-04 | 7 | -75/+94 |
| | |||||
* | on the last hurdle | Conor Curran | 2011-02-04 | 4 | -144/+116 |
| | |||||
* | active-sink api beginning to emerge | Conor Curran | 2011-02-04 | 3 | -5/+24 |
| | |||||
* | blocking handled | Conor Curran | 2011-02-04 | 3 | -14/+91 |
| | |||||
* | we have a replacement pulse manager in the baking - working very nicely indeed | Conor Curran | 2011-02-03 | 4 | -22/+88 |
| | |||||
* | basics established | Conor Curran | 2011-02-03 | 3 | -27/+51 |
| | |||||
* | starting to make sense | Conor Curran | 2011-02-03 | 4 | -3/+146 |
| | |||||
* | starting to make sense | Conor Curran | 2011-02-03 | 3 | -79/+152 |
| | |||||
* | beginnings of new pulsemgr | Conor Curran | 2011-02-03 | 2 | -0/+197 |
| | |||||
* | player title is now set via the identity property on the root mpris interface | Conor Curran | 2011-02-02 | 3 | -10/+30 |
|\ | |||||
| * | fixes for the last two merge requests | Conor Curran | 2011-02-01 | 2 | -4/+4 |
| | | |||||
| * | make sure it updates its own title | Conor Curran | 2011-02-01 | 1 | -1/+1 |
| | | |||||
| * | the title on the player menu item can now be dynamically changed using the ↵ | Conor Curran | 2011-02-01 | 2 | -7/+27 |
| | | | | | | | | Identity prop on the root MPRIS interface | ||||
* | | refactored notify patch | Conor Curran | 2011-02-02 | 4 | -96/+107 |
| | | |||||
* | | tidy up | Conor Curran | 2011-02-01 | 1 | -2/+2 |
| | | |||||
* | | merged trevisan's work | Conor Curran | 2011-02-01 | 3 | -5/+88 |
|\ \ | |/ |/| | |||||
| * | Unref the GSettings object... | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -0/+2 |
| | | |||||
| * | Added show-notify-osd-on-scroll gsettings parameter | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -1/+4 |
| | | | | | | | | | | This parameter (ON, by default) allows to enable/disable the notify-osd bubble on volume-change by mouse scroll. | ||||
| * | merge: reset indicator-sound.h values | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -1/+1 |
| | | |||||
| * | Merge against new HEAD | Marco Trevisan (Treviño) | 2011-01-27 | 25 | -1034/+1177 |
| |\ | |||||
| * | | more indentation fixes... | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -2/+2 |
| | | | |||||
| * | | gtk_icon_theme_has_icon() doesn't seem to work here... | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | | | | | | When no "audio-volume-off" icon is provided by any theme, the notification is not shown, so notify-osd-icons package is reccomanded here. | ||||
| * | | Ops, indentation: one space left! :P | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -1/+1 |
| | | | |||||
| * | | indentation fixes | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -39/+42 |
| | | | |||||
| * | | Show a value notify-osd notification (if supported) when scrolling | Marco Trevisan (Treviño) | 2011-01-23 | 2 | -2/+81 |
| | | | | | | | | | | | | | | | | | | | | | To improve the indicator usability, show a notify-osd bubble with the volume value when changing the value level using the scrolling-wheel over the indicator icon. | ||||
| * | | use update_state_from_volume instead of determine_state_from_volume | Marco Trevisan (Treviño) | 2011-01-23 | 3 | -11/+20 |
| | | | | | | | | | | | | | | | | | | And make determine_state_from_volume return the state for the selected value | ||||
* | | | fixes applied | Conor Curran | 2011-02-01 | 1 | -6/+7 |
| | | | |||||
* | | | moved builder and iter to the stack in blacklist method | Conor Curran | 2011-01-31 | 4 | -28/+40 |
| | | | |||||
* | | | blacklist / interested players work done | Conor Curran | 2011-01-31 | 3 | -5/+24 |
| | | | |||||
* | | | players in menu now dynamically controllable from new dbus api | Conor Curran | 2011-01-31 | 6 | -10/+107 |
| | | | |||||
* | | | silly mistake in signature | Conor Curran | 2011-01-28 | 1 | -12/+12 |
| | | | |||||
* | | | tidy up | Conor Curran | 2011-01-28 | 1 | -2/+2 |
| | | |