summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename qurltlds-related files to match the header's moveEdward Welbourne2020-11-086-4/+4
* 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-084-410/+446
* Update CLDR to v38Edward Welbourne2020-11-089-5842/+5852
* Reorder locale enums alphabeticallyEdward Welbourne2020-11-088-11966/+11975
* Use newer names for various languages, territories and scriptsEdward Welbourne2020-11-088-1164/+983
* Simplify QLocaleXmlWriter::enumData()Edward Welbourne2020-11-081-7/+7
* 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
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-0821-448/+674
* Add some inline methods to make code more readableEdward Welbourne2020-11-082-47/+43
* Check our enumdata.py tables are consistent with CLDREdward Welbourne2020-11-081-3/+68
* Be explicit in a uint->QChar conversionGiuseppe D'Angelo2020-11-081-1/+3
* QSharedMemory: do not abuse QChar in a testGiuseppe D'Angelo2020-11-081-2/+2
* CMake: Locate zstd using CONFIGAlexey Edelev2020-11-081-21/+51
* CMake: Add PCRE2 library selection depend on debug version availabilityAlexey Edelev2020-11-081-1/+7
* Fix qstylesheetstyle clip border errorLu YaNing2020-11-081-2/+2
* Fix typos in QtConcurrent documentationVolker Hilsheimer2020-11-081-2/+2
* Revert "Refine {QString, QBA}::reallocData() logic"Volker Hilsheimer2020-11-083-14/+13
* CMake Build: Fix CMake configure with -DFEATURE_schannel=ONCristian Adam2020-11-072-6/+8
* CMake: Allow using a custom target for qt_internal_add_docsAlexandru Croitor2020-11-071-1/+1
* CMake: Fix iOS platform plugin not being a default pluginAlexandru Croitor2020-11-071-0/+1
* CMake: Private module pri files should have internal_moduleAlexandru Croitor2020-11-071-0/+4
* configure: Fix call without optionsKai Koehne2020-11-071-1/+1
* tests: Blacklist tst_qwindow failing test on WindowsAlexandru Croitor2020-11-071-1/+1
* QStringView test: avoid narrowingGiuseppe D'Angelo2020-11-071-2/+2
* Protect QImage colorspace transform on shutdownAllan Sandfeld Jensen2020-11-071-1/+1
* xcb: ensure that available glx version is greater than requested one or equal...Aleksei Nikiforov2020-11-071-1/+7
* Support the markdown underline extensionShawn Rutledge2020-11-076-14/+31
* Generate QUtf8StringView header file from qutf8stringview.hKarsten Heimrich2020-11-071-0/+1
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-073-0/+59
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-073-0/+63
* QProperty: Mark metaType as unused in else branch of createFor()Ulf Hermann2020-11-071-0/+1
* Fix a mistake when using QLatin1String::argGiuseppe D'Angelo2020-11-072-6/+6
* 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-076-6/+49
* Move QEventPoint and QPointingDeviceUniqueId out of qeventVolker Hilsheimer2020-11-0713-894/+1140
* QNAM: Work around QObject finicky orphan cleanup detailsMårten Nordheim2020-11-061-1/+11
* QDecompressHelper: use the new readPointer function in QByteDataBufferMårten Nordheim2020-11-061-43/+29