summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-13/+10
| |\
| | * QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-091-13/+10
* | | QtWidgets: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-03-021-2/+1
|/ /
* | QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-281-2/+2
* | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-13/+8
* | QAIV - allow users to control single step in ScrollPerPixel modeThorbjørn Lund Martsum2015-12-091-2/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-12/+4
|\|
| * QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-281-8/+4
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-4/+0
* | 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-3/+4
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Fix some qdoc-warnings.Friedemann Kleint2015-07-101-1/+1