summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test Q_CLASSINFO("foobar", #__VA_ARGS__) in tst_mocAndrei Golubev2021-07-081-0/+18
* tst_QCryptographicHash: simplify the creation of a large QBAMarc Mutz2021-07-071-4/+1
* 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
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-061-7/+7
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-0/+102
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-061-0/+84
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-051-3/+12
* Repolish child widgets when parent style sheet changesVolker Hilsheimer2021-07-051-0/+14
* Run tst_QIODevice::skip() on random-access deviceAlex Trotsenko2021-07-031-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
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-022-4/+4
* Fix tst_qmessagehandler::formatLogMessage() test on AndroidAssam Boudjelthia2021-07-011-0/+4
* QTest: fix -Wformat-overflow GCC warningMarc Mutz2021-07-016-26/+26
* QSemaphore: add <chrono> overload of tryAcquire()Marc Mutz2021-06-301-1/+35
* tst_qglobal: fix an uninit'ed variable warningMarc Mutz2021-06-301-1/+1
* tst_QMatrixNxN: fix type-punning warningMarc Mutz2021-06-301-32/+14
* tests: fix deprecated implicit capture of this via [=]Marc Mutz2021-06-303-3/+3
* tst_QWindow: fix -Wsuggested-overrideMarc Mutz2021-06-301-1/+1
* tst_qstringapisymmetry: add checks for common overload setsMarc Mutz2021-06-251-0/+106
* tst_QSslSocket: Remove empty test functionsMårten Nordheim2021-06-251-10/+0
* tst_qsslsocket: detect ALPN support (on server) using supportedFeatures()Timur Pocheptsov2021-06-251-17/+4
* tst_QSslSocket: Use supportedFeatures() instead of macroMårten Nordheim2021-06-241-4/+2
* qopenssl_symbols: Change how we mark function unusedMårten Nordheim2021-06-241-29/+16
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-251-13/+102
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-251-0/+1
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-10/+14
* Implement generating of a module cpp export headerAlexey Edelev2021-06-2411-0/+344
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-3/+6
* Expand a test that QVariant isn't null even when what it wraps isEdward Welbourne2021-06-241-4/+6
* Fix compiler warning from unused parameterVolker Hilsheimer2021-06-231-1/+1
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-231-2/+2
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-12/+18
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-221-0/+30