Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | media-player-list, mpris2-watcher: remove unneded `public` from methods | Lars Uebernickel | 2013-06-28 | 1 | -2/+2 |
| | |||||
* | MediaPlayerList: use appname.desktop also for lookups | Lars Uebernickel | 2013-04-03 | 1 | -3/+4 |
| | |||||
* | MediaPlayerList: remove debug messages | Lars Uebernickel | 2013-04-03 | 1 | -2/+0 |
| | |||||
* | Make MediaPlayerList iteratable instead of providing the "players" property | Lars Uebernickel | 2013-04-03 | 1 | -3/+19 |
| | |||||
* | Append ".desktop" to the desktop entries reported from MPRIS | Lars Uebernickel | 2013-04-03 | 1 | -1/+1 |
| | | | | | | | | | This is the format that GDesktopAppInfo expects. This means that the apps will be reffered to as app.desktop in gsettings, which is consistent with how others are doing it (indicator-messages, unity, gnome shell). Backwards compatibility with old settings keys is maintained. | ||||
* | Sync list of media players with gsettings | Lars Uebernickel | 2013-04-03 | 1 | -13/+60 |
| | |||||
* | Show running media players in the menu | Lars Uebernickel | 2013-03-28 | 1 | -0/+70 |
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. |