| .. |
|
kernel.pri
|
Rename QWidgetBackingStore to QWidgetRepaintManager
|
2019-08-20 11:33:47 +02: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 dead code from Qt 4 times
|
2019-08-20 22:27:46 +00: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 screen() accessor to QWidget
|
2019-08-21 22:18:52 +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
|
Add screen() accessor to QWidget
|
2019-08-21 22:18:52 +02: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
|
Remove dead code from Qt 4 times
|
2019-08-20 22:27:46 +00: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
|
Add qtwidgetsglobal.h and qtwidgetsglobal_p.h
|
2016-07-14 13:46:07 +00:00 |
|
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
|
Remove dead code from Qt 4 times
|
2019-08-20 22:27:46 +00:00 |
|
qtooltip.h
|
Remove handling of missing =delete and =default support
|
2019-05-02 11:14:29 +00:00 |
|
qtwidgetsglobal.h
|
Modularize configure.json/.pri
|
2016-09-15 08:23:53 +00:00 |
|
qtwidgetsglobal_p.h
|
Modularize configure.json/.pri
|
2016-09-15 08:23:53 +00:00 |
|
qwhatsthis.cpp
|
Remove dead code from Qt 4 times
|
2019-08-20 22:27:46 +00:00 |
|
qwhatsthis.h
|
Remove handling of missing =delete and =default support
|
2019-05-02 11:14:29 +00:00 |
|
qwidget.cpp
|
widgets: Rename markDirtyOnScreen to markNeedsFlush
|
2019-08-25 23:14:21 +02:00 |
|
qwidget.h
|
Add screen() accessor to QWidget
|
2019-08-21 22:18:52 +02:00 |
|
qwidget_p.h
|
Remove dead code from Qt 4 times
|
2019-08-20 22:27:46 +00:00 |
|
qwidgetaction.cpp
|
Merge remote-tracking branch 'origin/5.6' into 5.7
|
2016-08-13 01:05:02 +02:00 |
|
qwidgetaction.h
|
Replace Q_DECL_OVERRIDE with override where possible
|
2017-09-19 11:53:42 +00:00 |
|
qwidgetaction_p.h
|
Add qtwidgetsglobal.h and qtwidgetsglobal_p.h
|
2016-07-14 13:46:07 +00:00 |
|
qwidgetrepaintmanager.cpp
|
widgets: Simplify QWidgetRepaintManager::sync
|
2019-08-25 23:14:24 +02:00 |
|
qwidgetrepaintmanager_p.h
|
widgets: Rename markDirtyOnScreen to markNeedsFlush
|
2019-08-25 23:14:21 +02:00 |
|
qwidgetsvariant.cpp
|
…
|
|
|
qwidgetwindow.cpp
|
Rename QWidgetBackingStore to QWidgetRepaintManager
|
2019-08-20 11:33:47 +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 |