summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QTreeWidget: remove deprecated function items()Christian Ehrlicher2020-06-202-13/+0
* Long live std::pair!Giuseppe D'Angelo2020-06-101-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-087-48/+48
* Remove winrtOliver Wolff2020-06-061-5/+3
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-044-1536/+1
* QTableWidget: simplify QTableWidgetSelectionRangeChristian Ehrlicher2020-05-282-47/+17
* QListWidget: remove unused memberChristian Ehrlicher2020-05-231-1/+0
* QTreeView: Use devicePixelRatioF for cached animation pixmapKai Uwe Broulik2020-05-191-2/+2
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-117-76/+7
* QListWidget/View: Update the selection when moving items within the viewVolker Hilsheimer2020-04-242-42/+45
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-216-8/+14
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-1717-607/+5
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-102-7/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-083-14/+27
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-3/+9
| |\
| | * itemviews: Use the start of the current selection when getting the rangeAndy Shaw2020-03-301-3/+9