qt6-bb10/src/plugins/platforms/directfb
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
..
directfb.json
directfb.pro fix directfb build without EGL 2016-12-16 04:06:58 +00:00
main.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfb_egl.cpp Move screen maintenance functions from QPlatformIntegration to QWSI 2019-03-19 13:08:25 +00:00
qdirectfb_egl.h Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbbackingstore.cpp Add QPlatformBackingStore::toImage() implementations 2016-04-30 20:20:31 +00:00
qdirectfbbackingstore.h Add QPlatformBackingStore::toImage() implementations 2016-04-30 20:20:31 +00:00
qdirectfbblitter.cpp Merge remote-tracking branch 'origin/5.6.0' into 5.7 2016-03-07 17:08:56 +01:00
qdirectfbblitter.h Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbconvenience.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbconvenience.h Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbcursor.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbcursor.h Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbeglhooks.h Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbeglhooks_stub.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbglcontext.cpp QtBase (remainder): use printf-style qWarning/qDebug where possible (I) 2016-03-12 17:29:36 +00:00
qdirectfbglcontext.h Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbinput.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbinput.h Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbintegration.cpp Move screen maintenance functions from QPlatformIntegration to QWSI 2019-03-19 13:08:25 +00:00
qdirectfbintegration.h Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbscreen.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbscreen.h Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbwindow.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qdirectfbwindow.h Updated license headers 2016-01-15 12:25:24 +00:00