- Apr 11, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Certain codecs, like AGM depends on this. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Forcing a QQuickStyle avoids the use of system style components which may have unexpected behaviors. Fusion style is provided by Qt and has desktop look'n feel and use system palette. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Because if fails to build with mingw64 5.x headers. We can remove this hack once we increment the minimal mingw64 version (to 6). Direct2d is only used for Qt Widgets and is not mandatory.
-
Thomas Guillem authored
Regression from d357b49f. The dxgi.h header generation was missed.
-
Thomas Guillem authored
That is what happen when you grep only for vlc_object_hold().
-
This is not required (anymore) and can cause issue on some platforms. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Apr 10, 2019
-
-
Thomas Guillem authored
Was removed inadvertently from 07fb0736
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Return a list of qml errors if any
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Replace the bool + sem by a enum + cond. This will allow us to handle a third case: error that can be triggered during the interface thread initialisation. Replace the QMutex by a vlc_mutex_t in order to fix with vlc_cond_t.
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Male the available interfaces in the View Menu selectable. This was done by exposing a VLCVarChoiceModel from the C++ to the qml. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Note: - Seekpoints have been replaced by title/chapters in PlayerControler - Picture flow view has been removed - Menuview is no longer required by VLCMenuBar - The extension_SetInput is incompatible with the new API Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
There is no equivalent in vlc_player_t for now. It need to be done in the new medialibrary.
-
Adapt the HTML export module to use the new playlist. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Adapt the XSPF export module to use the new playlist. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Adapt the M3U export module to use the new playlist. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
There can be only one export implementation.
-
Add vlc_playlist_Export() for the new playlist, similar to playlist_Export() for the legacy playlist. 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 is used by the next commit for refactor purposes. 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>
-
The user interface can be brought to the front, if present. The MPRIS MediaPlayer2.TrackList interface is implemented. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-