summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qabstractitemview/tst_qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: skip two tests in tst_QAbstractItemView on WaylandLiang Qi2022-10-111-0/+6
* 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
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+38
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-011-0/+75
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-051-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
* | | QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-281-1/+101
|/ /
* | Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+43
* | tst_QAbstractItemView: cleanupChristian Ehrlicher2019-10-101-384/+280
|/
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-3/+0
* Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-081-5/+0
* winrt: Implement QPlatformCursor::setPosOliver Wolff2018-08-061-3/+0
* winrt: Make itemview auto tests passOliver Wolff2018-06-221-0/+12
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-3/+3
* tests/auto/widgets/itemviews: Avoid unconditional qWait()sKari Oikarinen2018-05-091-9/+1
* tst_QAbstractItemView: Wrap qWaitForWindowActive in QVERIFYKari Oikarinen2018-03-011-4/+3
* Make sure the parent view will have focus when activation is given backAndy Shaw2018-02-151-0/+79
* itemviews: When an index widget gets focus, update the current indexAndy Shaw2018-01-221-0/+53
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-13/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-13/+2
| |\
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-041-13/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-3/+109
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-3/+3
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+106
| |\|
| | * Itemviews: Set the WA_InputMethodEnabled attribute correctlyAndy Shaw2017-09-201-0/+106
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-6/+6
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-0/+25
|\|
| * QAbstractItemView: fix nullptr violationRaschbauer, Reinhard2017-08-041-0/+25
* | Fix tst_QAbstractItemView::task200665_itemEnteredTor Arne Vestbø2017-07-251-2/+2
* | QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-201-0/+4
|/