summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+59
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* QString: extend unit testsIvan Solovev2021-07-221-74/+495
* 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
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-0/+3
* Fix QtConcurrent to properly work with functorsSona Kurazyan2021-07-212-207/+421
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-2010-2/+465
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-202-0/+129
* tst_QSslSocket: fix and clean up allowedProtocolNegotiationMårten Nordheim2021-07-201-10/+4
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-10/+38
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+9
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-0/+35
* QList: extend testsIvan Solovev2021-07-201-13/+428
* tst_qlocale: Add tests for parsing Chakma date and time stringsIevgenii Meshcheriakov2021-07-191-0/+16
* Allow to set TCP network listen(2) backlogDaniel Nicoletti2021-07-192-4/+4
* tst_QComboBox: fix -Wsuggest-overrideMarc Mutz2021-07-181-1/+1
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-8/+10
* tst_QGraphicsScene: fix compiler warning about misleading indentationMarc Mutz2021-07-171-4/+4
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-151-0/+2
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-6/+6
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+14
* Add test for native interface machineryTor Arne Vestbø2021-07-153-0/+129
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-151-0/+18
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* 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
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-141-0/+22
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-141-0/+55
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-131-0/+13
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-0/+2
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-0/+4
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-121-2/+1
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-126-10/+3
* Add QFutureInterfaceBase::get() to retrieve internals of QFutureArno Rehn2021-07-121-0/+11
* tst_QtConcurrentThreadEngine: fix the threadCount() testSona Kurazyan2021-07-121-8/+4
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-121-0/+72
* tst_QSharedPointer: fix -Wsuggest-override warningsMarc Mutz2021-07-091-7/+7
* tst_QFile: fix GCC -Wignored-qualifiersMarc Mutz2021-07-091-2/+5
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-091-1/+19
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-8/+57
* QLocalSocket/Win: reimplement skipData() functionAlex Trotsenko2021-07-081-0/+55
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-0/+15