]> git.sesse.net Git - vlc/commit
Don't allocate and create the Capture Open Panel in open.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Aug 2008 08:06:48 +0000 (01:06 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Aug 2008 08:06:48 +0000 (01:06 -0700)
commit354abbea2151c4718f1ad2a645afff4799252588
tree4ea7b9ced177f928c578ab64d87803fdb5edde03
parent5ca01aec25d467af7197eda4a368a341d41a3764
Don't allocate and create the Capture Open Panel in open.

The Capture panel is sensibly slower than all the other ones and way less used by most people. Therefore, don't build it (especially for windows) unless you need it. Better for speed and memory.
modules/gui/qt4/components/open_panels.cpp
modules/gui/qt4/components/open_panels.hpp
modules/gui/qt4/dialogs/open.cpp
modules/gui/qt4/dialogs/open.hpp