summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QAbstractItemView: Release tab focus when hiddenViktor Arvidsson2024-02-291-1/+1
* QAbstractItemView: close all child editors when parent is removedChristian Ehrlicher2024-02-081-1/+12
* Doc: Add missing full stop to briefsPaul Wicking2023-12-201-1/+1
* QAIV: reset state if removing index while editing or committingVolker Hilsheimer2023-12-141-31/+40
* QtWidgets: finally Q_FOREACH-freeAhmad Samir2023-10-131-2/+0
* QAbstractItem/Column/TreeView: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-011-26/+26
* Widgets/Itemviews: use pmf-style connect in QAbstractItemViewChristian Ehrlicher2023-09-291-111/+130
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-011-0/+6
* QAbstractItemView: port Q_FOREACH to ranged-forAhmad Samir2023-08-301-1/+5
* Mark QtWidgets as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-091-0/+2
* Implement private visualRect() in QTreeView and QAbstractItemViewAxel Spoerl2023-08-011-3/+3
* Normalize signal/slot signatures [1/2]: non-QPairMarc Mutz2023-07-121-4/+4
* Immediately drag when start distance is 0 in abstract item viewMikolaj Boc2023-07-051-12/+18
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-271-1/+1
* 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