summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-5/+2
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-271-1/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-1/+4
* QAbstractItemView: Don't allow CopyAction for InternalMove viewsVolker Hilsheimer2020-10-011-0/+2
* Fix some qdoc warnings: broken linksVolker Hilsheimer2020-09-211-4/+3
* QAbstractItemView: add virtual itemDelegateForIndexVolker Hilsheimer2020-09-121-13/+25
* QAbstractItemView: make clipboard copy less constrainedSamuel Gaist2020-08-291-1/+1
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-32/+48
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-191-16/+11
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-19/+5
* Remove call to static QGuiApplication::keyboardModifiers methodVolker Hilsheimer2020-08-171-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-13/+13
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-5/+6
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-13/+13
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-0/+2
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-171-58/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-5/+11
|\
| * 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
* | | QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-281-2/+26
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-1/+3
|\|
| * QAbstractItemView: Make sure to update the editor geometriesChristian Ehrlicher2020-02-231-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-9/+0
|\|
| * QAbstractItemView: do not request illegal model indexesGiuseppe D'Angelo2020-02-141-9/+0
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+5
|\|
| * QAbstractItemView: add a note about ToolTipRole in dataChanged()Christian Ehrlicher2019-12-091-0/+2
| * Item views: do not clip items horizontally in dragging iconEirik Aavitsland2019-12-061-1/+3
* | QAIV::sizeHintForIndex: return correct size when no delegate is setChristian Ehrlicher2019-12-091-2/+3
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-24/+24
|/
* QAbstractItemView: don't toggle selection on mouse move on some indexChristian Ehrlicher2019-11-061-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-1/+1
|\
| * Always update the pressed position when pressing on an itemAndy Shaw2019-10-021-1/+1
* | QTree/TableView: Don't emit clicked when releasing after double clickVolker Hilsheimer2019-08-291-0/+1
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-2/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-1/+1
|\|
| * QAbstractItemView: refine documentation for SingleSelectionChristian Ehrlicher2019-07-311-1/+1
* | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-6/+8
* | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-9/+9
* | Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-9/+2
|/
* Fix some qdoc warningsFriedemann Kleint2019-03-151-0/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-1/+1
|\
| * Don't edit the item if we did not get the press event on the same itemAndy Shaw2019-02-261-1/+1
* | QtWidgets/Graphics-/ItemViews: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-051-0/+2
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-2/+2
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-061-1/+1