summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix qtbase cmake tests to pass when configured in-treeAlexandru Croitor2020-11-101-1/+4
* CMake: Fix missing resources in Windows debug DLLs/EXEsJoerg Bornemann2020-11-101-6/+8
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-091-2/+3
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-7/+100
* Avoid calling memmove() if it's a noopLars Knoll2020-11-091-20/+25
* Move existing items in generic erase instead of copying themAndrei Golubev2020-11-091-2/+2
* Move existing items when inserting instead of copying themLars Knoll2020-11-091-33/+28
* Do not shrink on remove()Lars Knoll2020-11-093-35/+13
* Implement fast paths for removeFirst() and removeLast()Lars Knoll2020-11-092-2/+64
* Avoid crashes when calling squeeze()Lars Knoll2020-11-091-1/+1
* Fix accidental shadowing in QLocale::uiLanguages()Edward Welbourne2020-11-091-1/+1
* QMultiHash: add a QHash&& constructor and unite() overloadMÃ¥rten Nordheim2020-11-091-0/+19
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-091-3/+3
* Fix pcre2 feature conditionsJoerg Bornemann2020-11-093-6/+6
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* Doc: mention that disconnecting all signals can be dangerousMitch Curtis2020-11-092-0/+40
* Doc: List missing country names in QLocale::CountryTopi Reinio2020-11-091-11/+21
* 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