summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-192-7/+1
* Configure: Do not automatically enable compilation of examples for testsKai Koehne2020-05-191-8/+1
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-1913-32/+98
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-1813-32/+98
| |\
| | * CMake: Don't hard-code the sysroot in Qt5XXXConfigExtras.cmakeJoerg Bornemann2020-05-141-1/+8
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-147-23/+52
| | |\
| | | * Fix scanned resources in static buildsv5.15.0Tor Arne Vestbø2020-05-111-1/+1
| | | * 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-073-6/+31
| | | * Add more deprecation notices to QtNetwork release notesMårten Nordheim2020-05-071-14/+12
| | | * Fix 32bit integer overflow in ICC parsingv5.15.0-rc1Allan Sandfeld Jensen2020-05-041-1/+2
| | * | Small fixes for the Q*Ref deprecation stuffMarc Mutz2020-05-141-4/+12
| | * | Fix invalid text layout data when a full layout run is interruptedStefan Löffler2020-05-141-2/+5
| | * | Support opening directories over portalJan Grulich2020-05-142-1/+30
| | * | Blacklist imageAtRightAlignedTab in SLESTony Sarajärvi2020-05-131-0/+1
| | * | Fix QRunnable::ref use in QThreadPoolAllan Sandfeld Jensen2020-05-122-26/+44
| | * | Revert "note QFileDialog::setNameFilters() is not supported on Android"Assam Boudjelthia2020-05-121-5/+2
* | | | cmake: add config module name for devicediscoverySamuli Piippo2020-05-191-0/+1
* | | | Direct Write Font Engine: Fix leaking IDWriteFontFace instancesFriedemann Kleint2020-05-191-2/+3
* | | | Enable Universal Links on iOSLars Schmertmann2020-05-193-0/+59