summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12.8' into 5.12Qt Forward Merge Bot2020-04-1410-90/+268
|\
| * Handle exceptions when accessing android clipboardv5.12.8Mike Achtelik2020-03-311-50/+78
| * Add changes file for Qt 5.12.8Antti Kokko2020-03-311-0/+70
| * Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-03-311-1/+2
| * iOS: Remove assert when doing GL rendering in the backgroundTor Arne Vestbø2020-03-311-5/+2
| * Pass SDK root to the linker as -isysroot, not -Wl,-syslibrootTor Arne Vestbø2020-03-312-6/+3
| * Add an expansion limit for entitiesLars Knoll2020-03-253-4/+47
| * macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
* | CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-04-109-51/+294
* | QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-04-102-28/+29
* | QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-04-103-13/+84
* | QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-04-102-6/+12
* | Doc: Adjust offline style for the litehtml rendering engineTopi Reinio2020-04-032-20/+7
* | Windows QPA: Prospective fix for crash occurring when changing screen during ...Friedemann Kleint2020-04-021-2/+3
* | Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-03-261-1/+2
* | xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-264-7/+118
* | Add option to select build target for IntegrityJanne Koskinen2020-03-251-2/+10
* | Add missing libraries for S820 reference boardJanne Koskinen2020-03-251-1/+1
|/
* q_getTimeFromASN1: fix invalid accessTimur Pocheptsov2020-03-191-1/+17
* Try to stabilize flaky test cases of tst_qsequentialanimationgroupSona Kurazyan2020-03-121-4/+3
* Fix 'out of process' autotestsTimur Pocheptsov2020-03-121-28/+54
* TCP socket auto-test: reduce flakynessTimur Pocheptsov2020-03-121-4/+13
* Fix CVE-2020-9327 in SQLiteAndy Shaw2020-03-092-9/+225
* xcb: Fix logic for minimized stateJiDe Zhang2020-03-095-6/+19
* Fix QShaderGenerator ES 3+ version declarationPaul Lemire2020-03-091-1/+1
* Revert "Blacklist tst_QWindow::isActive on Ubuntu"Liang Qi2020-03-071-2/+0
* Blacklist test that times out on windowsDimitrios Apostolou2020-03-061-0/+4
* Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-03-061-16/+34
* Fix flaky QElapsedTimer::elapsed test caseVolker Hilsheimer2020-03-061-17/+30
* Make QDeadlineTimer test more resilient against VM starvationVolker Hilsheimer2020-03-061-4/+19
* QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-282-6/+53
* Replace usage of std::result_of with decltypeMårten Nordheim2020-02-221-1/+1
* QShaderGraph: don't generate statements with undefined inputsNicolas Guichard2020-02-212-8/+51
* QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-212-28/+112
* Fix QShaderGenerator crashing when a node port name prefixed another oneNicolas Guichard2020-02-202-3/+109
* QShaderGraph: Fix statement creation for graphs with dangling branchesNicolas Guichard2020-02-182-5/+57
* macOS: Skip NSOpenGLContext flush if window exposed size is out of syncTor Arne Vestbø2020-02-171-0/+15
* macOS: Tag sub-layer images with color space on flushTor Arne Vestbø2020-02-121-1/+2
* Android: release semaphore when the pending runnable causes an exceptionKonstantin Ritt2020-02-121-2/+5
* sqlite: Update to v3.31.1Andy Shaw2020-02-119-5724/+9005
* QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-02-103-2/+9010
* QLockFile: Disable flock() on QNXThiago Macieira2020-02-101-0/+6
* Fix symbol resolving for OPENSSL_NO_NEXPROTONEGTimur Pocheptsov2020-02-071-4/+4
* Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2020-02-041-1/+1
* Merge remote-tracking branch 'origin/5.12.7' into 5.12Qt Forward Merge Bot2020-01-3114-12/+142
|\
| * Add changes file for Qt 5.12.7v5.12.7Antti Kokko2020-01-241-0/+25
| * Fix CVE-2019-19880 in SQLiteAndy Shaw2020-01-242-0/+32
| * QLibrary/Unix: do not attempt to load a library relative to $PWDThiago Macieira2020-01-231-1/+3
| * QWidget: React to platform surface being created or destroyedTor Arne Vestbø2020-01-232-0/+71
| * Merge 5.12 into 5.12.7Kari Oikarinen2020-01-236-967/+1085
| |\