summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-093-4/+7
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* Remove non-existent function QApplication::desktop() from docsAndreas Buhr2020-12-031-1/+0
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-4/+5
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-272-3/+6
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3
* Drop a [[maybe_unused]] on a variableGiuseppe D'Angelo2020-11-231-1/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-232-10/+6
* QLayout: add a way to unset user-defined contents marginsGiuseppe D'Angelo2020-11-202-0/+14
* widgets: Don't report new focus object during clearFocus() unless neededTor Arne Vestbø2020-11-201-6/+7
* wasm: fix showing tooltipsLorn Potter2020-11-191-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-165-15/+15
* Give QWidget::updateMicroFocus a parameter with defaultVolker Hilsheimer2020-11-162-5/+5
* QToolTip: don’t close again on Close eventMorten Johan Sørvig2020-11-121-1/+7
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-123-170/+1
* Doc: Fix documentation warnings for Qt WidgetsTopi Reinio2020-11-121-1/+1
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-0/+1
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-101-12/+12
* Fix broken link in QWidgetVolker Hilsheimer2020-11-091-1/+1