summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket/Unix: fix aborting the socketv6.2.0-beta2Alex Trotsenko2021-07-241-0/+6
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* QString: extend unit testsIvan Solovev2021-07-231-75/+500
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+59
* CMake: Disable test_QT_TESTCASE_BUILDDIR cmake build testAlexandru Croitor2021-07-221-4/+8
* CMake: Fix Windows resource compiler failure in selftests with MinGWAlexandru Croitor2021-07-221-1/+1
* tst_QSslSocket: clean up allowedProtocolNegotiationMårten Nordheim2021-07-221-8/+3
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-0/+3
* QList: extend testsIvan Solovev2021-07-211-13/+428
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-2110-2/+465
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-0/+35
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+9
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-10/+38
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-201-0/+2
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-8/+10
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-161-4/+301
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-161-1/+14
* Add test for native interface machineryTor Arne Vestbø2021-07-163-0/+129
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-151-0/+55
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-151-0/+22
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-131-0/+72
* tst_QtConcurrentThreadEngine: fix the threadCount() testSona Kurazyan2021-07-131-8/+4
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-0/+4
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-122-3/+3
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-091-0/+15
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-091-8/+57
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-091-1/+19
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-0/+9
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-061-0/+66
* Fix memory leaks in tst_qlineeditAndreas Buhr2021-07-061-2/+2
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-0/+102
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-07-062-118/+29
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-051-0/+84
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-051-3/+12
* Run tst_QIODevice::skip() on random-access deviceAlex Trotsenko2021-07-041-3/+4
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-022-3/+67
* tst_QDtls: Move the function declaration outside the functionMårten Nordheim2021-07-021-1/+2
* Fix tst_qmessagehandler::formatLogMessage() test on AndroidAssam Boudjelthia2021-07-011-0/+4
* tst_qsslsocket: detect ALPN support (on server) using supportedFeatures()Timur Pocheptsov2021-06-251-15/+4
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-241-0/+1
* tst_QSslSocket: Use supportedFeatures() instead of macroMårten Nordheim2021-06-241-4/+2
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-10/+14