summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qabstractitemview
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce QItemDelegate::destroyEditor virtual invoked at editor closeThorbjørn Lund Martsum2012-02-021-3/+29
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* widgets: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-4/+4
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-203-0/+1508