summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Don't render PE_PanelItemViewRow under tree decoration if style says noShawn Rutledge2019-05-151-1/+2
* fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-051-0/+2
* 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
* Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* QAbstractItemView: Don't let editor width exceed item width if not neededChristian Ehrlicher2019-03-141-0/+4
* QListView: Fix Shift+click selection for non-default itemAlignmentAlexander Volkov2019-02-272-3/+20
* Don't edit the item if we did not get the press event on the same itemAndy Shaw2019-02-261-1/+1
* Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-061-4/+30
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-9/+0
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-082-32/+91
| |\
| * | Revert "QListView: Honor css :first/:middle/:last Pseudo-States"Christian Ehrlicher2019-01-041-9/+0
* | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-104-7/+7
| |/ |/|
* | QTableView: Fix keyboard navigation with disabled rowsChristian Ehrlicher2018-12-182-32/+91
|/
* QTableWidget: fix cellChanged signal emitted by takeItem()Christian Ehrlicher2018-10-191-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-175-27/+31
|\
| * Modernize the "animation" featureLiang Qi2018-10-125-27/+31
* | QTreeView: adjust documentation of key bindingsChristian Ehrlicher2018-10-041-3/+4
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-272-4/+1
|\|
| * QHeaderView: Don't unhide hidden sections on layoutChanged()Christian Ehrlicher2018-09-241-3/+0
| * Modernize the "datestring" featureLiang Qi2018-09-241-1/+1
* | QTableView: Fix PageUp not getting to top when first row is hiddenChristian Ehrlicher2018-09-091-2/+6
* | QTreeView: Fix expanding of spanning itemsFriedemann Kleint2018-09-061-2/+7
* | QHeaderView: Take padding/margin into account when eliding textChristian Ehrlicher2018-09-061-2/+4
* | Handle device pixel ratio in QHeaderView::setupSectionIndicatorChristian Ehrlicher2018-08-281-1/+3
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-0/+1
* | QAbstractItemDelegate: only handle as json when type is QMetaType::QJsonValueChristian Ehrlicher2018-08-041-11/+14
* | QHeaderView: respect min/maxSectionSize in setDefaultSectionSize()Christian Ehrlicher2018-08-041-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\|
| * QHeaderView: Send the StatusTip events to itself if there is no parentAndy Shaw2018-06-141-1/+1
* | QTableView: update editor geometries directly after scrollbars are adjustedChristian Ehrlicher2018-06-281-1/+1
* | QTreeView: speedup expanding items via keyPressEvent/asteriskChristian Ehrlicher2018-06-251-10/+12
* | QListView: do not delete item on internal moveChristian Ehrlicher2018-06-221-0/+4
* | QTreeWidget: Keep items hidden even if their parents are reparentedAndy Shaw2018-06-153-10/+44
* | Add itemAlignment property to QListViewAlexander Volkov2018-06-083-5/+59
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-0717-56/+62
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2917-56/+62
* | QTableWidget: fix handling of Qt::EditRole/DisplayRole in setItemData()Christian Ehrlicher2018-05-141-3/+6
* | QTableWidgetItem: pass role to dataChanged() signalChristian Ehrlicher2018-05-123-10/+16
* | QHeaderView: reset cached size hint on reset()Christian Ehrlicher2018-05-101-0/+2
* | QHeaderView: emit geometriesChanged() when the header is resizedChristian Ehrlicher2018-04-221-0/+1
* | ItemViews: use range-based for instead of foreachAnton Kudryavtsev2018-04-156-8/+8
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-1/+1
|\|
| * QTableWidget: fix spelling errorRichard Moe Gustavsen2018-03-231-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-152-11/+10
|\|
| * Item views: Fix 5.11 API review findingsFriedemann Kleint2018-03-142-11/+10
* | QTreeView: speedup isFirstColumnSpanned/setFirstColumnSpannedChristian Ehrlicher2018-03-082-17/+8
* | QItemDelegate: fix text height calculationChristian Ehrlicher2018-03-081-15/+53
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-081-1/+5
|\|
| * QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-071-1/+5