- Apr 29, 2025
-
-
The core unsafe bindings aren't needed anymore outside the scope of the bindings.
-
Introduce a lightweight safe `TraceValue` wrapper of the VLC tracer tagged union.
-
See trait documentation for extended context.
-
Use `fold` to avoid two iterations over the entries while keeping the functional code style.
-
Introduce a small accessor to the entries that communicates the intent better than `into_iter()`.
-
-
Since `Trace` is a wrapper around the VLC tracer object. `entries` as a name was not actually giving access to trace entries but to the internals of the object.
-
Reserve the sys module for raw VLC bindings. The moved abstraction are meant to be transformed into safe encapsulations of sys content.
-
These should not be considered as documentation, in some cases, it messes with the formatter and possibly rust-doc.
-
refs streams/ts/1fps93hours.ts
-
-
Can never work with timestamp value 0
-
-
-
-
-
-
-
- Apr 28, 2025
-
-
This fixes a warning during build Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
This is because `itemContainsDrag` may be undefined or null, which is observed when the list is empty. With the chaining operator, the evaluation yields undefined, and then the function can handle the passed undefined index (which is already the case here with `acceptDropFunc`, where `DialogsProvider.playlistsDialog()` is called when the passed index is undefined).
-
Akin to 1d10b736.
-
- Apr 27, 2025
-
-
-
The extra rectangles are useless because `ImageExt` can already do what they are doing.
-
-
-
-
This customization has been broken for a while, I have not previously tried to fix it because there were plans of getting rid of it (at least, the case with horizontal list view). However, not only the buttons still remain there, but it is now also used in more places (be87f3ea). Customization is not worth it if the control is never or barely used as in these cases we can simply rely on Qt Quick Basic style directly, and adjust the palette and sizes and be done with it. Note that, we can expect Qt Quick Controls Basic style to be available as long as Qt Quick Controls itself is available (which we require). This means that we should be able to freely import the `QtQuick.Controls.Basic` QML module.
-
This patch updates the status URLs and key directory URL to use HTTPS instead of HTTP. Signed-off-by:
William Woodruff <william@trailofbits.com>
-
This patch updates the URLs for contrib retrieval from HTTP to HTTPS, where possible. URls that could not be moved to HTTPS are marked with an XXX comment. One domain is additionally changed: libsamplerate is now retrieved from the libsndfile organization on GitHub instead of mega-nerd.com, as the latter does not offer HTTPS. The former was confirmed for release integrity against the latter and was cross-checked as the living source for libsamplerate against Homebrew and Arch Linux, both of which use theGitHub organization. Signed-off-by:
William Woodruff <william@trailofbits.com>
-
This patch updates all of the URL prefixes and templates in packages.mak to use HTTPS instead of HTTP. Each of the domains was tested to ensure that HTTPS was available. One domain, used for Apache, was updated from an OVH mirror to the official Apache downloads site, as the OVH mirror did not support HTTPS. Signed-off-by:
William Woodruff <william@trailofbits.com>
-
Removed the recent videos row from the All sub-view of the Video view. 'Continue Watching' row is now present in Home view. Signed-off by: Ash <ashutoshv191@gmail.com>
-
Added the HomeDisplay.qml component to display the 'HomePage.qml' component as well as the 'MediaView.qml' 'See All' component for the respective rows of 'HomePage.qml'. Signed-off by: Ash <ashutoshv191@gmail.com>
-
Added the HomePage.qml component that acts as the Home View when MainCtx has MediaLibrary available. Signed-off by: Ash <ashutoshv191@gmail.com>
-
Signed-off by: Fatih Uzunoglu <fuzun54@outlook.com>
-
Signed-off by: Fatih Uzunoglu <fuzun54@outlook.com>
-
* Removed the setCurrentItemFocus() property override so that view gets activeFocus before header. * Removed the _onNavigationUp() private function and implemented direct Navigation.upItem in list and grid. * Added seeAllButtonClicked() signal. * Added interactive, reuseItems, rowHeight, enableBeginningFade displayMarginBeginning, displayMarginEnd properties. * Added getItemY function. * Use Widgets.TableViewExt instead of MainTableView. Signed-off by: Ash <ashutoshv191@gmail.com>
-
Signed-off by: Fatih Uzunoglu <fuzun54@outlook.com>
-
Signed-off by: Fatih Uzunoglu <fuzun54@outlook.com>
-
Implemented the new design of NoMedialibHome with VLC Cone and Open Buttons. Signed-off by: Ash <ashutoshv191@gmail.com>
-
Added the MediaView.qml component to display mixed media (video + audio). Signed-off by: Ash <ashutoshv191@gmail.com>
-