summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix accidental shadowing in QLocale::uiLanguages()Edward Welbourne2020-11-091-1/+1
* Reduce memory reallocations in QTextTablePrivate::update()Robert Loehning2020-11-092-14/+6
* QAsn1Element: Read value in blocks to avoid oom at wrong lengthRobert Loehning2020-11-091-5/+13
* Reorder IterateKernel data members to avoid holes in the dataSona Kurazyan2020-11-091-6/+7
* cmake: Allow module to specify initial dependsTor Arne Vestbø2020-11-091-1/+4
* QMultiHash: add a QHash&& constructor and unite() overloadMårten Nordheim2020-11-092-0/+132
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-091-3/+3
* Fix pcre2 feature conditionsJoerg Bornemann2020-11-093-6/+6
* CMake: Remove -strip from configure's helpJoerg Bornemann2020-11-091-1/+0
* Add tests for QOperatingSystemVersionIvan Solovev2020-11-096-1/+205
* Automatically generate unit tests for QtConcurrentAndreas Buhr2020-11-0921-46/+1948
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-0922-34/+34
* Doc: mention that disconnecting all signals can be dangerousMitch Curtis2020-11-092-0/+40
* CMake: Fix qt-configure-module location in configure's outputJoerg Bornemann2020-11-091-1/+6
* Support customized device discovery with udevElvis Lee2020-11-092-3/+7
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-097-182/+268
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-091-1/+2
* CMake: Avoid usage of FEATURE_debug_and_release in QtSetup.cmakeJoerg Bornemann2020-11-091-1/+1
* CMake: Fix configure -developer-buildJoerg Bornemann2020-11-091-0/+6
* Minor refactor of installMetaFileMichal Klocek2020-11-092-20/+27
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-092-60/+60
* Member-initialize QOpenGLWidgetPrivateVolker Hilsheimer2020-11-091-35/+18
* Doc: List missing country names in QLocale::CountryTopi Reinio2020-11-091-11/+21
* 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