summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Refactor QTEST*_MAIN() implementationsEdward Welbourne2021-12-099-54/+33
* Fix x86 preprocessor check in testlib selftestsEdward Welbourne2021-12-094-10/+20
* Fix argv hacking in tst_benchlibcallgrind.cppEdward Welbourne2021-12-099-85/+23
* Replace a random define with a __has_include() checkEdward Welbourne2021-12-091-7/+8
* QVarLengthArray: make reallocation strongly exception safeMarc Mutz2021-12-091-2/+22
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-1/+37
* Add unit test for moving of opaque widgetsVolker Hilsheimer2021-12-081-35/+171
* tests: add a capability check for QWindow::requestActivate() callLiang Qi2021-12-081-0/+3
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-081-0/+45
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-081-0/+49
* Add unit test for QWidgetPrivate::overlappedRegionVolker Hilsheimer2021-12-082-31/+229
* QVarLengthArray: add some basic checks for default-ctorMarc Mutz2021-12-071-0/+21
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+62
* tst_qmetatype: factor the most expensive test into its own TUMarc Mutz2021-12-074-81/+127
* tst_qmetatype: move an #ifdef to the headerMarc Mutz2021-12-072-8/+8
* QMultiHash: fix erase returning the wrong iteratorMårten Nordheim2021-12-071-0/+16
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-061-0/+31
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-0/+13
* tst_BenchlibCallgrind: fix x86 preprocessor checkEdward Welbourne2021-12-061-4/+4
* QStringBuilder: Add support for QByteArrayViewMårten Nordheim2021-12-041-0/+4
* 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-041-1/+3
* 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
* 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
* Long live QVERIFY_THROWS_NO_EXCEPTION!Marc Mutz2021-11-267-13/+68
* 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