summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QGlobalStatic: invert the order of destruction and setting the guardThiago Macieira2022-01-051-2/+2
* QScopedValueRollback: explicitly disable move semanticsMarc Mutz2022-01-051-1/+1
* QArrayDataOps: remove unused header <algorithm>Marc Mutz2022-01-051-1/+1
* QRandom: remove dead pre-C++11 codeMarc Mutz2022-01-051-6/+0
* De-inline ctors/dtors in qabstractanimation_p.hMarc Mutz2022-01-052-7/+39
* QAbstractAnimation: add missing forward-declarationMarc Mutz2022-01-051-0/+1
* QMacStyle: use the 'momentary push in' type for push buttonsTimur Pocheptsov2022-01-051-8/+22
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-057-18/+28
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-01-051-1/+1
* QDefaultAnimationDriver: don't promote timerEvent() to publicMarc Mutz2022-01-041-0/+2
* QPointerEvent: de-inline point(i)Marc Mutz2022-01-042-3/+5
* doc: Update details about QSystemTrayIconShawn Rutledge2022-01-041-5/+5
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-0417-1175/+153
* Pass QT_BUILD_STANDALONE_TESTS to Android external project if definedAlexey Edelev2022-01-041-0/+8
* Fix build of multiple apks in a single project treeAlexey Edelev2022-01-041-1/+1
* Update internal function signaturesAlexey Edelev2022-01-041-20/+20
* Collect the apk dependencies regardless of targetAlexey Edelev2022-01-042-32/+71
* Update copyright year to 2022Kai Köhne2022-01-043-3/+3
* rhi: Enable exposing separate image and sampler objects from the shaderLaszlo Agocs2022-01-036-13/+210
* [doc] QCoreApplication::installTranslator() doesn't take ownershipMarc Mutz2022-01-031-0/+2
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-0313-47/+328
* Replace ANDROID_ABI argument with the QT_ANDROID_ABI target propertyAlexey Edelev2022-01-032-104/+112
* QRingBuffer: optimize and simplify QRingChunk::toByteArray() futherMarc Mutz2022-01-031-8/+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
* QByteArray: avoid detach() in a no-op replace()Marc Mutz2022-01-031-2/+3
* Avoid crash on app startup if the default font family is emptyLars Knoll2022-01-031-3/+6
* Add PublicShare and Templates QStandardPathsBjörn Feber2022-01-017-2/+63
* Extract Header qforeach.h from qglobal.hMarc Mutz2021-12-303-84/+140
* 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
* Eradicate Q_FOREVER from header filesMarc Mutz2021-12-282-6/+6
* QLocale: replace use of append(QString(n, c)) with resize(size() + n, c)Marc Mutz2021-12-281-1/+1
* QLocale: replace a few getData() with viewData()Marc Mutz2021-12-281-5/+5
* Fix pattern type matchingJarek Kobus2021-12-281-4/+4
* Remove unused internal flag from raster painting engineEirik Aavitsland2021-12-282-27/+0
* Windows: Fix handling of childGroups() when fallbacks are disabledJeremie Graulle2021-12-271-4/+10
* 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
* QString: reorganize some template functionsThiago Macieira2021-12-231-192/+185
* 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
* Add QObject::isQuickItemType() for convenienceYuhang Zhao2021-12-232-1/+15
* 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