summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-234-2/+10
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-2/+4
* QCocoaMenuBar: avoid duplication of 'special' entries in the 'Edit' menuTimur Pocheptsov2022-10-221-12/+16
* offer an opt out of automatic xdg-desktop-portal useHarald Sitter2022-10-221-0/+3
* jpeg handler: store Grayscale16 format images as grayscale, not rgbEirik Aavitsland2022-10-221-0/+7
* SQL/MySQL: rework driver option parsingChristian Ehrlicher2022-10-222-79/+95
* syncqt: Do not needlessly rewrite header files on WindowsKai Köhne2022-10-211-1/+7
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-1/+1
* Fix the workaround in ~QWasmOpenGLContextMikolaj Boc2022-10-212-7/+21
* Do not use client-side data pointers in qopenglpaintengineMikolaj Boc2022-10-212-63/+43
* dbus: use same type of matching quotesMaxime Roussin-Bélanger2022-10-214-12/+10
* Android: fix include statement for Android Extras classesAssam Boudjelthia2022-10-211-0/+6
* Android: fix Android assets handler not listing dirs with only sub dirsAssam Boudjelthia2022-10-211-5/+6
* Fix texture-based native child widget stretchingLaszlo Agocs2022-10-211-2/+1
* macOS: Fix less common writing systems on Catalina and laterEskil Abrahamsen Blomfeldt2022-10-212-8/+138
* Windows: Don't force native file dialogs to index compressed filesVolker Hilsheimer2022-10-211-1/+11
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-21128-291/+291
* SQL/MySQL: misc cleanupChristian Ehrlicher2022-10-211-32/+23
* Gather file infos synchronously on no-thread buildsMikolaj Boc2022-10-211-0/+4
* QWinRegistryKey: fix assert when querying default valueYuhang Zhao2022-10-211-2/+3
* Android: fix Gradle warning about using enableUncompressedNativeLibsAssam Boudjelthia2022-10-211-2/+24
* Layouts docs: pass parent widget in the ctorAhmad Samir2022-10-2112-39/+35
* QLibrary: fix loading multiple versions of a libraryThiago Macieira2022-10-201-5/+9
* QBenchlib/Perf: open the perffd with PERF_FLAG_FD_CLOEXECThiago Macieira2022-10-202-55/+837
* Android: Fix clipboard issue with urlsChristian Strømme2022-10-201-12/+10
* Fix typo in QWasmWindowStack's nameMikolaj Boc2022-10-203-21/+21
* macOS: Fix synthetic bold on scaled paintersEskil Abrahamsen Blomfeldt2022-10-201-2/+17
* rhi: gl: Apply a workaround for macOSLaszlo Agocs2022-10-202-6/+23
* rhi: vk: Switch to cheaper VMA statistics APILaszlo Agocs2022-10-202-10/+12
* vkmemalloc: Disable nullability warning on Apple with clangLaszlo Agocs2022-10-202-0/+30
* Update Vulkan memory allocatorLaszlo Agocs2022-10-2010-11775/+12938
* QRhi: Allow negative viewport originAntti Määttä2022-10-204-22/+33
* Android: Add a way to disable accessibility via an environment varVille Voutilainen2022-10-201-0/+3
* Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-201-1/+2
* QOperatingSystemVersion: add new Win10 versionYuhang Zhao2022-10-202-0/+8
* Fix generating PDFs with DirectWrite engineEskil Abrahamsen Blomfeldt2022-10-192-0/+77
* Fix duplicated words in documentationMårten Nordheim2022-10-194-6/+6
* QSslServer[docs]: fix grammarMårten Nordheim2022-10-191-1/+1
* Refactor windows vista style for Qt widgetsSanthosh Kumar2022-10-1911-5042/+3859
* syncqt: Use "ERROR:" preamble for warnings that are treated as errorsAlexey Edelev2022-10-191-7/+18
* Android: properly retrieve mime type of uri to for openUrl()Assam Boudjelthia2022-10-191-5/+6
* Make qt_mac_ensureResponsible QT_BUILD_INTERNAL and Q_AUTOTEST_EXPORTTor Arne Vestbø2022-10-192-1/+7
* Apply Q_FLAG to flag type instead of enum typeFabian Kosmale2022-10-191-2/+2
* QCoreTextFontEngine: Mark CGAffineTransformConcat as unusedTor Arne Vestbø2022-10-191-1/+2
* Avoid warning from QPrinter::setFromTo() in the documented 0,0 caseEirik Aavitsland2022-10-191-1/+2
* QMacStyle: Set NSControlStateValueOn for selected tabsDoris Verria2022-10-191-1/+6
* wasm: fix crash when network reply is closedLorn Potter2022-10-192-5/+22
* QLibrary: fix load() after a failed load()Thiago Macieira2022-10-181-2/+4
* Add the toDOMRect/fromDOMRect functions to QRectFMikolaj Boc2022-10-193-0/+59
* RHI: Align setViewport behavior on Metal/Vulkan with OpenGL/D3DBen Fletcher2022-10-182-2/+5