summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Qt7 TODOs for reducing the size of QColorUlf Hermann2021-06-302-0/+8
* QWinSettings: port readKey() helper to std::optionalMarc Mutz2021-06-301-28/+15
* Port QSettingsPrivate::get() to std::optionalMarc Mutz2021-06-305-31/+25
* CMake: Pierce through LINK_ONLY deps in finalizer dep traversalAlexandru 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
* wasm: fix mouse, touch and wheel event propagationLorn Potter2021-06-262-11/+13
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-2521-132/+21
* 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_qstringapisymmetry: add checks for common overload setsMarc Mutz2021-06-251-0/+106
* tst_QSslSocket: Remove empty test functionsMårten Nordheim2021-06-251-10/+0
* Throw FATAL_ERROR if specified platform doesn't existAlexey Edelev2021-06-251-0/+11
* QFutureInterface: remove the inconsistent and unneeded includeSona Kurazyan2021-06-251-1/+0
* Use qMod(, 7) rather than % 7 in day-of-week calculationEdward Welbourne2021-06-251-1/+1
* CMake: Fix 'Cannot find source file' error with older CMakesAlexandru Croitor2021-06-251-2/+10
* CMake: Propagate sanitizer flags to public projectsAlexandru Croitor2021-06-258-60/+58
* CMake: Handle fuzzer-no-link sanitizer feature name correctlyAlexandru Croitor2021-06-251-1/+12
* CMake: Restore Qt-custom sanitizer additions to ECMEnableSanitizersAlexandru Croitor2021-06-251-1/+6
* CMake: Update ECM sanitizer module to latest versionAlexandru Croitor2021-06-252-112/+97
* tst_qsslsocket: detect ALPN support (on server) using supportedFeatures()Timur Pocheptsov2021-06-251-17/+4
* Schannel: Get rid of Windows < 10 codeMårten Nordheim2021-06-251-7/+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
* QTlsBackend: Find mismatches faster in ciphersuite-string creationMårten Nordheim2021-06-251-10/+16
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-2514-28/+186
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-253-0/+3
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-2434-77/+155
* Schannel: fix compilation with QSSLSOCKET_DEBUGMårten Nordheim2021-06-241-1/+1
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-242-10/+18
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-243-14/+3
* Implement generating of a module cpp export headerAlexey Edelev2021-06-2415-6/+442
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-249-19/+29
* 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
* Expand a test that QVariant isn't null even when what it wraps isEdward Welbourne2021-06-241-4/+6
* Put SVG versions of several built-in icons under version controlVolker Hilsheimer2021-06-2424-0/+416
* Use On icon for pressed dock widget title buttons without frameVolker Hilsheimer2021-06-241-2/+4
* SCTP: fix qsizetype missThiago Macieira2021-06-231-2/+2
* Fix QT_HOST_DATA for builds setting INSTALL_MKSPECSDIRJoerg Bornemann2021-06-233-7/+14
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* QObject::disconnect: remove dead codeFabian Kosmale2021-06-231-8/+0
* Fix compiler warning from unused parameterVolker Hilsheimer2021-06-231-1/+1
* Fix invalid path to the qt-cmake.bat when calling qt-internal-configure-tests...Alexey Edelev2021-06-231-1/+6
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-234-14/+22