[vlc-commits] [Git][videolan/vlc][master] 6 commits: qml: add missing readonly specifiers in VLCIcons generator

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Fri Jul 30 12:55:24 UTC 2021



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


Commits:
ae36314a by Fatih Uzunoglu at 2021-07-30T10:32:19+00:00
qml: add missing readonly specifiers in VLCIcons generator

- - - - -
b9bde619 by Fatih Uzunoglu at 2021-07-30T10:32:19+00:00
qml: use proper QtQuick version for import in VLCIcons generator

- - - - -
253a9e60 by Fatih Uzunoglu at 2021-07-30T10:32:19+00:00
qml: regenerate VLCIcons.qml

- - - - -
d9974ced by Fatih Uzunoglu at 2021-07-30T10:32:19+00:00
qml: use proper QtQuick.Layouts version for import

- - - - -
1da3d0d4 by Fatih Uzunoglu at 2021-07-30T10:32:19+00:00
qml: add missing readonly specifiers in VLCStyle

- - - - -
4d54a7fd by Fatih Uzunoglu at 2021-07-30T10:32:19+00:00
qt: mark properties with 'final' when applicable

in the qt codebase properties are often used but they are not
overridden by a derived class.

according to the Qt docs, the presence of final attribute can
be used for performance optimizations.

- - - - -


30 changed files:

- modules/gui/qt/dialogs/dialogs/dialogmodel.hpp
- modules/gui/qt/dialogs/dialogs/qml/CustomDialog.qml
- modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml
- modules/gui/qt/dialogs/dialogs/qml/ModalDialog.qml
- modules/gui/qt/dialogs/help/aboutmodel.hpp
- modules/gui/qt/dialogs/help/qml/About.qml
- modules/gui/qt/dialogs/toolbar/controlbar_profile.hpp
- modules/gui/qt/dialogs/toolbar/controlbar_profile_model.hpp
- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml
- modules/gui/qt/maininterface/main_interface.hpp
- modules/gui/qt/maininterface/qml/BannerSources.qml
- modules/gui/qt/maininterface/qml/MainDisplay.qml
- modules/gui/qt/maininterface/qml/MainInterface.qml
- modules/gui/qt/maininterface/videosurface.hpp
- modules/gui/qt/medialibrary/medialib.hpp
- modules/gui/qt/medialibrary/mlbasemodel.hpp
- modules/gui/qt/medialibrary/mlfoldersmodel.hpp
- modules/gui/qt/medialibrary/mlplaylistlistmodel.hpp
- modules/gui/qt/medialibrary/mlrecentsmodel.hpp
- modules/gui/qt/medialibrary/mlrecentsvideomodel.hpp
- modules/gui/qt/medialibrary/mlvideo.hpp
- modules/gui/qt/medialibrary/qml/ArtistTopBanner.qml
- modules/gui/qt/medialibrary/qml/MusicAlbums.qml
- modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.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/MusicPlaylistsDisplay.qml
- modules/gui/qt/medialibrary/qml/MusicTrackListDisplay.qml


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0badc8307617f3d9710a5d49861182a6f33502f0...4d54a7fd995f4e97eedaba204b71bbd8a5033504

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0badc8307617f3d9710a5d49861182a6f33502f0...4d54a7fd995f4e97eedaba204b71bbd8a5033504
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list