qt6-bb10/src/plugins/platforms/winrt
Tor Arne Vestbø 01e1df90a7 Move screen maintenance functions from QPlatformIntegration to QWSI
QWindowSystemInterface is the de facto API for any plumbing going from
the platform plugin to QtGui. Having the functions as protected members
of QPlatformIntegration was idiosyncratic, and resulted in awkward
workarounds to be able to call the functions from outside of the
QPlatformIntegration subclass.

The functions in QPlatformIntegration have been left in, but deprecated
so that platform plugins outside of qtbase have a chance to move over to
the new QWSI API before they are removed.

Change-Id: I327fec460db6b0faaf0ae2a151c20aa30dbe7182
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
2019-03-19 13:08:25 +00:00
..
uiautomation WinRT QPA: Fix mapping of static text accessibility role 2018-08-17 11:34:24 +00:00
main.cpp winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtbackingstore.cpp winrt: Use ES3 ANGLE code path when blitting widgets 2019-02-08 08:59:51 +00:00
qwinrtbackingstore.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtcanvas.cpp winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtcanvas.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtclipboard.cpp winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtclipboard.h
qwinrtcursor.cpp qwinrtcursor: Use QPointF as much as possible in pos/setPos 2018-09-26 05:41:07 +00:00
qwinrtcursor.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtdrag.cpp winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtdrag.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrteglcontext.cpp winrt: Warn if OpenGL ES version is set to a value > 3.0 2019-02-08 08:59:55 +00:00
qwinrteglcontext.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrteventdispatcher.cpp
qwinrteventdispatcher.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtfiledialoghelper.cpp winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtfiledialoghelper.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtfileengine.cpp winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtfileengine.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtinputcontext.cpp winrt qpa: Remove last windows phone leftovers 2019-02-08 08:59:56 +00:00
qwinrtinputcontext.h winrt qpa: Remove last windows phone leftovers 2019-02-08 08:59:56 +00:00
qwinrtintegration.cpp Move screen maintenance functions from QPlatformIntegration to QWSI 2019-03-19 13:08:25 +00:00
qwinrtintegration.h winrt: Remove yet another Windows Phone leftover 2019-01-02 23:32:34 +00:00
qwinrtmessagedialoghelper.cpp winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtmessagedialoghelper.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtscreen.cpp winrt: Handle WaitForWindowExposed 2019-02-13 14:04:58 +00:00
qwinrtscreen.h winrt: Handle WaitForWindowExposed 2019-02-13 14:04:58 +00:00
qwinrtservices.cpp winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrtservices.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
qwinrttheme.cpp winrt: Fix platform theme for non-phone devices 2017-07-27 06:51:45 +00:00
qwinrttheme.h
qwinrtwindow.cpp winrt: Handle WaitForWindowExposed 2019-02-13 14:04:58 +00:00
qwinrtwindow.h winrt platform plugin: Fix clang warnings 2018-09-26 05:41:05 +00:00
winrt.json
winrt.pro configure: refactor directx checks 2018-12-17 21:29:05 +00:00