summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-047-7/+101
* qsslsocket_shared_mac: add more logging into certificate parsingTimur Pocheptsov2022-12-042-4/+62
* Add LoongArch detectionWANG Xuerui2022-12-044-0/+57
* networklistmanager: allow building with LLVM-MinGWCristian Adam2022-12-033-1/+3
* fix pcre2 detectionEric Lemanissier2022-12-031-5/+1
* Add \brief descriptions to CMake overviewsKai Köhne2022-12-034-0/+7
* MSVC: Improve the LTCG buildYuhang Zhao2022-12-031-0/+6
* Windeployqt: adjust bitset change for scalingTimothée Keller2022-12-031-4/+5
* Cleanup qtbase to allow LLVM-MinGW use WinRTYuhang Zhao2022-12-032-2/+2
* Deliver tablet events to the toplevel widget if there is no childVolker Hilsheimer2022-12-022-48/+41
* Brush up the container documentationFriedemann Kleint2022-12-022-15/+14
* ContainerApiSymmetry: verify Qt containers member erase returns iteratorAhmad Samir2022-12-021-0/+79
* QByteArrayView: Add mid/left/rightMårten Nordheim2022-12-023-0/+67
* Cleanup tst_QWidget BLACKLIST fileAxel Spoerl2022-12-021-10/+0
* CMake: Add auto test for qt_add_resources dependency rebuildingAlexandru Croitor2022-12-024-0/+170
* Avoid continuous texture alloc in Composition Modes exampleLaszlo Agocs2022-12-024-8/+22
* QString: overload prepend with QUtf8StringViewMate Barany2022-12-023-1/+11
* QString: overload insert with QUtf8StringViewMate Barany2022-12-023-1/+22