summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* a11y: Make AnnouncementPriority a Q_ENUMAleix Pol12 hours1-0/+1
* QIcon: Adjust documentation of QIcon::pixmap()Christian Ehrlicher17 hours1-1/+3
* QKdeTheme: update color scheme with unknown desktop themeAxel Spoerl18 hours1-4/+1
* a11y atspi: Bridge help text to AT-SPIMichael Weghorn24 hours1-0/+3
* Support application fallbacks for common scriptEskil Abrahamsen Blomfeldt31 hours1-3/+28
* QKdeThemePrivate: refactor reading of KDE settingsAxel Spoerl2 days1-36/+215
* Fix documentation of QKdeThemePrivate::updateColorScheme()Axel Spoerl2 days1-5/+5
* Add -Wweak-vtables to headerscleanJesus Fernandez3 days4-7/+8
* Merge two color conversion methodsAllan Sandfeld Jensen6 days3-91/+39
* Make the high dpi downscaling work with WaylandIlya Fedin6 days2-15/+18
* [QNX] Use QRhiBackingstore for non-raster surface windowsTuomas Vaarala6 days1-0/+6
* QDesktopServices: clean up pre-Qt-6.6 codeMarc Mutz7 days1-33/+0
* Make minimal tag size more acceptingAllan Sandfeld Jensen7 days1-1/+5
* Support SVG specific stroke styling propertiesHatem ElKharashy8 days4-4/+160
* Change the -qpa configure argument logicAlexey Edelev8 days2-2/+10
* a11y atspi: Forward new QAccessibleAnnouncementEvent to AT-SPIMichael Weghorn9 days2-0/+41
* a11y atspi: Include atspi.h instead of atspi-constants.hMichael Weghorn9 days1-1/+1
* a11y: Add new QAccessibleAnnouncementEventMichael Weghorn9 days3-0/+112
* visionOS: Add support for immersive spacesTor Arne Vestbø9 days4-0/+64
* Merge integration refs/builds/qtci/dev/1715615431Qt CI Bot9 days2-22/+22
|\
| * QIcon: cleanup QPixmapIconEngineEntry and it's usageChristian Ehrlicher9 days2-22/+22
* | Add way to override when to show context menuVolodymyr Zibarov9 days6-5/+54
|/
* QIconEngine: add comment about Qt7 changesChristian Ehrlicher10 days1-0/+1
* QPixmap/QImage: remove outdated \since commentsChristian Ehrlicher10 days2-18/+0
* ColorScheme: make QStyleHints::colorScheme writable for applicationsVolker Hilsheimer13 days4-3/+57
* Mark QGuiApplication::platformName property as CONSTANTKai Uwe Broulik14 days1-1/+1
* QTextDocument: Add support for responsive imagesCarl Schwan2024-05-077-7/+87
* QWindowPrivate::setFocusToTarget: Add focusReason parameterDoris Verria2024-05-071-1/+1
* doc: Update note about variable axes on WindowsEskil Abrahamsen Blomfeldt2024-05-071-3/+1
* rhi: Replace deprecated MTLRenderPipelineDescriptor.sampleCountTor Arne Vestbø2024-05-061-1/+1
* Fix test compilation issues with QtLite configurationJari Helaakoski2024-05-063-3/+7
* rhi: metal: Reduce staging copy size for full-width texture uploadsLaszlo Agocs2024-05-031-6/+7
* rhi: gl: Avoid a copy in partial texture uploadsLaszlo Agocs2024-05-031-1/+9
* Update macOS URL handling documentationJuha Vuolle2024-05-031-4/+5
* Update QStyleHints::colorScheme before updating palettesVolker Hilsheimer2024-05-021-4/+4
* Remove QGuiApplicationPrivate::colorScheme()Volker Hilsheimer2024-05-022-15/+3
* rhi: gl: Clean up UNPACK_ROW_LENGTH handlingLaszlo Agocs2024-05-022-3/+9
* rhi: metal: Handle multiview with depth attachment onlyLaszlo Agocs2024-05-021-2/+8
* rhi: vulkan: Fix multiview with depth attachment onlyLaszlo Agocs2024-05-022-6/+10
* rhi: vulkan: Reduce staging copy size for full-width texture uploadsLaszlo Agocs2024-05-021-6/+6
* QPageSize: remove redundant operator== declarationVolker Hilsheimer2024-05-012-0/+13
* Improve default style of QTextTableCarl Schwan2024-04-301-1/+2
* Don't quit automatically via QEventLoopLocker if there are open windowsTor Arne Vestbø2024-04-291-4/+14
* QWindowPrivate: Introduce virtual setFocusToTargetDoris Verria2024-04-271-0/+10
* metal: Tie drawable's MTLTexture lifetime to MTLCommandBufferTor Arne Vestbø2024-04-261-0/+10
* QColorTransferTable: de-duplicate inverse lookup codeAllan Sandfeld Jensen2024-04-261-31/+23
* Introduce optional smarter font merging with ContextFontMergingEskil Abrahamsen Blomfeldt2024-04-2615-64/+150
* ColorScheme: remove unused QWindowsApplication::isDarkModeVolker Hilsheimer2024-04-252-11/+1
* Layouts: Compile fix #ifdeffed out debug codeJan Arve Sæther2024-04-251-2/+2
* print: Clamp margins entered by the user in the page setup dialogJarkko Koivikko2024-04-253-51/+140