summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move QGraphicsProxyWidget test into correct test caseVolker Hilsheimer2021-08-302-310/+315
* Reactivate QGraphics(Proxy)Widget unit testsVolker Hilsheimer2021-08-305-543/+301
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-306-577/+983
* 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-3010-513/+346
* TLS plugins: Prefix with 'q'Mårten Nordheim2021-08-308-8/+8
* Conan: Rename 'extra_cmake_args' Conan option as 'cmake_args_qtbase'Iikka Eklund2021-08-301-5/+5
* Conan: recipe cleanupsIikka Eklund2021-08-301-33/+65
* 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
* Include what you use ! filesystem.h uses QOperatingSystemVersionEdward Welbourne2021-08-271-4/+5
* qlocale_win: Simplify and explain month-name format lookupEdward Welbourne2021-08-271-5/+4
* Update Android default SDK from 29 to 30Juha Vuolle2021-08-275-5/+5
* Add more tests of blacklisting, combined with XPASS and XFAILEdward Welbourne2021-08-278-9/+250
* Include check for the Totals line in testlib's expectedfail selftestEdward Welbourne2021-08-277-1/+71
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-273-8/+10
* 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
* New QByteArray::toU?LongLong() benchmarkEdward Welbourne2021-08-271-1/+90
* 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