Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-media-player-keys.c
Commit message (Collapse)AuthorAgeFilesLines
* [shell] Make sure we have a proxy before using it in ev-media-player-keysCarlos Garcia Campos2010-05-251-3/+3
|
* [shell] Use g_bus_unwatch_proxy() instead of g_bus_unwatch_name()Carlos Garcia Campos2010-05-251-1/+1
|
* [shell] Use g_bus_watch_proxy instead of g_bus_watch_name in media-keysCarlos Garcia Campos2010-05-251-112/+50
|
* [shell] Update ©Christian Persch2010-05-251-0/+1
|
* [shell] Pass the GDBusConnection to EvMediaPlayerKeysChristian Persch2010-05-251-24/+69
| | | | We already have a connection, so just pass it to EvMediaPlayerKeys.
* [shell] Fix name watchingChristian Persch2010-05-251-0/+3
|
* [shell] Fix for GDBus API changesChristian Persch2010-05-251-18/+18
|
* [shell] Port EvMediaPlayerKeys to GDBusChristian Persch2010-05-251-79/+105
|
* Grab the mediakeys with a low priority. Fixes bug #547164. Patch by EricCarlos Garcia Campos2008-09-041-1/+6
| | | | | | | | | | | 2008-09-04 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys): Grab the mediakeys with a low priority. Fixes bug #547164. Patch by Eric Piel. svn path=/trunk/; revision=3149
* Clean up the media player keys stuff.Carlos Garcia Campos2008-09-041-79/+78
| | | | | | | | | | | | | | | | | | 2008-09-04 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-application.c: (ev_application_get_media_keys): * shell/ev-media-player-keys.[ch]: (ev_media_player_keys_class_init), (on_media_player_key_pressed), (ev_media_player_keys_grab_keys), (ev_media_player_keys_release_keys), (ev_media_player_keys_init), (ev_media_player_keys_focused), (ev_media_player_keys_finalize): * shell/ev-window.[ch]: (ev_window_dispose), (view_actions_focus_in_cb), (ev_window_media_player_key_pressed), (ev_window_init): Clean up the media player keys stuff. svn path=/trunk/; revision=3148
* When building with D-Bus support, listen for multimedia key events fromBastien Nocera2008-06-241-0/+191
2008-06-24 Bastien Nocera <hadess@hadess.net> * shell/Makefile.am: * shell/ev-application.c (ev_application_init), (ev_application_get_media_keys): * shell/ev-application.h: * shell/ev-marshal.list: * shell/ev-media-player-keys.c (ev_media_player_keys_class_init), (proxy_destroy), (on_media_player_key_pressed), (ev_media_player_keys_init), (ev_media_player_keys_focused), (ev_media_player_keys_finalize), (ev_media_player_keys_new): * shell/ev-media-player-keys.h: * shell/ev-window.c (ev_window_go_previous_page), (ev_window_go_next_page), (ev_window_go_first_page), (ev_window_go_last_page), (ev_window_start_presentation), (ev_window_dispose), (view_actions_focus_in_cb): * shell/ev-window.h: When building with D-Bus support, listen for multimedia key events from gnome-settings-daemon. This allows to go to the next/previous/first/last pages using, respectively, Next/Previous/Rewing/Fast Forward. The Play button is used to start a presentation. Fixes bug #539971. svn path=/trunk/; revision=3059