summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More nullptr usage in headersKevin Funk2019-03-14261-641/+641
* QStringMatcher: add QStringView supportAnton Kudryavtsev2019-03-142-10/+41
* Add qstringview.cpp into bootstrapLiang Qi2019-03-131-0/+1
* moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-111-0/+1
* Avoid copying QByteArray created via fromRawData in toDoubleVolker Hilsheimer2019-03-091-2/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-0946-634/+816
|\
| * wasm: support rendering to multiple canvasesMorten Johan Sørvig2019-03-0814-156/+224
| * wasm: make wasm platform target a specific canvas instead of defaultLorn Potter2019-03-088-73/+98
| * Fix some qdoc warningsFriedemann Kleint2019-03-077-18/+19
| * QOcspResponse - fix a broken buildTimur Pocheptsov2019-03-061-4/+4
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-03-0620-404/+420
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-0620-404/+420
| | |\
| | | * macOS: Improve mouse loggingTor Arne Vestbø2019-03-053-10/+35
| | | * testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-057-52/+64
| | | * testlib: Replace manual logger linked list with QVectorTor Arne Vestbø2019-03-051-129/+53
| | | * XDG Portal: quick optimization to avoid dup/close of a file descriptorThiago Macieira2019-03-051-2/+2
| | | * XDG Portal: allow the portal not to be runningThiago Macieira2019-03-051-16/+32
| | | * macOS: Modernize qnsview_dragging.mmTor Arne Vestbø2019-03-051-55/+45
| | | * Fix generation of the Qt5::GLESv2 target on ARMAleix Pol2019-03-051-5/+18
| | | * Don't split bezier curves that are already just a lineAllan Sandfeld Jensen2019-03-051-2/+3
| | | * Handle the situation where QTemporaryFile::open() failsAndy Shaw2019-03-051-9/+13
| | | * wasm: fix corrupt downloadsLorn Potter2019-03-041-1/+1
| | | * nothread: add exit function to QThread stubLorn Potter2019-03-041-0/+10
| | | * Hpack - fix the static lookupTimur Pocheptsov2019-03-042-99/+121
| | | * Prefer BGRA uploading to swizzlingAllan Sandfeld Jensen2019-03-021-18/+13
| | | * macOS: Initialize QNSView mouse related members with other mouse logicTor Arne Vestbø2019-03-022-9/+13
| * | | Android: Use DisplayListener to detect rotationVal Doroshchuk2019-03-061-7/+23
| * | | Minor cleanup of QTest::qFindTestDataOliver Wolff2019-03-061-14/+29
| |/ /
| * | XCB/libxkbcommon input context: Fix crash when invalid local is setFriedemann Kleint2019-03-051-1/+3
| * | Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-042-3/+3
| * | wasm: improve clipboard fallback pathMorten Johan Sørvig2019-03-044-17/+56
* | | Clean up the QCollator code and commentsEdward Welbourne2019-03-084-51/+69
* | | Report status codes in warnings about API failuresEdward Welbourne2019-03-081-10/+6
* | | Extend QCollator to support QStringViewEdward Welbourne2019-03-086-76/+59
* | | Add QStringView::toWCharArray() to match QStringEdward Welbourne2019-03-084-7/+35
* | | QSslKey - add a support for AES encrypted keysTimur Pocheptsov2019-03-085-2/+68
* | | rcc: Support Python as output formathjk2019-03-073-26/+197
* | | Add support for C++ functions attributes in mocJędrzej Nowacki2019-03-072-3/+19
* | | QSslKey - clean up the code a bit (SecureTransport)Timur Pocheptsov2019-03-071-5/+9
* | | SecureTransport - make 'securetransport' feature publicTimur Pocheptsov2019-03-071-1/+1
* | | QComboxBox: Silence warnings about deprecated APIFriedemann Kleint2019-03-061-0/+6
* | | Add input check for QSslSocket::setPrivateKeyKonstantin Shegunov2019-03-051-4/+13
* | | QLineF: mark angle(const QLineF&) as deprecatedChristian Ehrlicher2019-03-053-6/+8
* | | Update qopenglext.h to the latest Khronos versionPaul Olav Tvete2019-03-051-17/+538
* | | Update qopengles2ext to the latest Khronos versionPaul Olav Tvete2019-03-051-10/+432
* | | Simplify toStdWStringGiuseppe D'Angelo2019-03-051-7/+5
* | | QString: mark obsolete functions as deprecatedChristian Ehrlicher2019-03-046-35/+36
* | | Add Q_ENUM for QValidator::StateAlexander Akulich2019-03-041-0/+1
* | | Doc: Minor QDialog clarificationPaul Wicking2019-03-041-6/+5
* | | QtTestLib: unify handling of float and double using suitable templatesEdward Welbourne2019-03-041-22/+20