summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clean up QLocaleData::validateChars() and fix its double-handlingEdward Welbourne2021-08-301-59/+43
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-304-3/+323
* Avoid UB (and the consequent need to suppress an MSVC warning)Edward Welbourne2021-08-302-14/+7
* Remove temporary inlines for qstrtou?ll()Edward Welbourne2021-08-301-5/+0
* Rework QLocalePrivate::bytearrayToU?LongLong()Edward Welbourne2021-08-304-36/+43
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-308-29/+32
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-307-493/+88
* TLS plugins: Prefix with 'q'Mårten Nordheim2021-08-308-8/+8
* Android: pass -g to testrunner to grant run time permissionsAssam Boudjelthia2021-08-291-1/+1
* macOS: Hide mouse cursor when initiating IM enabled text inputTor Arne Vestbø2021-08-271-0/+13
* macOS: Correctly implement attributedSubstringForProposedRangeTor Arne Vestbø2021-08-271-6/+36
* macOS: Assume input method handles key eventTor Arne Vestbø2021-08-272-12/+15
* QNetworkAccessCache: Remove unused codeMårten Nordheim2021-08-272-42/+0
* Fix deprecation of QMouseEvent::source() and flags()Shawn Rutledge2021-08-272-1/+3
* qlocale_win: Simplify and explain month-name format lookupEdward Welbourne2021-08-271-5/+4
* Update Android default SDK from 29 to 30Juha Vuolle2021-08-271-1/+1
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-271-2/+4
* macOS: Handle replacement range during marking of textTor Arne Vestbø2021-08-271-0/+16
* macOS: Handle IM insertNewline by sending synthetic Qt::Key_ReturnTor Arne Vestbø2021-08-273-8/+32
* macOS: Factor out key event handling into helper structTor Arne Vestbø2021-08-272-72/+140
* macOS: Return early from key handler if shortcut was handledTor Arne Vestbø2021-08-271-7/+3
* QNetworkCookie: Clean upMårten Nordheim2021-08-271-8/+8
* rhi: gl: Set the screen on the context, if possibleLaszlo Agocs2021-08-271-0/+2
* QObject::connect(): fail to connect to a functor if UniqueConnection is passedGiuseppe D'Angelo2021-08-271-7/+26
* 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-273-0/+671
* wasm: add Emscripten module accessor to qtloader.jsMorten Johan Sørvig2021-08-271-0/+10
* Implement generating of private cpp exportsAlexey Edelev2021-08-272-2/+2
* 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
* 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
* CMake: Build a subset of tests when targeting iOS in the CIAlexandru Croitor2021-08-261-0/+32
* 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
* Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*Volker Hilsheimer2021-08-264-21/+11
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-263-12/+19