summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support customized device discovery with udevElvis Lee2020-11-092-3/+7
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-096-182/+204
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-091-1/+2
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-091-10/+10
* 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-082-34/+65
* QLocale: improve speed of 'applyIntegerFormatting()'Andreas Buhr2020-11-081-4/+7
* Fix static assert in Markdown parserAndreas Buhr2020-11-081-1/+1
* 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-082-13994/+14327
* Rename qurltlds-related files to match the header's moveEdward Welbourne2020-11-084-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-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
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-0814-361/+479
* 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
* 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: Fix iOS platform plugin not being a default pluginAlexandru Croitor2020-11-071-0/+1
* 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-073-2/+7
* 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