[vlc-commits] [Git][videolan/vlc][master] 25 commits: qt: remove obsolete `MainGridView.qml`
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Tue Jun 24 04:43:15 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
16bfa6ee by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qt: remove obsolete `MainGridView.qml`
This file became obsolete after 0f616a46.
- - - - -
4e05b9de by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicAlbums.qml`
- - - - -
9380ec8b by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicAllArtists.qml`
- - - - -
8e73fe2f by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicArtist.qml`
- - - - -
d2eaf7b8 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicGenres.qml`
- - - - -
7790df47 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `PlaylistMediaList.qml`
- - - - -
e3355370 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose `displayMarginBeginning` in `BrowseDeviceView.qml`
- - - - -
b20f378e by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `BrowseTreeDisplay.qml`
- - - - -
a2858feb by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `ServicesHomeDisplay.qml`
- - - - -
849f7436 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicArtistsAlbums.qml`
- - - - -
d1d44fd6 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicArtistsDisplay.qml`
- - - - -
3aa50e61 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicDisplay.qml`
- - - - -
6fee63f4 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicGenresDisplay.qml`
- - - - -
014f75ca by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `PlaylistMediaDisplay.qml`
- - - - -
d6f0cd99 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicPlaylistsDisplay.qml`
- - - - -
1b984319 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `VideoAllDisplay.qml`
- - - - -
1d70a51b by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `VideoDisplay.qml`
- - - - -
d40f42eb by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `VideoPlaylistsDisplay.qml`
- - - - -
69d5e0fc by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `BrowseDisplay.qml`
- - - - -
218b50d6 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `DiscoverDisplay.qml`
- - - - -
ec520992 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `MusicTracksDisplay.qml`
- - - - -
5466cfe4 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: expose fade enablers and display margins in `HomeDisplay.qml`
- - - - -
24e53f61 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: forward `displayMarginEnd` and `enableEndFade` to the main pages
- - - - -
de074351 by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: use `TableViewExt` instead of `MainTableView`
Using `MainTableView` in views is already problematic
because certain views are used as sub-views.
- - - - -
dde35b7b by Fatih Uzunoglu at 2025-06-24T04:07:36+00:00
qml: remove obsolete `MainTableView.qml`
- - - - -
30 changed files:
- modules/gui/qt/Makefile.am
- modules/gui/qt/maininterface/qml/MainDisplay.qml
- − modules/gui/qt/maininterface/qml/MainGridView.qml
- − modules/gui/qt/maininterface/qml/MainTableView.qml
- modules/gui/qt/medialibrary/qml/HomeDisplay.qml
- modules/gui/qt/medialibrary/qml/HomePage.qml
- modules/gui/qt/medialibrary/qml/MediaView.qml
- modules/gui/qt/medialibrary/qml/MusicAlbums.qml
- modules/gui/qt/medialibrary/qml/MusicAllArtists.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/MusicGenresDisplay.qml
- modules/gui/qt/medialibrary/qml/MusicPlaylistsDisplay.qml
- modules/gui/qt/medialibrary/qml/MusicTracksDisplay.qml
- modules/gui/qt/medialibrary/qml/PlaylistMedia.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/VideoDisplay.qml
- modules/gui/qt/medialibrary/qml/VideoPlaylistsDisplay.qml
- modules/gui/qt/meson.build
- modules/gui/qt/network/qml/BrowseDeviceView.qml
- modules/gui/qt/network/qml/BrowseDisplay.qml
- modules/gui/qt/network/qml/BrowseTreeDisplay.qml
- modules/gui/qt/network/qml/DiscoverDisplay.qml
- modules/gui/qt/network/qml/DiscoverUrlDisplay.qml
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/f6db0ac6acc9ca41def18a2758f7b3b27e0e7606...dde35b7bd5ba1c0430b91fd4c129fc1d4e2932ea
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/f6db0ac6acc9ca41def18a2758f7b3b27e0e7606...dde35b7bd5ba1c0430b91fd4c129fc1d4e2932ea
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list