summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove already-set option style feature for QCommandLinkButtonDoris Verria2020-12-111-2/+0
* Don't show focus rect for QCommandLinkButtonDoris Verria2020-12-111-0/+1
* Override initStyleOption() for QCommandLinkButtonDoris Verria2020-12-112-0/+7
* macOS: Remove setObjectName call from moveWidgetToPlatformItemTor Arne Vestbø2020-12-101-1/+0
* QTableView: honor spans when calculating height/width hintChristian Ehrlicher2020-12-101-0/+17
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-102-10/+10
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+2
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-095-6/+9
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-12-082-2/+2
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-084-12/+18
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-082-2/+30
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-054-14/+6
* Remove non-existent function QApplication::desktop() from docsAndreas Buhr2020-12-031-1/+0
* Dialog: Fall back to transient parent to make dialog window get centeredYuya Nishihara2020-12-031-1/+14
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* Reduce the scope of variable in focusInEvent()Wang Yu2020-12-021-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-029-14/+16
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-012-6/+26
* Doc: Fix various documentation warningsTopi Reinio2020-11-301-1/+1
* QHeaderView: allow un-sorting of modelsGiuseppe D'Angelo2020-11-303-6/+81
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3012-14/+14
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Return an empty QStringList if the family string is emptyAndy Shaw2020-11-271-1/+1
* Fix compiler warnings from deprecated methodVolker Hilsheimer2020-11-271-2/+2
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-275-6/+12
* QPushButton: fix support of style sheet rule for text alignmentXiang Xiaojun2020-11-261-2/+4
* Rename Application ExampleVolker Hilsheimer2020-11-261-1/+1
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3
* 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