aboutsummaryrefslogtreecommitdiff
path: root/src/media-player.vala
Commit message (Collapse)AuthorAgeFilesLines
* Change playback action state to "string"Lars Uebernickel2013-06-171-15/+5
| | | | | | To accomodate for a third state "Launching" (in addition to "Playing" and "Paused").
* Export playback menu itemLars Uebernickel2013-06-171-1/+33
|
* Forget track information when player is quitLars Uebernickel2013-04-091-0/+1
|
* Add information about the current track to the player actionsLars Uebernickel2013-04-091-1/+70
|
* Show running media players in the menuLars Uebernickel2013-03-281-0/+124
Each player has its own action with a dictionary state. Right now, this state only contains one key "running", which signifies whether an instance of the player is currently running. It does not yet show non-running players on startup, and ignores the blacklist.