[vlc-devel] [PATCH 0/2] Added lua extension menu in the view menu
Alexandre Janniaux
ajanni at videolabs.io
Tue Oct 1 19:08:56 CEST 2019
Hi,
Small ping for the patchset,
Thank you :)
Regards,
--
Alexandre Janniaux
Videolabs
On Sat, Aug 31, 2019 at 06:24:38PM +0530, Sagar Kohli wrote:
> Added lua extesnion menu in view menu by adding an extension_model.
> fixes #22166
>
> Sagar Kohli (2):
> qt: add extension manager model
> qml: expose extensions in view menu
>
> modules/gui/qt/Makefile.am | 3 +
> modules/gui/qt/components/extension_model.cpp | 141 ++++++++++++++++++
> modules/gui/qt/components/extension_model.hpp | 91 +++++++++++
> modules/gui/qt/main_interface.cpp | 3 +
> modules/gui/qt/qml/menus/ViewMenu.qml | 16 +-
> 5 files changed, 253 insertions(+), 1 deletion(-)
> create mode 100644 modules/gui/qt/components/extension_model.cpp
> create mode 100644 modules/gui/qt/components/extension_model.hpp
>
> --
> 2.17.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list