summaryrefslogtreecommitdiffstats
path: root/src
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
* 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
* 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-051-30/+43
* 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-051-0/+1
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-053-6/+116
* 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-041-13/+21
* 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-051-1/+3
* 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
* Add \brief descriptions to CMake overviewsKai Köhne2022-12-034-0/+7
* 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-021-4/+3
* Brush up the container documentationFriedemann Kleint2022-12-022-15/+14
* QByteArrayView: Add mid/left/rightMårten Nordheim2022-12-022-0/+61
* QString: overload prepend with QUtf8StringViewMate Barany2022-12-022-1/+9
* QString: overload insert with QUtf8StringViewMate Barany2022-12-022-1/+20
* QString: overload the += operator to handle QUtf8StringViewMate Barany2022-12-022-1/+9
* QString: overload append to accept QUtf8StringViewMate Barany2022-12-022-13/+46
* Re-implement palette, standardPixmap, file icons, fonts in QGtk3ThemeAxel Spoerl2022-12-029-3/+1960
* Stop using deprecated constants and use suggested replacementTimur Pocheptsov2022-12-021-1/+1
* rhi: vulkan: Flush before unmapLaszlo Agocs2022-12-021-4/+4
* QErrorMessage: Forward log messages to original handlerTor Arne Vestbø2022-12-021-5/+18
* QErrorMessage: Filter out categorized logging for QErrorMessage::qtHandler()Tor Arne Vestbø2022-12-021-1/+8
* Add QGuiApplication API to set a number-badge in the Dock/task barTor Arne Vestbø2022-12-0212-0/+235
* iOS plugin: Support picking folders for native file dialogDoris Verria2022-12-024-16/+12
* iOS plugin: Add native font dialogDoris Verria2022-12-024-0/+237
* Win: redirect console output to the parent process if neededYuhang Zhao2022-12-022-0/+37