[vlc-commits] [Git][videolan/vlc][master] 11 commits: qml: remove the index argument of NavigableFocusScope callbacks

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Wed Jun 30 21:15:25 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
b63dd02c by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: remove the index argument of NavigableFocusScope callbacks

  this is no longer used, 0 was passed a as placeholder in most case

- - - - -
665d32ae by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: implement navigation as attached properties

  this remove the need for component to inherit from NavigableFocusScope

- - - - -
e94c0aa5 by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: remove obsolete NavigableFocusScope

- - - - -
e713e6e4 by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: use Navigation in qml Dialogs

- - - - -
0d88982f by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: use Navigation in NetworkAdressBar

  this fixes issues where keyboard focus was stuck in the component

- - - - -
7a461717 by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: make common widgets send Navigation events

- - - - -
7d4163b5 by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: use Navigation in BannerSource

- - - - -
76bf3c7c by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: use Navigation in LanguageMenu

- - - - -
3c024236 by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: use Navigation in Player view

- - - - -
5319519e by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: use Navigation in the player controler

- - - - -
6a5b5c60 by Pierre Lamot at 2021-06-30T20:03:21+00:00
qml: remove unused signals from Navigable

- - - - -


30 changed files:

- modules/gui/qt/Makefile.am
- modules/gui/qt/dialogs/dialogs/qml/CustomDialog.qml
- modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml
- modules/gui/qt/dialogs/help/qml/About.qml
- modules/gui/qt/maininterface/mainui.cpp
- modules/gui/qt/maininterface/qml/BannerSources.qml
- modules/gui/qt/maininterface/qml/MainDisplay.qml
- modules/gui/qt/maininterface/qml/NoMedialibHome.qml
- modules/gui/qt/medialibrary/qml/ArtistTopBanner.qml
- modules/gui/qt/medialibrary/qml/EmptyLabel.qml
- modules/gui/qt/medialibrary/qml/MediaGroupList.qml
- modules/gui/qt/medialibrary/qml/MusicAlbums.qml
- modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
- modules/gui/qt/medialibrary/qml/MusicArtist.qml
- modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
- modules/gui/qt/medialibrary/qml/MusicArtistsDisplay.qml
- modules/gui/qt/medialibrary/qml/MusicDisplay.qml
- modules/gui/qt/medialibrary/qml/MusicGenres.qml
- modules/gui/qt/medialibrary/qml/MusicTracksDisplay.qml
- modules/gui/qt/medialibrary/qml/PlaylistMediaDisplay.qml
- modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml
- modules/gui/qt/medialibrary/qml/VideoAll.qml
- modules/gui/qt/medialibrary/qml/VideoAllDisplay.qml
- modules/gui/qt/medialibrary/qml/VideoDisplayRecentVideos.qml
- modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml
- modules/gui/qt/network/qml/DiscoverUrlDisplay.qml
- modules/gui/qt/network/qml/NetworkAddressbar.qml
- modules/gui/qt/network/qml/NetworkBrowseDisplay.qml
- modules/gui/qt/network/qml/NetworkDisplay.qml
- modules/gui/qt/network/qml/NetworkHomeDeviceListView.qml


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/f6275d44cf2ffb7bea37cb77657c3f1e4a5f3329...6a5b5c6067127b374867ab38622f96f75e13196c

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/f6275d44cf2ffb7bea37cb77657c3f1e4a5f3329...6a5b5c6067127b374867ab38622f96f75e13196c
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list