summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: Make the manifest less to scary to read and editAssam Boudjelthia2021-07-014-99/+113
* Remove ministro codeAssam Boudjelthia2021-07-0134-397/+11
* Re-apply "Remove old Android code that have now has alternative public APIs"Assam Boudjelthia2021-07-015-2901/+3
* CMake: Fix Vulkan to be found when targeting AndroidAlexandru Croitor2021-07-016-5/+49
* CMake: Be more explicit about found OpenSSL variablesAlexandru Croitor2021-07-012-2/+13
* Doc: Add QEvent::Quit to the list of enum valuesVenugopal Shivashankar2021-07-011-0/+1
* Revert "Android: fix androidtestrunner passing when output file doesn't exist"Assam Boudjelthia2021-07-011-12/+1
* Fix tst_qmessagehandler::formatLogMessage() test on AndroidAssam Boudjelthia2021-07-011-0/+4
* Fix memory leak of QOffscreenScreen in QOffscreenIntegrationMilian Wolff2021-07-011-0/+2
* Remove temporary alias with typo to corrected PermissionTypeEdward Welbourne2021-07-011-3/+0
* Add instructions to collect results from COIN test runSimo Fält2021-07-012-0/+73
* QTest: fix -Wformat-overflow GCC warningMarc Mutz2021-07-017-27/+27
* Core: `QRandomGenerator` - silence msvc warningTim Blechmann2021-07-011-1/+1
* Put Q_DISABLE_COPY(QMutex) back when features.thread is unavailableTasuku Suzuki2021-07-011-0/+3
* QSemaphore: add <chrono> overload of tryAcquire()Marc Mutz2021-06-303-1/+91
* tst_qglobal: fix an uninit'ed variable warningMarc Mutz2021-06-301-1/+1
* QGlobalStatic: fix warning when using cv-qualified typesMarc Mutz2021-06-301-1/+3
* tst_QMatrixNxN: fix type-punning warningMarc Mutz2021-06-302-32/+18
* tests: fix deprecated implicit capture of this via [=]Marc Mutz2021-06-303-3/+3
* QList benchmark: fix annoying -Wdeprecated-copy warningMarc Mutz2021-06-301-0/+2
* tst_QWindow: fix -Wsuggested-overrideMarc Mutz2021-06-301-1/+1
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-06-302-6/+6
* fc: Clean up current config on shutdownEskil Abrahamsen Blomfeldt2021-06-302-0/+6
* QDBusMenuConnection: Close open D-Bus connectionJonas Kvinge2021-06-302-0/+9
* Doc: Terminate C-commentPaul Wicking2021-06-301-0/+1
* 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