summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-02-156-21/+112
* Windows QPA: Correct mistake when calculating minmaxinfoViktor Arvidsson2022-02-141-1/+1
* Add new third party SHA-3 implementation to replace old obsolete oneØystein Heskestad2022-02-149-0/+936
* Make Droid Sans Mono available as fixed font for all Android stylesAndreas Buhr2022-02-142-3/+5
* QFlatMap: temporarily disable some codeMarc Mutz2022-02-142-4/+26
* Clean up QNX platform configs and improve testrunner scriptsDimitrios Apostolou2022-02-145-54/+32
* Fix integer overflow for broken QPainterPathsEskil Abrahamsen Blomfeldt2022-02-141-1/+1
* Core: Remove 'properties' featureKai Köhne2022-02-1415-73/+6
* Android A11Y: populate child elements when constructing node infoIvan Solovev2022-02-141-0/+4
* QHashSeed: remove 'pure' attribute on globalSeed()Marc Mutz2022-02-121-1/+1
* QPkmHandler: make const what it never modifiedMarc Mutz2022-02-121-1/+1
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-121-1/+2
* QDesktopServices: fix UB (data race on handlers)Marc Mutz2022-02-121-0/+3
* QStringView: add missing constexpr so we can use is_constant_evaluatedThiago Macieira2022-02-121-1/+1
* tst_QSystemSemaphore: give proper path to test-helperMårten Nordheim2022-02-121-1/+1
* Make indicator-application hack work in flatpakIlya Fedin2022-02-121-1/+6
* Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-02-111-13/+11
* Update MSVC qmake mkspecs to make -std:c++20 available for VS2019 16.11+Christian Heimlich2022-02-111-0/+8
* Fix build with C++20 on macOSAllan Sandfeld Jensen2022-02-111-1/+1
* Remove documentation of non-existing QAccessible stateAllan Sandfeld Jensen2022-02-111-1/+0
* QTimerInfo/Unix: Fix roundToMillisecond when it's already roundedThiago Macieira2022-02-112-13/+20
* Remove mentions of QtConcurrent::runWithPromise from docsSona Kurazyan2022-02-113-16/+11
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-1119-591/+24
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-1122-316/+207
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-112-16/+29
* Strip the ending slashes for resource foldersAlexey Edelev2022-02-111-1/+12
* Fix tst_qmath when compiled with C++20Allan Sandfeld Jensen2022-02-111-0/+4
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-112-4/+16
* wasm: improve qstdweb::EventCallbackMorten Johan Sørvig2022-02-113-15/+30
* Avoid a stack buffer when not neededPino Toscano2022-02-111-0/+4
* QMdiSubwindow: respect minimum size of subwidgets when shown maximizedChristian Ehrlicher2022-02-112-1/+40
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-114-6/+110
* QLibrary: Suppress GCC 12 warning about dangling pointer accessThiago Macieira2022-02-111-12/+13
* CMake: enable machine_tuple also on GNU/HurdPino Toscano2022-02-111-1/+1
* CMake: Fix incorrect link to 'Using qt.conf page'Alexandru Croitor2022-02-101-1/+1
* QHash: mark murmurhash() and siphash() hot and never-inlineThiago Macieira2022-02-101-4/+5
* Disable URL support in the CBOR-JSON conversion in bootstrapped modeThiago Macieira2022-02-101-1/+5
* QStandardPaths/Win: fix build with old MinGW SDKThiago Macieira2022-02-101-2/+4
* Use function-style casts in preference to C-style onesEdward Welbourne2022-02-101-61/+60
* Convert some if/else-if/else chains into switch()esEdward Welbourne2022-02-101-99/+146
* Convert some QVERIFY2() with useless messages to QVERIFY()Edward Welbourne2022-02-101-8/+5
* Suppress, and thus verify we do get, two warnings in tst_QSqlQueryEdward Welbourne2022-02-101-0/+5
* Use qScopeGuard() to take care of post-test tidy-upEdward Welbourne2022-02-101-22/+27
* Remove QT_FEATURE_sharedmemory from qconfig-bootstrapped.hJoerg Bornemann2022-02-101-1/+0
* QStringConverter: Add missing include on WindowsMårten Nordheim2022-02-101-0/+3
* Split namespace macros from qglobal.h into their own headerFabian Kosmale2022-02-103-73/+119
* Add c++20 alias for c++2a in qmake default mkspecs featuresChristian Heimlich2022-02-101-0/+1
* Set Roboto as the default font on AndroidAndreas Buhr2022-02-102-0/+6
* Add missing include of QtPublicCMakeHelpersAlexey Edelev2022-02-101-0/+1
* Activate tst_QTimeLine on AndroidAndreas Buhr2022-02-101-4/+1