summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in tst_q{table,list}widgetMarc Mutz2016-11-162-8/+8
* QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-0/+52
* Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+41
* tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-70/+27
* tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-178/+76
* Fix UB (invalid enum value) in tst_QTreeViewMarc Mutz2016-07-311-30/+32
* Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-282-1/+63
* QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-091-0/+36
* QHeaderView: fixing selection of reordered rows and columnsVyacheslav Grigoryev2016-04-211-0/+20
* 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
* Blacklist tst_QTreeView::setSortingEnabledChild() on Windows.Friedemann Kleint2016-02-241-0/+2
* Re-enable tst_QTreeView::setSortingEnabled on Windows.Friedemann Kleint2016-02-182-28/+25
* QListView: fix skipping indexes in selectedIndexes().Anton Kudryavtsev2016-02-171-0/+28
* tests: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-032-12/+10
* Item Views: Avoid reentrant call in updateEditorGeometries()Gabriel de Dietrich2015-10-271-0/+38
* QAbstractItemView::sizeHintForRow()/Column: Check for null delegate.Friedemann Kleint2015-10-191-0/+12
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-1/+23
|\
| * QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-121-1/+23
* | Fix selected items after sorting in QTableWidgetLibor Tomsik2015-10-071-0/+19
* | Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-242-2/+2
* | Fix taskQTBUG_34717_collapseAtBottom testJędrzej Nowacki2015-09-222-30/+33
* | tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-3111-54/+54
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-33/+22
|\|
| * Stabilize tst_QListView::batchedMode().Friedemann Kleint2015-07-171-33/+22
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-016-22/+26
|\|
| * QFileIconEngine: Remove reference to QFileIconProviderGabriel de Dietrich2015-06-301-0/+17
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
| * Prospective fix to stabilize tst_QAbstractItemView::task200665_itemEntered().Friedemann Kleint2015-06-261-18/+5
| * fix usage of wince scopeOswald Buddenhagen2015-06-053-3/+3
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-143-0/+5
* | Make the test pass on high res mac displaysLars Knoll2015-06-061-2/+2
* | Wait for the window being active before sending it eventsLars Knoll2015-06-061-0/+1
* | Fix the autotest on MacLars Knoll2015-06-061-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-034-8/+148
|\|
| * Fix crash due to QTreeView accessing deleted model indexes.Joerg Bornemann2015-05-271-0/+78
| * Improve QListView scroll bar calculation.Christoph Schleifenbaum2015-05-101-0/+62
| * Use ItemIsUserTristate instead of ItemIsTristate in table & list tests.David Faure2015-05-092-8/+8
* | Allow horizontal scrolling with a mouse wheel for QListViewAlexander Volkov2015-05-261-0/+49
* | Fix table view testLars Knoll2015-05-221-4/+4
* | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-072-8/+8
|/
* Fix problems with extended selection after changing the model contentsFrank Reininghaus2015-03-222-0/+122
* autotests: fix the build in case of QT_NO_WHEELEVENTShawn Rutledge2015-03-031-1/+8
* QtWidgets: assorted migrations to QString::asprintfMarc Mutz2015-02-122-3/+3
* Update copyright headersJani Heikkinen2015-02-1117-119/+119
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-102-3/+11
|\
| * Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-061-0/+11
| * QHeaderView: check that length is correct and fix restoring Qt4 state.Arnaud Bienner2015-02-031-0/+31
| * Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-231-3/+0
* | Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-031-1/+0