summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-261-0/+26
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-0/+26
| |\
| | * QTableView: properly deselect row when column 0 is hidden/not visibleChristian Ehrlicher2019-10-241-0/+26
* | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-0/+6
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1912-1/+185
|\| |
| * | Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-1812-1/+185
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-171-0/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-0/+21
| |\|
| | * Fix the size calculation of QHeaderView when stylesheet is usedSona Kurazyan2019-10-141-0/+21
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-121-384/+280
|\| |
| * | tst_QAbstractItemView: cleanupChristian Ehrlicher2019-10-101-384/+280
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-061-146/+114
|\| |
| * | tst_QColumnView: cleanupChristian Ehrlicher2019-10-041-146/+114
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-024-490/+443
|\| |
| * | tst_QListView: cleanupChristian Ehrlicher2019-09-261-44/+40
| * | tst_QItemView: cleanupChristian Ehrlicher2019-09-252-76/+86
| * | tst_QHeaderView: cleanupChristian Ehrlicher2019-09-251-370/+317
|/ /
* | tst_QListWidget: cleanupChristian Ehrlicher2019-09-231-240/+204
* | tst_QListView: cleanupChristian Ehrlicher2019-09-231-456/+326
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-193-1075/+994
|\|
| * tst_QTreeView: cleanupChristian Ehrlicher2019-09-191-516/+511
| * tst_QTreeWidget: cleanupChristian Ehrlicher2019-09-192-559/+483
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-161-730/+641
|\|
| * tst_QTableView: cleanupChristian Ehrlicher2019-09-141-730/+641
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-111-210/+201
|\|
| * tst_QTableWidget: cleanupChristian Ehrlicher2019-09-101-210/+201
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-051-3/+0
|\|
| * Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-272-1/+9
| |\
| * | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-3/+0
* | | Deprecate QDirModelFriedemann Kleint2019-09-041-0/+2
| |/ |/|
* | 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
|/
* 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