summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qabstractitemview
Commit message (Expand)AuthorAgeFilesLines
* 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-232-14/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-14/+3
| |\
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-042-14/+3
* | | 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
|/
* Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+53
* Fix result handling in QDialog::doneSamuel Gaist2017-02-071-0/+57
* Plug memleaks in tst_QAbstractItemViewMarc Mutz2017-01-261-3/+5
* tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-301-1/+1
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-0/+52
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-0/+52
| |\
| | * QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-0/+52
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-180/+117
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-180/+117
| |\|
| | * Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+41
| | * tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-178/+76
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-11/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-0/+108
|\|
| * QAbstractItemView test: check that the selection model is in sync with the viewGiuseppe D'Angelo2016-03-231-0/+55
| * QAbstractItemView: trigger handlers (and redraw) when changing selection modelGiuseppe D'Angelo2016-03-231-0/+54
* | Add SH_ItemView_ScrollMode style hint and use it in QMacStyleGabriel de Dietrich2016-02-111-0/+50
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-5/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-0/+38
|\|
| * Item Views: Avoid reentrant call in updateEditorGeometries()Gabriel de Dietrich2015-10-271-0/+38
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-6/+6
|/
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-2/+2
* Prospective fix to stabilize tst_QAbstractItemView::task200665_itemEntered().Friedemann Kleint2015-06-261-18/+5
* Fix problems with extended selection after changing the model contentsFrank Reininghaus2015-03-221-0/+119
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-031-1/+0
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-2/+42
|\
| * Respect the size hint signal for the column and row delegatesAndy Shaw2014-12-031-2/+42
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|