summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QDecompressHelper: use the new readPointer function in QByteDataBufferMårten Nordheim2020-11-061-43/+29
* Fix a few qdoc warningsVolker Hilsheimer2020-11-064-5/+6
* Doc: Add a workaround for QUtf8StringView's missing docsTopi Reinio2020-11-062-47/+50
* Fix mouse velocity calculationShawn Rutledge2020-11-061-1/+8
* CMake: Add possibility to opt-out of file(ARCHIVE_CREATE) usageJoerg Bornemann2020-11-061-1/+1
* Normalize dir separators in CMAKE_TOOLCHAIN_FILE when forwarded to CTestKai Koehne2020-11-061-1/+2
* Unexport QTextFrame/Block::iterator classesVolker Hilsheimer2020-11-062-32/+20
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-064-18/+2
* Fix compile warningVolker Hilsheimer2020-11-061-2/+2
* Refine {QString, QBA}::reallocData() logicAndrei Golubev2020-11-063-13/+14
* CMake: add --apk to androiddeployqt to copy resulting apk to build dirAssam Boudjelthia2020-11-061-0/+1
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-061-35/+13
* Add _MSC_VER check to MSVC ARM compiler workaroundMartin Storsjö2020-11-052-4/+4
* Mark changed regions dirty instead of bounding box of changesJoni Poikelin2020-11-041-3/+3
* Always use fast path in QString::append(QLatin1String)Andrei Golubev2020-11-041-7/+4
* Rename AllocationPosition enum and its membersLars Knoll2020-11-046-23/+23
* Fix performance issue with QList::insert() for complex TLars Knoll2020-11-041-16/+28
* Properly implement emplaceBack/Front() in QArrayDataOpsLars Knoll2020-11-042-5/+17
* Introduce QADP::reallocateGrow()Andrei Golubev2020-11-044-4/+49
* Implement QList::emplaceBack as a proper functionAndrei Golubev2020-11-041-4/+18
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-041-57/+19
* Move insert() operation into QArrayDataOpsLars Knoll2020-11-044-100/+104
* Clean up out allocation handlingLars Knoll2020-11-049-148/+77
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-045-20/+24
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-043-19/+7
* Do not move data around on insert neitherLars Knoll2020-11-041-211/+5
* Remove the prepare call in QArrayData::appendInitialize()Lars Knoll2020-11-041-17/+10
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-047-175/+188
* Remove unused parameterLars Knoll2020-11-041-4/+4
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-044-32/+27
* Add QList::emplaceFront() that fixes huge performance issue in prependAndrei Golubev2020-11-041-9/+28
* wasm: don’t deadlock on event processingMorten Johan Sørvig2020-11-041-3/+9
* QtNetwork: highlight DTLS client and server exampleMårten Nordheim2020-11-041-1/+3
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-045-32/+238
* Doc: Fix mentioning of Qt5Core in overview pageKai Koehne2020-11-041-1/+1
* Avoid allocation on char16_t* comparisonsAllan Sandfeld Jensen2020-11-041-13/+13
* Initial porting guide for QtGui and QtPrintSupportVolker Hilsheimer2020-11-043-15/+71
* qglobal: Only define QT_ENSURE_STACK_ALIGNED_FOR_SSE for i386Martin Storsjö2020-11-041-1/+1
* Fix link error when comparing QSslPreSharedKeyAuthenticatorFriedemann Kleint2020-11-041-1/+1
* Add noexcept to slicing and indexing of QStringViewAllan Sandfeld Jensen2020-11-041-11/+11
* InputMethod should call reset() function when proxywidget lost focusZhang Hao2020-11-041-1/+12
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-032-8/+14
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-3/+19
* Remove left-over and unnecessarily exported operator==Volker Hilsheimer2020-11-031-1/+0
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-037-54/+47
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-036-29/+21
* Update third-party md4c to version 0.4.6Shawn Rutledge2020-11-033-129/+135
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-033-2/+19
* Fix qHash(QMultiHash)Lars Knoll2020-11-031-7/+14
* Use variadic templates to generalize MapSequenceResultTypeLars Knoll2020-11-031-3/+3