summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | Bump copyright yearJani Heikkinen2020-01-203-6/+6
|/
* 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
* | Fix CVE-2019-19244 in SQLiteAndy Shaw2019-12-112-0/+27
* | Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-101-0/+2
* | Fix depth in renderText()Laszlo Agocs2019-12-091-1/+1
* | Remove dead code to fix a lint warningLars Schmertmann2019-12-061-17/+0
* | Fix sizeHint of QProgressDialog to have enough space for window marginsVolker Hilsheimer2019-12-031-7/+10
* | iOS: Guard against request for textInputView without focus windowTor Arne Vestbø2019-12-031-2/+6
* | Revert "Fix build with -no-feature-printer"Liang Qi2019-12-021-7/+3
* | CoreText: Modernize style hint fallback lookupTor Arne Vestbø2019-11-272-129/+73
* | Replace get_filename_component usage with REGEX_REPLACEAlexey Edelev2019-11-271-1/+1
* | eglfs: kms: Read page flip events on a dedicated threadLaszlo Agocs2019-11-2614-43/+354
* | eglfs: kms: Make threaded atomic drm workLaszlo Agocs2019-11-264-41/+50
* | Remove the unregistered recognizer from the main listAndy Shaw2019-11-151-0/+1
* | Windows QPA: Fix close button not working on Windows 7Andre de la Rocha2019-11-131-3/+9
* | Do not load plugin from the $PWDOlivier Goffart2019-11-131-1/+0
|/
* Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-312-3/+13
* Update bundled libjpeg-turbo to version 2.0.3Eirik Aavitsland2019-10-3015-78/+185
* Only call ShowCaret if Windows 10 1709 or later is usedAndy Shaw2019-10-301-5/+7
* Fix a -Wclass-memaccess problem in qjsonVille Voutilainen2019-10-281-1/+3
* Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-253-19/+0
* Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-10-242-3/+7
* Remove DirectWrite warning when loading bitmap fontsEskil Abrahamsen Blomfeldt2019-10-211-8/+10
* macOS: Optionally flush sub-layers via sub-image copies of the backingstoreTor Arne Vestbø2019-10-181-10/+19
* iOS: Account for when the older SDK is used when buildingAndy Shaw2019-10-182-2/+5
* Fix for compilers that don't allow casting nullptr_t to an integerVolker Hilsheimer2019-10-141-1/+2
* Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-103-17/+69
* Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-10-091-1/+3