summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTableView: fix infinite loop when resizing rows/columns on model resetVolker Hilsheimer10 days1-16/+14
* QTableView: fix cornerWidget connectionChristian Ehrlicher13 days1-1/+1
* a11y: Only send focus event when item has focusMichael Weghorn2023-12-121-1/+1
* Fix build with -no-feature-abstractbuttonTasuku Suzuki2023-10-211-0/+2
* QtWidgets: finally Q_FOREACH-freeAhmad Samir2023-10-131-2/+0
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-051-1/+1
* QTableView/Widget: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-011-24/+14
* Widgets/Itemviews: use pmf-style connect in QTableViewChristian Ehrlicher2023-10-011-60/+83
* QTableView: add an operator<<(QDebug, SpanList)Ahmad Samir2023-08-091-12/+13
* Mark QtWidgets as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-091-0/+2
* Move pixelator example to manual testTor Arne Vestbø2023-06-301-1/+1
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-271-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* QTableView: set correct clip on QPainter when using spansRichard Moe Gustavsen2022-06-201-4/+23
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QTableView: Document the customizations applied to QHeaderViewSze Howe Koh2022-03-291-0/+2
* 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
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-121-7/+17
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-121-2/+4
* Add a style hint to draw the left/top border lines when header is hiddenAndy Shaw2021-06-161-0/+22
* Document parameter correctly, fix qdoc warningVolker Hilsheimer2021-04-131-1/+1
* QTable/ListView: mark functions as reimp instead internalChristian Ehrlicher2021-04-021-4/+4
* TableView: Trigger the resizing of editors resizing a row/columnAndy Shaw2021-01-051-0/+4
* QTableView: honor spans when calculating height/width hintChristian Ehrlicher2020-12-101-0/+17
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-6/+6
* Fix some qdoc warnings: unnamed parametersVolker Hilsheimer2020-09-211-2/+4
* QAbstractItemView: add virtual itemDelegateForIndexVolker Hilsheimer2020-09-121-4/+4
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-021-4/+4
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-7/+9
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-191-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-5/+5
* Only use one macro per lineLars Schmertmann2020-07-031-1/+2
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-171-16/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-8/+14
|\
| * QTableView: Make sure to repaint all needed cells during resizingChristian Ehrlicher2020-03-211-8/+14
* | QTableView: remove unused lambda captureFabian Kosmale2020-04-011-1/+1
* | QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-281-0/+46
|/
* Honor alpha for SH_Table_GridLineColorChristian Ehrlicher2019-11-141-1/+1
* QTableView: properly deselect row when column 0 is hidden/not visibleChristian Ehrlicher2019-10-241-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-151-2/+6
|\
| * QTree/TableView: allow to reset the sort order to natural sortingChristian Ehrlicher2019-08-131-2/+6
* | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-2/+3
* | QTableView: replace QLinkedList with std::listMarc Mutz2019-05-141-18/+18
* | QTableView: don't convert QSet to QList just to iterate over itMarc Mutz2019-05-131-7/+5
* | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-2/+2
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-4/+4
|/