summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* TableView: Trigger the resizing of editors resizing a row/columnAndy Shaw2021-01-051-0/+4
* QTreeWidgetItem: fix documentation error for childIndicatorPolicy()Christian Ehrlicher2021-01-051-1/+1
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-3/+3
* QListView: don't crash when an empty container is passed to itemsRect()Christian Ehrlicher2020-12-221-7/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-045-5/+5
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-012-6/+26
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-271-1/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-163-8/+8
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Deprecate QVariant::TypeLars Knoll2020-10-231-2/+2
* Don't divide by zero when calculating number of itemsVolker Hilsheimer2020-10-161-1/+1
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-165-15/+28
* Fix infinite loop triggered when displaying model with QTreeViewDoris Verria2020-10-141-1/+5
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-2/+10
* QAbstractItemView: Don't allow CopyAction for InternalMove viewsVolker Hilsheimer2020-10-011-0/+2
* Fix some qdoc warnings: QTableWidgetSelectionRangeVolker Hilsheimer2020-09-211-0/+10
* Fix some qdoc warnings: typosVolker Hilsheimer2020-09-211-2/+2
* Fix some qdoc warnings: broken linksVolker Hilsheimer2020-09-211-4/+3
* Fix some qdoc warnings: unnamed parametersVolker Hilsheimer2020-09-212-3/+6
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-151-1/+1
* QAbstractItemView: add virtual itemDelegateForIndexVolker Hilsheimer2020-09-127-41/+61
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-102-3/+3
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-101-2/+2
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-24/+42
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-022-8/+8
* Move event-response code into dedicated event handlersVolker Hilsheimer2020-09-022-6/+17
* QAbstractItemView: make clipboard copy less constrainedSamuel Gaist2020-08-291-1/+1
* Properly fix issue in qtablewidget.cppAndrei Golubev2020-08-281-1/+4
* Fix subtle issue in tst_qtablewidgetAndrei Golubev2020-08-271-1/+1
* QColumnView: replace QItemDelegate with QStyledItemDelegatePeng Wenhao2020-08-262-10/+7
* Remove ### Qt 6 commentVolker Hilsheimer2020-08-263-3/+0
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-268-66/+93
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-253-116/+13
* Deprecate int based convert/canConvertLars Knoll2020-08-241-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-1/+1
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-197-28/+22
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-19/+5
* Remove call to static QGuiApplication::keyboardModifiers methodVolker Hilsheimer2020-08-171-2/+2
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-152-2/+2
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-11/+11
* QHeaderView: create virutal initStyleOptionForIndex functionThorbjørn Lund Martsum2020-08-132-19/+50
* Make initStyleOption virtual for various classesThorbjørn Lund Martsum2020-07-312-1/+11
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-2/+2
* Item widgets: fix crash in mimeTypes()Giuseppe D'Angelo2020-07-082-2/+7
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-19/+19
* Use qsizetype in QListLars Knoll2020-07-062-2/+2
* Only use one macro per lineLars Schmertmann2020-07-031-1/+2
* Use QList instead of QVector in widgetsJarek Kobus2020-07-0231-194/+220
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-214-4/+4
* Remove deprecated roles BackgroundColorRole and TextColorRoleChristian Ehrlicher2020-06-202-4/+0