summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-0716-109/+0
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-0/+46
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-172-2/+2
* QTableView: honor spans when calculating height/width hintChristian Ehrlicher2020-12-101-0/+65
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-041-0/+34
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-011-0/+135
* QHeaderView: allow un-sorting of modelsGiuseppe D'Angelo2020-11-301-0/+70
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* Stop copying events in testsVolker Hilsheimer2020-11-121-8/+12
* Use QTRY_COMPARE in an attempt to make the test less flakyVolker Hilsheimer2020-11-101-2/+2
* Fix a mistake when using QLatin1String::argGiuseppe D'Angelo2020-11-072-6/+6
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-044-0/+18
* Deprecate QVariant::TypeLars Knoll2020-10-233-25/+25
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-19/+159
* tests: blacklist two tests on Ubuntu 20.04Liang Qi2020-10-141-0/+2
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-142-3/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-0/+151
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2315-17/+17
* Fix deprecation warnings in testsVolker Hilsheimer2020-09-171-12/+12
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-13/+13
* Blacklist tst_qcolumnview::scrollTo on macOSUlf Hermann2020-09-091-0/+3
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-022-0/+69
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-281-5/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-4/+0
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-265-9/+14
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-1/+4
* Fix misplaced nullptr, used for a flag valueEdward Welbourne2020-07-271-1/+1
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-091-1/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0915-17/+17
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-8/+8
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-071-1/+1
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-2510-144/+131
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-082-2/+0
* Remove winrtOliver Wolff2020-06-0613-66/+11
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-0413-804/+0
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-0/+2
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-172-18/+0
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-0/+68
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-0/+58
| |\
| | * itemviews: Use the start of the current selection when getting the rangeAndy Shaw2020-03-301-0/+58
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-0/+10
| |\|
| | * QTreeView: don't call model.index(-1, 0) when using spanning itemsDavid Faure2020-03-161-0/+10
* | | QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-285-2/+343
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+2
|\| |