summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qabstractitemview/tst_qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_QAbstractItemView::QTBUG31411_noSelection() remove setActiveWindow()Frédéric Lefebvre11 days1-1/+0
* tst_QAbstractItemView::testFocusPolicy() remove setActiveWindow()Frédéric Lefebvre11 days1-1/+0
* testNoActivationOnDisabledItem() remove setActiveWindow()Frédéric Lefebvre11 days1-1/+0
* tst_QAbstractItemView::deselectInSignleSelection remove setActiveWindowFrédéric Lefebvre11 days1-1/+0
* tst_QAbstractItemView::testChangeEditorState() remove setActiveWindow()Frédéric Lefebvre11 days1-1/+0
* tst_QAbstractView::inputMethodEnabled() remove setActiveWindow()Frédéric Lefebvre11 days1-6/+0
* tst_QAbstractItemView::testClickedSignal() remove setActiveWindow()Frédéric Lefebvre2024-04-261-1/+0
* QTBUG6407_extendedSelection() remove setActiveWindow()Frédéric Lefebvre2024-04-261-1/+0
* tst_QAbstractItemView::task221955_selectedEditor remove setActiveWindowFrédéric Lefebvre2024-04-261-1/+0
* tst_QAbstractItemView::setItemDelegate() remove setActiveWindow()Frédéric Lefebvre2024-04-261-1/+0
* QAbstractItemView: Release tab focus when hiddenViktor Arvidsson2024-02-291-0/+28
* QAbstractItemView: close all child editors when parent is removedChristian Ehrlicher2024-02-081-4/+29
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tests: make tst_QAIV::removeIndexWhileEditing() work on WaylandLiang Qi2024-01-241-0/+2
* QAIV: reset state if removing index while editing or committingVolker Hilsheimer2023-12-141-0/+58
* Tests/QAbstractiItemView: fix runtime warningsChristian Ehrlicher2023-10-011-6/+7
* QAbstractItemDelegate: Update spinbox editor value before committingDoris Verria2023-09-251-0/+58
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-16/+13
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+43
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-0/+32
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-37/+37
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* tests: skip two tests in tst_QAbstractItemView on WaylandLiang Qi2022-10-071-0/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-8/+8
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-19/+20
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QAbstractItemView: with single selection, deselect on Ctrl+ReleaseVolker Hilsheimer2022-03-241-0/+8
* Repair tst_qabstractitemview in case of no cursorAndreas Buhr2022-02-161-1/+7
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-10/+15
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+38
* QAbstractItemView: auto-scroll with selection rectangleVolker Hilsheimer2021-10-221-0/+117
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-011-0/+75
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-1/+1
* Stabilize flaky scrollerSmoothScroll test caseVolker Hilsheimer2021-06-151-2/+4
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-141-0/+58
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+62
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-10/+19
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-071-3/+20
* QAbstractItemView: add test for mouse selectionVolker Hilsheimer2021-06-031-0/+215
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-031-0/+95
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-0/+46
* Fix a mistake when using QLatin1String::argGiuseppe D'Angelo2020-11-071-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-25/+21
* Remove winrtOliver Wolff2020-06-061-9/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+58
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-0/+58
| |\
| | * itemviews: Use the start of the current selection when getting the rangeAndy Shaw2020-03-301-0/+58