summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-051-5/+3
* Qt namespace: purge deprecated enum members and a typedefEdward Welbourne2020-08-281-1/+0
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-2/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-16/+16
* QWidget: drop an unncessary const_castGiuseppe D'Angelo2020-08-241-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-2/+2
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-22/+22
* Doc: Change QPixmap::grabWindow with QScreen::grabWindowAndy Shaw2020-08-141-1/+1
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-201-24/+46
* Allow Windows accessibility backend to receive focus updatesAndre de la Rocha2020-07-151-5/+0