[vlc-devel] [PATCH 0/2] provide support for Qt 5.5

Sean McGovern gseanmcg at gmail.com
Sat Oct 21 19:35:49 CEST 2017


Hi Pierre,

Thank you very much. :)

-- Sean McG.

On Fri, Oct 20, 2017 at 11:13 AM, Pierre Lamot <pierre at videolabs.io> wrote:
> The first patch disable some Hi-DPI feature on Qt <= 5.5
>
> the second patch drops the support for early Qt 4 and early 5.x versions.
> 5.5 should be acceptable as it is provided by most major linux distributions
> in their current version. The oldest one I found beeing Ubuntu 16.04 LTS
>
> Pierre Lamot (2):
>   qt: provide compatibility mode for Qt 5.5
>   qt: drop Qt 4 support, set minimal Qt version as 5.5
>
>  configure.ac                                       | 19 ++++++----------
>  modules/gui/qt/components/controller.cpp           |  6 ++++++
>  modules/gui/qt/components/extended_panels.cpp      |  4 ++++
>  modules/gui/qt/components/info_panels.cpp          |  4 ----
>  modules/gui/qt/components/interface_widgets.cpp    |  8 +++----
>  modules/gui/qt/components/open_panels.cpp          |  6 ------
>  .../gui/qt/components/playlist/standardpanel.cpp   | 10 ++++++++-
>  modules/gui/qt/components/playlist/views.cpp       |  4 ----
>  modules/gui/qt/dialogs/messages.cpp                |  4 ----
>  modules/gui/qt/dialogs/plugins.cpp                 | 18 ----------------
>  modules/gui/qt/dialogs/toolbar.cpp                 |  8 -------
>  modules/gui/qt/dialogs_provider.cpp                |  7 ------
>  modules/gui/qt/main_interface_win32.cpp            | 25 +++-------------------
>  modules/gui/qt/main_interface_win32.hpp            |  2 --
>  modules/gui/qt/qt.cpp                              | 24 ++++++---------------
>  modules/gui/qt/qt.hpp                              | 11 ++--------
>  modules/gui/qt/util/imagehelper.cpp                | 13 +++++++++++
>  modules/gui/qt/util/input_slider.cpp               |  4 +++-
>  modules/gui/qt/util/timetooltip.cpp                |  2 +-
>  19 files changed, 58 insertions(+), 121 deletions(-)
>
> --
> 2.14.2
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list