summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-145-2/+96
* QAtomic*: purge deprecated load() and save() methodsEdward Welbourne2020-08-144-68/+6
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-144-106/+1
* 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
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-1311-118/+96
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-136-39/+22
* 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-131-1/+1
* De-inline QIODevice::write(const QByteArray &)Alex Trotsenko2020-08-132-4/+7
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-137-20/+77
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-135-180/+18
* Restrict comparison of variantsLars Knoll2020-08-131-38/+82
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-135-147/+13
* QHeaderView: create virutal initStyleOptionForIndex functionThorbjørn Lund Martsum2020-08-132-19/+50
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-122-75/+220
* 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
* 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: Expose public info about whether Qt is a shared lib buildAlexandru Croitor2020-08-121-0/+1
* 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-121-10/+6
* 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-121-1/+1
* Allow smooth curve stroking for very wide linesEirik Aavitsland2020-08-121-1/+5
* Doc: Remove outdated documentationPaul Wicking2020-08-121-5/+0
* Introduce maximumIdentifierLength to return database limits for namesAndy Shaw2020-08-115-3/+25
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-1/+3
* Document how keyboard tracking can prevent use of a date/time editorEdward Welbourne2020-08-111-9/+52
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-1115-36/+56
* Remove old CBOR-based format from QShaderLaszlo Agocs2020-08-114-218/+19
* Fix handling of last second in 1969Edward Welbourne2020-08-111-11/+16
* Tidy up use of local variables and add an assertionEdward Welbourne2020-08-111-6/+4
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45
* Add degree<->radians conversions for long double and integral typesGiuseppe D'Angelo2020-08-112-0/+54
* wasm: fix natural scrolling on macLorn Potter2020-08-111-1/+1
* Interbase: Don't call toUpper() on the names as they are escapedAndy Shaw2020-08-101-2/+2