summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-01-201-2/+4
* ItemViews: Don't remove items on internal moveChristian Ehrlicher2021-01-192-4/+8
* Fix small typo in the QMdiArea documentationOliver Eftevaag2021-01-181-1/+1
* macOS: Mark QFileDialog::DontConfirmOverwrite as unsupportedMorten Johan Sørvig2021-01-151-0/+3
* Fix setting active window as application's focus widgetSona Kurazyan2021-01-151-4/+5
* QTabBar/Windows: Fix close button icons being too small on high-res screensFriedemann Kleint2021-01-156-11/+32
* Fix the tips still show when cursor move to another actionQiang Li2021-01-151-0/+2
* 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
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-01-131-0/+13
* QComboBox: fix select all columns in the viewChristian Ehrlicher2021-01-131-2/+4
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-121-0/+1
* Skip already closing widgets when checking whether application can quitTor Arne Vestbø2021-01-061-0/+6
* TableView: Trigger the resizing of editors resizing a row/columnAndy Shaw2021-01-051-0/+4
* QTreeWidgetItem: fix documentation error for childIndicatorPolicy()Christian Ehrlicher2021-01-051-1/+1
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-3/+3
* macOS: Simplify and fix issues with QMenuPrivate::moveWidgetToPlatformItemTor Arne Vestbø2021-01-042-49/+35
* QAbstractButton: don't access nullptr in queryButtonList()Christian Ehrlicher2021-01-011-1/+3
* QStylesheetStyle: fix push button label alignmentChristian Ehrlicher2020-12-241-1/+1
* QListView: don't crash when an empty container is passed to itemsRect()Christian Ehrlicher2020-12-221-7/+3
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2020-12-212-1/+8
* Don't show focus rect for QCommandLinkButtonDoris Verria2020-12-111-0/+1
* Override initStyleOption() for QCommandLinkButtonDoris Verria2020-12-112-0/+7
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+1
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-092-2/+30
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2
* QPushButton: fix support of style sheet rule for text alignmentXiang Xiaojun2020-12-041-2/+4
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-0412-14/+14
* Remove non-existent function QApplication::desktop() from docsAndreas Buhr2020-12-031-1/+0
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-029-14/+16
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-012-6/+26
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-011-1/+1
* Doc: Fix various documentation warningsTopi Reinio2020-11-301-1/+1
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-11-272-2/+2
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-275-6/+12
* Rename Application ExampleVolker Hilsheimer2020-11-261-1/+1
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3
* Doc: Update CMake functions in Qt Widgets for Qt 6Kai Koehne2020-11-233-80/+12
* 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