summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+1
* 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
* widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-0/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-1/+1
|\
| * Accessibility: Fix selection change notifications on LinuxFrederik Gladhorn2015-01-211-1/+1
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix key navigation through cells with spans in QTableView.Mitch Curtis2014-06-061-1/+8
* Revert "QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel."Thorbjørn Martsum2014-01-141-2/+2
* Rename private viewOptions to viewOptionsV1Samuel Gaist2013-10-171-3/+3
* Move the viewOptions code back to public implementationSamuel Gaist2013-10-171-9/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-12/+12
* QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-261-2/+2
* QTableView::sizeHintForRow minor fix of word wrap in a special caseThorbjørn Martsum2013-07-041-1/+10
* QTableView::sizeHintForRow move word wrap into heightHintForIndexThorbjørn Martsum2013-07-041-14/+7
* QHeaderView - add parameter to control sizeHint precisionThorbjørn Martsum2013-05-131-4/+19
* resizeToContents - QTableView to consider cells outside visible areaThorbjørn Martsum2013-05-131-2/+79
* resizeToContents - move some of sizeHint into separate functionsThorbjørn Martsum2013-05-091-18/+40
* resizeToContents - QTableView - faster hint when view is hiddenThorbjørn Martsum2013-05-091-0/+10
* Unify header-based scroll offsets in itemviewsJ-P Nurmi2013-05-071-23/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-3/+8
|\
| * Fix QTableView::doItemsLayout()J-P Nurmi2013-04-221-3/+8
* | QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHintChristoph Schleifenbaum2013-04-221-0/+13
* | When doing a PageDown or PageUp it should show the next set of cellsAndy Shaw2013-04-091-2/+2
|/
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1