summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-041-2/+6
* Fix build without features.actionTasuku Suzuki2020-06-041-0/+2
* Fix build without features.menuTasuku Suzuki2020-06-042-0/+5
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-159-550/+10
* Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-151-6/+4
* QApplication: refactor delivery and propagation of wheel eventsVolker Hilsheimer2020-05-131-59/+55
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-122-20/+0
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-118-58/+1
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-051-7/+4
* QApplication: deliver all wheel events to widget that accepts the firstVolker Hilsheimer2020-04-251-4/+4
* Don't send QEvent::Hide to an already hidden top level widgetVolker Hilsheimer2020-04-241-3/+5
* Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-241-7/+0
* Move QMargins operator| into qmargins.h, add equivalent for QMarginsFVolker Hilsheimer2020-04-241-8/+0
* Deprecate QGuiApplication::fontChanged() signalAndy Shaw2020-04-241-10/+4
* QWidget: fix regression when changing focus proxy while it has focusVolker Hilsheimer2020-04-231-6/+5
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-216-16/+14
* Remove deprecated QTest::qWaitForWindowShown overload for QtWidgetsVolker Hilsheimer2020-04-172-27/+0
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-1/+1
* Remove deprecated members from QtWidgets/kernel classesVolker Hilsheimer2020-04-164-85/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-1/+1
|\
| * Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-091-1/+1
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-102-35/+0
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-092-3/+3
* | Don't set WindowContextHelpButtonHint by default for dialogs and sheetsVolker Hilsheimer2020-04-091-11/+4
* | QApplication: remove obsolete keypadNavigationEnabled memberVolker Hilsheimer2020-04-092-52/+1
* | QApplication: remove deprecated keyboardInputLocale/Direction membersVolker Hilsheimer2020-04-091-7/+0
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-087-39/+30
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-087-39/+30
| |\|
| | * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-033-6/+6
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-3/+5
| | |\
| | | * Send MouseMove events without buttons if the press closed the popupVolker Hilsheimer2020-03-301-3/+5
| | * | widgets: Sync client rect of paint-on-screen widgets during resizeTor Arne Vestbø2020-03-271-4/+4
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-4/+4
| | |\|
| | | * Fix potential out-of-bounds or nullptr accessVolker Hilsheimer2020-03-171-4/+4
| | * | widgets: Clarify backingstore resize logic by removing cruftTor Arne Vestbø2020-03-191-8/+6
| | * | widgets: Remove unused member QTLWExtra::inTopLevelResizeTor Arne Vestbø2020-03-194-16/+7
* | | | Remove global GDI helpers qt_win_display_dc and qt_region_from_HRGNVolker Hilsheimer2020-04-081-27/+0
* | | | QApplication: remove forwarding of QGuiApplication::windowIconVolker Hilsheimer2020-04-082-24/+0
* | | | QApplication: remove obsolete syncX memberVolker Hilsheimer2020-04-081-3/+0
* | | | QApplication: remove obsolete setGraphicsSystemVolker Hilsheimer2020-04-081-3/+0
* | | | QApplication: remove deprecated members for obsolete ColorSpecVolker Hilsheimer2020-04-082-98/+0
|/ / /
* | | Resolve QWidget window handle without depending on QtWidgetsTor Arne Vestbø2020-04-023-0/+13
* | | Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-294-336/+15
* | | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-2913-743/+96
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-2/+0
|\| |
| * | Fix docs suggesting that it's possible to draw to the X11 screenSimon Hausmann2020-03-171-2/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\| |
| * | Avoid using deprecated QTabletEvent::device() methodAllan Sandfeld Jensen2020-02-281-1/+1
* | | Remove various traces of QGLJohan Klokkhammer Helsing2020-02-281-3/+0
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-282-4/+8
|\| |