summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-1516-217/+277
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-1549-123/+101
* Android: Be more verbose about which binary is not foundAlexandru Croitor2020-08-151-2/+3
* Allow constructing a null variant from a meta typeLars Knoll2020-08-141-1/+1
* GitHub Actions: Fix actions buildCristian Adam2020-08-141-6/+5
* CMake: Split out some Android functions into a public API fileAlexandru Croitor2020-08-145-241/+270
* CMake: Fix various issues with building CMake Android projectsAlexandru Croitor2020-08-141-10/+37
* CMake: Move QtPostProcess functions into QtPostProcessHelpers.cmakeAlexandru Croitor2020-08-143-641/+647
* CMake: Fix copying of gradle resources in non-prefix buildsAlexandru Croitor2020-08-141-8/+7
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-14117-1781/+1746
* CMake: Split QtBuild.cmake into smaller filesAlexandru Croitor2020-08-1432-5819/+5829
* Doc: Change QPixmap::grabWindow with QScreen::grabWindowAndy Shaw2020-08-141-1/+1
* Drop qunicodecharGiuseppe D'Angelo2020-08-141-6/+1
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-1413-2/+252
* QAtomic*: purge deprecated load() and save() methodsEdward Welbourne2020-08-144-68/+6
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-1411-200/+2
* QVariant: remove docs for non-existent deprecated methodsEdward Welbourne2020-08-141-40/+0
* QObject/Q_OBJECT: remove deprecated old APIEdward Welbourne2020-08-142-21/+2
* QCoreApplication: purge deprecated APIEdward Welbourne2020-08-142-84/+2
* QQueue: purge deprecated API, swap(i, j)Edward Welbourne2020-08-141-5/+0
* CMake: Allow opting out of global target promotionAlexandru Croitor2020-08-131-2/+19
* CMake: Extend configure-cmake-mapping.mdJoerg Bornemann2020-08-131-44/+36
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-1312-137/+115
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-138-51/+34
* QNAM: Don't error out if the server doesn't support any ALPN we requestMårten Nordheim2020-08-131-2/+2
* QNAM: Don't close the connection due to not having a layer preferenceMårten Nordheim2020-08-131-2/+5
* QNAM: HTTP/2: Set user-agent for the HTTP proxy's headerMårten Nordheim2020-08-131-4/+13
* QNAM: Fix proxy auth handling when requesting but not yet changed to h2Mårten Nordheim2020-08-132-2/+4
* Windows QPA: Fix omitted Drop eventAndre de la Rocha2020-08-131-17/+6
* CMake: Allow specifying a sysconfdir that's outside the prefixAlexandru Croitor2020-08-132-11/+18
* CMake: Fix empty value of CMAKE_SIZEOF_VOID_P when looking for toolsAlexandru Croitor2020-08-132-10/+1
* De-inline QIODevice::write(const QByteArray &)Alex Trotsenko2020-08-132-4/+7
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-138-20/+230
* CMake: fix android target build not picking the correct sysrootAssam Boudjelthia2020-08-131-8/+8
* CMake: Introduce QtFeatureCommon.cmakeJoerg Bornemann2020-08-133-10/+12
* CMake: Write QMAKE_MACOSX_DEPLOYMENT_TARGET to qconfig.priJoerg Bornemann2020-08-131-0/+2
* CMake: Add missing newline at the end of qconfig.priJoerg Bornemann2020-08-131-1/+1
* Add quickcontrols2impl to helper.pyMitch Curtis2020-08-131-0/+3
* helper.py: document extra parameterMitch Curtis2020-08-131-0/+1
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-139-235/+70
* Restrict comparison of variantsLars Knoll2020-08-133-62/+118
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-1313-211/+17
* QHeaderView: create virutal initStyleOptionForIndex functionThorbjørn Lund Martsum2020-08-132-19/+50
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-123-77/+358
* QFileSystemModel: use the QFileInfo from the model as much as possibleVolker Hilsheimer2020-08-121-9/+19
* QFileDialog: fix warning message when navigating to "My Computer"Volker Hilsheimer2020-08-121-4/+5
* QFileDialog: reduce number of times a file is stat'edVolker Hilsheimer2020-08-122-76/+65
* Don't depend on tools for the qtestlib examplesAndy Shaw2020-08-122-2/+2
* cmake: Suggest qt-cmake-private script for building other Qt modulesKai Koehne2020-08-121-2/+2
* CMake: Fix Threads::Threads dependency handling with CMake < 3.18Alexandru Croitor2020-08-122-0/+22