[vlc-commits] [Git][videolan/vlc][master] 34 commits: qml: simplify the retrieval of player controlbar control components
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Fri Sep 17 09:27:59 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
7839037c by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: simplify the retrieval of player controlbar control components
it could be further simplified with ES6 Map by
eliminating the retrieving function completely
but it's not supported by Qt 5.11.
- - - - -
4d7c4609 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: make player controlbar control list property readonly
- - - - -
18fab1af by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: fix typo in ControlButtons
- - - - -
506eb6a5 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: add pointInRadius function to Helpers
Co-authored-by: Pierre Lamot <pierre at videolabs.io>
- - - - -
9c26e824 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: use pointInRadius function in play button
Co-authored-by: Pierre Lamot <pierre at videolabs.io>
- - - - -
9523cf69 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: fix expanding spacer widget
- - - - -
f07ab4f4 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: make ControlButtons QtObject
- - - - -
2ddb8948 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: add maxControlbarControlHeight property to VLCStyle
- - - - -
36699fad by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: use proper spacing in controlbar layout
- - - - -
a6be4a24 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: adjust implicit height of PlayerButtonsLayout
- - - - -
9464083f by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: use states to determine miniplayer height
- - - - -
425d8d5f by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: set proper height in toolbar editor
- - - - -
f4454ee0 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: disable internal margin in PlayerButtonsLayout
- - - - -
79dd1d52 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: correct left/right margin of player toolbar
- - - - -
65fa2652 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: export player toolbar controls
- - - - -
33bcb993 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: move TeletextWidget.qml and VolumeWidget.qml
- - - - -
86ccc355 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: refer to file path for player toolbar control accession
- - - - -
af0df44c by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: make ControlButtons singleton
- - - - -
41e84a0f by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: obey naming conventions
- - - - -
54f8c1dd by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: implement play button key hold trigger
similar to mouse press and hold, do the same when
key is pressed and held.
- - - - -
51d0337f by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: fix double padding in playqueue toolbar
- - - - -
50aad78b by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: add bottom padding to playqueue
- - - - -
47534758 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: fix padding in player playqueue
- - - - -
30a9a3a4 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: make PlaylistListView a Control
- - - - -
2c23774b by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: make ControlBar a Control
- - - - -
fa86e796 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: apply application padding in miniplayer
- - - - -
10a9d442 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: AspectRatioWidget should not use layout
- - - - -
df65b0ca by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: fix play button scale adjustment
- - - - -
ddaf5ef8 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: make ArtworkInfoWidget a Control
- - - - -
69d7ef2f by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: apply global margin in playqueue overlaymenu
- - - - -
6a6ec066 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: refactor play button
- - - - -
49c6311c by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: prepare VolumeWidget for editor properly
- - - - -
4d32cb29 by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: slight refactor in VolumeWidget
- - - - -
3552da5e by Fatih Uzunoglu at 2021-09-17T09:07:13+00:00
qml: do not use disabled color when paintOnly is set
controls should not look disabled in toolbar editor
- - - - -
30 changed files:
- modules/gui/qt/Makefile.am
- modules/gui/qt/dialogs/toolbar/qml/EditorDNDDelegate.qml
- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditor.qml
- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml
- modules/gui/qt/maininterface/qml/MainDisplay.qml
- modules/gui/qt/player/qml/ButtonsLayout.qml
- modules/gui/qt/player/qml/ControlBar.qml
- − modules/gui/qt/player/qml/ControlButtons.qml
- + modules/gui/qt/player/qml/ControlbarControls.qml
- modules/gui/qt/player/qml/MiniPlayer.qml
- modules/gui/qt/player/qml/Player.qml
- modules/gui/qt/player/qml/PlayerButtonsLayout.qml
- + modules/gui/qt/player/qml/controlbarcontrols/ArtworkInfoWidget.qml
- + modules/gui/qt/player/qml/controlbarcontrols/AspectRatioWidget.qml
- + modules/gui/qt/player/qml/controlbarcontrols/AtoBButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/BackButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/ChapterNextButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/ChapterPreviousButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/ExpandingSpacerWidget.qml
- + modules/gui/qt/player/qml/controlbarcontrols/ExtendedSettingsButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/Fallback.qml
- + modules/gui/qt/player/qml/controlbarcontrols/FasterButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/FrameButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/FullscreenButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/InfoButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/LangButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/LoopButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/MenuButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/NextButton.qml
- + modules/gui/qt/player/qml/controlbarcontrols/OpenButton.qml
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/ee0c3087a225c22859f67b48f3a3086b577fc007...3552da5e13e19f5a6923fce08af9848217517cb6
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/ee0c3087a225c22859f67b48f3a3086b577fc007...3552da5e13e19f5a6923fce08af9848217517cb6
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list