summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-308-5/+62
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-303-6/+6
* Merge integration refs/builds/qtci/dev/1617030826Qt CI Bot2021-03-291-1/+1
|\
| * QFontDialog: Fix crash when passing QFont constructed from empty string/strin...Friedemann Kleint2021-03-291-1/+1
* | Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-293-6/+6
|/
* Fix coding styleFan PengCheng2021-03-261-3/+1
* Account for multiple screens when computing QSizeGrip available geometryZhang Hao2021-03-241-2/+8
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-221-3/+3
* Merge integration refs/builds/qtci/dev/1616400051Qt CI Bot2021-03-222-1/+4
|\
| * Doc: Fix qdoc warnings on snippet filesNico Vertriest2021-03-222-1/+4
* | Avoid a crash in QMessageBoxDetailsText, just in caseFan PengCheng2021-03-221-2/+5
|/
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
* QDial: use qRound to roundVolker Hilsheimer2021-03-181-14/+8
* Code tidiesZhang Hao2021-03-151-4/+2
* Add setting the ICON size attribute in lineedit to the style pluginTang Haixiang2021-03-125-1/+12
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-4/+2
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-111-3/+3
* Delete duplicate condition in QComboBox::setPlaceholderTextDong Rui2021-03-091-1/+1
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-1/+3
* Code tidiesZhang Hao2021-03-051-2/+1
* Protect against self-assignment, plug potential memory leakVolker Hilsheimer2021-03-041-0/+4
* Fix signature of canDropMimeData used in code snippetAlbert Astals Cid2021-03-042-2/+2
* Redundant condition: tornoffZou Ya2021-03-041-1/+1
* Variable is Assigned a never used value in qt_make_filter_list()Huang Jie2021-03-041-11/+4
* Don't access data in moved-from objectVolker Hilsheimer2021-03-031-2/+2
* QGraphicsWidget: don't dereference nullptrVolker Hilsheimer2021-03-031-1/+1
* QGraphicsWidget: Check for nullptrs in focus chain handlingVolker Hilsheimer2021-03-031-2/+4
* Add nullptr checks to QGraphicsView classesVolker Hilsheimer2021-03-032-19/+23
* Merge "QLabel: simplify createStandardContextMenu"Volker Hilsheimer2021-03-021-7/+6
|\
| * QLabel: simplify createStandardContextMenuVolker Hilsheimer2021-03-021-7/+6
* | cmake: disable snippets/graphicsview if "printdialog" is not availableRichard Moe Gustavsen2021-03-021-1/+1
|/
* Font style name 'Normal' and 'Regular' have the same meaningOliver Eftevaag2021-03-021-0/+8
* Fix z-value of QGraphicsItems being ignored during drawQiang Li2021-02-281-1/+1
* Assert that QWidgetPrivate::create creates a windowVolker Hilsheimer2021-02-251-0/+1
* Consistently test for nullptrVolker Hilsheimer2021-02-251-2/+3
* Add null pointer checkVolker Hilsheimer2021-02-241-1/+1
* Assert that we have a layout before dereferencingVolker Hilsheimer2021-02-241-0/+3
* Assert that dereferenced pointer is never nullptrVolker Hilsheimer2021-02-241-0/+1
* Initialize out-variablesVolker Hilsheimer2021-02-231-5/+8
* Initialize QStyleOptionHeaderV2 with correct versionVolker Hilsheimer2021-02-221-1/+1
* Complete documentation for QStyleOptionHeaderV2Volker Hilsheimer2021-02-221-22/+33
* QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-221-1/+1
* QAbstractFileIconProvider: Use platform theme iconsFriedemann Kleint2021-02-211-9/+1
* 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
* fix windows build when both whatsthis and tooltip are disabledNick Shaforostov2021-02-181-1/+5
* QHeaderView: pass sectionSize to createSectionItems()Christian Ehrlicher2021-02-122-8/+5
* CMake: Port the snippet project setup to CMakeVenugopal Shivashankar2021-02-109-2/+72
* QPlainTextEdit: adjust scroll bars when showing upWang Chuan2021-02-091-0/+1