]> git.sesse.net Git - vlc/commit
Simplified/fixed qt4 fullscreen implementation.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 8 Jun 2010 18:29:17 +0000 (20:29 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 8 Jun 2010 22:30:11 +0000 (00:30 +0200)
commita70095543572745dca9b9ef1c776ed751e76d936
treef2db73c4ee28492fe800c4a2162ab0723c32ce81
parentc38f2e5f94231ee2b1a37bf1654fcf9ea20101ff
Simplified/fixed qt4 fullscreen implementation.

 It removes the need of the reparentable widget (it is not needed
to reparent at all) and so simplify the code.
 It fixes win32 fullscreen support and improves win7 transitions.
 It avoids the need of an extra fullscreen widget, which is consistant
with the other media players I have tested.
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/menus.cpp