summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* xcb: Flush Display when processing xcb eventsLiang Qi2022-11-041-0/+8
* xcb: Add xlib wrapper for XFlush()Liang Qi2022-11-043-0/+26
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-032-19/+5
* QLocale: remove unwise early return in bytearrayTo(Uns)LongLongThiago Macieira2022-11-031-12/+0
* macOS: Provide more details when failing to parse ICC profile dataTor Arne Vestbø2022-11-031-1/+3
* QString: skip QLocale::numberToCLocale for C locale inputsThiago Macieira2022-11-031-2/+6
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-033-2/+8
* qsimd.h: add two more CPU feature macros that MSVC doesn't defineU-GER\tjmaciei2022-11-031-0/+2
* CMake: Fix qt_add_resources missing dependency regressionAlexandru Croitor2022-11-031-5/+12
* Use offsetX/offsetY for pointer eventsMikolaj Boc2022-11-021-1/+1
* Fix redefine of QT_NO_VERSION_TAGGING warningsNiclas Rosenvik2022-11-021-1/+1
* Android: Fix signing of APKs that are generated when an AAB is also builtVille Voutilainen2022-11-021-45/+8
* QSsl[OpenSSL/Android]: Fix hardcoded 1_1 suffixMårten Nordheim2022-11-021-8/+8
* examples: fix configuring with -no-feature-widgetsJohannes Kauffmann2022-11-021-1/+3
* BLACKLIST: tst_QApplication::sendEventsOnProcessEvents for RHEL 9.0Heikki Halmet2022-11-021-0/+1
* Android: Handle light/dark mode changesBartlomiej Moskal2022-11-027-22/+137
* Restore lost documentation for QString::append(QStringView)Edward Welbourne2022-11-011-0/+8
* Port QDir's implementation to use Q_D() and d_func()Edward Welbourne2022-11-011-28/+28
* Fix documentation of QPartialOrdering::GreaterBalazs Erseki2022-11-011-1/+1
* Port default font resolve to SystemParametersInfoForDpiMorten Sørvig2022-11-013-16/+5
* QProperty: only use MSVC bug workaround on MSVCFabian Kosmale2022-10-311-1/+10
* QByteArray: in/deflate: compare different types as size_tMårten Nordheim2022-10-311-1/+2
* Add flag that skips Qml import scanning to android deployment settingsAlexey Edelev2022-10-313-15/+31
* rhi: gl: Skip the prim.restart enable on WebGL2Laszlo Agocs2022-10-311-1/+8
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-319-2/+136
* Doc: link to the testlib tutorial section on skippingMitch Curtis2022-10-311-0/+3
* eglfs: Improve z-order handlingSérgio Martins2022-10-291-4/+18
* eglfs: kms: Make screen cloning functional by defaultLaszlo Agocs2022-10-292-41/+93
* Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/penAndré de la Rocha2022-10-293-3/+82
* Doc: Fix typo in container documentationPaul Wicking2022-10-291-1/+1
* qnswindow (-backgroundColor) - return 'clear color' for Qt::PopupTimur Pocheptsov2022-10-291-2/+7
* macOS: Don't include QSystemTrayIcon windows in Dock menu window listTor Arne Vestbø2022-10-291-3/+9
* QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-282-0/+38
* QOperatingSystemVersion: Add macOS Ventura (13.0)Mårten Nordheim2022-10-282-0/+8
* tst_qapplication: Add dependency to helpersMårten Nordheim2022-10-281-0/+5
* wasm: convert and propagate filetype accept listMorten Sørvig2022-10-282-8/+67
* Apple: Use 'en' instead of 'English' as development regionTor Arne Vestbø2022-10-282-2/+2
* Fix a bug in detecting systemAmir Masoud Abdol2022-10-281-1/+1
* Android: Light/dark modes detectionBartlomiej Moskal2022-10-287-0/+43
* qlogging: avoid C-style castsJohannes Kauffmann2022-10-281-5/+5
* Windeployqt command line module expansionTimothée Keller2022-10-271-2/+4
* Windows 11: draw checked menu items with an explicit backgroundVolker Hilsheimer2022-10-271-0/+11
* QBenchlib/Perf: don't try to benchmark the kernelThiago Macieira2022-10-271-5/+11
* QLocale: merge the code for some system locale queriesThiago Macieira2022-10-272-42/+31
* Bootstrap: fix MinGW build with -maesThiago Macieira2022-10-271-0/+4
* Tests: fix namespaced build on WindowsThiago Macieira2022-10-271-0/+2
* Cleanup the watchOS and tvOS References from CMake filesAmir Masoud Abdol2022-10-271-62/+16
* xcb: Fix segmentation fault on destruction of QXcbConnectionRob De Reycke2022-10-271-1/+2
* rhi: gl: Make sure stencil write is enabled when clearingLaszlo Agocs2022-10-261-1/+3
* QStringConverter/AVX2: fix build with MSVC 2022Thiago Macieira2022-10-261-1/+1