summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* Remove qlalr documentation stubKai Koehne2020-12-084-261/+0
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-084-12/+18
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-0811-20/+210
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-1/+8
* QPropertyBindingPrivate: Enable QML engine error handlingFabian Kosmale2020-12-082-2/+25
* wasm/js: fix invalid restartCount referenceAvindra Goolcharan2020-12-081-1/+1
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-071-13/+12
* QCborStreamReader: move the UTF-8 decoding into readStringChunkThiago Macieira2020-12-071-37/+109
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-071-0/+2
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-12-072-10/+6
* Add SameSite API to QNetworkCookieAllan Sandfeld Jensen2020-12-073-7/+84
* TLS utils - remove useless static_assertTimur Pocheptsov2020-12-071-4/+0
* Add uninitialized constructor to qfloat16Allan Sandfeld Jensen2020-12-072-0/+9
* rcc: Remove support for Python2Friedemann Kleint2020-12-073-41/+23
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3
* Fix QProperty example so that comments match implementationAndreas Buhr2020-12-071-1/+1
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2
* Make the overflow math functions publicUlf Hermann2020-12-073-235/+374
* PCRE: update to 10.36Giuseppe D'Angelo2020-12-0734-13242/+4166
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-072-2/+15
* uic/rcc: Use QT_VERSION_MAJOR for major versionFriedemann Kleint2020-12-072-10/+14
* QProcess: simplify the logic around _q_processDied()Alex Trotsenko2020-12-064-18/+15
* QCborStreamReader: remove the lambdas from decodeStringFromCbor()Thiago Macieira2020-12-061-43/+32
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-063-49/+71
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-061-21/+57
* QCborStreamReader: move the readStringChunk code to the PrivateThiago Macieira2020-12-051-24/+33
* QByteArray: update documentationIvan Solovev2020-12-052-82/+147
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-044-0/+20
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-0516-66/+21
* Add generic rb swap for RGB64 formatsAllan Sandfeld Jensen2020-12-042-33/+25
* Sequential containers: make removeIf/erase_if not detach unless neededGiuseppe D'Angelo2020-12-041-2/+10
* QList: make an indirect inclusion directGiuseppe D'Angelo2020-12-041-0/+1
* Fix broken link to Zstandard libraryAndreas Buhr2020-12-042-2/+2
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-041-2/+0
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-042-1/+4
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-042-7/+7
* QtConcurrent: filter/map reduction without default ctorIvan Solovev2020-12-043-34/+99
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* Purge double-spaces in qvectornd.cpp sentence-endsEdward Welbourne2020-12-041-16/+16
* Indicate the limited locale selection in the POSIX backendEdward Welbourne2020-12-041-2/+3
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95
* macOS: Make sure that the reserved characters are not escapedAndy Shaw2020-12-041-1/+1
* QTestLib: add a abort-on-fail environment variableGiuseppe D'Angelo2020-12-042-11/+47
* QInputDevice: Parent default keyboard to core app singletonFabian Kosmale2020-12-041-1/+1