summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-12/+64
* Remove support for users to create their own Qt::Desktop type widgetsVolker Hilsheimer2020-07-131-20/+15
* Move method only used in keypad navigation to a better placeVolker Hilsheimer2020-07-071-25/+14
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-061-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-23/+22
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-1/+1
* Remove winrtOliver Wolff2020-06-061-1/+1
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-2/+2
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-12/+0
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-051-7/+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
* 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-211-4/+6
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-1/+1