summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* macOS: Don't read keyCode of non-key events when inserting newlinesTor Arne Vestbø2021-12-222-2/+5
* QRingBuffer: remove QByteArray::resize()-shrinks work-aroundMarc Mutz2021-12-211-1/+0
* 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-211-2/+2
* 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-201-1/+7
* 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
* 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-173-6/+49
* QHash: Add and use a Bucket helper classLars Knoll2021-12-172-97/+173
* QByteArray: fix UB (precondition violation) in replace()Marc Mutz2021-12-171-1/+3
* Q_{APPLICATION,GLOBAL}_STATIC: use variadic macrosThiago Macieira2021-12-175-56/+37
* QRingBuffer: simplify QRingChunk special member functions [2/2]Marc Mutz2021-12-172-9/+7
* Properly indent qtestlib's XML outputDimitrios Apostolou2021-12-171-24/+24
* Windows QPA: Enhance debug informationYuhang Zhao2021-12-171-0/+74
* QByteArray: optimize replace() a bitMarc Mutz2021-12-171-1/+1