summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QLoggingCategory: enable fatal messages if critical is disabledGiuseppe D'Angelo2022-12-061-1/+5
* Add a centralized dependent_false typeGiuseppe D'Angelo2022-12-062-2/+8
* Wait conditions example: code tidiesGiuseppe D'Angelo2022-12-062-29/+38
* Update list of windeployqt modulesTimothée Keller2022-12-061-11/+17
* Fix the canvas element replacement for screenMikolaj Boc2022-12-051-1/+1
* Improve documentation of QDateTime::toTimeSpec() and its familyEdward Welbourne2022-12-051-6/+14
* QDateTime::to{LocalTime,UTC}(): relocate to among related codeEdward Welbourne2022-12-051-51/+48
* Clean up QDateTime documentationEdward Welbourne2022-12-051-28/+31
* QDateTime::fromM?SecsSinceEpoch() docs: add missing noteEdward Welbourne2022-12-051-0/+13
* QDateTime docs: use plainer language to talk about time since 1970Edward Welbourne2022-12-051-24/+26
* QDateTime::set{TimeSpec,TimeZone,OffsetFromUTC}: s/will/may/Edward Welbourne2022-12-051-3/+3
* QDateTime::fromM?SecsSinceEpoch(): fix indent of docEdward Welbourne2022-12-051-25/+25
* QDateTime docs: fix s/date-time/datetime/g for consistencyEdward Welbourne2022-12-051-11/+11
* Add comment on fallback for system zone IDEdward Welbourne2022-12-051-0/+1
* Document how to recognize an invalid QTimeZone::OffsetDataEdward Welbourne2022-12-051-2/+6
* Expand documentation of QTimeZone::M{in,ax}OffsetSecsEdward Welbourne2022-12-051-7/+7
* QTimeZone doc: mention the ICU escape from MS's bad APIsEdward Welbourne2022-12-051-0/+4
* Resize wasm windows using a div outlineMikolaj Boc2022-12-059-221/+311
* Fix documentation of QAction's text propertyVolker Hilsheimer2022-12-051-21/+27
* Doc: Add documentation for qCFatal()Kai Köhne2022-12-052-4/+59
* CMake: Properly quote paths in FindPPS.cmakeKai Köhne2022-12-051-2/+2
* Move Some of the Private CMake Helper Scripts from `bin/` to `libexec/`Amir Masoud Abdol2022-12-059-32/+207
* Use const reference in loop in JSON Save Game exampleAleksandr Reviakin2022-12-051-1/+1
* Windows: Avoid triggering QPlatformWindow creation when setting app badgeTor Arne Vestbø2022-12-051-0/+2
* macOS: Remove shadowed variable in handleKeyEventTor Arne Vestbø2022-12-051-1/+0
* macOS: Don't pass on key event text for function keys when IM is disabledTor Arne Vestbø2022-12-051-1/+33
* CMake: Clean up usage of the examples/widgets/painting/shared libJoerg Bornemann2022-12-055-95/+0
* CMake: Fix examples/widgets/painting/shared libraryJoerg Bornemann2022-12-051-3/+3
* Windows QPA: Always apply system background color for top level windowYuhang Zhao2022-12-052-4/+5
* Windows: Reduce warning output when creating a new windowVolker Hilsheimer2022-12-051-4/+4
* QComboBox: hide the popup on keypress rather than ShortcutOverrideVolker Hilsheimer2022-12-052-1/+10
* wasm: add native QByteArray conversion functionsMorten Sørvig2022-12-055-0/+100
* Docs: Document the QT_ANDROID_SDK_BUILD_TOOLS_REVISION CMake variableNicholas Bennett2022-12-051-0/+20
* Fix missing text when Harfbuzz fails to shape a substringEskil Abrahamsen Blomfeldt2022-12-052-38/+75
* Don't return empty glyph runs from QTextLineEskil Abrahamsen Blomfeldt2022-12-051-13/+17
* Don't return a visual glyph for ignorable charactersEskil Abrahamsen Blomfeldt2022-12-052-3/+2
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-054-6/+133
* QString: use memcmp() in ucstrncmp() where it's acceptableThiago Macieira2022-12-041-0/+7
* QString::toLatin1: do the same as fromLatin1 for sub-16 charactersThiago Macieira2022-12-041-30/+29
* QString::fromLatin1: improve the sub-16-character caseThiago Macieira2022-12-042-24/+59
* QString::{to,from}Latin1: add the ability to do overlapping tailsThiago Macieira2022-12-041-13/+31
* QString::toLatin1/SSE: simplify the code to merge question marksThiago Macieira2022-12-041-8/+7
* QString: improve the SSE2 qustrlen to calculate the length as we goThiago Macieira2022-12-041-6/+9
* QString: move the body of qustrlen's SSE2 implementationThiago Macieira2022-12-041-34/+38
* QString: extract qustrlen's attribute to a macroThiago Macieira2022-12-041-5/+9
* QString: remove the GCC 7 + ASan warningThiago Macieira2022-12-041-7/+0
* QString: reorganize the SSE2 helper functionsThiago Macieira2022-12-041-161/+157
* QString: replace #if with if constexpr for the x86 ISA extensionsThiago Macieira2022-12-041-166/+187
* SQL/MySQL: fix handling of json columnChristian Ehrlicher2022-12-052-1/+43
* Warn about WinRT only on WIN32Cristian Adam2022-12-041-1/+1