summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Pierce through LINK_ONLY deps in finalizer dep traversalv6.2.0-beta1Alexandru Croitor2021-06-291-0/+5
* Fix qmlimportscanner path for android deployment settingsIvan Solovev2021-06-281-1/+1
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* Fix usage of logging category on AndroidAssam Boudjelthia2021-06-281-1/+7
* Fix harfbuzz-ng compilation for IntegrityTatiana Borisova2021-06-281-0/+6
* Documentation: Remove section advertising AmazonFriedemann Kleint2021-06-281-13/+0
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-256-20/+22
* Fix linking of debug projects against release Qt on Darwin platformsJoerg Bornemann2021-06-251-18/+25
* Doc: Improve QTransform documentationPaul Wicking2021-06-253-12/+31
* tst_qsslsocket: detect ALPN support (on server) using supportedFeatures()Timur Pocheptsov2021-06-251-15/+4
* macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-252-3/+16
* macOS: Respect QMAKE_APPLE_DEVICE_ARCHS by building for all those archsTor Arne Vestbø2021-06-252-8/+20
* QFutureInterface: remove the inconsistent and unneeded includeSona Kurazyan2021-06-251-1/+0
* CMake: Propagate sanitizer flags to public projectsAlexandru Croitor2021-06-258-60/+58
* CMake: Restore Qt-custom sanitizer additions to ECMEnableSanitizersAlexandru Croitor2021-06-251-1/+6
* CMake: Handle fuzzer-no-link sanitizer feature name correctlyAlexandru Croitor2021-06-251-1/+12
* CMake: Update ECM sanitizer module to latest versionAlexandru Croitor2021-06-252-112/+97
* CMake: Fix 'Cannot find source file' error with older CMakesAlexandru Croitor2021-06-251-2/+10
* Schannel: Get rid of Windows < 10 codeMårten Nordheim2021-06-251-7/+4
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-2534-77/+155
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-243-0/+3
* tst_QSslSocket: Use supportedFeatures() instead of macroMårten Nordheim2021-06-241-4/+2
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-242-10/+18
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-249-19/+29
* Use On icon for pressed dock widget title buttons without frameVolker Hilsheimer2021-06-241-2/+4
* Disable forced full optimization if QT_USE_DEFAULT_CMAKE_OPTIMIZATION_FLAGS=ONAlexey Edelev2021-06-241-0/+5
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* Remove const from signalAndreas Buhr2021-06-241-1/+1
* Fix QT_HOST_DATA for builds setting INSTALL_MKSPECSDIRJoerg Bornemann2021-06-243-7/+14
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-232-4/+38
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* Fix coding-style violation in QUtf8StringView::operator==()Edward Welbourne2021-06-231-3/+3
* Coding style: remove redundant braces, break long lineEdward Welbourne2021-06-231-4/+6
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-236-13/+16
* Doc: bump the OpenSSL minimum supported version to 1.1.1Tasuku Suzuki2021-06-231-2/+2
* MSVC: Enable warnings-are-errors for latest Visual Studio 2019Kai Köhne2021-06-231-4/+3
* Disable -Werror=stringop-overflow on GCC >= 10Giuseppe D'Angelo2021-06-221-0/+8
* qsimd: Don't force RDRND on if __AVX2__Thiago Macieira2021-06-221-5/+4
* Fix potential double-free in QSqlCachedResult::cleanup()Edward Welbourne2021-06-221-1/+3
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-221-11/+21
* Fix mapping of MultimediaQuick internal moduleAlexey Edelev2021-06-221-2/+2
* wasm: don’t leak QWasmScreen member variablesMorten Sørvig2021-06-222-6/+6
* wasm: fix non-void function returnLorn Potter2021-06-221-2/+3
* wasm: fix build for emscripten 2.0.14Lorn Potter2021-06-221-1/+1
* Cleanup temporary code related to internal modulesAlexey Edelev2021-06-211-9/+1
* xkb.compose: get locale from user env settingsLiang Qi2021-06-211-4/+10
* Do not apply not acceptable properties to the imported object librariesAlexey Edelev2021-06-211-5/+10
* Conan: simplify Conan recipev6.2.0-alpha1Iikka Eklund2021-06-211-48/+25
* Conan: Read status flag from .cmake.confIikka Eklund2021-06-212-14/+12
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5