summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* TableView: Trigger the resizing of editors resizing a row/columnAndy Shaw2021-01-051-0/+4
* 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
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-24/+1
|\
| * QTableView: don't draw additional grid lines top and leftChristian Ehrlicher2019-04-091-23/+0
| * QTableView: fix Ctrl+End behavior with disabled columnsChristian Ehrlicher2019-04-091-1/+1
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-4/+5
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-061-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-22/+81
|\|
| * QTableView: Fix keyboard navigation with disabled rowsChristian Ehrlicher2018-12-181-22/+81
* | QTreeView/TableView: explicitly mark sortByColumn(int) as deprecatedChristian Ehrlicher2018-11-021-8/+27
* | QAbstractScrollArea: fix sizeHint when widget is not visibleChristian Ehrlicher2018-10-041-2/+0
* | QTableView: fix calculating cells to drawChristian Ehrlicher2018-09-171-2/+2
|/
* QTableView: Fix PageUp not getting to top when first row is hiddenChristian Ehrlicher2018-09-091-2/+6
* QTableView: update editor geometries directly after scrollbars are adjustedChristian Ehrlicher2018-06-281-1/+1
* 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
* | ItemViews: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-2/+2
* | QTableView: Fix drawing grid for spanned cellsChristian Ehrlicher2018-03-041-6/+35
|/
* QCommonStylePrivate::viewItemSize: fix text height calculationChristian Ehrlicher2018-01-171-0/+3
* Avoid useless casts to/from uintChristian Ehrlicher2018-01-091-7/+7
* Add QHeaderView::setFirstSectionMovable(), useful for flat treeviewsDavid Faure2018-01-021-2/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-0/+3
|\
| * QTableView: do not draw grid behind last sectionChristian Ehrlicher2017-11-171-0/+3
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* Convert features.tableview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-3/+0
* Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-011-15/+2
* Add feature.abstractbuttonStephan Binner2017-03-131-0/+10
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-13/+10
|\