]> git.sesse.net Git - vlc/commit
Qt: rework of the Sout Dialog
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 6 Mar 2009 23:56:23 +0000 (00:56 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 8 Mar 2009 17:13:28 +0000 (18:13 +0100)
commitfc37db067e133092fceec6f3c3ee2b9c151d151b
tree9327317bcd3024f678599bf1956d54ec40d3126c
parent8693ccb6ee8ad45ab3b9f14e689d1a4a75e414d5
Qt: rework of the Sout Dialog

You can now add any number of duplicate parts you want. You can add them to create a new Tab. You can have two HTTP output or two File output, for example.
Most of the widgets creation and MRL generation part has been splitted from the main class so that people why little knowledge of Qt can understand what is going on.

Expert in streaming can personnalize more easily 'their' part of the UI with derivation of VirtualDestBox and implementing constructor+getMRL()

The huge structure has been removed.
This is a huge change in this dialog, but I think the old one was beyond possible repair.
modules/gui/qt4/components/sout/profile_selector.cpp
modules/gui/qt4/components/sout/sout_widgets.cpp
modules/gui/qt4/components/sout/sout_widgets.hpp
modules/gui/qt4/dialogs/sout.cpp
modules/gui/qt4/dialogs/sout.hpp
modules/gui/qt4/ui/sout.ui