summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | webOS: Fix allocateTimerIdJani Hautakangas2020-05-181-1/+8
* | | | Enable setting custom QThreadPool for QtConcurrent methodsJarek Kobus2020-05-1814-350/+2080
* | | | Windows QPA: Fix window class name clash when mixing Qt librariesFriedemann Kleint2020-05-181-1/+2
|/ / /
* | | Cleanup qUncompressLars Knoll2020-05-171-21/+8
* | | Don't access QArrayData::sharedNull() from QByteArray anymoreLars Knoll2020-05-171-4/+2
* | | QChar: make fullConvertCase()'s result type more usableMarc Mutz2020-05-172-15/+22