summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-1/+1
* QAbstractItemView: execute posted layouts before paintingVolker Hilsheimer2023-02-281-0/+6
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+3
* QAbstractItemView: don't access invalid indexes on copy-keyVolker Hilsheimer2023-02-131-5/+6
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-1/+5
* Fix build with -no-feature-draganddropTasuku Suzuki2023-01-171-4/+22
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* 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