qt6-bb10/src
Alexander Volkov ee19e15ef7 xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktop
This event relates to xcb_screen_t (virtual desktop), not to
RandR crtcs, so move its processing to QXcbVirtualDesktop.
Currently it triggers redundant calling of RRGetCrtcInfo
(from QXcbScreen::updateGeometry()). It's called anyway after
receiving  RRCrtcChangeNotify, so just drop it.
There is also a mess between the rotation of Screen and
crtcs, obviously they should be processed separately.

Task-number: QTBUG-65598
Change-Id: I124752ccbde03adb15e9ba592dd8b2d8d7fc35f4
Reviewed-by: Daniel Vrátil <dvratil@kde.org>
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
2018-07-09 17:35:50 +00:00
..
3rdparty [Backport] Remove usage of auto_ptr in MacroExpander 2018-06-21 13:13:04 +00:00
android Add translation for unsupported_android_version for fr and de 2018-05-25 06:50:40 +00:00
angle [Backport] Remove usage of auto_ptr in MacroExpander 2018-06-21 13:13:04 +00:00
concurrent Doc: Fix typo and grammar issues 2018-07-09 17:00:19 +00:00
corelib Fix regression in QPointF::operator== 2018-07-09 15:38:31 +00:00
dbus Doc: Add references to QDBusAbstractAdaptor implementation example 2018-06-29 05:16:04 +00:00
gui Fix: bad-looking scaled rendering of painterpath in OpenGL paint engine 2018-06-28 14:28:53 +00:00
network QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64 2018-06-25 14:56:19 +00:00
opengl Merge remote-tracking branch 'origin/5.10' into 5.11 2018-02-15 10:14:11 +01:00
openglextensions Replace Q_DECL_FINAL with final 2017-09-22 07:30:01 +00:00
platformheaders Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
platformsupport Fix Clang annoying, useless warning about using %llu when it wants %lu 2018-07-05 14:50:35 +00:00
plugins xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktop 2018-07-09 17:35:50 +00:00
printsupport QWin32PrintEngine: Fix crash in drawPixmap(), drawImage() 2018-05-23 08:26:57 +00:00
sql doc: Explicitly mention that QSqlRecord fields are generated by default 2018-05-23 07:01:39 +00:00
testlib QAbstractItemModelTester: don't call match(QModelIndex(), ...) 2018-06-27 10:12:01 +00:00
tools Move androiddeployqt to qtbase 2018-06-21 11:08:57 +00:00
widgets QMenuBar: Account for displays that are above 0x0 2018-06-29 05:37:13 +00:00
winmain Merge remote-tracking branch 'origin/5.10' into dev 2018-01-11 18:10:41 +01:00
xml QDomNode::replaceChild(): Fix documentation typo 2018-03-16 06:34:13 +00:00
src.pro Move androiddeployqt to qtbase 2018-06-21 11:08:57 +00:00