summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-041-2/+2
* Set the dontPrint attribute correctly for the character being checkedAndy Shaw2020-06-041-1/+1
* Use QByteArray instead of QStringJonas Karlsson2020-06-033-55/+73
* Enable the scenegraph to remove its QMatrix4x4_Accessor hackLaszlo Agocs2020-06-032-5/+29
* Move QAbstractFileIconEngine into QtGuiTor Arne Vestbø2020-06-034-0/+228
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-035-15/+22
* Support winding fonts like Windows doesAllan Sandfeld Jensen2020-06-031-0/+4
* Add QT_QPA_SYSTEM_ICON_THEME to override icon theme nameShawn Rutledge2020-06-031-0/+3
* Doc: Fix qdoc warningsPaul Wicking2020-06-031-10/+10
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-024-5/+190
* QPainter: replace manual memory management [1/5]: dummyStateMarc Mutz2020-06-022-4/+5
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-022-3/+15
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-025-0/+6
* Fix a bogus assertLars Knoll2020-05-311-1/+1
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-05-301-1/+5
* CMake: Update src\gui\configure.json and the conversion scriptLaszlo Agocs2020-05-291-20/+13
* CMake: Regenerate src/guiAlexandru Croitor2020-05-292-71/+91
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-292-16/+37
* Update src/gui/CMakeLists.txtOliver Wolff2020-05-291-14/+5
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+10
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-2813-490/+492
* rhi: d3d11: Use qstrncpy to avoid MSVC warningLaszlo Agocs2020-05-281-4/+2
* Move windowsuiautomation API support into QtGuiFriedemann Kleint2020-05-2716-0/+1841
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-277-0/+2177
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-277-0/+2814
* Never include windows.h directly in Qt codeLars Knoll2020-05-271-1/+1
* Do a proper convert from [0-65535] to [0-255] on QColor integer readsAllan Sandfeld Jensen2020-05-271-29/+30
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-0/+2
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-277-5/+80
* Update QColor::operator== documentationAllan Sandfeld Jensen2020-05-271-2/+6
* Remove ANGLELaszlo Agocs2020-05-265-299/+67
* Fix typo in documentation of QPlatformWindowMichal Klocek2020-05-251-2/+2
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-256-0/+41
* Fix RHI-GL mapping of DXT3/5 compressed texture format identifiersEirik Aavitsland2020-05-251-2/+2
* Models: remove version check for clearItemData()Christian Ehrlicher2020-05-232-16/+1
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-225-3/+529
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* RHI: facilitate compressed atlas textures in gles2 backendEirik Aavitsland2020-05-224-5/+29
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-226-26/+22
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-214-2/+211
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-215-0/+1157
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-195-6/+6
* a11y: Fix bug in the accessibility cacheJan Arve Sæther2020-05-193-9/+67
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-191-38/+61
* Add error message on unaligned profile inputsAllan Sandfeld Jensen2020-05-192-0/+8
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-192-3/+7
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-182-3/+7
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-141-1/+2
| | |\
| | | * Fix 32bit integer overflow in ICC parsingv5.15.0-rc1Allan Sandfeld Jensen2020-05-041-1/+2
| | * | Fix invalid text layout data when a full layout run is interruptedStefan Löffler2020-05-141-2/+5