summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Don't trigger qBound assert in QExpandingLineEditVolker Hilsheimer2022-06-291-1/+1
* QStyledItemDelegate: Fix the event filter docLaszlo Papp2022-06-281-2/+3
* QAbstractItemDelegate: Remove a duplicate doc entryLaszlo Papp2022-06-201-2/+2
* QTableView: set correct clip on QPainter when using spansRichard Moe Gustavsen2022-06-201-4/+23
* Provide overload for Qt::AlignmentFlags in item widget itemsVolker Hilsheimer2022-06-176-0/+21
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-154-17/+17
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-181-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-1650-1901/+101
* Item widgets: clean up treatment of Qt::TextAlignmentRole / CheckStateRoleGiuseppe D'Angelo2022-05-166-8/+112
* QAbstractItemDelegate: fix rect given to tooltip handingDavid Faure2022-05-091-6/+1
* QAbstractItemView: check the index emitted by the delegate's sizeHintChangedGiuseppe D'Angelo2022-04-283-6/+18
* QAbstractItemView: warn in some erroneous conditionsGiuseppe D'Angelo2022-04-271-2/+6
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-262-2/+2
* QTableView: Document the customizations applied to QHeaderViewSze Howe Koh2022-03-291-0/+2
* QAbstractItemView: with single selection, deselect on Ctrl+ReleaseVolker Hilsheimer2022-03-241-9/+22
* Itemviews: start fixing mixups of int/enum for Qt's item rolesGiuseppe D'Angelo2022-03-234-9/+15
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-0/+1
* Core: Remove 'properties' featureKai Köhne2022-02-142-22/+0
* Always update pressedPosition when drag was enabledZhang Hao2022-02-101-12/+13
* QAbstractItemView: do not access invalid model indices (3/N)Giuseppe D'Angelo2022-02-021-7/+41
* QAbstractItemView: do not access invalid model indices (2/N)Giuseppe D'Angelo2022-02-011-0/+2
* QAbstractItemView: do not access invalid model indices (1/N)Giuseppe D'Angelo2022-02-011-1/+2
* QAbstractItemView: code tidiesGiuseppe D'Angelo2022-02-011-4/+12
* QTableWidgetSelectionRange: make relational operators noexceptMarc Mutz2022-01-211-4/+4
* QtWidgets: auto-test-export private classes, unbreaking ubsan buildsMarc Mutz2021-12-161-1/+1
* Fix item view auto-scrolling during drag'n'dropVolker Hilsheimer2021-12-101-8/+24
* QTableWidget doc: remove wrong comment for itemExpanded()Christian Ehrlicher2021-12-081-3/+0
* QListView: fix a broken qBoundGiuseppe D'Angelo2021-12-061-1/+1
* QTableView: correctly toggle column selection when scrolledVolker Hilsheimer2021-12-021-1/+1
* Draw QTableView grid lines centered between table cellsTor Arne Vestbø2021-11-081-3/+5
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+1
* QAbstractItemView: auto-scroll with selection rectangleVolker Hilsheimer2021-10-222-10/+20
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-154-10/+10
* widgets: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-121-7/+17
* QTableWidgetSelectionRange: Make it possible to compare for equalityVolker Hilsheimer2021-10-122-0/+22
* QAbstractItemView: fix crash if setData() does a model resetDavid Faure2021-10-011-3/+10
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-012-21/+94
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-2/+4
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-012-4/+4
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-1/+41
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-281-1/+1
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-4/+8
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+2
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-152-1/+12
* Initialize class members of QTreeWidgetItem at declarationAndreas Buhr2021-07-152-57/+15
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-141-2/+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-122-19/+9