[vlc-commits] [Git][videolan/vlc][master] 24 commits: adaptive: FakeESOut: switch to lambda initialization

2024-04-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: dc58c823 by Alexandre Janniaux at 2024-04-30T21:09:23+00:00 adaptive: FakeESOut: switch to lambda initialization Switching to a zero-initialized structure provides the same behaviour as designated initializers in C code, ie

[vlc-commits] [Git][videolan/vlc][master] qml: set `reuseItems` property declaratively in KeyNavigableListView

2024-04-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b96588cc by Fatih Uzunoglu at 2024-04-30T08:54:58+00:00 qml: set `reuseItems` property declaratively in KeyNavigableListView - - - - - 1 changed file: - modules/gui/qt/widgets/qml/KeyNavigableListView.qml Changes: ===