summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qabstractitemview
Commit message (Expand)AuthorAgeFilesLines
* 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_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-178/+76
* 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
* Item Views: Avoid reentrant call in updateEditorGeometries()Gabriel de Dietrich2015-10-271-0/+38
* 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
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QAbstractItemView: add iconSizeChanged signal.David Faure2014-09-121-0/+5
|/
* Fix crash when inserting the same instance widget more than onceJorgen Lind2014-06-261-0/+18
* Stabilize tst_QAbstractItemView::task250754_fontChange().Friedemann Kleint2014-04-301-1/+1
* QNX: Fix QAbstractItemView autotestFabian Bumberger2014-04-041-4/+10
* Item views: respect selection mode when closing an editorJ-P Nurmi2014-04-011-0/+42
* Item views: respect focus policy when closing an editorJ-P Nurmi2014-04-011-0/+54
* Do not run tst_qabstractitemview in parallelFrederik Gladhorn2014-03-191-1/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-0/+1
|\
| * Stabilize tst_QAbstractItemView::task200665_itemEntered()Gabriel de Dietrich2014-01-151-0/+1
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-4/+4
|/
* Stabilize tst_qabstractitemviewMarc Mutz2013-12-111-1/+1
* Stabilize tst_qabstractitemview.Friedemann Kleint2013-11-161-33/+106
* Remove QTRY_ macro from tst_qabstractitemview.Friedemann Kleint2013-11-151-13/+2
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+0
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-4/+4
* QtWidgets tests: Don't call the empty function QApplication::syncX()Debao Zhang2013-03-271-1/+0
* Don't emit activated on clicking disabled itemview item.Mitch Curtis2013-01-261-0/+24
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-01-091-0/+9
|\|
| * Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-0/+9
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-071-1/+0
|\|
| * Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* | QAbstractItemView - allow deselect in single selection mode.Thorbjørn Lund Martsum2013-01-021-0/+43
|/
* Remove warnings from qtbase.Mitch Curtis2012-11-211-0/+1
* Fix segfault when delegates change properties on editors.Stephen Kelly2012-10-041-0/+56
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Only emit the clicked() signal from views if the left button is used.Stephen Kelly2012-08-071-0/+25
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-031-6/+0
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-251-5/+4
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-11/+5
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Fix some compiler warnings in tests.Friedemann Kleint2012-03-271-2/+1