- Apr 10, 2019
-
-
Files might be generated by be generated by IDE while editing qml files. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
This is ugly but temporary, while waiting for a proper window provider API.
-
This class allows to navigate between view and to keep track of the history navigation. Views are defined as a page name and a property set, they might have another view nested.. Views can be expressed as a dictionnary: { view: "mainView", viewProperties: { "prop1" : "val1", "view" : { "subView" } "viewProperties" : { "subprop": "subval" } } } Or as a list, considering "view" and "viewProperties" are reserved key to express subviews: [ "mainView", {"prop1": "val1"}, "subView", {"subprop" : "subVal"} ] Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thanks to Abel Tesfaye <abeltesfaye45@gmail.com> for the build fixes on GCC 5. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
VideoSurface provide a QQuickItem which can be embed within a QML scene to represent the video node. QVoutWindow implement a window where the video will be renderered. VideoSurfaceProvider is the actual implementation of the VideoSurface which will be selected at runtime. it will act as a the bridge between the QML Videosurface and the QVoutWindow. The new MainInterface methods return a null members during the qml transition. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
A context object that will be usable from QML to get a reference to the main interface/playlist. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
This class will replace the InputManager class It provides controls on the current playback and expose events and state of the player. This class is designed to be usable from QML. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Wrap the playlist, playlist items and media (input items) into C++ classes, for convenience and automatic memory management. Use them to implement a list model to be used by a Qt list view. The playlist model provides information about the play queue the playlist controler allows to manipulate the playback (play, pause, next, ...). Co-authored-by:
Pierre Lamot <pierre@videolabs.io> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
The VLCVarChoiceModel class contruct an Abstract List Model from a vlc_var with the VLC_VAR_HASCHOICE flag and a type amongst string, int, float, bool. Available roles are DisplayRole and CheckStateRole. Checking an entry from the model will set the variable to the corresponding value. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Values are exposed as Q_PROPERTIES for QML integration (read, write, notify). Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Co-authored-by:
Pierre Lamot <pierre@videolabs.io> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Since it is unused by the qt interface. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
This provides work arounds for: - incomplete std::future support - unhandled constexpr evaluation Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Compiling ANGLE support in Qt requires to compile HLSL shaders with fxc.exe. When crosscompiling from Linux, this is provided by running fxc through wine. An alternative solution might be to use d3dcompiler implementation from wine. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
fxc compiler is required to compile ANGLE version of Qt. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
This will be used by ANGLE from QT.
-
Thomas Guillem authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-