summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Drop a [[maybe_unused]] on a variableGiuseppe D'Angelo2020-11-231-1/+1
* Doc: Update CMake functions in Qt Widgets for Qt 6Kai Koehne2020-11-233-80/+12
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-234-18/+10
* 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
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-203-9/+9
* wasm: fix showing tooltipsLorn Potter2020-11-191-1/+1
* Ensure that QMenu is polished before setting the screen in popup()David Redondo2020-11-181-1/+2
* Fix x-height name in stylesheet docsFlorian Bruhin2020-11-171-1/+1
* Fix QGraphicsItem crash if click right button of mouseZhang Yu2020-11-181-2/+6
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-4/+0
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-171-0/+2
* Allow QMutableSinglePointEvent to be copy- and default-constructedVolker Hilsheimer2020-11-172-6/+5
* Remove old QtGui and QtWidgets examples from highlighted listVolker Hilsheimer2020-11-171-4/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-1642-187/+187
* Give QWidget::updateMicroFocus a parameter with defaultVolker Hilsheimer2020-11-162-5/+5
* Adjust the format of code blocks in function pixelMetric()Xu Shitong2020-11-161-13/+16
* QToolTip: don’t close again on Close eventMorten Johan Sørvig2020-11-121-1/+7
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-125-172/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-122-12/+0
* Doc: Fix documentation warnings for Qt WidgetsTopi Reinio2020-11-122-1/+10
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-125-7/+9
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-112-7/+12
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-102-15/+15
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* Fix broken link in QWidgetVolker Hilsheimer2020-11-091-1/+1
* Fix qstylesheetstyle clip border errorLu YaNing2020-11-081-2/+2
* Fix a few qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-042-5/+2
* Initial porting guide for QtGui and QtPrintSupportVolker Hilsheimer2020-11-041-13/+4
* InputMethod should call reset() function when proxywidget lost focusZhang Hao2020-11-041-1/+12
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-031-3/+3
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-033-17/+13
* QLayout: unify the constructorsGiuseppe D'Angelo2020-11-024-35/+12
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+1
* Remove usages of Q_FOREACHAllan Sandfeld Jensen2020-11-021-1/+1
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-302-8/+12
* Doc: Fix links to the CMake manualTopi Reinio2020-10-301-1/+1
* Organize QtOpenGLWidgets documentationVolker Hilsheimer2020-10-291-209/+0
* doc : remove redundant ')'Hiweed Mandriva2020-10-291-1/+1
* doc : fix typo 'consise' => 'conciseHiweed Mandriva2020-10-291-1/+1
* QPushButton: if mouse tracking is off, ignore state only updated when trackingVolker Hilsheimer2020-10-271-1/+1
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-274-23/+53
* Expunge WA_GroupLeaderShawn Rutledge2020-10-272-45/+6
* Show the year correctly after it has been editedAndy Shaw2020-10-261-1/+1
* Display tooltips on the correct screenMorten Johan Sørvig2020-10-231-1/+3
* QSplitter: Respect managed widget's growth/expand size policyAles Erjavec2020-10-231-5/+5
* Deprecate QVariant::TypeLars Knoll2020-10-233-4/+4