summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stabilize tst_QGraphicsProxyWidget::scrollUpdateVolker Hilsheimer2021-12-221-1/+1
* QRingBuffer: remove QByteArray::resize()-shrinks work-aroundMarc Mutz2021-12-211-1/+0
* tst_QStringBuilder: verify a comment is actually misleadingMarc Mutz2021-12-211-0/+2
* QDateTime: fix UB (signed overflow) in addDays()Marc Mutz2021-12-211-3/+4
* QVariantAnimation: fix UB (FP 0/0) in interpolated() arg calculationMarc Mutz2021-12-211-1/+3
* QMimeDatabasePrivate: deduplicate QStandardPaths usesIgor Kushnir2021-12-211-2/+7
* QMimeDatabasePrivate: deduplicate QStringLiteralIgor Kushnir2021-12-212-13/+23
* QStringBuilder: handle freeSpaceAtBegin() in op+=Marc Mutz2021-12-212-2/+45
* QMimeDatabasePrivate: construct QString from QStringLiteralIgor Kushnir2021-12-211-16/+16
* QMimeDatabasePrivate: pass QLatin1String to QStringBuilderIgor Kushnir2021-12-211-2/+2
* QMimeDatabasePrivate: remove Release-only fallbackIgor Kushnir2021-12-211-4/+3
* wasm: prevent thread cross-talk when loggingMorten Johan Sørvig2021-12-211-0/+7
* Make sure that QCocoaWindowManager is initialized in static buildsVolker Hilsheimer2021-12-212-3/+6
* Check if QML plugin has the embedded QML files before copying to the Android ...Alexey Edelev2021-12-211-16/+22
* QMimeDatabasePrivate: remove unused output parameterIgor Kushnir2021-12-212-15/+6
* QMimeDatabasePrivate: remove duplicate file-opening codeIgor Kushnir2021-12-211-5/+1
* QMimeDatabasePrivate: remove pessimizing const qualifierIgor Kushnir2021-12-211-1/+1
* QMimeDatabasePrivate: remove duplicate else-if branchIgor Kushnir2021-12-211-5/+2
* qtestblacklist: add webOS supportJanne Juntunen2021-12-211-0/+3
* Make QAbstractItemModel::insert|move|remove(Columns|Rows)[s]() invokableVolker Krause2021-12-211-13/+13
* Use qint64 to replace int while qt_transform_image_rasterizeZhang Hao2021-12-211-23/+30
* QMimeDatabase::mimeTypeForFile: don't create QFileInfo on UNIXIgor Kushnir2021-12-202-68/+88
* Copy only files that belongs to QML moduleAlexey Edelev2021-12-201-20/+51
* CMake: don't treat Q_CORE_EXPORT specialMarc Mutz2021-12-202-7/+5
* QtConcurrent::run crashes on program exitTianlu Shao2021-12-202-1/+19
* tst_qglobalstatic is halted on INTEGRITY deviceTatiana Borisova2021-12-201-0/+6
* QXmlStreamReader: update test distributionIvan Solovev2021-12-19653-3918/+27
* QZipReader: update to unzip partly broken archivesIvan Solovev2021-12-191-0/+20
* bindablesubscription: Remove duplicated file entryKai Köhne2021-12-191-1/+0
* 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
* CMake: Remove WinRT leftovers from build systemYuhang Zhao2021-12-183-15/+1
* QStringBuilder: fix quadratic behavior in op+=Marc Mutz2021-12-171-2/+7
* QHash: Return void from QHashPrivate::Data::erase()Lars Knoll2021-12-171-9/+11
* 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-170-0/+0
* tst_QPropertyAnimation: fix wrong commentMarc Mutz2021-12-170-0/+0
* tst_QHash: Update the erase_edge_case testMårten Nordheim2021-12-171-3/+29
* QHash: Add and use a Bucket helper classLars Knoll2021-12-172-97/+173
* 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
* Examples: Remove unneeded target_include_directoriesKai Köhne2021-12-174-16/+0
* mandelbrot example: Remove explicit linking against libmKai Köhne2021-12-172-8/+0
* analogclock example: Clean up link_librariesKai Köhne2021-12-171-5/+1
* Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE propertiesKai Köhne2021-12-1712-66/+0