summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* QTableView: properly deselect row when column 0 is hidden/not visibleChristian Ehrlicher2019-10-241-0/+26
* Fix the size calculation of QHeaderView when stylesheet is usedSona Kurazyan2019-10-141-0/+21
* tst_QTreeView: cleanupChristian Ehrlicher2019-09-191-516/+511
* tst_QTreeWidget: cleanupChristian Ehrlicher2019-09-192-559/+483
* tst_QTableView: cleanupChristian Ehrlicher2019-09-141-730/+641
* tst_QTableWidget: cleanupChristian Ehrlicher2019-09-101-210/+201
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-272-1/+9
|\
| * Windows: Fix some widget tests to pass on High DPI screensFriedemann Kleint2019-08-231-0/+9
| * Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-1/+0
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-3/+0
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-152-21/+46
|\
| * QTree/TableView: allow to reset the sort order to natural sortingChristian Ehrlicher2019-08-132-21/+46
* | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-122-6/+10
* | unblacklist passing testsDaniel Smith2019-07-083-5/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-3/+8
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-3/+8
| |\
| | * Qt Widgets: Make tests pass on High DPI screens and scalingFriedemann Kleint2019-05-291-3/+8
* | | Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-081-1/+1
* | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-082-2/+2
* | | Fix compilation with Qt 6Lars Knoll2019-05-063-6/+6
* | | Add QTextMarkdownWriter::writeTable(QAbstractTableModel)Shawn Rutledge2019-05-021-0/+35
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-242-3/+24
|\| |
| * | QListWidgetItem constructors: don't emit dataChanged(invalid, invalid)David Faure2019-04-231-3/+7
| * | QHeaderView: fix assert when restoring section sizes over less columnsDavid Faure2019-04-231-0/+17
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-012-0/+100
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-282-0/+100
| |\|
| | * QListView: Fix Shift+click selection for non-default itemAlignmentAlexander Volkov2019-02-271-0/+46
| | * Don't edit the item if we did not get the press event on the same itemAndy Shaw2019-02-261-0/+54
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-208-25/+54
|\| |
| * | Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-087-22/+25
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-082-5/+33
| |\|
| | * Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-061-4/+21
| | * tst_QHeaderView: fix defaultSectionSizeTest() on High-DPI screensChristian Ehrlicher2019-02-051-1/+8
| | * Update bundled Freetype to 2.9.1Eskil Abrahamsen Blomfeldt2019-01-311-0/+4
* | | tst_qheaderview: Do not use the deprecated QAbstractItemModel::reset()Albert Astals Cid2019-02-111-2/+4
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-262-14/+24
|\|
| * tst_QItemDelegate: try to stabilize combobox testChristian Ehrlicher2019-01-252-4/+1
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-10/+23
| |\
| | * Stabilize tst_QItemDelegate::dateTimeEditor()Friedemann Kleint2019-01-221-10/+23
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-212-0/+3
|\| |
| * | qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-091-0/+1
| * | Blacklist a flaky qtableview function in WinRTTony Sarajärvi2019-01-081-0/+2
| |/
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-6/+34
|\|
| * QTableView: Fix keyboard navigation with disabled rowsChristian Ehrlicher2018-12-181-6/+34
* | QbstractItemView: Allow Key_Space for keyboardSearch()Christian Ehrlicher2018-12-251-0/+42
* | QTreeView: fix keyboard navigation when first or last item is disabledChristian Ehrlicher2018-12-252-0/+52
* | QTreeWidget: mark is/setFirstItemColumnSpanned() as deprecatedChristian Ehrlicher2018-12-111-0/+23
* | QListWidget: mark (is|set)Item(Selected|Hidden) as deprecatedChristian Ehrlicher2018-12-041-12/+14
* | tst_QTreeView: set keyboardInputInterval to a smaller valueChristian Ehrlicher2018-11-231-0/+1
* | QTreeWidget: mark (is|set)Item(Selected|Hidden|Expanded) as deprecatedChristian Ehrlicher2018-11-092-51/+53