]> git.sesse.net Git - vlc/commit
Qt: Fixing main Interface, phase 1.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 6 Mar 2010 16:22:02 +0000 (17:22 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 11 Mar 2010 14:40:15 +0000 (15:40 +0100)
commitde1210ab0ade2ae3b8f7eddda76a7d6f9e11c42f
tree40393709eae1b6a2b76d1b5d8671bfc4f1be530c
parentb20a361834b8bf028c7eb78f3876ec602db431e1
Qt: Fixing main Interface, phase 1.

Removes a lot of hacks, especially around manipulating size (no more sizeHint(), very limited use of doComponentsUpdate and updateGeometry() ),
Simplify the number of starting options of the interface
Fixes crashes due to QStackWidget limitations
Still a lot of debug around, but mostly commented out, that will go in future commits
Close #3401
Close #3210
Close #3332
Close #1717

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/playlist/playlist.cpp
modules/gui/qt4/components/playlist/playlist.hpp
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/menus.cpp
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.hpp