summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QFlatMap: fix const iterator APIMarc Mutz2022-01-071-8/+8
* QFlatMap: fix mixed rvalue/lvalue insert overloadsMarc Mutz2022-01-071-2/+2
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-071-1/+1
* macOS: Handle momentum scroll NSEventPhaseBegan when scroll had endedTor Arne Vestbø2022-01-071-1/+5
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1
* QFontDatabase: remove outdated commentsYuhang Zhao2022-01-072-6/+0
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-064-57/+115
* SQLite: Update SQLite to v3.37.0Andy Shaw2022-01-062-6391/+8448
* QMacStyle: use the 'momentary push in' type for push buttonsTimur Pocheptsov2022-01-061-8/+22
* Revert "Implement QTest::qWait() in terms of QTest::qWaitFor()"Michal Klocek2022-01-061-2/+18
* CMake: link OpenSSL to openssl tls backend instead of QtNetworkFrank Su2022-01-062-16/+11
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-062-9/+9
* wasm: don’t exit on clean return from main()Morten Johan Sørvig2022-01-061-0/+6
* QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-061-1/+7
* QFutureCallOutInterface: de-inline dtorMarc Mutz2022-01-062-1/+3
* wasm: always use requestAnimationFrame for updatesMorten Johan Sørvig2022-01-065-65/+116
* QGlobalStatic: invert the order of destruction and setting the guardThiago Macieira2022-01-061-2/+2
* Update copyright year to 2022Kai Köhne2022-01-053-3/+3
* QAbstractAnimation: add missing forward-declarationMarc Mutz2022-01-051-0/+1
* QArrayDataOps: remove unused header <algorithm>Marc Mutz2022-01-051-1/+1
* QRandom: remove dead pre-C++11 codeMarc Mutz2022-01-051-6/+0
* QPointerEvent: de-inline point(i)Marc Mutz2022-01-052-3/+5
* Collect the apk dependencies regardless of targetAlexey Edelev2022-01-042-32/+71
* Pass QT_BUILD_STANDALONE_TESTS to Android external project if definedAlexey Edelev2022-01-041-0/+8
* Update internal function signaturesAlexey Edelev2022-01-041-20/+20
* Fix build of multiple apks in a single project treeAlexey Edelev2022-01-041-1/+1
* [doc] QCoreApplication::installTranslator() doesn't take ownershipMarc Mutz2022-01-041-0/+2
* Replace ANDROID_ABI argument with the QT_ANDROID_ABI target propertyAlexey Edelev2022-01-042-104/+112
* QByteArray: avoid detach() in a no-op replace()Marc Mutz2022-01-031-2/+3
* QTestData: fix streaming of u8 string literals in C++20 modeMarc Mutz2022-01-031-0/+8
* QThread: fix UB (invalid enum value) on Private::PriorityMarc Mutz2022-01-033-6/+6
* QThread/Unix: extract duplicate codeMarc Mutz2021-12-301-36/+27
* QWindow: use std::exchange when ... exchanging valuesMarc Mutz2021-12-301-3/+1
* QWindowPrivate: fix inconsistent inline on some methodsMarc Mutz2021-12-301-2/+2
* Docs: Add other Unix paths to the Linux table in QStandardPathsNicholas Bennett2021-12-301-1/+1
* Fix pattern type matchingJarek Kobus2021-12-281-4/+4
* Remove unused internal flag from raster painting engineEirik Aavitsland2021-12-282-27/+0
* QString: reorganize some template functionsThiago Macieira2021-12-271-193/+185
* QtConcurrent::run crashes on program exitTianlu Shao2021-12-241-1/+7
* wasm: hardcode idealThreadCount for some browsersLorn Potter2021-12-241-1/+5
* macOS: Sanitize scroll deltas for NSEventPhaseCancelledTor Arne Vestbø2021-12-231-0/+10
* Doc: QSysInfo::productType: remove the "will be" note about Qt 6Thiago Macieira2021-12-231-4/+3
* Document the State Machine Framework changes in the Core Migration GuideTamas Martinec2021-12-231-0/+6
* wasm: Use new event dispatcher for QtGuiMorten Johan Sørvig2021-12-235-230/+18
* wasm: add virtual processWindowSystemEvents()Morten Johan Sørvig2021-12-232-0/+9
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-222-4/+6
* Deliver context menu event with correct coordinates to widgets in popupsVolker Hilsheimer2021-12-221-1/+2
* Windows: Don't crash in mouse handling when QApplication is recreatedVolker Hilsheimer2021-12-221-1/+3
* macOS: Don't read keyCode of non-key events when inserting newlinesTor Arne Vestbø2021-12-222-2/+5
* QDateTime: fix UB (signed overflow) in addDays()Marc Mutz2021-12-211-3/+4