aboutsummaryrefslogtreecommitdiff
path: root/src/gtk-application-player.vala
Commit message (Collapse)AuthorAgeFilesLines
* PlayerActivator: Use BAMF to find the windows to activate with timestampMarco Trevisan (Treviño)2013-04-021-123/+0
| | | | | | | Improved the"old" GtkApplicationPlayer, using BAMF as a fallback method to activate an application's windows. Basically we try to get the windows of the selected application and when found we focus them using the activation timestamp.
* GtkApplicationPlayer: add a class to handle the GtkApplication playersMarco Trevisan (Treviño)2013-03-301-0/+123
It allows to check if the given player implements the "org.gtk.Application" interface and if it's the case, it Activate the application with the proper timestamp when requested.