summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QSinglePointEvent: port away from QMutableEventPoint::from()Marc Mutz2022-01-121-16/+16
* QFlatMap: re-implement insert() via insert_or_assign()Marc Mutz2022-01-121-33/+4
* QFlatMap: add insert_or_assignMarc Mutz2022-01-123-3/+83
* Remove unused testdata directory from QPushButton unit testAxel Spoerl2022-01-1210-0/+0
* QCache: fix potential crash in trim()Mårten Nordheim2022-01-122-5/+69
* Remove unused legacy testdata directory from QWidget kernel unit testAxel Spoerl2022-01-128-0/+0
* QOperatingSystemVersion: Make implementation consistent on all platformsYuhang Zhao2022-01-123-22/+13
* Don't access QObject::objectName during QThread startVolker Hilsheimer2022-01-123-6/+16
* QScreen_win: retrieve user friendly monitor nameYuhang Zhao2022-01-121-4/+15
* Add Q_FLAG for QEventLoop::ProcessEventsFlagsTor Arne Vestbø2022-01-121-0/+1
* eglfs: Unset shared raster compositing context before deletionTor Arne Vestbø2022-01-121-0/+2
* Make QCursor::setPos() use the correct screenMorten Johan Sørvig2022-01-122-1/+21
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-123-11/+37
* wasm: ensure cursor reverts after window resizeLorn Potter2022-01-124-9/+46
* QPointingDevice: avoid double lookup in Private::pointById()Marc Mutz2022-01-121-4/+3
* QFlatMap: add an alias for using QVarLengthArraysMarc Mutz2022-01-122-2/+4
* QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
* QFlatMap: add try_emplace (w/o hint)Marc Mutz2022-01-122-0/+107
* QEventPoint: forward-declare QMutableEventPoint before befriending itMarc Mutz2022-01-121-0/+1
* QFlatMap: optimize construction from existing containersMarc Mutz2022-01-121-14/+7
* QFlatMap: fix pointless reallocations on repeated range-insert()sMarc Mutz2022-01-121-2/+0
* Enable markdown writer 'preformats with embedded backticks' testShawn Rutledge2022-01-121-3/+3
* Add a markdown writer test for a checklist item ending with `code`Shawn Rutledge2022-01-121-0/+29
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-119-178/+314
* rhi: Add some docs for the hdr info queriesLaszlo Agocs2022-01-111-0/+55
* QByteArray: fix append() with a negative lengthThiago Macieira2022-01-112-2/+3
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-113-3/+7
* Replace QString with QStringView and use qsizetype in QPdfEnginePrivateØystein Heskestad2022-01-112-4/+4
* qmake: Print error and exit if a response file cannot be createdJoerg Bornemann2022-01-081-2/+8
* CMake: Add C/C++ compiler options to C/C++ sources onlyJoerg Bornemann2022-01-081-2/+7
* qmake/MinGW: Fix linking target name with whitespaceJoerg Bornemann2022-01-081-1/+1
* Doc: Mention how to interrupt/continue qmake loopsJoerg Bornemann2022-01-081-0/+4
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-0810-101/+99
* Turn QLabel wordWrap unit test into data driven testAxel Spoerl2022-01-081-8/+25
* Cleanup of getSetCheck method in QLabel unit testAxel Spoerl2022-01-081-8/+2
* Clean up QLabel unit test for unicodeAxel Spoerl2022-01-081-14/+9
* Revert "Implement QTest::qWait() in terms of QTest::qWaitFor()"Michal Klocek2022-01-081-2/+18
* QGuiApplication: remove an unneeded const_castMarc Mutz2022-01-081-1/+1
* tst_qfuture: fix compilation on MSVCAlex Trotsenko2022-01-081-1/+1
* Fix compiler warnings by marking overrides in testVolker Hilsheimer2022-01-071-2/+2
* Properly wait for the Android emulator to fully bootDimitrios Apostolou2022-01-072-36/+31
* tst_QIcoImageFormat: move the test behind a feature flagJanne Juntunen2022-01-071-1/+3
* Remove unused legacy files from QLabel unit testAxel Spoerl2022-01-0765-0/+0
* Doc: Fix typo in \externalpage commandTopi Reinio2022-01-071-1/+1
* Enable -bigobj by default for QtAlexey Edelev2022-01-071-1/+8
* rhi: gl: Prevent breaking with ES when querying the sampler mapping tableLaszlo Agocs2022-01-072-17/+17
* Add BC files for 6.2.0Milla Pohjanheimo2022-01-0711-0/+97707
* Add PreselectFirstFileInDirectory platform theme hintMitch Curtis2022-01-073-1/+10
* Use REALPATH based check for symbolic links on WindowsAlexey Edelev2022-01-071-14/+28
* Use ranged for loops instead of QString::utf16Øystein Heskestad2022-01-073-21/+13