summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | QTreeWidget: forbid forcing PartiallyChecked on parent tristate items.David Faure2015-01-251-0/+6
* | Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-252-1/+64
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-213-3/+48
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-3/+48
| |\|
| | * Android: Fix QDirModel testsEskil Abrahamsen Blomfeldt2015-01-163-3/+48
* | | QHeaderView: fix restoring Qt4 state.Arnaud Bienner2015-01-201-0/+31
|/ /
* | tst_qitemdelegate: remove more duplication.David Faure2015-01-171-12/+1
* | QItemDelegate: let QTextEdit and QPlainTextEdit receive tab keypressesGiuseppe D'Angelo2015-01-042-5/+86
* | Make the defaultSectionSize property of QHeaderView style dependentAlexander Volkov2014-12-111-0/+36
* | 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
* | tst_QItemDelegate: simplify code, no behavior changeDavid Faure2014-12-021-68/+16
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-242-5/+3
|\|
| * tst_qtableview: fix virtual-override clang warningDavid Faure2014-11-241-2/+2
| * tst_qitemdelegate: make the test more robustDavid Faure2014-11-111-3/+1
* | tst_qdatawidgetmapper: stop using module-wide includesGiuseppe D'Angelo2014-11-141-3/+6
* | Implement QTableWidget/QListWidget::mimeData()Giuseppe D'Angelo2014-10-312-1/+122
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-0/+159
|\|
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-0/+159
| |\
| | * QAbstractItemView: fix CTRL+A select all behaviorMaximilian Hrabowski2014-10-131-0/+159
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-1/+1
|\| |