summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Variable is Assigned a never used value in qt_make_filter_list()Huang Jie2021-03-301-11/+4
* Font style name 'Normal' and 'Regular' have the same meaningOliver Eftevaag2021-03-301-0/+8
* Fix z-value of QGraphicsItems being ignored during drawQiang Li2021-03-301-1/+1
* Redundant condition: tornoffZou Ya2021-03-301-1/+1
* QFontDialog: Fix crash when passing QFont constructed from empty string/strin...Friedemann Kleint2021-03-301-1/+1
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-303-6/+6
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-293-6/+6
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-231-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
* Protect against self-assignment, plug potential memory leakVolker Hilsheimer2021-03-051-0/+4
* QLabel: simplify createStandardContextMenuVolker Hilsheimer2021-03-041-7/+6
* Add nullptr checks to QGraphicsView classesVolker Hilsheimer2021-03-042-19/+23
* QGraphicsWidget: Check for nullptrs in focus chain handlingVolker Hilsheimer2021-03-041-2/+4
* QGraphicsWidget: don't dereference nullptrVolker Hilsheimer2021-03-041-1/+1
* Don't access data in moved-from objectVolker Hilsheimer2021-03-031-2/+2
* Assert that QWidgetPrivate::create creates a windowVolker Hilsheimer2021-02-281-0/+1
* Consistently test for nullptrVolker Hilsheimer2021-02-251-2/+3
* Assert that dereferenced pointer is never nullptrVolker Hilsheimer2021-02-241-0/+1
* Assert that we have a layout before dereferencingVolker Hilsheimer2021-02-241-0/+3
* Initialize out-variablesVolker Hilsheimer2021-02-231-5/+8
* QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-231-1/+1
* Initialize QStyleOptionHeaderV2 with correct versionVolker Hilsheimer2021-02-221-1/+1
* Complete documentation for QStyleOptionHeaderV2Volker Hilsheimer2021-02-221-22/+33
* Unbreak binary compatibility in QStyleOptionHeaderVolker Hilsheimer2021-02-195-17/+59
* QMdiSubWindow: Set correct ControlLabel sizeMorten Johan Sørvig2021-02-191-2/+2
* Use same version in deprecation macrosVolker Hilsheimer2021-02-181-1/+1
* 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
* QDial: fix painting QDial when the rect has an offsetChristian Ehrlicher2021-01-292-6/+6
* QHeaderView: Mark the drop section during section moveChristian Ehrlicher2021-01-295-5/+37
* QLineEdit Cursor show white areaZhang Hao2021-01-281-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
* Bump copyright year to 2021Kai Köhne2021-01-251-2/+2
* QComboBox/Fusion style: elide text when it's too longChristian Ehrlicher2021-01-231-1/+2
* QPushButton: fix drawing pushbutton with a menuChristian Ehrlicher2021-01-201-8/+9
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-01-201-2/+4
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-01-201-2/+2
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-194-9/+16
* ItemViews: Don't remove items on internal moveChristian Ehrlicher2021-01-182-4/+8
* Fix small typo in the QMdiArea documentationOliver Eftevaag2021-01-181-1/+1
* QHeaderView: fix moving sections with mouse in RTL modeChristian Ehrlicher2021-01-171-3/+4
* Windows: Fix dialog moving up after closing/reshowingFriedemann Kleint2021-01-151-1/+5
* 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
* Fix the tips still show when cursor move to another actionQiang Li2021-01-151-0/+2
* QTabBar/Windows: Fix close button icons being too small on high-res screensFriedemann Kleint2021-01-156-11/+32