summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Configure.json: Do not link to pthread on Android on feature testingCristian Adam2020-08-123-2/+1009
* QtFontStyle: Add missing const to non-mutable operatorsKonstantin Ritt2020-08-121-3/+3
* cmake, README: clearify the usage of '-' in feature namesRichard Moe Gustavsen2020-08-121-1/+2
* CMake: Expose public info about whether Qt is a shared lib buildAlexandru Croitor2020-08-122-0/+2
* CMake: Prepare ground work for static Qml plugins importingAlexandru Croitor2020-08-124-16/+51
* QXmlStreamReader: Don't resize readBuffer to a size it already hasRobert Loehning2020-08-121-1/+2
* Inline two macros in the unicode tablesEdward Welbourne2020-08-122-24/+20
* Windows: Remove method not existing in base classKai Koehne2020-08-121-1/+0
* HTTP/2: Don't handle Remote Disconnected if we haven't switched yetMårten Nordheim2020-08-121-1/+2
* QNX: fix buildSamuli Piippo2020-08-121-2/+2
* QNX: register mouse input deviceSamuli Piippo2020-08-122-8/+27
* QDecompressHelper: Change order of encodingsUlf Hermann2020-08-122-1/+3
* Allow smooth curve stroking for very wide linesEirik Aavitsland2020-08-121-1/+5