aboutsummaryrefslogtreecommitdiff
path: root/src/idoplaybackmenuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* idoplaybackmenuitem: set active flag when player is launchingLars Uebernickel2014-03-241-9/+18
| | | | | | | The active flag is used to signal the theme that the spinner should animate. Using that flag is a bit weird, but it's consistent with GtkSpinner and thus doesn't require special handling in the theme.
* idoplaybackmenuitem: don't add .menu css class on the menu itemLars Uebernickel2014-03-241-2/+0
| | | | | It's a menu item, not a menu.
* ido_playback_menu_item_parent_key_press_event: be more explicitLars Uebernickel2013-06-191-1/+1
|
* idoplaybackmenuitem: remove redundant 'else'Lars Uebernickel2013-06-191-2/+4
|
* idoplaybackmenuitem: warn before crashing in g_str_equalLars Uebernickel2013-06-191-0/+4
|
* ido_playback_menu_item_get_button_at_pos: add ascii blueprintLars Uebernickel2013-06-191-0/+8
|
* idoplaybackmenuitem.c: mark internal functions as staticLars Uebernickel2013-06-191-6/+3
|
* IdoPlaybackMenuItem: listen to state changes of the 'play' actionLars Uebernickel2013-06-171-1/+74
| | | | | So that the play button can be updated.
* Add IdoPlaybackMenuItemLars Uebernickel2013-06-171-0/+1596
A menu item that can control playback of a media player. Adapted from transport-widget.c formerly found in lp:indicator-sound.