summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-252-14/+2
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-244-10/+20
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-2/+20
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-0/+1
* Partially modified to use C++11 standard nullptrXiao YaoBing2021-05-272-2/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-262-5/+5
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-201-2/+2
* Rejig native interface plumbingTor Arne Vestbø2021-05-122-0/+8
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+5
* Improve handling of minimumHeightForWidth()Jan Arve Sæther2021-05-105-1/+55
* QWidgets: show SoftwareInputPanel for key releaseBartlomiej Moskal2021-05-051-1/+7
* Fix a build when QT_DISABLE_DEPRECATED_BEFORE is set to 6.1.0Jarek Kobus2021-04-231-0/+2
* QLayout: mark unsetContentsMargins as the RESET functionGiuseppe D'Angelo2021-04-211-1/+1
* Merge integration refs/builds/qtci/dev/1618376490Qt CI Bot2021-04-141-4/+4
|\
| * Fix build without features.imTasuku Suzuki2021-04-141-4/+4
* | Cleanup leftover QWSTasuku Suzuki2021-04-142-7/+0
|/
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-221-3/+3
* Assert that QWidgetPrivate::create creates a windowVolker Hilsheimer2021-02-251-0/+1
* Use same version in deprecation macrosVolker Hilsheimer2021-02-181-1/+1
* Windows: Fix dialog moving up after closing/reshowingFriedemann Kleint2021-01-151-1/+5
* Fix setting active window as application's focus widgetSona Kurazyan2021-01-151-4/+5
* Fix QApplication::font returns the font unstable according to the objectChunLin Wang2021-01-151-7/+11
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgetsIvan Solovev2021-01-141-1/+14
* Remove the qmake project filesJoerg Bornemann2021-01-073-92/+0
* Skip already closing widgets when checking whether application can quitTor Arne Vestbø2021-01-061-0/+6