summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qtreeview/tst_qtreeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTreeView - fix next focus when there is no current indexThorbjørn Martsum2013-08-301-0/+15
* Add missing wait for window shown.Stephen Kelly2013-04-091-0/+2
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-6/+6
* QtWidgets tests: Don't use the deprecated QTest::qWaitForWindowShown()Debao Zhang2013-03-271-1/+1
* tst_qtreeview: Use QRect::intersected instead of QRect::intersectDebao Zhang2013-03-261-1/+1
* Fix warnings about overloaded virtuals in tests (CLANG).Friedemann Kleint2013-03-121-4/+5
* QTreeView::expandToDepth - add missing emit of expanded and collapsedThorbjørn Lund Martsum2013-02-021-0/+9
* QTreeView - emit collapsed in collapseAll()Thorbjørn Lund Martsum2013-01-311-2/+12
* QTreeView - emit expanded on expandAllThorbjørn Lund Martsum2013-01-311-4/+23
* Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-291-0/+40
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-0/+12
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-2/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-10/+10
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-221-5/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-291-2/+39
* tst_QTreeView: fix unused variable warningMarc Mutz2012-08-231-1/+1
* Make keyboard search work in the current column, not only the first.Stephen Kelly2012-08-221-0/+30
* Fix indexAbove and indexBelow to return indexes in the correct column.Stephen Kelly2012-08-221-15/+37
* Emit layoutChange signals when changing QPersistentModelIndexes.Stephen Kelly2012-08-181-0/+39
* Make selectAll() do nothing if the mode is NoSelection.Stephen Kelly2012-08-151-0/+6
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-251-9/+9
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-5/+4
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-281-0/+42
* Rename setResizeMode to setSectionResizeMode.Stephen Kelly2012-05-071-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-031-2/+2
* Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-261-0/+33
* Add some more output to debug a flaky test.Stephen Kelly2012-04-201-2/+8
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-171-0/+13
* 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
* Expect tst_QTreeView::editTriggers() failure on Mac OS XBradley T. Hughes2012-01-201-0/+3
* QTreeView: fix crash when starting a drag with hidden columns.David Faure2012-01-121-19/+26
* Set missing flags in the option when rendering QTreeView drag pixmapDavid Faure2012-01-121-1/+12
* 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
* Doc: Fixing typoSergio Ahumada2011-10-261-1/+1
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-201-0/+3942