[vlc-devel] [PATCH 00/26] Update grid views with new designs
Prince Gupta
guptaprince8832 at gmail.com
Thu Dec 17 17:25:58 UTC 2020
This patchset updates grid views with new designs
Patches are based on previous patches
https://mailman.videolan.org/pipermail/vlc-devel/2020-December/141007.html
Prince Gupta (26):
qml: add cached property in CoverShadow
qml: make grid item's transition smoother
qml: use VLCColors.bgHover for selected GridItems
qml: use ListLabel for title text in grid item
qml: add top margin on subtitle label of GridItem
qml: increase default radius of GridItems
qml: make ExpandGridView respect width and x properties of expand
delegates
qml: reposition video expand delegate in Video grid view
qml: reposition MusicAlbumsGridExpandDelegate parent views
qml: add rounded edge in MusicInfoExpandDelegate's cover
qml: add shadows in Music Expand delegates's cover
qml: rearrange items in Music expand delegate
qml: introduce VLCColors.accentText color
qml: make Music Expand delegate's track list index text's font weight
normal
qml: add borders around Music Expand delegate
qml: add borders around video expand panel
qml: use states and trasitions for animation in FocusBackground
qml: change foreground of FocusBackground according to background
qml: use VLCStyle.icon_normal as default icon size in widget
TabButtonExt
qml: add shadow and rounded edge in Video Expand Panel Cover
qml: make TabButtonExt text bold
qml: change background color of VideoProgressBar
qml: move close icon in video expand delegate
qml: remove padding and spacing between title and caption in Video
expand panel
qt: make ml video meta classes base on Q_GADGET
qml: increase border width of GridItems
modules/gui/qt/medialibrary/mlvideo.cpp | 24 ++-
modules/gui/qt/medialibrary/mlvideo.hpp | 29 ++--
.../gui/qt/medialibrary/qml/MusicAlbums.qml | 2 +
.../qml/MusicAlbumsGridExpandDelegate.qml | 91 +++++++----
.../gui/qt/medialibrary/qml/MusicArtist.qml | 2 +
.../gui/qt/medialibrary/qml/VideoDisplay.qml | 2 +
.../medialibrary/qml/VideoInfoExpandPanel.qml | 78 ++++++---
modules/gui/qt/style/VLCColors.qml | 1 +
modules/gui/qt/style/VLCStyle.qml | 16 +-
modules/gui/qt/widgets/qml/CoverShadow.qml | 2 +
modules/gui/qt/widgets/qml/ExpandGridView.qml | 3 -
.../gui/qt/widgets/qml/FocusBackground.qml | 78 +++++----
modules/gui/qt/widgets/qml/GridItem.qml | 151 ++++++++++++++----
modules/gui/qt/widgets/qml/MediaCover.qml | 1 +
modules/gui/qt/widgets/qml/TabButtonExt.qml | 9 +-
.../gui/qt/widgets/qml/VideoProgressBar.qml | 2 +-
16 files changed, 338 insertions(+), 153 deletions(-)
--
2.25.1
More information about the vlc-devel
mailing list