summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Blacklist imageAtRightAlignedTab in CentOSHeikki Halmet2020-05-251-0/+1
* BLACKLIST test_Gestures tests for new platformsHeikki Halmet2020-05-251-1/+11
* BLACKLIST QWidget tests for CentOSHeikki Halmet2020-05-251-0/+2
* Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04Tony Sarajärvi2020-05-251-0/+2
* Blacklist tst_qfont tests on new platformsTony Sarajärvi2020-05-251-0/+6
* Remove references to deleted file shift-jis.txtKari Oikarinen2020-05-242-2/+0
* 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
* Examples/RegularExpressionDialog: remove deprecated optionsChristian Ehrlicher2020-05-232-13/+0
* Android: Fix RESOURCES for Android MultiAbIBogDan Vatra2020-05-221-1/+1
* QSslCertificate: overhaul ASN.1 datetime parsingGiuseppe D'Angelo2020-05-223-45/+66
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-2232-126/+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-228-35/+27
* Windows QPA: Fix deprecated QString::fromUtf16(ushort*) callFriedemann Kleint2020-05-221-1/+1
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-2116-53/+16
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-214-27/+13
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-2119-64/+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
* Revert "CMake: Don't create *Depends header for header-only modules"Joerg Bornemann2020-05-202-9/+3
* CMake: Hot fix for Ninja Multi-Config with MSVC and OpenSSLJoerg Bornemann2020-05-201-1/+6
* CMake: Move qt_lib_XXX.pri generation to module finalizerJoerg Bornemann2020-05-201-18/+21
* 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
* Fuzzing: Add fuzz target for QImage::loadFromDataRobert Loehning2020-05-192-0/+55
* CMake: Use provided OUTPUT_DIRECTORY for manual tests and benchmarksAlexandru Croitor2020-05-191-2/+10
* a11y: Fix bug in the accessibility cacheJan Arve Sæther2020-05-193-9/+67
* CMake: Append to QT_CONFIG in the qt_lib_XXX.pri filesJoerg Bornemann2020-05-191-0/+1
* CMake: Fix reading of INTERFACE_* properties in pri file generationJoerg Bornemann2020-05-191-1/+1
* CMake: Fix calling finalizers with empty argumentsJoerg Bornemann2020-05-191-1/+1
* CMake: Fix empty plugin_types value in module pri filesJoerg Bornemann2020-05-191-1/+5
* CMake: Generate qt_plugin_XXX.pri filesJoerg Bornemann2020-05-191-3/+54
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-1918-71/+327
* 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
* CMake: Use the same generator when building other repositoriesAlexandru Croitor2020-05-195-7/+31
* CMake: Use custom install script to support Ninja Multi-Config buildsAlexandru Croitor2020-05-198-72/+80
* CMake: Install non-main-config tools and executables to a subdirAlexandru Croitor2020-05-191-25/+96
* CMake: Default to building all configurations with Ninja Multi-ConfigAlexandru Croitor2020-05-192-1/+11
* CMake: Allow using single config generators after building with NMCAlexandru Croitor2020-05-191-9/+46
* 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