summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QLayout: unify the constructorsGiuseppe D'Angelo2020-11-024-35/+12
* 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
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-273-15/+49
* Expunge WA_GroupLeaderShawn Rutledge2020-10-272-45/+6
* Display tooltips on the correct screenMorten Johan Sørvig2020-10-231-1/+3
* Do not crash if QPA plugin does not support cursorsJan Arve Sæther2020-10-211-1/+4
* Add forwarding headers for classes moved from QtWidgets to QtGuiVolker Hilsheimer2020-10-204-1/+134
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-1/+1
* Purge QDesktopWidgetVolker Hilsheimer2020-10-165-236/+9
* Mark QApplication::fontMetrics as obsoleteVolker Hilsheimer2020-10-142-0/+7
* Remove QApplication::desktopVolker Hilsheimer2020-10-143-6/+4
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-2/+1
* Document QApplication::desktop as obsoleteVolker Hilsheimer2020-10-141-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-6/+6
* QApplicationPrivate: iterate QPointingDevPrv::activePoints values onlyShawn Rutledge2020-10-071-4/+4
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-1/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-252-3/+3
* Fix compiler warnings from deprecated QTouchEvent::touchPointsVolker Hilsheimer2020-09-232-25/+23
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-2/+0
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-163-52/+46
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-151-1/+1
* QLayout: Make contentsMargins a Q_PROPERTYFriedemann Kleint2020-09-151-0/+1
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-8/+8
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-091-3/+3