qt6-bb10/src/widgets/kernel
Tor Arne Vestbø f4db381169 Get rid of QWidgetBackingStoreTracker
It was added for Symbian almost 10 years ago (d7057e7c1f1a), for a somewhat
dubious use-case. The Symbian code is since long gone (ae30d7141), so the
remaining pieces are just adding complexity to the already intricate workings
of the QtWidgets backingstore/painting logic.

Task-number: QTBUG-8697
Change-Id: I82af610a8ac26719c588ac63f06b4501f59b400d
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
(cherry picked from commit 2e0b0be2ce)
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2019-08-19 23:20:27 +02:00
..
kernel.pri Fix build without feature.label 2019-05-26 00:28:46 +09:00
mac.pri Remove unused *-mwerks scope 2019-04-04 08:01:29 +00:00
qaction.cpp QtWidgets: Preparatory change for moving out QAction (or parts of it) 2019-06-28 00:24:28 +02:00
qaction.h QtWidgets: Preparatory change for moving out QAction (or parts of it) 2019-06-28 00:24:28 +02:00
qaction_p.h QtWidgets: Preparatory change for moving out QAction (or parts of it) 2019-06-28 00:24:28 +02:00
qactiongroup.cpp QtWidgets: Preparatory change for moving out QAction (or parts of it) 2019-06-28 00:24:28 +02:00
qactiongroup.h QAction: add exclusionPolicy property 2019-03-19 13:46:43 +01:00
qapplication.cpp Clean up documentation of deprecated APIs from QApplication 2019-08-01 19:04:19 +02:00
qapplication.h Mark deprecated functions with QT_DEPRECATED 2018-10-21 06:44:20 +00:00
qapplication_p.h Remove usages of deprecated QApplication::keypadNavigationEnabled 2019-07-23 20:48:33 +02:00
qboxlayout.cpp QtWidgets: Fix static method invocations 2019-06-28 00:24:25 +02:00
qboxlayout.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qdesktopwidget.cpp Add accessors for QWindow and QScreen to QWidgetPrivate 2019-06-18 10:15:26 +02:00
qdesktopwidget.h QtWidgets: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:31 +00:00
qdesktopwidget.qdoc Deprecate QDesktopWidget in favor of QScreen 2017-11-08 11:39:38 +00:00
qdesktopwidget_p.h Deprecate QDesktopWidget in favor of QScreen 2017-11-08 11:39:38 +00:00
qformlayout.cpp QtWidgets: Fix static method invocations 2019-06-28 00:24:25 +02:00
qformlayout.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qgesture.cpp Widgets: use range-based for instead of foreach 2018-04-15 15:12:50 +00:00
qgesture.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qgesture_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qgesturemanager.cpp QtWidgets: Fix static method invocations 2019-06-28 00:24:25 +02:00
qgesturemanager_p.h Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem() 2018-10-03 09:13:56 +00:00
qgesturerecognizer.cpp Fix memory leak when unregistering a gesture recognizer 2019-03-19 10:41:26 +00:00
qgesturerecognizer.h
qgridlayout.cpp QtWidgets: replace 0 with \nullptr in documentation 2019-02-05 16:55:13 +00:00
qgridlayout.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qlayout.cpp QtWidgets: Fix static method invocations 2019-06-28 00:24:25 +02:00
qlayout.h QtWidgets: mark obsolete functions as deprecated 2019-02-06 22:11:33 +00:00
qlayout_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qlayoutengine.cpp
qlayoutengine_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qlayoutitem.cpp Ensure that layouts don't move widgets outside of their parent 2019-03-26 04:10:07 +00:00
qlayoutitem.h QtWidgets: Add missing override 2016-11-29 12:39:24 +00:00
qmacgesturerecognizer.cpp Fix crash in QMacPanGestureRecognizer 2018-05-02 09:16:22 +00:00
qmacgesturerecognizer_p.h Merge remote-tracking branch 'origin/5.11' into dev 2018-05-03 14:50:22 +02:00
qopenglwidget.cpp QtWidgets: Fix static method invocations 2019-06-28 00:24:25 +02:00
qopenglwidget.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qshortcut.cpp QShortcut: Brush up the code, preparing the extraction of a base class to QtGui 2019-07-02 22:39:34 +02:00
qshortcut.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qsizepolicy.cpp Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usage 2019-04-04 18:01:38 +00:00
qsizepolicy.h Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usage 2019-04-04 18:01:38 +00:00
qstackedlayout.cpp QtWidgets: replace 0 with \nullptr in documentation 2019-02-05 16:55:13 +00:00
qstackedlayout.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qstandardgestures.cpp Convert features.graphicsview to QT_[REQUIRE_]CONFIG 2017-08-15 05:10:10 +00:00
qstandardgestures_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qt_widgets_pch.h Update precompiled headers 2019-04-09 21:57:17 +00:00
qtestsupport_widgets.cpp Doc: Restore documentation for QTest functions in other modules 2019-01-04 12:16:56 +00:00
qtestsupport_widgets.h Inline deprecated QTest::qWaitForWindowShown 2018-07-20 06:40:11 +00:00
qtooltip.cpp Fix build without feature.label 2019-05-26 00:28:46 +09:00
qtooltip.h Remove handling of missing =delete and =default support 2019-05-02 11:14:29 +00:00
qtwidgetsglobal.h
qtwidgetsglobal_p.h
qwhatsthis.cpp QtWidgets: Fix static method invocations 2019-06-28 00:24:25 +02:00
qwhatsthis.h Remove handling of missing =delete and =default support 2019-05-02 11:14:29 +00:00
qwidget.cpp Get rid of QWidgetBackingStoreTracker 2019-08-19 23:20:27 +02:00
qwidget.h QWidget/QLineEdit: deprecate get{Contents,Text}Margins() 2019-07-30 22:41:19 +03:00
qwidget_p.h Get rid of QWidgetBackingStoreTracker 2019-08-19 23:20:27 +02:00
qwidgetaction.cpp
qwidgetaction.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qwidgetaction_p.h
qwidgetbackingstore.cpp Get rid of QWidgetBackingStoreTracker 2019-08-19 23:20:27 +02:00
qwidgetbackingstore_p.h QWidgetBackingStore: clean up around dirtyOnScreenWidgets 2019-08-17 09:51:29 +02:00
qwidgetsvariant.cpp
qwidgetwindow.cpp Get rid of QWidgetBackingStoreTracker 2019-08-19 23:20:27 +02:00
qwidgetwindow_p.h Widen out parameter "result" of the native event filters for Qt 6 2019-03-22 16:19:48 +00:00
qwindowcontainer.cpp QtWidgets: Fix static method invocations 2019-06-28 00:24:25 +02:00
qwindowcontainer_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
win.pri Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00