[vlc-commits] [Git][videolan/vlc][master] 18 commits: qml: remove deprecated playCoverBorderWidth property
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Jul 18 07:35:34 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
40576e37 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: remove deprecated playCoverBorderWidth property
- - - - -
e86e3cd0 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: add GridSizeHelper component
- - - - -
50889691 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: add ExpandGridItemView component
this way the ExpandGridView doesn't have to do the assumption that the delegate is a GridItem
- - - - -
0f616a46 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: Implement responsive design for grid items using ExpandGridItemView
- - - - -
72991dfe by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: add title and subtitle margin to cellHeight and change their default values
- - - - -
8683a6c8 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: Implement responsive design for grid items in KeyNavigableListView
- - - - -
1627d62a by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: remove obsolete gridItem size properties from VLCStyle
- - - - -
486eb9c6 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qt/qml: add pictureSize in round image
- - - - -
c69b8ede by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: define grid image sourceSize
- - - - -
6579a186 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: dynamically adjust gridView's horizontal spacing based on nbItemPerRow
- - - - -
9de44200 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: set a maximum number of grid items to display
- - - - -
35f0c245 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: correct spacing and padding of videos header title
- - - - -
90db5971 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: dynamically adjust layouts left/right margin based on width
- - - - -
9e9cded0 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: prevent constant regeneration of griditem's shadows
- - - - -
0797c220 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: implement ratio-based list view with fixed columns
- - - - -
736c2f58 by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: properly position contextButton
- - - - -
e14c45dc by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: set track duration column always as last
- - - - -
c9fd5edc by Leon Vitanos at 2024-07-18T06:38:30+00:00
qml: standardize thumbnail column span on list view
- - - - -
30 changed files:
- modules/gui/qt/Makefile.am
- modules/gui/qt/medialibrary/qml/ArtistTopBanner.qml
- modules/gui/qt/medialibrary/qml/AudioGridItem.qml
- modules/gui/qt/medialibrary/qml/MusicAlbums.qml
- modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
- modules/gui/qt/medialibrary/qml/MusicAllArtists.qml
- modules/gui/qt/medialibrary/qml/MusicArtist.qml
- modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml
- modules/gui/qt/medialibrary/qml/MusicGenres.qml
- modules/gui/qt/medialibrary/qml/MusicTrackListDisplay.qml
- modules/gui/qt/medialibrary/qml/PlaylistMedia.qml
- modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml
- modules/gui/qt/medialibrary/qml/UrlListDisplay.qml
- modules/gui/qt/medialibrary/qml/VideoAllSubDisplay.qml
- modules/gui/qt/medialibrary/qml/VideoGridDisplay.qml
- modules/gui/qt/medialibrary/qml/VideoGridItem.qml
- modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml
- modules/gui/qt/medialibrary/qml/VideoListDisplay.qml
- modules/gui/qt/medialibrary/qml/VideoRecentVideos.qml
- modules/gui/qt/network/qml/BrowseDeviceView.qml
- modules/gui/qt/network/qml/BrowseTreeDisplay.qml
- modules/gui/qt/network/qml/DiscoverUrlDisplay.qml
- modules/gui/qt/network/qml/NetworkGridItem.qml
- modules/gui/qt/network/qml/ServicesSources.qml
- modules/gui/qt/qml.qrc
- modules/gui/qt/style/VLCStyle.qml
- + modules/gui/qt/util/qml/GridSizeHelper.qml
- modules/gui/qt/widgets/native/roundimage.cpp
- modules/gui/qt/widgets/native/roundimage.hpp
- modules/gui/qt/widgets/qml/DoubleShadow.qml
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/40bee9e7d44f603a6df92064cd76cc821c3865f9...c9fd5edc278bc83ce0bb62a2e759029f7a610e51
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/40bee9e7d44f603a6df92064cd76cc821c3865f9...c9fd5edc278bc83ce0bb62a2e759029f7a610e51
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