summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove ANGLELaszlo Agocs2020-05-26784-270736/+98
* Add a property to QSFPM to show children of accepted itemsGiulio Camuffo2020-05-262-8/+80
* Fix QTabBar crash with offscreen platform pluginFilipe Azevedo2020-05-261-0/+2
* Fix deprecation warning by not going through QCharVolker Hilsheimer2020-05-251-2/+2
* 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
* xcb: Fix comments' indentationAlexander Volkov2020-05-253-3/+3
* allow definition of SP_LineEditClearButton in cssMartin Koller2020-05-252-0/+6
* Change QString::toIntegral_helper to use QStringViewLars Knoll2020-05-252-26/+25
* Cleanup header fileLars Knoll2020-05-251-104/+0
* QVncScreen: fix crash on disconnect client did not request cursorRolf Eike Beer2020-05-251-0/+3
* wasm: set status codes from network operationLorn Potter2020-05-252-9/+20
* wasm: fix heap crash when making multiple network callsLorn Potter2020-05-252-20/+23
* Windows: Fix wrong DPI used in font size after changing scalingFriedemann Kleint2020-05-253-12/+15
* QItemSelectionModel: simplify QItemSelectionRangeChristian Ehrlicher2020-05-232-31/+1
* QListWidget: remove unused memberChristian Ehrlicher2020-05-231-1/+0
* Models: remove version check for clearItemData()Christian Ehrlicher2020-05-236-24/+1
* QSslCertificate: overhaul ASN.1 datetime parsingGiuseppe D'Angelo2020-05-222-45/+60
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-2230-122/+34
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-2210-30/+20
* 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
* Windows QPA: Fix deprecated QString::fromUtf16(ushort*) callFriedemann Kleint2020-05-221-1/+1
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-2114-49/+16
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-212-25/+7
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-2117-60/+30
* Add missing overrideAlexander Volkov2020-05-2112-87/+87
* QSslSocket::addCaCertificates - do not duplicate certsTimur Pocheptsov2020-05-201-2/+2
* Make OpenSSL back-end work with 3.0 alphaTimur Pocheptsov2020-05-206-20/+112
* Extend QTypeInfoMerger to more than four argumentsMarc Mutz2020-05-191-15/+11
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-1921-24/+24
* Android: Only have one valid QMimeData object kept aroundAndy Shaw2020-05-192-4/+13
* Android: Clear the m_selectedFile variable when showing againAndy Shaw2020-05-191-0/+2
* 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-1911-61/+96
* QAuthenticator: Reprioritize authentication methodsMårten Nordheim2020-05-191-1/+1
* Fix relocated Qt to be found when its path has non-ASCII charactersAlexandru Croitor2020-05-191-3/+3
* QString: throughly port internals to char16_tMarc Mutz2020-05-194-108/+76
* Windows: Update the hasFrame setting when changing window flagsAndy Shaw2020-05-191-0/+1
* Allow multithreaded opengl to be disabledAllan Sandfeld Jensen2020-05-191-0/+4
* Add error message on unaligned profile inputsAllan Sandfeld Jensen2020-05-192-0/+8
* QTreeView: Use devicePixelRatioF for cached animation pixmapKai Uwe Broulik2020-05-191-2/+2
* Remove -qt-xcb, -system-xcb from README and commentsKai Koehne2020-05-191-6/+0
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-197-11/+46
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-187-11/+46
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-143-3/+9
| | |\
| | | * qstandardpaths_win.cpp: Fix GetCurrentProcessToken() for Win7v5.15.0-rc2Fredrik Orderud2020-05-071-1/+6
| | | * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-071-1/+1
| | | * Fix 32bit integer overflow in ICC parsingv5.15.0-rc1Allan Sandfeld Jensen2020-05-041-1/+2