summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fuzzing: Provide link to oss-fuzzRobert Loehning2020-12-111-1/+13
* Android: don't use avx and avx2 when building for Android x86_64Assam Boudjelthia2020-12-111-2/+2
* secureudpclient - a speculative fix for non-reproducible crashTimur Pocheptsov2020-12-111-0/+5
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-102-3/+3
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-102-3/+10
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+1
* tst_QSslError: improve the code coverage, as pointed at by LCOVTimur Pocheptsov2020-12-102-37/+98
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-102-0/+8
* Revert "Android: print tailored warning if qml dependency path is a dir"Assam Boudjelthia2020-12-101-8/+2
* Try again to fix Clang's -Wconstant-logical-operand warningThiago Macieira2020-12-091-0/+7
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-091-0/+2
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-0911-20/+210
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-081-1/+3
* PCRE: update to 10.36Giuseppe D'Angelo2020-12-0734-13242/+4166
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2
* Fix tst_QFontDatabase::aliases failure with ambiguous fontEskil Abrahamsen Blomfeldt2020-12-071-1/+11
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-12-074-9/+109
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* QCborStreamReader: move the readStringChunk code to the PrivateThiago Macieira2020-12-051-24/+33
* QStringView: operator==(), operator<(), operator>() currently Qt6 onlyAhmad Samir2020-12-041-4/+0
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-042-1/+4
* tests: add a shortcut to quit app in allcursorsLiang Qi2020-12-041-0/+3
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95
* macOS: Make sure that the reserved characters are not escapedAndy Shaw2020-12-041-1/+1
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-042-4/+9
* Improve documented function argument namesAllan Sandfeld Jensen2020-12-043-14/+14
* Doc: Improve *_CAST_FROM_ASCII documentationKai Koehne2020-12-042-20/+9
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-041-55/+7
* Avoid signed overflow in mocFabian Kosmale2020-12-031-1/+9
* Fix QTranslator::load() search order not following uiLanguages orderKarsten Heimrich2020-12-031-25/+9
* Http2: don't call ensureConnection when there's no request availableMårten Nordheim2020-12-031-1/+3
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-032-3/+1
* Fix exception with Android 5.xAndré Klitzing2020-12-031-1/+2
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-023-6/+161
* Android: avoid reflection with ClipData addItemAssam Boudjelthia2020-12-021-22/+5
* wasm: fix mouse double clickLorn Potter2020-12-022-5/+21
* Add the Qt 6.0 deprecation macrosGiuseppe D'Angelo2020-12-021-2/+10
* tst_qsslkey - handle QT_NO_SSL properlyTimur Pocheptsov2020-12-011-0/+4
* QSslCipher - improve its code coverage and auto-testsTimur Pocheptsov2020-12-012-31/+25
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* Android: print tailored warning if qml dependency path is a dirAssam Boudjelthia2020-12-011-0/+6
* Containers: call constructors even for primitive typesGiuseppe D'Angelo2020-12-013-25/+16
* Revert "xcb: add xcb-util dependency for xcb-image"Liang Qi2020-12-011-12/+2
* QMacStyle - remove vertical adjustment for inactive tabTimur Pocheptsov2020-12-011-2/+0
* QDtls(cookie verifier): make sure a server can re-use 'Client Hello'Timur Pocheptsov2020-12-011-0/+14
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-12-011-1/+12
* tst_QSslCertificate - improve code coverageTimur Pocheptsov2020-11-306-1/+216