GNOME Bugzilla – Bug 580771
Video playback should have a fullscreen mode
Last modified: 2009-05-12 17:23:52 UTC
In a video conversation, it should be possible to go into fullscreen mode. When moving the mouse, a "Leave Fullscreen" button should appear, just like with the Totem Movie Player.
Branch which contains the implementation for this feature: http://git.collabora.co.uk/?p=user/jtellier/empathy.git;a=commit;h=10686010ed50b5f39dc0abf000c66577dbff2ff9
Created attachment 134399 [details] [review] [PATCH] Modifications to points addresses during first code review src/Makefile.am | 2 + src/empathy-call-window-fullscreen.c | 276 +++++++++++++++++++++++++++++++ src/empathy-call-window-fullscreen.h | 73 +++++++++ src/empathy-call-window-fullscreen.ui | 23 +++ src/empathy-call-window.c | 289 +++++++++++++++++++++++++++++++-- src/empathy-call-window.ui | 12 ++ 6 files changed, 662 insertions(+), 13 deletions(-)
Created attachment 134496 [details] [review] Usability fix: The "Leave Fullscreen" button is now using the "gtk-leave-fullscreen" stock id instead of "gtk-fullscreen".
Created attachment 134511 [details] [review] Fixed coding style
I merged the branch to master. Thanks a lot for your contribution!