Commits on Source (11)
-
Steve Lhomme authored9705833b
-
Steve Lhomme authored949a27e2
-
Steve Lhomme authored
It's deprecated in Qt 5.15 [^1], since 5.14 [^2], and removed in Qt 6. The commit log of [^2] even mentions its deprecated for all Qt5 but was not marked as such yet. [^1] https://doc.qt.io/qt-5/qpainter.html#RenderHint-enum [^2] https://github.com/qt/qtbase/commit/1e4e006c3f6e8cbd0092fe882bc23a2280352a91
dc1e422e -
Steve Lhomme authored
It's deprecated [^1] and there is no replacement suggested in the doc. We can use the safe way we use in VLC 4. We could also not check the OS version at all since it's dynamically loaded and the call returns an error on Windows 7 and earlier [^2]. [^1] https://doc.qt.io/qt-5/qsysinfo-obsolete.html#windowsVersion [^2] https://learn.microsoft.com/en-us/windows/win32/api/dwmapi/nf-dwmapi-dwmsetwindowattribute#return-value
30d83704 -
Steve Lhomme authored
It's checked with actions[i]->data().toInt() anyway. The code was removed in 4.0 with e1c82853 but was never fixed.
4e5956b7 -
Steve Lhomme authored
Similar to bbb9f6a0.
66d78681 -
Steve Lhomme authored
To be able to use rendererGroup.
edc257c5 -
Steve Lhomme authored
Similar to ed986711. It's deprecated in Qt 5.15 [^1], since 5.13 [^2], and removed in Qt 6. [^1] https://doc.qt.io/qt-5/qlayout-obsolete.html#setMargin [^2] https://github.com/qt/qtbase/commit/d6d33f0b80dd85043c71f71a3ed5485d6014e6c4
15677901 -
Steve Lhomme authored
It's deprecated and one of the replacement suggested in the doc [^1]. QString::asprint() might be the more logical choice, but it's also not recommended [^2]. [^1] https://doc.qt.io/qt-5/qstring-obsolete.html#sprintf [^2] https://doc.qt.io/qt-5/qstring.html#asprintf
1482690d -
Steve Lhomme authored
It's deprecated and one of the replacement suggested in the doc [^1]. QString::asprint() might be the more logical choice, but it's also not recommended [^2]. [^1] https://doc.qt.io/qt-5/qstring-obsolete.html#sprintf [^2] https://doc.qt.io/qt-5/qstring.html#asprintf
3f51b02e -
Steve Lhomme authored
Similar to c49140dc.
55138b57
Showing
- modules/gui/qt/actions_manager.cpp 2 additions, 0 deletionsmodules/gui/qt/actions_manager.cpp
- modules/gui/qt/components/controller.cpp 8 additions, 8 deletionsmodules/gui/qt/components/controller.cpp
- modules/gui/qt/components/controller_widget.cpp 1 addition, 1 deletionmodules/gui/qt/components/controller_widget.cpp
- modules/gui/qt/components/playlist/playlist.cpp 1 addition, 1 deletionmodules/gui/qt/components/playlist/playlist.cpp
- modules/gui/qt/components/playlist/playlist_model.cpp 1 addition, 1 deletionmodules/gui/qt/components/playlist/playlist_model.cpp
- modules/gui/qt/components/playlist/selector.hpp 1 addition, 1 deletionmodules/gui/qt/components/playlist/selector.hpp
- modules/gui/qt/components/playlist/sorting.h 0 additions, 22 deletionsmodules/gui/qt/components/playlist/sorting.h
- modules/gui/qt/components/playlist/standardpanel.cpp 1 addition, 1 deletionmodules/gui/qt/components/playlist/standardpanel.cpp
- modules/gui/qt/components/playlist/views.cpp 1 addition, 1 deletionmodules/gui/qt/components/playlist/views.cpp
- modules/gui/qt/components/preferences_widgets.cpp 1 addition, 1 deletionmodules/gui/qt/components/preferences_widgets.cpp
- modules/gui/qt/dialogs/bookmarks.cpp 2 additions, 2 deletionsmodules/gui/qt/dialogs/bookmarks.cpp
- modules/gui/qt/dialogs/external.cpp 1 addition, 1 deletionmodules/gui/qt/dialogs/external.cpp
- modules/gui/qt/dialogs/preferences.cpp 1 addition, 1 deletionmodules/gui/qt/dialogs/preferences.cpp
- modules/gui/qt/dialogs/toolbar.cpp 3 additions, 3 deletionsmodules/gui/qt/dialogs/toolbar.cpp
- modules/gui/qt/main_interface.cpp 2 additions, 2 deletionsmodules/gui/qt/main_interface.cpp
- modules/gui/qt/menus.cpp 4 additions, 4 deletionsmodules/gui/qt/menus.cpp
- modules/gui/qt/util/qvlcframe.hpp 2 additions, 2 deletionsmodules/gui/qt/util/qvlcframe.hpp
- modules/gui/qt/util/timetooltip.cpp 1 addition, 1 deletionmodules/gui/qt/util/timetooltip.cpp