[vlc-commits] [Git][videolan/vlc][master] 6 commits: qml: properly define implicit height of VideoProgressBar

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Mon Nov 8 15:36:12 UTC 2021



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
27e50a74 by Pierre Lamot at 2021-11-08T15:14:12+00:00
qml: properly define implicit height of VideoProgressBar

this was causing wrong sizing on some plateforms

- - - - -
1841532d by Pierre Lamot at 2021-11-08T15:14:12+00:00
qml: use bare QQC.Label

Labels may have some custom font size defined in pointSize in the system theme
(KDE), this would conflicts with our pixelSize definition and generate a warning

- - - - -
88187945 by Pierre Lamot at 2021-11-08T15:14:12+00:00
qml: avoid GridItem misalignment

Misalignment may occur if the system QQC theme defines implicit padding (KDE)

- - - - -
fc4ba19e by Pierre Lamot at 2021-11-08T15:14:12+00:00
qml: fix MusicArtistDelegate misalignment

Misalignment may occur if the system QQC theme defines implicit padding (KDE)

- - - - -
f6b82c4d by Pierre Lamot at 2021-11-08T15:14:12+00:00
qml: use bare Control for navigation bar

Platform qml theme (on KDE for instance) can pre-define some padding on the
Contol leading to misalignment

- - - - -
856f20a2 by Pierre Lamot at 2021-11-08T15:14:12+00:00
qml: no longer rely on system theme for various custom controls

system theme may implicitly define some padding to the base Control (KDE)

- - - - -


30 changed files:

- modules/gui/qt/dialogs/dialogs/qml/ModalDialog.qml
- modules/gui/qt/maininterface/qml/BannerSources.qml
- modules/gui/qt/medialibrary/qml/EmptyLabel.qml
- modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml
- modules/gui/qt/medialibrary/qml/MusicGenres.qml
- modules/gui/qt/network/qml/AddressbarButton.qml
- modules/gui/qt/network/qml/NetworkAddressbar.qml
- modules/gui/qt/network/qml/NetworkHomeDisplay.qml
- modules/gui/qt/player/qml/ControlBar.qml
- modules/gui/qt/player/qml/PlaybackSpeed.qml
- modules/gui/qt/player/qml/PlayerMenu.qml
- modules/gui/qt/player/qml/ResumeDialog.qml
- modules/gui/qt/player/qml/TopBar.qml
- modules/gui/qt/player/qml/controlbarcontrols/ExpandingSpacerWidget.qml
- modules/gui/qt/player/qml/controlbarcontrols/PlayButton.qml
- modules/gui/qt/player/qml/controlbarcontrols/PlaybackSpeedButton.qml
- modules/gui/qt/player/qml/controlbarcontrols/SpacerWidget.qml
- modules/gui/qt/playlist/qml/PlaylistDelegate.qml
- modules/gui/qt/playlist/qml/PlaylistListView.qml
- modules/gui/qt/widgets/qml/BannerTabButton.qml
- modules/gui/qt/widgets/qml/CaptionLabel.qml
- modules/gui/qt/widgets/qml/DragItem.qml
- modules/gui/qt/widgets/qml/GridItem.qml
- modules/gui/qt/widgets/qml/IconButton.qml
- modules/gui/qt/widgets/qml/IconLabel.qml
- modules/gui/qt/widgets/qml/IconToolButton.qml
- modules/gui/qt/widgets/qml/LabelSeparator.qml
- modules/gui/qt/widgets/qml/ListLabel.qml
- modules/gui/qt/widgets/qml/MenuCaption.qml
- modules/gui/qt/widgets/qml/MenuLabel.qml


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/abd692d7545e2000df185df6965b154f847cf657...856f20a22e0136e180f58615de3721acb1afa1ba

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




More information about the vlc-commits mailing list