[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml/KeyNavigableListView: fix arrow buttons

2021-07-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 366ab20d by Prince Gupta at 2021-07-02T16:47:16+00:00 qml/KeyNavigableListView: fix arrow buttons fixes "arrow buttons are visible if view is at beginning/end" previous solution assumed the originX is 0 when checking view

[vlc-commits] [Git][videolan/vlc][master] vout: remove unused vout_chrono_Reset()

2021-07-02 Thread Romain Vimont (@rom1v)
Romain Vimont pushed to branch master at VideoLAN / VLC Commits: 6fe86449 by Romain Vimont at 2021-07-02T13:24:18+00:00 vout: remove unused vout_chrono_Reset() This function has never been used since its introduction in 958ae35d1498512821ebcdb2d98d4ce7fce4871b. Also remove the avg_initial fie

[vlc-commits] [Git][videolan/vlc][master] qt: fix "show in explorer" action from playqueue contextual menu

2021-07-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2a50c00c by Pierre Lamot at 2021-07-02T09:40:12+00:00 qt: fix "show in explorer" action from playqueue contextual menu fix: #25877 - - - - - 1 changed file: - modules/gui/qt/menus/qml_menu_wrapper.cpp Changes: