summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle exceptions when accessing android clipboardv5.12.8Mike Achtelik2020-03-311-50/+78
* 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
* Add an expansion limit for entitiesLars Knoll2020-03-252-2/+26
* macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
* q_getTimeFromASN1: fix invalid accessTimur Pocheptsov2020-03-191-1/+17
* Fix CVE-2020-9327 in SQLiteAndy Shaw2020-03-092-9/+225
* xcb: Fix logic for minimized stateJiDe Zhang2020-03-094-3/+19
* Fix QShaderGenerator ES 3+ version declarationPaul Lemire2020-03-091-1/+1
* QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-281-6/+3
* Replace usage of std::result_of with decltypeMårten Nordheim2020-02-221-1/+1
* QShaderGraph: don't generate statements with undefined inputsNicolas Guichard2020-02-211-0/+47
* QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-211-28/+39
* Fix QShaderGenerator crashing when a node port name prefixed another oneNicolas Guichard2020-02-201-3/+39
* QShaderGraph: Fix statement creation for graphs with dangling branchesNicolas Guichard2020-02-181-5/+12
* 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-101-2/+5
* 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-317-7/+58
|\
| * 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-231-0/+17
| * Merge 5.12 into 5.12.7Kari Oikarinen2020-01-235-8/+80
| |\
| * | Bump copyright yearJani Heikkinen2020-01-203-6/+6
* | | Fix qt5_make_output_file macro for paths containing dotsJoerg Bornemann2020-01-291-1/+8
* | | Un-deprecate QSignalMapperSona Kurazyan2020-01-232-8/+4
| |/ |/|
* | eglfs: find correct framebuffer index even if device node is symlinkRolf Eike Beer2020-01-221-1/+7
* | Fix CVE-2019-19646 in SQLiteAndy Shaw2020-01-212-1/+32
* | Add touch input device mapping support via QT_QPA_EGLFS_KMS_CONFIGPasi Petäjäjärvi2020-01-182-6/+41
|/
* QObject: make the connectedSignals member use QAtomicIntegerThiago Macieira2020-01-152-6/+7
* Guard against null-nativeParent in QWidgetBackingStore::markDirtyOnScreenTor Arne Vestbø2020-01-151-1/+5
* Use QPointer for QWindow pointers in QGuiApplicationMorten Johan Sørvig2020-01-142-6/+6
* Fix CVE-2019-19645 in SQLiteAndy Shaw2020-01-132-1/+93
* QKeySequence: Add missing names for multimedia keysAlexander Volkov2020-01-131-0/+6
* Fix CVE-2019-19603 in SQLiteAndy Shaw2020-01-122-6/+121
* ucstrncmp: Fix UBSan report of array overflowingThiago Macieira2020-01-111-4/+4
* Fix CVE-2019-19242 in SQLiteAndy Shaw2020-01-102-1/+37
* sqlite: Update to v3.30.1Andy Shaw2020-01-084-4009/+5304
* Merge "Merge remote-tracking branch 'origin/5.12.6' into 5.12"Qt Forward Merge Bot2020-01-081-4/+2
|\
| * Merge remote-tracking branch 'origin/5.12.6' into 5.12Qt Forward Merge Bot2020-01-071-4/+2
| |\
| | * iOS: Account for UITextInteraction when building against 12.x or lowerv5.12.6Andy Shaw2019-11-081-4/+2
* | | macOS: Skip uninitialized buffers in IOSurface backingstoreTor Arne Vestbø2020-01-071-2/+4
* | | macOS: Handle missing color space information in IOSurface backingstoreTor Arne Vestbø2020-01-071-3/+10
* | | macOS: Don't throw away backingstore buffers when backing properties changeTor Arne Vestbø2020-01-074-30/+30
|/ /
* | Add check for global share context for QOpenGLWidget initializeMichal Klocek2019-12-191-3/+5