[vlc-devel] [PATCH 0/3] Qt: various improvements for the fullscreen controller

Ludovic Fauvet etix at videolan.org
Wed Dec 21 14:58:35 CET 2011


Hello,

Please find a set of three patch for the fullscreen controller:
- The first fixes a regression
- The second is a rework of the code (mostly simplification / logic fix)
- The last one is optional, it constrains the fullscreen controller within the
  screen bounds. The main reason of doing this is that I don't get the point of
  allowing the user to put the controller on another screen since the mouse
  cursor must move on top of the vout to make it appear...

Ludovic Fauvet (3):
  Qt: use the effective size of the widget to center the FSC
  Qt: rework of the fullscreen controller
  Qt: constrain the position of the FSC within the screen bounds

 modules/gui/qt4/components/controller.cpp |  158 +++++++++++++++--------------
 modules/gui/qt4/components/controller.hpp |    6 +-
 2 files changed, 87 insertions(+), 77 deletions(-)

-- 
1.7.8




More information about the vlc-devel mailing list