summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-257-57/+54
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+0
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-206-35/+19
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-161-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* QItemDelegate - add a more comprehensive testThorbjørn Lund Martsum2012-07-091-0/+124
* QHeaderView - adding an auto test with saveState and restoreStateThorbjørn Lund Martsum2012-07-051-0/+22
* QHeaderView - prevent negative default+minimum section sizesThorbjørn Lund Martsum2012-07-041-6/+4
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-297-2811/+0
* Fix qitemview and qdatetimeedit autotest builds for WinCE.Janne Anttila2012-06-211-0/+4
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-06-141-0/+48
* Fix crash in QTreeWidgetItem::sortChildren when adding new item.Markku Heikkila2012-06-081-0/+33
* Fix tst_qlistwidget::fastScroll test caseMiikka Heikkinen2012-06-011-0/+5
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-281-0/+42
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-2811-0/+11
* QWindowsBackingStore: Implement scroll.Friedemann Kleint2012-05-211-2/+0
* Remove capitalization when specifying include-libraries.kb2012-05-141-1/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Rename setResizeMode to setSectionResizeMode.Stephen Kelly2012-05-073-12/+12
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-033-7/+7
* Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-261-0/+33
* Ensure that this widget has focus before sending a keypress.Stephen Kelly2012-04-201-0/+2
* Add some more output to debug a flaky test.Stephen Kelly2012-04-201-2/+8
* Re-enable the QItemDelegate test on Ubuntu 11.10.Jason McDonald2012-04-191-2/+0
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-171-0/+13
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-163-6/+4
|\
| * Put bug numbers on same line as insignificant_test markers.Jason McDonald2012-04-162-4/+2
| * QHeaderView - rename many spans classes and variablesThorbjørn Lund Martsum2012-04-111-2/+2
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-2/+1
|\|