summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-8/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QAbstractItemView: check the index emitted by the delegate's sizeHintChangedGiuseppe D'Angelo2022-04-281-6/+16
* QAbstractItemView: warn in some erroneous conditionsGiuseppe D'Angelo2022-04-271-2/+6
* QAbstractItemView: with single selection, deselect on Ctrl+ReleaseVolker Hilsheimer2022-03-241-9/+22
* Always update pressedPosition when drag was enabledZhang Hao2022-02-101-12/+13
* QAbstractItemView: do not access invalid model indices (3/N)Giuseppe D'Angelo2022-02-021-7/+41
* QAbstractItemView: do not access invalid model indices (2/N)Giuseppe D'Angelo2022-02-011-0/+2
* QAbstractItemView: do not access invalid model indices (1/N)Giuseppe D'Angelo2022-02-011-1/+2
* QAbstractItemView: code tidiesGiuseppe D'Angelo2022-02-011-4/+12
* Fix item view auto-scrolling during drag'n'dropVolker Hilsheimer2021-12-101-8/+24
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+1
* QAbstractItemView: auto-scroll with selection rectangleVolker Hilsheimer2021-10-221-10/+19
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-2/+2
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* QAbstractItemView: fix crash if setData() does a model resetDavid Faure2021-10-011-3/+10
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-011-21/+92
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-281-1/+1
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-141-2/+15
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+4
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-3/+10
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-071-0/+9
* QAbstractItemView: Don't change selection if editor ate release eventVolker Hilsheimer2021-06-071-1/+2
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-031-2/+5
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* ItemViews: Don't remove items on internal moveChristian Ehrlicher2021-01-181-2/+4
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-3/+3
* 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