summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-1/+8
* Remove a now-unneeded QT_NO_OPENGL ifdefLaszlo Agocs2022-03-201-2/+0
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-191-0/+21
* Fix losing QOpenGLWidget paints when a child widget is invisibleLaszlo Agocs2022-03-141-0/+7
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-61/+80
* Core: Remove 'properties' featureKai Köhne2022-02-141-2/+0
* Don't return an associated screen for embedded widgetsVolker Hilsheimer2022-01-131-0/+5
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-1/+6
* 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
* Remove unused parentWidget variable in QWidgetPrivate::handleCloseTor Arne Vestbø2021-10-161-1/+0
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-1/+1
* 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
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-5/+7
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-171-26/+0
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-5/+7
* 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
* Split up close handling in QWidget into a pre and post stepTor Arne Vestbø2021-09-071-11/+20
* 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-021-0/+25
* Doc: Minor cleanup in QWidget docsPaul Wicking2021-07-261-2/+3
* QWidget: copy Q{Menu,ToolBar}::addActions() functionsMarc Mutz2021-07-131-0/+121
* Repolish child widgets when parent style sheet changesVolker Hilsheimer2021-07-051-1/+10
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-2/+20
* Partially modified to use C++11 standard nullptrXiao YaoBing2021-05-271-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-4/+4
* Fix build without features.imTasuku Suzuki2021-04-141-4/+4
* Assert that QWidgetPrivate::create creates a windowVolker Hilsheimer2021-02-251-0/+1
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgetsIvan Solovev2021-01-141-1/+14
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-091-3/+3
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-4/+5
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-7/+5
* widgets: Don't report new focus object during clearFocus() unless neededTor Arne Vestbø2020-11-201-6/+7
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-9/+9
* Give QWidget::updateMicroFocus a parameter with defaultVolker Hilsheimer2020-11-161-4/+4
* Doc: Fix documentation warnings for Qt WidgetsTopi Reinio2020-11-121-1/+1
* Fix broken link in QWidgetVolker Hilsheimer2020-11-091-1/+1
* Remove usages of Q_FOREACHAllan Sandfeld Jensen2020-11-021-1/+1
* doc : remove redundant ')'Hiweed Mandriva2020-10-291-1/+1
* doc : fix typo 'consise' => 'conciseHiweed Mandriva2020-10-291-1/+1
* Expunge WA_GroupLeaderShawn Rutledge2020-10-271-14/+2
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-151-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-8/+8