qt: move network component to its own folder
commit9f6f0b1fa4b25c0fb6cc802c9e4c077aa36e5acd
authorPierre Lamot <pierre@videolabs.io>
Fri, 11 Oct 2019 14:47:10 +0000 (11 16:47 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 17 Dec 2019 14:31:13 +0000 (17 15:31 +0100)
tree2984b987b0e22cb534dfc686e530a6fb5eb9c1ed
parent351ccb16267a1fd42872cb4b25ad5f2281ed984f
qt: move network component to its own folder

  MLNetwork... classes have been renamed to Network...

  no functionnal changes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
17 files changed:
modules/gui/qt/Makefile.am
modules/gui/qt/components/mediacenter/mlnetworksourcelistener.cpp [deleted file]
modules/gui/qt/main_interface.cpp
modules/gui/qt/network/networkdevicemodel.cpp [moved from modules/gui/qt/components/mediacenter/mlnetworkdevicemodel.cpp with 87% similarity]
modules/gui/qt/network/networkdevicemodel.hpp [moved from modules/gui/qt/components/mediacenter/mlnetworkdevicemodel.hpp with 93% similarity]
modules/gui/qt/network/networkmediamodel.cpp [moved from modules/gui/qt/components/mediacenter/mlnetworkmediamodel.cpp with 86% similarity]
modules/gui/qt/network/networkmediamodel.hpp [moved from modules/gui/qt/components/mediacenter/mlnetworkmediamodel.hpp with 94% similarity]
modules/gui/qt/network/networksourcelistener.cpp [new file with mode: 0644]
modules/gui/qt/network/networksourcelistener.hpp [moved from modules/gui/qt/components/mediacenter/mlnetworksourcelistener.hpp with 87% similarity]
modules/gui/qt/network/qml/NetworkBrowseDisplay.qml [moved from modules/gui/qt/qml/mediacenter/MCNetworkBrowseDisplay.qml with 94% similarity]
modules/gui/qt/network/qml/NetworkDisplay.qml [moved from modules/gui/qt/qml/mediacenter/MCNetworkDisplay.qml with 93% similarity]
modules/gui/qt/network/qml/NetworkGridItem.qml [moved from modules/gui/qt/qml/mediacenter/NetworkGridItem.qml with 88% similarity]
modules/gui/qt/network/qml/NetworkHomeDisplay.qml [moved from modules/gui/qt/qml/mediacenter/MCNetworkHomeDisplay.qml with 94% similarity]
modules/gui/qt/network/qml/NetworkListItem.qml [moved from modules/gui/qt/qml/mediacenter/NetworkListItem.qml with 83% similarity]
modules/gui/qt/network/qml/NetworksSectionSelectableDM.qml [moved from modules/gui/qt/qml/mediacenter/MCNetworksSectionSelectableDM.qml with 92% similarity]
modules/gui/qt/qml/mediacenter/MCMainDisplay.qml
modules/gui/qt/vlc.qrc