Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Throwing an abstraction in front of the player | Ted Gould | 2014-02-12 | 1 | -274/+23 |
| | |||||
* | Weird comment bug where 'lesser' ended up someplaces it didn't belong | Ted Gould | 2013-11-15 | 1 | -2/+2 |
| | |||||
* | Make player menu item insensitive when player can't be raised | Lars Uebernickel | 2013-10-30 | 1 | -0/+10 |
| | |||||
* | Call Raise() when activating a player menu item | Lars Uebernickel | 2013-10-29 | 1 | -5/+10 |
| | |||||
* | Rename MediaPlayer.launch() ot activate() | Lars Uebernickel | 2013-10-29 | 1 | -4/+4 |
| | |||||
* | Expose playlists in the menu if the player exports them | Lars Uebernickel | 2013-07-10 | 1 | -0/+66 |
| | |||||
* | Don't set player state to "Launching" when the player is already running | Lars Uebernickel | 2013-07-06 | 1 | -1/+3 |
| | |||||
* | Launch player when the play action is activated | Lars Uebernickel | 2013-07-06 | 1 | -1/+14 |
| | |||||
* | Change playback action state to "string" | Lars Uebernickel | 2013-06-17 | 1 | -15/+5 |
| | | | | | | To accomodate for a third state "Launching" (in addition to "Playing" and "Paused"). | ||||
* | Export playback menu item | Lars Uebernickel | 2013-06-17 | 1 | -1/+33 |
| | |||||
* | Forget track information when player is quit | Lars Uebernickel | 2013-04-09 | 1 | -0/+1 |
| | |||||
* | Add information about the current track to the player actions | Lars Uebernickel | 2013-04-09 | 1 | -1/+70 |
| | |||||
* | Show running media players in the menu | Lars Uebernickel | 2013-03-28 | 1 | -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. |