summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-05-311-1/+1
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+5
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-1/+1
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+2
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-04-141-2/+2
* Only scroll QMenu when there is a valid active actionZhang Hao2021-04-141-1/+1
* Fix build without features.menuTasuku Suzuki2021-04-131-7/+7
* Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-04-091-1/+7
* Fix incorrectly-drawn menu indicator for QPushButton on macOSDoris Verria2021-04-081-1/+2
* Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-071-0/+7
* Document change to QAbstractItemView::viewOptions in porting guideVolker Hilsheimer2021-04-041-0/+8
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-221-3/+3
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-121-3/+3
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-4/+2
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-1/+3
* QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-231-1/+1
* QMdiSubWindow: Set correct ControlLabel sizeMorten Johan Sørvig2021-02-191-2/+2
* fix windows build when both whatsthis and tooltip are disabledNick Shaforostov2021-02-181-1/+5
* QPlainTextEdit: adjust scroll bars when showing upWang Chuan2021-02-091-0/+1
* Windows: Fix flicker when resizing translucent windows with QSizeGripFriedemann Kleint2021-02-011-3/+15
* QLineEdit Cursor show white areaZhang Hao2021-01-291-2/+4
* Fix that the placeholdertext of QCombobox is not drawnChunLin Wang2021-01-271-2/+4
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-01-265-6/+23
* QComboBox/Fusion style: elide text when it's too longChristian Ehrlicher2021-01-231-1/+2
* 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