summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-1/+0
* tst_QSslSocket - stop using qrand (to suppress a warning)Timur Pocheptsov2020-06-101-7/+6
* Restore default role names in QStandardItemModel::roleNames()Shawn Rutledge2020-06-101-0/+8
* Long live std::pair!Giuseppe D'Angelo2020-06-1011-26/+30
* tst_QSslSocket - do not test the deprecated APITimur Pocheptsov2020-06-101-108/+2
* Remove the openglextensions moduleEirik Aavitsland2020-06-104-67/+0
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-091-24/+100
* Add QPromise implementationAndrei Golubev2020-06-095-1/+596
* metatype: Do not try analyze T in Q*Pointer<T> if T is incompleteFabian Kosmale2020-06-094-0/+67
* CMake: Fix failing plugin tests on MinGWAlexandru Croitor2020-06-093-0/+19
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-0823-272/+11
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-086-211/+211
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-082-13/+6
* Win: Choose a suitable font in tst_QTextLayout::textWidthVsWIdthEskil Abrahamsen Blomfeldt2020-06-081-0/+3
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-47/+196
* Move some flaky text tests into LancelotEskil Abrahamsen Blomfeldt2020-06-087-245/+287
* Remove winrtOliver Wolff2020-06-06242-1442/+505
* QVariant: remove UB and fix semantics in a testGiuseppe D'Angelo2020-06-061-4/+4
* QString/View: add tokenize() member functionsMarc Mutz2020-06-063-1/+190
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-051-77/+0
* Fix compilation of lance toolEskil Abrahamsen Blomfeldt2020-06-051-1/+1
* Rework testing of qstr*cmp() functionsEdward Welbourne2020-06-051-79/+81
* Revert "Disable tests with qemu-arm & developer-build configurations in the CI"Liang Qi2020-06-054-4/+9
* Reuse the non blocking implementation for blocking oneJarek Kobus2020-06-052-69/+55
* Port qmake from QStringRef to QStringViewLars Knoll2020-06-052-5/+2
* CMake: Fix tst_qclipboard test on macOSAlexandru Croitor2020-06-044-14/+8
* CMake: Fix tst_quuid to pass on macOSAlexandru Croitor2020-06-042-1/+17
* CMake: Regenerate tests/auto/other projectAlexandru Croitor2020-06-042-2/+51
* CMake: disable macnativeevents testsAlexandru Croitor2020-06-041-1/+1
* CMake: Fix tst_qregexp testAlexandru Croitor2020-06-041-1/+15
* tst_qobject: fix build when exceptions are disabledFabian Kosmale2020-06-041-0/+2
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-042-37/+244
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-041-0/+19
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-0417-912/+2
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-041-6/+3
* QStringBuilder: code tidies in the testsGiuseppe D'Angelo2020-06-045-14/+30
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-042-30/+37
* Long live QStringTokenizer!Marc Mutz2020-06-037-1/+345
* Use QByteArray instead of QStringJonas Karlsson2020-06-031-19/+19
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-031-0/+47
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-0/+38
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-022-2/+1
* QMetaType: create metatype for voidFabian Kosmale2020-06-021-2/+11
* add unit test for QMetaMethod::revisionFabian Kosmale2020-06-021-1/+12
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-028-14/+87
* Stabilize autotestLars Knoll2020-06-011-6/+10
* Add QStringView::split() methodsLars Knoll2020-06-011-13/+37
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-011-0/+6
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-10/+7
* Add support for count() to QStringViewLars Knoll2020-05-301-0/+51