Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hmm, we totally need this | Ted Gould | 2014-02-24 | 1 | -0/+33 |
| | |||||
* | Putting an abstract MediaPlayerList class in the middle of the Mpris ↵ | Ted Gould | 2014-02-12 | 1 | -136/+0 |
| | | | | implementation | ||||
* | Throwing an abstraction in front of the player | Ted Gould | 2014-02-12 | 1 | -10/+10 |
| | |||||
* | Weird comment bug where 'lesser' ended up someplaces it didn't belong | Ted Gould | 2013-11-15 | 1 | -2/+2 |
| | |||||
* | Call Raise() when activating a player menu item | Lars Uebernickel | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Use bus_watch_namespace() to monitor mpris players | Lars Uebernickel | 2013-08-02 | 1 | -9/+13 |
| | | | | | | | | | This function is more robust than the current code and uses glib's G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_NAMESPACE instead of creating match rules itself. bus-watch-namespace.[ch] is shared with gnome-settings-daemon. | ||||
* | 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. |