summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix error report when network request is cancelledv5.13.0-beta1Lorn Potter2019-03-111-0/+1
* QPSQL: Use qstrtod() function for string to double conversionRobert Szefner2019-03-111-20/+24
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-116-25/+7
|\
| * Doc: Remove background colors from simplified offline CSSTopi Reinio2019-03-101-19/+0
| * Expand blacklisting of tst_qsslkey to cover all versions of RHELsTony Sarajärvi2019-03-101-2/+2
| * Fix Coverity warning about mixing enumsThiago Macieira2019-03-091-1/+1
| * Fix a couple of small doc things in relation to QScopeGuardAndy Shaw2019-03-092-2/+2
| * iOS: Fix broken application background trackingTor Arne Vestbø2019-03-091-1/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-0910-14/+92
|\|
| * Do not mix QByteArray with QString in arithmeticEdward Welbourne2019-03-081-1/+1
| * QAbstractItemView: make v-aligned items texts more user-friendlyChristian Ehrlicher2019-03-081-4/+21
| * manual tests: Fix buildFriedemann Kleint2019-03-072-1/+6
| * Fix some warnings in manual testsFriedemann Kleint2019-03-073-1/+25
| * Don't retry a ssl connection if encryption was never finishedMårten Nordheim2019-03-061-1/+4
| * Handle error from MS-Win API in QCollator::compare()Edward Welbourne2019-03-061-6/+28
| * Document that dialog parent relationship does not imply stacking orderTor Arne Vestbø2019-03-061-0/+7
* | 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-0624-444/+439
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-0624-444/+439
| |\|
| | * 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-043-135/+134
| | * Fix build with -no-gui on macOSAlex Richardson2019-03-042-2/+2
| | * Fix library search path order on WindowsJoerg Bornemann2019-03-031-2/+4
| | * 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
* | | wasm: Add WASM_OBJECT_FILES=1 build modeMorten Johan Sørvig2019-03-062-18/+47
|/ /
* | XCB/libxkbcommon input context: Fix crash when invalid local is setFriedemann Kleint2019-03-051-1/+3
* | Deprecation-fix: don't use QDir::operator=(const QString &)Edward Welbourne2019-03-051-1/+1
* | 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-026-13/+20
|\|
| * CMake: fix generation of config files for external Qt modulesJean-Michaël Celerier2019-03-011-1/+3
| * Actively discard return value of qtConfGetNextCommandlineArgJoerg Bornemann2019-03-011-1/+1
| * Android: Show correct keyboard when using Gboard and Japanese layoutAndy Shaw2019-02-281-1/+3
| * Terminate Qt gracefullyBogDan Vatra2019-02-282-8/+11