[vlc-commits] commit: Simplified/fixed qt4 fullscreen implementation. (Laurent Aimar )

git at videolan.org git at videolan.org
Wed Jun 9 00:37:27 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jun  8 20:29:17 2010 +0200| [a70095543572745dca9b9ef1c776ed751e76d936] | committer: Laurent Aimar 

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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a70095543572745dca9b9ef1c776ed751e76d936
---

 modules/gui/qt4/components/interface_widgets.cpp |  153 ++++------------------
 modules/gui/qt4/components/interface_widgets.hpp |    9 +-
 modules/gui/qt4/main_interface.cpp               |  102 +++++++++-----
 modules/gui/qt4/main_interface.hpp               |   12 ++-
 modules/gui/qt4/menus.cpp                        |    4 +-
 5 files changed, 102 insertions(+), 178 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=a70095543572745dca9b9ef1c776ed751e76d936


More information about the vlc-commits mailing list