summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2217-17/+17
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1817-17/+17
* | Merge branch 'stable' into devSergio Ahumada2013-01-094-0/+48
|\|
| * Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-084-0/+48
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0710-30/+0
|\|
| * Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-049-23/+0
| * Remove metatype registration of built-in types.Stephen Kelly2013-01-036-7/+0
* | QAbstractItemView - allow deselect in single selection mode.Thorbjørn Lund Martsum2013-01-021-0/+43
|/
* tst_qlistview: remove redundant includeJ-P Nurmi2012-11-231-4/+0
* Account for the item spacing when using QListView::scrollTo()Pierre Rossi2012-11-231-5/+0
* Remove warnings from qtbase.Mitch Curtis2012-11-211-0/+1
* Regression fix to QHeaderView::setDefaultSectionSizeThorbjørn Lund Martsum2012-11-151-1/+7
* Mac: refactor scrollbar animationsJ-P Nurmi2012-11-022-6/+9
* Strip trailing whitespace in itemviews.Stephen Kelly2012-11-013-11/+11
* test: Remove QSKIP from tst_QListView::setCurrentIndexAfterAppendRowCrashSergio Ahumada2012-10-301-4/+5
* QComboBox: fix use in QDataWidgetMapper/QItemDelegateMark Brand2012-10-261-2/+3
* correct spelling in commentMark Brand2012-10-251-1/+1
* Implement viewOptions logic in QTableViewPrivate.Stephen Kelly2012-10-251-0/+12
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-0/+10
* Make sure uints remain uints when editing in itemviews.Stephen Kelly2012-10-192-0/+80
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-199-53/+53
* Exclude a QCOMPARE in tst_QListWidget instead of excluding the whole class.Stephen Kelly2012-10-162-2/+5
* Mark QTreeView test as significant.Stephen Kelly2012-10-121-1/+0
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-2/+2
* Fix segfault when delegates change properties on editors.Stephen Kelly2012-10-041-0/+56
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Implement viewOptions() logic in QListViewPrivate.Stephen Kelly2012-09-241-0/+17
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-222-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2217-408/+408
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-291-2/+39
* tst_QTreeView: fix unused variable warningMarc Mutz2012-08-231-1/+1
* tst_QColumnView: fix unused variable warningMarc Mutz2012-08-221-1/+0
* 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
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-201-0/+27
* Fix a QListViewItem width when spacing is setJani Honkonen2012-08-191-4/+77
* Fix QListWidget scrolling with keys when there are hidden itemsJani Honkonen2012-08-191-0/+51
* 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
* Take scroll position into account when painting drag pixmap.Stephen Kelly2012-08-102-1/+42
* Only emit the clicked() signal from views if the left button is used.Stephen Kelly2012-08-071-0/+25
* Ensure that we return an invalid QTableWidgetItem when none is available.Stephen Kelly2012-08-071-0/+16
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-032-9/+0
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0116-0/+16
* Stabilize the QHeaderView test.Friedemann Kleint2012-07-311-1/+9