summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-1/+4
* Make sure we paint overlapped children and siblings when moving farVolker Hilsheimer2021-11-151-11/+13
* QWidget: always handle IM queriesRichard Moe Gustavsen2021-11-121-2/+1
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-271-4/+5
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-251-1/+1
* Fix warnings due to enums in QSizePolicyFan RuiJie2021-10-211-2/+3
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-203-16/+17
* Don't render widget to backing store if its parent has graphics effectAntti Määttä2021-10-191-1/+14
* QtWidgets: remove set-but-unused variablesThiago Macieira2021-10-161-2/+0
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-163-47/+9
* Remove unused parentWidget variable in QWidgetPrivate::handleCloseTor Arne Vestbø2021-10-161-1/+0
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-153-3/+3
* Clarify QWidget::normalGeometry documentationTor Arne Vestbø2021-10-151-13/+14
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-141-1/+1
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-2/+4
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-131-1/+1
* macOS: fix window activation when popup is openVolker Hilsheimer2021-10-121-6/+10
* widgets: Fix typos in documentationJonas Kvinge2021-10-124-6/+6
* Fix closing and showing a window with a native childVolker Hilsheimer2021-10-071-2/+5
* Silence static analyzer warningVolker Hilsheimer2021-10-071-1/+1
* Clean up QApplication::notify codeVolker Hilsheimer2021-09-301-242/+197
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-5/+7
* Fix crash if receiver destroys itself in closeEventVolker Hilsheimer2021-09-271-5/+6
* macOS: Remove special cases in enter/leave event handlingVolker Hilsheimer2021-09-241-4/+2
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-173-26/+38
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-5/+7
* Make the closeAllPopup helper virtual in QGuiApplicationVolker Hilsheimer2021-09-152-11/+13
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-151-0/+2
* Close QWidget during destruction via QWindowTor Arne Vestbø2021-09-131-1/+5
* Don't hide QToolTip automatically when another window is closedTor Arne Vestbø2021-09-131-7/+0
* Don't exclude WA_DontShowOnScreen widgets for QWidgetWindow event processingTor Arne Vestbø2021-09-131-8/+8
* Set Qt::SubWindow on windows embedded by QWidget::createWindowContainerTor Arne Vestbø2021-09-101-0/+2
* Split up close handling in QWidget into a pre and post stepTor Arne Vestbø2021-09-073-21/+30
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-061-5/+19
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-031-3/+10
* Doc: fix qdoc warnings from wrong parameter typeVolker Hilsheimer2021-09-031-2/+2
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-022-1/+28
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-301-6/+2
* Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*Volker Hilsheimer2021-08-263-18/+10
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-262-4/+10
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-161-9/+3
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-161-3/+9
* Accept the QWheelEvent before each propagation stepVolker Hilsheimer2021-08-161-0/+3
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-121-0/+2
* Doc: Minor cleanup in QWidget docsPaul Wicking2021-07-261-2/+3
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-241-0/+17
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+1
* QWidget: copy Q{Menu,ToolBar}::addActions() functionsMarc Mutz2021-07-132-1/+176
* Repolish child widgets when parent style sheet changesVolker Hilsheimer2021-07-051-1/+10