summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QAnyStringView comparison documentationVolker Hilsheimer2020-11-092-7/+7
* QLocale: improve speed of 'applyIntegerFormatting()'Andreas Buhr2020-11-081-4/+7
* CMake: Expose resource source files to IDEsAlexey Edelev2020-11-081-0/+17
* Rename qurltlds-related files to match the header's moveEdward Welbourne2020-11-081-29/+0
* Use the right UI language lookup in macOS backend for QSystemLocaleEdward Welbourne2020-11-081-22/+7
* Rework QLocale's likely sub-tag additionEdward Welbourne2020-11-081-55/+108
* Implement binary search in QLocale's likely sub-tag lookupEdward Welbourne2020-11-082-405/+427
* Update CLDR to v38Edward Welbourne2020-11-088-5841/+5851
* Reorder locale enums alphabeticallyEdward Welbourne2020-11-086-11232/+11234
* Use newer names for various languages, territories and scriptsEdward Welbourne2020-11-086-1131/+918
* Replace QLocalePriave::create() with a plain constructorEdward Welbourne2020-11-082-34/+20
* Replace fallbackUiLocaleData() with fallbackUiLocaleIndex()Edward Welbourne2020-11-082-3/+3
* Rename QLocalePrivate's m_data_offset to m_indexEdward Welbourne2020-11-082-6/+7
* QLocale: Compare to &globalLocaleData instead of systemData()Edward Welbourne2020-11-081-34/+34
* Always pass index when creating a QLocalePrivateEdward Welbourne2020-11-082-3/+21
* QLocale: use uint lessEdward Welbourne2020-11-082-14/+11
* Use QLocaleId in place of language, script, country triplesEdward Welbourne2020-11-084-54/+39
* Rework finding of locale data to be index-basedEdward Welbourne2020-11-082-84/+52
* Correct processEvents documentationAndreas Buhr2020-11-082-4/+4
* Add some inline methods to make code more readableEdward Welbourne2020-11-082-47/+43
* Be explicit in a uint->QChar conversionGiuseppe D'Angelo2020-11-081-1/+3
* Revert "Refine {QString, QBA}::reallocData() logic"Volker Hilsheimer2020-11-083-14/+13
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-072-0/+18
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-072-0/+20
* QProperty: Mark metaType as unused in else branch of createFor()Ulf Hermann2020-11-071-0/+1
* Make QDateTime's operators hidden friendsEdward Welbourne2020-11-072-28/+57
* Make QTime's operators hidden friendsEdward Welbourne2020-11-072-19/+19
* Make QDate's operators hidden friendsEdward Welbourne2020-11-072-21/+19
* Turn QLocale's operator==() and operator!=() into hidden friendsEdward Welbourne2020-11-073-15/+28
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-072-3/+25
* Doc: Add a workaround for QUtf8StringView's missing docsTopi Reinio2020-11-062-47/+50
* 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
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-062-16/+0
* 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
* 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