summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: fix \inmodule for classes moved to QtGuiv6.0.0-beta4Volker Hilsheimer2020-11-093-4/+4
* Fix QAnyStringView comparison documentationVolker Hilsheimer2020-11-092-7/+7
* Fix broken link in QWidgetVolker Hilsheimer2020-11-091-1/+1
* Teach QPixmapIconEngine how to handle @Nx pixmapsMorten Johan Sørvig2020-11-083-34/+110
* QLocale: improve speed of 'applyIntegerFormatting()'Andreas Buhr2020-11-081-4/+7
* Fix static assert in Markdown parserAndreas Buhr2020-11-081-1/+1
* cmake: Add function to get a target property, with empty string as fallbackTor Arne Vestbø2020-11-081-0/+9
* CMake: Update documentation of CMake commands for Qt 6 for DBusKai Koehne2020-11-081-12/+10
* CMake: Expose resource source files to IDEsAlexey Edelev2020-11-081-0/+17
* Update public suffix list header to latest versionEdward Welbourne2020-11-083-13995/+14329
* 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