summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rhi: gl: Set the screen on the context, if possibleLaszlo Agocs2021-08-271-0/+2
* CMake: Error out if ccache is requested but not foundJoerg Bornemann2021-08-271-1/+1
* Call MinGW's ld with -Bstatic when requesting static runtime linkageJoerg Bornemann2021-08-271-1/+1
* QObject::connect(): fail to connect to a functor if UniqueConnection is passedGiuseppe D'Angelo2021-08-272-9/+29
* QToolButton: reimplement the fix for QTBUG-95255Giuseppe D'Angelo2021-08-272-7/+10
* wasm: enable the new event dispatcher for qtcoreMorten Johan Sørvig2021-08-271-0/+4
* wasm: add new event dispatcher implementationMorten Johan Sørvig2021-08-274-0/+674
* wasm: add manual tests for main() and exec()Morten Johan Sørvig2021-08-2710-0/+367
* wasm: add Emscripten module accessor to qtloader.jsMorten Johan Sørvig2021-08-271-0/+10
* Implement generating of private cpp exportsAlexey Edelev2021-08-277-29/+154
* Use correct module include name across the projectAlexey Edelev2021-08-274-53/+161
* macOS: Check NSEvent.characters to determine dead key stateTor Arne Vestbø2021-08-271-2/+3
* macOS: Use current NSEvent to determine if IM text matches key eventTor Arne Vestbø2021-08-273-13/+17
* qmake: Add support for C17/C18Joerg Bornemann2021-08-264-1/+9
* qmake/vcxproj: Read C language standard from QMAKE_CFLAGSJoerg Bornemann2021-08-261-0/+16
* qmake/vcxproj generator: Handle C standard compiler flagsJoerg Bornemann2021-08-263-6/+37
* qmake: Make it possible to set CONFIG += c11 with MSVC 19.28Joerg Bornemann2021-08-261-0/+6
* qmake: Recognize MSVC 16.x as VS 2019 in the VS project generatorJoerg Bornemann2021-08-261-27/+31
* Check QMake support for building apps on INTEGRITYTatiana Borisova2021-08-261-0/+4
* QNetworkCookie: Fix use-after-freeMårten Nordheim2021-08-261-3/+4
* Android: Add information about who launched this activity to intentsLars Schmertmann2021-08-261-0/+18
* QUrl: Implement UTS #46Ievgenii Meshcheriakov2021-08-264-2243/+591
* unicode: Regenerate Unicode tablesIevgenii Meshcheriakov2021-08-262-9405/+15304
* unicode: Generate tables for IDNA/UTS #46Ievgenii Meshcheriakov2021-08-263-2/+9000
* CMake: Warn when PRIVATE_MODULE_INTERFACE is provided with no targetAlexandru Croitor2021-08-261-2/+10
* CMake: Build a subset of tests when targeting iOS in the CIAlexandru Croitor2021-08-269-4/+153
* CMake: Make _qt_internal_test_expect_pass more configurableAlexandru Croitor2021-08-261-6/+84
* rhi: Polish some feature flag docsLaszlo Agocs2021-08-261-22/+37
* rhi: gl: Allow passing in a custom shareContextLaszlo Agocs2021-08-263-3/+14
* QLocale: improve documentation snippetIvan Solovev2021-08-261-9/+11
* wasm: don’t dereference null reply pointerMorten Johan Sørvig2021-08-261-40/+33
* macOS: Modernize and clean up key event handlingTor Arne Vestbø2021-08-261-54/+56
* macOS: Move replacement range calculations into helper methodsTor Arne Vestbø2021-08-261-35/+70
* Fix Clang warning about loop variable creating a copyTor Arne Vestbø2021-08-261-1/+1
* QGraphicsView: send timestamp information through QGraphicsSceneEventVolker Hilsheimer2021-08-264-0/+34
* NetworkAccessBackend: Remove the backend part of the nameMårten Nordheim2021-08-262-2/+2
* QNetworkAccessManager: move #ifery out of if-conditionMårten Nordheim2021-08-261-4/+8
* QNetworkAccessBackend: emit readyRead less oftenMårten Nordheim2021-08-261-1/+4
* CMake: Properly export MODULE_PLUGIN_TYPESAlexandru Croitor2021-08-262-1/+4
* Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*Volker Hilsheimer2021-08-264-21/+11
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-264-12/+187
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-264-6/+10
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-253-10/+22
* qdbuscpp2xml: add support for custom types with a new -t optionDavid Faure2021-08-253-8/+85
* tst_qurl{,internal}: Use U+FB01 for normalization to ASCII test casesIevgenii Meshcheriakov2021-08-252-4/+6
* tst_qurlinternal: Remove testcases that use U+04CFIevgenii Meshcheriakov2021-08-251-6/+0
* tst_qurlinternal: Remove nameprep and STD3 rules testsIevgenii Meshcheriakov2021-08-253-329/+2
* tst_qurl: Make an invalid URL test compatible with UTS #46Ievgenii Meshcheriakov2021-08-251-3/+4
* QRegularExpressionMatch: add a way to know if a capturing group capturedGiuseppe D'Angelo2021-08-254-83/+245
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-2412-56/+88