- Sep 17, 2021
-
-
-
-
-
-
-
-
-
-
-
-
Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
-
-
it could be further simplified with ES6 Map by eliminating the retrieving function completely but it's not supported by Qt 5.11.
-
-
Implement the following features - Translucency - New volume and progress sliders - Animation for progress slider - New icons for controls - Update design and controls - New album view when playing
-
Implement the UI for the browse and the streams tabs. This includes linking to correct icons, correct NSCollectionViewItem appearance, and correct NSCollectionView appearance. Additionally, add local files browsing functionality to the browse tab. This integrates NSURLs for local files, retrieved from NSFileManager, and create VLCInputItems out of them. This mitigates the need to re-implement the whole functionality of VLCInputItem for local URLs.
-
-
-
-
- Sep 16, 2021
-
-
-
-
-
...and skip redundant reverse conversion w/ vlc_path2uri().
-
-
-
-
Otherwise, creating the demux won't work anyway. This is consistent with the current behaviour of access_New().
-
Rémi Denis-Courmont authored
-
This commit removes conditional code for the Nacl platform, in the core. https://blog.chromium.org/2020/08/changes-to-chrome-app-support-timeline.html
-
This commit removes conditional code for the Nacl platform, in the contribs.
-
This commit removes conditional code for the Nacl platform.
-
the custom implementation is no longer needed
-
-
variant is deprecated, var should be used instead https://doc.qt.io/qt-5/qml-variant.html
-
those variables are usually changed simultaneously, qml would trigger an update request for each variable updated and require detecting that the second call is idempotent or making assumption regarding the call order to avoid the second call. this allows getting a single update point for the view.
-
-
This allows to set conditions that should be met before being allowed to load a page
-
previous implementation was only restoring subview by overriding the defaultPage of the subview. this caused some issues: - default was overridden, this is not desirable as the default was no logner reliable from the POV of the subview - the substate of the view wasn't restored, for instance if you opened the page of a particular artist, it would restore on the home page of the artists.
-