summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bindablesubscription: Remove duplicated file entryKai Köhne2021-12-241-1/+0
* Tests: Use REQUIRED COMPONENTS in find_package(Qt6...)Kai Köhne2021-12-2416-28/+16
* wasm: hardcode idealThreadCount for some browsersLorn Potter2021-12-241-1/+5
* macOS: Sanitize scroll deltas for NSEventPhaseCancelledTor Arne Vestbø2021-12-231-0/+10
* iOS: Use generic simulator device for building apps via xcodebuildTor Arne Vestbø2021-12-232-9/+11
* 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
* tst_qsharedmemory: skip readOnly() test under asanMarc Mutz2021-12-231-0/+2
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-223-4/+47
* Deliver context menu event with correct coordinates to widgets in popupsVolker Hilsheimer2021-12-221-1/+2
* tst_qmetatype: fix memleaksMarc Mutz2021-12-221-4/+11
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-2210-7/+50
* tst_QStringBuilder: remove test that doesn't test anythingMarc Mutz2021-12-221-10/+0
* QVariantAnimation: fix UB (FP 0/0) in interpolated() arg calculationMarc Mutz2021-12-221-1/+3
* QDateTime: fix UB (signed overflow) in addDays()Marc Mutz2021-12-221-3/+4
* Windows: Don't crash in mouse handling when QApplication is recreatedVolker Hilsheimer2021-12-221-1/+3
* Stabilize tst_QGraphicsProxyWidget::scrollUpdateVolker Hilsheimer2021-12-221-1/+1
* macOS: Don't read keyCode of non-key events when inserting newlinesTor Arne Vestbø2021-12-222-2/+5
* tst_QStringBuilder: verify a comment is actually misleadingMarc Mutz2021-12-221-0/+2
* QStringBuilder: handle freeSpaceAtBegin() in op+=Marc Mutz2021-12-212-2/+45
* Make sure that QCocoaWindowManager is initialized in static buildsVolker Hilsheimer2021-12-212-3/+6
* Use qint64 to replace int while qt_transform_image_rasterizeZhang Hao2021-12-211-23/+30
* tst_qglobalstatic is halted on INTEGRITY deviceTatiana Borisova2021-12-201-0/+6
* QtConcurrent::run crashes on program exitTianlu Shao2021-12-202-1/+19
* QXmlStreamReader: update test distributionIvan Solovev2021-12-19653-3918/+27
* QZipReader: update to unzip partly broken archivesIvan Solovev2021-12-191-0/+20
* QString: use char16_t in isAscii() instead of QCharThiago Macieira2021-12-181-15/+19
* QString: don't let the compiler emit unnecessary loopingThiago Macieira2021-12-181-0/+6
* QString: replace an #if with ifThiago Macieira2021-12-181-6/+4
* tst_QPropertyAnimation: fix leaks occurring under normal operationMarc Mutz2021-12-181-11/+10
* QStringBuilder: fix quadratic behavior in op+=Marc Mutz2021-12-181-2/+7
* QVariant: use a typedef name when saving user types to QDataStreamThiago Macieira2021-12-177-6/+148
* CMake: Fix exit code to be shown properly on test failureAlexandru Croitor2021-12-171-1/+1
* tst_QPropertyAnimation: fix wrong commentMarc Mutz2021-12-171-1/+5
* QByteArray: fix UB (precondition violation) in replace()Marc Mutz2021-12-171-1/+3
* QtTestHelpers: print exit code upon failureFabian Kosmale2021-12-171-1/+1
* QByteArray: optimize replace() a bitMarc Mutz2021-12-171-1/+1
* tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2021-12-171-3/+6
* tst_QByteArray: fix UB (signed overflow)Marc Mutz2021-12-171-2/+3
* coin: Fix sccache to be used when cross-compiling testsAlexandru Croitor2021-12-161-0/+4
* Fix INTEGRITY runtime qobject issueTatiana Borisova2021-12-161-1/+1
* QString: fix UB (pointer arithmetic on nullptr) in qLastIndexOfMarc Mutz2021-12-161-1/+1
* Fix hash lookup using the value of a key iteratorLars Knoll2021-12-162-7/+30
* QSslSocket: export QSslSocketPrivate, unbreaking ubsan buildsMarc Mutz2021-12-161-28/+28
* QCache: remove dead codeVolker Hilsheimer2021-12-161-17/+0
* QVarLengthArray: avoid std::aligned_storage (deprecated in C++23)Marc Mutz2021-12-161-1/+9
* CMake: Fix errors about missing qt_setup_tool_path_command.bat.inJoerg Bornemann2021-12-162-6/+3
* QLogging: fix potential missing NUL-terminator when calling OutputDebugStringMarc Mutz2021-12-151-2/+2
* CMake: Fix echoplugin example to be built as an external projectAlexandru Croitor2021-12-151-1/+1
* QNX: Use hostname set in qemu image build filesPasi Petäjäjärvi2021-12-151-1/+1