summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtreewidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide overload for Qt::AlignmentFlags in item widget itemsVolker Hilsheimer2022-06-171-0/+5
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Item widgets: clean up treatment of Qt::TextAlignmentRole / CheckStateRoleGiuseppe D'Angelo2022-05-161-3/+30
* QTableWidget doc: remove wrong comment for itemExpanded()Christian Ehrlicher2021-12-081-3/+0
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-2/+2
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-151-1/+11
* Initialize class members of QTreeWidgetItem at declarationAndreas Buhr2021-07-151-54/+11
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* Use RAII object to skip pending sorts in QTreeWidgetAndreas Buhr2021-07-121-15/+5
* ItemViews: don't delete dragged items when a subclass accepted the moveVolker Hilsheimer2021-05-011-3/+6
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* QTreeWidgetItem: fix documentation error for childIndicatorPolicy()Christian Ehrlicher2021-01-051-1/+1
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-1/+1
* Item widgets: fix crash in mimeTypes()Giuseppe D'Angelo2020-07-081-1/+4
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-10/+10
* QTreeWidget: remove deprecated function items()Christian Ehrlicher2020-06-201-12/+0
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-17/+0
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-171-156/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-3/+4
|\
| * QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-261-3/+4
* | 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