[vlc-commits] Qt: add a dialog to select the renderer to use
Steve Lhomme
git at videolan.org
Tue May 31 14:42:14 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Tue May 31 13:51:33 2016 +0200| [dfe8d1a0d4b91c729ca69be2140666f29cd7ba59] | committer: Jean-Baptiste Kempf
Qt: add a dialog to select the renderer to use
This is limited to the first and only renderer discovery service we have for now
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dfe8d1a0d4b91c729ca69be2140666f29cd7ba59
---
modules/gui/qt/Makefile.am | 4 +
modules/gui/qt/dialogs/renderer.cpp | 257 +++++++++++++++++++++++++++++++++++
modules/gui/qt/dialogs/renderer.hpp | 64 +++++++++
modules/gui/qt/dialogs_provider.cpp | 8 ++
modules/gui/qt/dialogs_provider.hpp | 3 +
modules/gui/qt/ui/renderer.ui | 54 ++++++++
6 files changed, 390 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=dfe8d1a0d4b91c729ca69be2140666f29cd7ba59
More information about the vlc-commits
mailing list