summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qtableview/tst_qtableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* 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
* | Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+27
|/
* tst_QTableView: cleanupChristian Ehrlicher2019-09-141-730/+641
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-151-8/+18
|\
| * QTree/TableView: allow to reset the sort order to natural sortingChristian Ehrlicher2019-08-131-8/+18
* | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-3/+7
* | Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-081-1/+1
* | Add QTextMarkdownWriter::writeTable(QAbstractTableModel)Shawn Rutledge2019-05-021-0/+35
|/
* Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-081-1/+1
* 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
| * Update ANGLE to chromium/3280Miguel Costa2018-10-131-0/+1
|/
* QTableView: Fix PageUp not getting to top when first row is hiddenChristian Ehrlicher2018-09-091-0/+5
* winrt: Make itemview auto tests passOliver Wolff2018-06-221-0/+15
* tests/auto/widgets/itemviews: Avoid unconditional qWait()sKari Oikarinen2018-05-091-25/+15
* QHeaderView: respect min/maximumSectionSize propertyChristian Ehrlicher2018-01-061-5/+19
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* Port away from QRegion::rects()Marc Mutz2017-12-071-1/+2
* testlib: start sharing common helper functionsGatis Paeglis2017-11-041-10/+4
* Use QSharedPointer::create() moreMarc Mutz2017-07-191-6/+6
* tests: Add Q_FALLTHROUGH to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-281-0/+2
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-5/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-0/+36
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+36
| |\
| | * QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-091-0/+36
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-13/+0
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-29/+1
* | QAIV - allow users to control single step in ScrollPerPixel modeThorbjørn Lund Martsum2015-12-091-0/+38
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-5/+7
* | QWidgets tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-311-2/+7
|/
* Make the test pass on high res mac displaysLars Knoll2015-06-061-2/+2
* Fix table view testLars Knoll2015-05-221-4/+4
* Fix problems with extended selection after changing the model contentsFrank Reininghaus2015-03-221-0/+3
* autotests: fix the build in case of QT_NO_WHEELEVENTShawn Rutledge2015-03-031-1/+8
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* tst_qtableview: fix virtual-override clang warningDavid Faure2014-11-241-2/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-0/+159
|\
| * QAbstractItemView: fix CTRL+A select all behaviorMaximilian Hrabowski2014-10-131-0/+159
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Fix key navigation through cells with spans in QTableView.Mitch Curtis2014-06-061-4/+159
|/
* Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-191-11/+11
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+1
| |\
| * | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-11/+11
* | | Remove qSort usages from widgets testsSergio Ahumada2014-02-181-2/+4
| |/ |/|
* | Revert "QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel."Thorbjørn Martsum2014-01-141-1/+1
|/
* QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-261-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-0/+34
|\