summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Blacklist failing tests on MinGWAlexandru Croitor2020-11-061-6/+4
* Doc: Add a workaround for QUtf8StringView's missing docsTopi Reinio2020-11-062-47/+50
* Fix mouse velocity calculationShawn Rutledge2020-11-061-1/+8
* CMake: Heave configure's help screen into the age of CMakeJoerg Bornemann2020-11-061-62/+8
* CMake: Add possibility to opt-out of file(ARCHIVE_CREATE) usageJoerg Bornemann2020-11-061-1/+1
* CMake: Disconnect docs installation targets from generation targetsJoerg Bornemann2020-11-062-7/+0
* CMake: Fix top-level documentation install targetsJoerg Bornemann2020-11-062-0/+6
* CMake: Fix detection of the ltcg featureJoerg Bornemann2020-11-063-7/+10
* CMake: Add version information to Qt plugin DLLsJoerg Bornemann2020-11-061-0/+4
* QLineEdit: check a int->QChar conversion, and make it explicitGiuseppe D'Angelo2020-11-061-4/+12
* CMake: Rework INPUT_ variables handlingAlexey Edelev2020-11-061-10/+9
* Normalize dir separators in CMAKE_TOOLCHAIN_FILE when forwarded to CTestKai Koehne2020-11-061-1/+2
* qmakelib test: build with qmakeGiuseppe D'Angelo2020-11-061-1/+1
* Use built-in C++ foreach iteration in testsDavid Skoland2020-11-062-7/+7
* Unexport QTextFrame/Block::iterator classesVolker Hilsheimer2020-11-062-32/+20
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-066-22/+6
* 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-065-35/+104
* pro2cmake: Support QML_PAST_MAJOR_VERSIONSFabian Kosmale2020-11-061-0/+5
* CMake: Fix usage of cache variables in qt.toolchain.cmakeJoerg Bornemann2020-11-052-0/+39
* Add _MSC_VER check to MSVC ARM compiler workaroundMartin Storsjö2020-11-052-4/+4
* Give batch files CRLF line endingsVolker Hilsheimer2020-11-041-0/+2
* Mark changed regions dirty instead of bounding box of changesJoni Poikelin2020-11-041-3/+3
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-0483-38/+490
* Always use fast path in QString::append(QLatin1String)Andrei Golubev2020-11-041-7/+4
* Rename AllocationPosition enum and its membersLars Knoll2020-11-048-43/+43
* 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-042-5/+19
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-043-120/+44
* Move insert() operation into QArrayDataOpsLars Knoll2020-11-044-100/+104
* Clean up out allocation handlingLars Knoll2020-11-0411-279/+175
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-046-21/+26
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-044-68/+7
* Do not move data around on insert neitherLars Knoll2020-11-042-414/+9
* Remove the prepare call in QArrayData::appendInitialize()Lars Knoll2020-11-041-17/+10
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-049-192/+202
* Remove unused parameterLars Knoll2020-11-041-4/+4
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-045-39/+42
* Add QList::emplaceFront() that fixes huge performance issue in prependAndrei Golubev2020-11-041-9/+28
* Add QList/QVector benchmark testsAndrei Golubev2020-11-041-1/+265
* wasm: don’t deadlock on event processingMorten Johan Sørvig2020-11-041-3/+9
* CMake: don't add the same parameter twiceYuhang Zhao2020-11-041-9/+1
* QtNetwork: highlight DTLS client and server exampleMårten Nordheim2020-11-041-1/+3
* Improve QtConcurrent::blockingMapped testsSona Kurazyan2020-11-041-18/+11
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-047-33/+259
* Doc: Fix mentioning of Qt5Core in overview pageKai Koehne2020-11-041-1/+1