[vlc-commits] [Git][videolan/vlc][master] 13 commits: qt: expose qt_intf_t in Maininterface
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Fri Dec 3 12:56:35 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
e3cf383b by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: expose qt_intf_t in Maininterface
will be ignored, and an empty message aborts the commit. # #
modules/gui/qt/maininterface/main_interface.hpp | 1 + # 1 file changed, 1
insertion(+)
- - - - -
1de95357 by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: expose the main playlist in Maininterface
- - - - -
10272bdb by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: directly binds to the mainInterface in ServicesDiscoveryModel
- - - - -
7eda4dcf by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: directly binds to the mainInterface in NetworkSourcesModel
- - - - -
1f07b53c by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: directly binds to the mainInterface in NetworkMediaModel
- - - - -
5d2bf59c by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: directly binds to the mainInterface in NetworkDeviceModel
- - - - -
6a1b195e by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: directly binds to the mainInterface in MLBookmarlModel
- - - - -
cc399841 by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: directly bind to MainInterface in VideoSurface
- - - - -
34fe53bc by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: directly bind to MainInterface in Qml menus
- - - - -
13a0327a by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: remove unsued QmlMainContext
- - - - -
cea54062 by Pierre Lamot at 2021-12-03T12:35:46+00:00
qt: rename MainInterface to MainCtx
MainInterface was the actual QWidget interface in VLC 3.0, now it's the
application context
only rename classes and files, no functional changes
- - - - -
a7a40fa0 by Pierre Lamot at 2021-12-03T12:35:46+00:00
qml: regiter MainCtx as a singleton in QML
- - - - -
dbe3eb02 by Pierre Lamot at 2021-12-03T12:35:46+00:00
qml: use MainCtx singleton
- - - - -
30 changed files:
- modules/gui/qt/Makefile.am
- modules/gui/qt/dialogs/dialogs_provider.cpp
- modules/gui/qt/dialogs/extended/extended_panels.cpp
- modules/gui/qt/dialogs/firstrun/firstrunwizard.cpp
- modules/gui/qt/dialogs/open/open_panels.cpp
- modules/gui/qt/dialogs/playlists/playlists.cpp
- modules/gui/qt/dialogs/preferences/preferences.cpp
- modules/gui/qt/dialogs/preferences/simple_preferences.cpp
- modules/gui/qt/dialogs/sout/convert.cpp
- modules/gui/qt/dialogs/sout/sout_widgets.cpp
- modules/gui/qt/dialogs/toolbar/qml/EditorTabButton.qml
- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditor.qml
- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorDialog.qml
- modules/gui/qt/maininterface/compositor.cpp
- modules/gui/qt/maininterface/compositor.hpp
- modules/gui/qt/maininterface/compositor_dcomp.cpp
- modules/gui/qt/maininterface/compositor_dcomp.hpp
- modules/gui/qt/maininterface/compositor_dcomp_acrylicsurface.cpp
- modules/gui/qt/maininterface/compositor_dcomp_acrylicsurface.hpp
- modules/gui/qt/maininterface/compositor_dummy.cpp
- modules/gui/qt/maininterface/compositor_dummy.hpp
- modules/gui/qt/maininterface/compositor_win7.cpp
- modules/gui/qt/maininterface/compositor_win7.hpp
- modules/gui/qt/maininterface/compositor_x11.cpp
- modules/gui/qt/maininterface/compositor_x11.hpp
- modules/gui/qt/maininterface/interface_window_handler.cpp
- modules/gui/qt/maininterface/interface_window_handler.hpp
- modules/gui/qt/maininterface/main_interface.cpp → modules/gui/qt/maininterface/mainctx.cpp
- modules/gui/qt/maininterface/main_interface.hpp → modules/gui/qt/maininterface/mainctx.hpp
- modules/gui/qt/maininterface/main_interface_win32.cpp → modules/gui/qt/maininterface/mainctx_win32.cpp
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/fcb3359d5eeffb97b648a7e9ccea9b585e702185...dbe3eb027c857869256c20172af8bbde77f5ec48
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/fcb3359d5eeffb97b648a7e9ccea9b585e702185...dbe3eb027c857869256c20172af8bbde77f5ec48
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list