summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtreewidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-28/+28
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-28/+28
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-3/+10
|\|
| * QList/Table/TreeWidgetItem: Allow reseting values by passing the default valueChristian Ehrlicher2019-11-221-2/+6
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+4
| |\
| | * Doc: Add notes about Qt Style Sheets taking precedenceLeena Miettinen2019-10-311-1/+4
* | | Make QList an alias to QVectorLars Knoll2019-10-301-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-5/+8
|\|
| * QTreeWidget: Don't assume the selected indexes include the first columnAndy Shaw2019-10-031-5/+8
* | Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-0/+4
|/
* Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-8/+8
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+1
|\
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-061-1/+1
* | QTreeWidget: mark is/setFirstItemColumnSpanned() as deprecatedChristian Ehrlicher2018-12-111-11/+28
* | QTreeWidget: mark (is|set)Item(Selected|Hidden|Expanded) as deprecatedChristian Ehrlicher2018-11-091-42/+64
* | ItemWidgets: add helper function to retrieve the underlying modelChristian Ehrlicher2018-11-081-35/+45
* | QItemWidgets: emit layoutChanged with proper sortHintChristian Ehrlicher2018-09-241-4/+4
* | Implement clearItemData in common modelsLuca Beldi2018-09-061-0/+21
|/
* qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-0/+1
* QTreeWidget: Keep items hidden even if their parents are reparentedAndy Shaw2018-06-151-1/+38
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+1
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+1
* | QList/Table/TreeWidget: remove vc6 workaroundChristian Ehrlicher2018-02-101-5/+2
* | QTreeWidgetItem: pass role to dataChanged() signalChristian Ehrlicher2018-02-101-4/+7
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-0/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-0/+3
| |\
| | * Clarify behavior of setData in QListWidget, QTableWidget, and QTreeWidgetKavindra Palaraja2018-01-091-0/+3
* | | QTreeWidget: fix visualItemRect()Christian Ehrlicher2018-01-031-3/+3
* | | QTreeWidget::setHeaderItem: fix off-by-one in signal emissionsGiuseppe D'Angelo2017-11-301-4/+4
* | | QTreeWidgetItem::insertChildren: ignore out of bounds indexesGiuseppe D'Angelo2017-11-301-0/+3
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Item widgets: make indexFromItem const-correctGiuseppe D'Angelo2017-09-021-0/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-3/+0
|\|
| * Convert features.treewidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-281-3/+0
* | QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-201-2/+17
|/
* Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-011-9/+2
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-0/+1
| |\
| | * QTreeWidget: Fix UB (member call)Marc Mutz2016-07-311-0/+1
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+1
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-21/+21
* | [docs] Fix assocated -> associatedMarc Mutz2015-12-151-2/+2
* | QTreeWidget: fix const-incorrectness in indexFromItem() parametersMarc Mutz2015-12-151-1/+12
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-2/+2
|/
* QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-271-1/+1