summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-111-0/+3
|\
| * Revert "QTreeView: Make sure QHeaderView is notified on layoutChanged()"Thorbjørn Lund Martsum2018-01-051-0/+3
* | Clarify behavior of setData in QListWidget, QTableWidget, and QTreeWidgetKavindra Palaraja2018-01-093-0/+9
|/
* QTreeView: Fix QTreeViewPrivate::itemAtCoordinate()Christian Ehrlicher2018-01-021-1/+1
* QTreeView: Make sure QHeaderView is notified on layoutChanged()Christian Ehrlicher2017-12-171-3/+0
* QHeaderView: Use correct font for drag'n'drop indicator pixmapChristian Ehrlicher2017-12-121-0/+9
* QHeaderView: Fix painting vertical headers in rtl modeChristian Ehrlicher2017-12-121-6/+8
* QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-221-24/+10
* Start from the first visible item when doing a searchAndy Shaw2017-11-221-5/+13
* QTreeView: recalculate row heights in hide/showColumn()Christian Ehrlicher2017-11-171-0/+6
* QTableView: do not draw grid behind last sectionChristian Ehrlicher2017-11-171-0/+3
* QHeaderView: Skip hidden sections on cascading resizeChristian Ehrlicher2017-11-061-0/+6
* QHeaderView: Honor maximumSectionSize property during resizeSections()Christian Ehrlicher2017-11-061-1/+1
* QListView: make sure to respect grid size during dataChanged() handlingChristian Ehrlicher2017-11-041-3/+12
* Itemviews: Set the WA_InputMethodEnabled attribute correctlyAndy Shaw2017-09-201-10/+8
* Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-192-2/+6
* Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-125-11/+19
* Convert features.spinbox to QT_[REQUIRE_]CONFIGStephan Binner2017-09-123-6/+11
* QAbstractItemView: fix nullptr violationRaschbauer, Reinhard2017-08-041-1/+1
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-2516-64/+18
* Convert features.combobox to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-7/+11
* Convert features.datawidgetmappper to QT_[REQUIRE_]CONFIGStephan Binner2017-07-253-10/+6
* Convert features.dirmodel to QT_[REQUIRE_]CONFIGStephan Binner2017-07-253-10/+7
* QListView: Fix item movement in icon modeBłażej Szczygieł2017-07-211-2/+8
* Convert features.listview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-214-14/+11
* Convert features.treeview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-155-15/+11
* Convert features.tableview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-116-16/+14
* Convert features.datetimeedit to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-2/+4
* Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-112-2/+3
* QListView: Fix viewport size when checking scroll bar visibilityFriedemann Kleint2017-07-072-2/+8
* QFileSystemEntry: Export static helper function checking for the root pathFriedemann Kleint2017-07-032-7/+11
* Convert features.statustip to QT_CONFIGStephan Binner2017-06-293-6/+6
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-296-10/+13
* Convert features.treewidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-286-25/+16
* Convert features.listwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-284-14/+11
* Convert features.tablewidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-284-15/+11
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-282-3/+3
* Convert features.columnview to QT_[REQUIRE_]CONFIGStephan Binner2017-06-125-22/+17
* Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-016-60/+12
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-3/+5
|\
| * QHeaderView: fix visual/logical index corruption when restoring statev5.9.0-rc2v5.9.0David Faure2017-05-261-3/+5
* | Use hasFocus() to check if the QTreeView is considered active or notAndy Shaw2017-05-231-1/+1
|/
* Fix warning for -no-feature-lineeditTasuku Suzuki2017-04-301-0/+2
* Avoid expensive QHash::values() callsAnton Kudryavtsev2017-03-281-3/+6
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-283-0/+4
|\
| * Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-273-0/+4
* | Add feature.dialogStephan Binner2017-03-222-2/+0
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-0/+1
|\|
| * Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+1
* | QDataWidgetMapper: replace an inefficient QList with std::vectorMarc Mutz2017-03-201-31/+27