summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-3/+6
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-0/+30
* Avoid overflow in text layoutEirik Aavitsland2021-06-211-0/+14
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-191-5/+17
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-181-1/+1
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-3/+8
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+18
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11
* Check the impact of static link order for user projectsAlexey Edelev2021-06-171-2/+6
* Fix crash in concurrent disconnectLars Knoll2021-06-171-0/+49
* CMake: Allow promoting the Qt libraries to be global targetsAlexandru Croitor2021-06-164-0/+43
* Stabilize flaky scrollerSmoothScroll test caseVolker Hilsheimer2021-06-151-2/+4
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-141-0/+58
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-121-0/+43
* Remove pure-virtual-signals.h include from tst_moc.cppEdward Welbourne2021-06-111-1/+0
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-0/+19