[vlc-commits] [Git][videolan/vlc][master] 17 commits: qt: remove obsolete version check for Q_MOC_INCLUDE
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Apr 13 15:13:04 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
b2ebdeca by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qt: remove obsolete version check for Q_MOC_INCLUDE
- - - - -
ded679b4 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qt: remove obsolete version check in ControlbarProfileModel
- - - - -
f7d6216f by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qt: remove obsolete version check in compositor_dcomp_acrylicsurface
- - - - -
93aa0950 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qt: remove obsolete version check in compositor_win7
- - - - -
5d93898c by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qt: remove obsolete version check in mainctx_win32
- - - - -
32acb33e by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qt: remove obsolete version check in VideoSurface
- - - - -
13531ab2 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qt: remove obsolete version check in qt.cpp
- - - - -
6a9b9ba2 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qt: remove obsolete version check in EffectsImageProvider
- - - - -
839924f7 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qt: use const reference in medialib.cpp
- - - - -
f17fe8e4 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
Revert "qt: workaround for type conversion to QVector<MLItemId> doesn't occur with Qt 5.12"
This reverts commit 23e220abf8303db52ca569f6ad1b8471951bb473.
- - - - -
6233126b by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qml: use inline component in PlayButton
- - - - -
822dc7c8 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qml: use transientParent in PlaylistDetachedWindow
- - - - -
3b27d6fc by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qml: fix QTBUG-66475 in PlaylistListView
- - - - -
0a71209f by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qml: use Binding in ViewDragAutoScrollHandler
- - - - -
17b6c155 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qml: use inline component in FadingEdge
- - - - -
300b3b9c by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qml: use `itemAtIndex()` in FadingEdgeForListView
- - - - -
9dc558a2 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00
qml: fix todo in ScaledImage
- - - - -
30 changed files:
- modules/gui/qt/dialogs/dialogs/dialogmodel.hpp
- modules/gui/qt/dialogs/toolbar/controlbar_profile.hpp
- modules/gui/qt/dialogs/toolbar/controlbar_profile_model.cpp
- modules/gui/qt/maininterface/compositor_dcomp_acrylicsurface.cpp
- modules/gui/qt/maininterface/compositor_dcomp_acrylicsurface.hpp
- modules/gui/qt/maininterface/compositor_win7.cpp
- modules/gui/qt/maininterface/compositor_win7.hpp
- modules/gui/qt/maininterface/mainctx.hpp
- modules/gui/qt/maininterface/mainctx_win32.cpp
- modules/gui/qt/maininterface/mainctx_win32.hpp
- modules/gui/qt/maininterface/videosurface.cpp
- modules/gui/qt/maininterface/videosurface.hpp
- modules/gui/qt/medialibrary/medialib.cpp
- modules/gui/qt/medialibrary/medialib.hpp
- modules/gui/qt/medialibrary/mlbookmarkmodel.hpp
- modules/gui/qt/menus/qml_menu_wrapper.hpp
- modules/gui/qt/network/networkdevicemodel.hpp
- modules/gui/qt/network/networkmediamodel.hpp
- modules/gui/qt/player/control_list_filter.hpp
- modules/gui/qt/player/player_controlbar_model.hpp
- modules/gui/qt/player/qml/controlbarcontrols/PlayButton.qml
- modules/gui/qt/playlist/qml/PlaylistDetachedWindow.qml
- modules/gui/qt/playlist/qml/PlaylistListView.qml
- modules/gui/qt/qt.cpp
- modules/gui/qt/style/colorcontext.hpp
- modules/gui/qt/style/systempalette.hpp
- modules/gui/qt/util/csdbuttonmodel.hpp
- modules/gui/qt/util/effects_image_provider.hpp
- modules/gui/qt/util/qml/ViewDragAutoScrollHandler.qml
- modules/gui/qt/widgets/qml/FadingEdge.qml
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/04a49bff37cc0c046b5a4b828d2e130f291f4704...9dc558a2f3fbd95a0009b8c12cecbf9a3539d9ec
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/04a49bff37cc0c046b5a4b828d2e130f291f4704...9dc558a2f3fbd95a0009b8c12cecbf9a3539d9ec
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