summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Reintroduce h2c with an attributeMårten Nordheim2021-12-041-1/+81
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-041-0/+52
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-042-5/+7
* Don't change resolve mask when setting brush doesn't change paletteVolker Hilsheimer2021-12-031-0/+8
* QPA: Set focus reason when window activation changes focusVolker Hilsheimer2021-12-031-0/+36
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-021-0/+94
* QString et al: fix lastIndexOf() API asymmetryMarc Mutz2021-12-021-0/+16
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-0213-0/+390
* QTableView: correctly toggle column selection when scrolledVolker Hilsheimer2021-12-021-0/+56
* Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-021-1/+60
* Fix overlapping text for Osaka font on macOSEskil Abrahamsen Blomfeldt2021-12-021-0/+19
* Fix fail to activate first sub window with QMdiArea::TabbedViewZhang Yu2021-12-021-0/+57
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-011-0/+28
* Re-enable tst_qopenglwindow on LinuxAlexandru Croitor2021-12-011-6/+1
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-012-0/+71
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-301-0/+29
* QNX: check and use elf.h from alternative locationJanne Juntunen2021-11-301-9/+8
* QNAM: Disable h2c by defaultMårten Nordheim2021-11-301-0/+1
* Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-11-291-0/+29
* QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH: use unqualified qHash() lookupMarc Mutz2021-11-291-0/+26
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-293-0/+92
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-0/+60
* Shorten target name for qsortfilterproxymodel auto testsOliver Wolff2021-11-292-2/+2
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-2/+69
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-271-2/+24
* rhi: Add a more sophisticated resource update autotest caseLaszlo Agocs2021-11-271-0/+214
* tst_qhashfunctions: check qHashRange{,Commutative}() find hidden friend qHash()Marc Mutz2021-11-261-9/+27
* Share common code for baseline-testing widget UIsVolker Hilsheimer2021-11-267-251/+270
* Long live QVERIFY_THROWS_NO_EXCEPTION!Marc Mutz2021-11-267-13/+68
* QWaitCondition: also benchmark std::condition_variable{,_any}Marc Mutz2021-11-261-13/+83
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-261-1/+10
* Stabilize tst_QAccessibilityMacVolker Hilsheimer2021-11-261-12/+9
* QTest: de-inline QVERIFY_THROWS_EXCEPTION message formattingMarc Mutz2021-11-266-30/+30
* Fix and complete style sheet support for QToolButtonVolker Hilsheimer2021-11-2613-0/+390
* Add QTest::failOnWarningMitch Curtis2021-11-267-7/+569
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-263-8/+46
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-0/+47
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-261-0/+68
* Skip QTimeZone::checkOffset() if there are no valid zones to testEdward Welbourne2021-11-261-0/+4
* Check for relevant zones existing when adding data rowsEdward Welbourne2021-11-261-12/+22
* Add a note to save the next reader some confusionEdward Welbourne2021-11-261-0/+4
* Skip test if it has no data-rowsEdward Welbourne2021-11-261-0/+7
* QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptionsMarc Mutz2021-11-251-2/+6
* tst_qmetatype: Temporarily disable expensive tests on QNXFabian Kosmale2021-11-251-2/+5
* QHash: fix thread race around references and detachingMårten Nordheim2021-11-251-0/+56
* QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-251-0/+31
* Update baseline testing frameworkEirik Aavitsland2021-11-245-68/+40
* Add variations of QPushButton with default property setVolker Hilsheimer2021-11-241-0/+6
* tst_QHashSeed: improve quality of the quality() testThiago Macieira2021-11-231-10/+15
* tst_QHashSeed: reset the global seed in each iterationThiago Macieira2021-11-231-0/+2