Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | idomediaplayermenuitem: don't hardcode width | Lars Uebernickel | 2014-04-23 | 1 | -20/+19 |
| | | | | | | To ensure a sane width and avoid changing width when the track changes, give track info labels a natural and maximum width of 25 characters. | ||||
* | idomediaplayermenuitem: use small font for track info labels | Lars Uebernickel | 2014-04-23 | 1 | -3/+19 |
| | |||||
* | ido_media_player_menu_item_state_changed: declare constant variables as const | Lars Uebernickel | 2013-06-19 | 1 | -4/+4 |
| | |||||
* | idomediaplayermenuitem: allow non-local album art | Lars Uebernickel | 2013-06-19 | 1 | -27/+75 |
| | |||||
* | idomediaplayermenuitem: make album art size a #define | Lars Uebernickel | 2013-06-19 | 1 | -1/+3 |
| | |||||
* | Add IdoMediaPlayerMenuItem | Lars Uebernickel | 2013-06-12 | 1 | -0/+326 |
A menu item that shows a media player application and metadata about the currently running song. Adapted from metadata-widget.c formerly found in lp:indicator-sound. |