]> git.sesse.net Git - vlc/commit
Qt4 - Resizing changes. Part 1
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 7 Feb 2008 06:51:46 +0000 (06:51 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 7 Feb 2008 06:51:46 +0000 (06:51 +0000)
commit50810ad7adc105cbbcf2e3750f61795a79098373
tree342923a2a0e6cb943131c503d40985ea353bb4e4
parent7e6486a934c89ded46107a24831b5e02ca397e9e
Qt4 - Resizing changes. Part 1
      Remove the QDockWidget, this widget is clearly not what we want, since it is a Qt::Tool and stay above the video, it doesn't want to grow in the MI and it doesn't record correctly its size. Moreover, this force the GNOME/Cleanlooks hack that is boring on Xfce, KDE4 and e17.
      Fix the resize when the video is done.
      Fix the qt-start-minimize bug
      Rename a few functions and separate the code functions.
      Simplify a few resize/update call.
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/qt4.cpp