summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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