summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14.2' into 5.14Qt Forward Merge Bot2020-04-215-21/+22
|\
| * Revert "wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5"v5.14.2Morten Johan Sørvig2020-03-274-21/+20
| * widgets: Re-calculate focus frame style option after setting new geometryTor Arne Vestbø2020-03-241-0/+2
* | sqlite: Fix CVE-2020-11656Andy Shaw2020-04-202-1/+80
* | sqlite: Fix CVE-2020-11655Andy Shaw2020-04-202-0/+31
* | doc: AA_DisableSessionManager was added in 5.14Liang Qi2020-04-201-1/+1
* | OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-166-7/+36
* | wasm: do not try to resume main thread if mainloop has not started yetLorn Potter2020-04-141-1/+2
* | Add information for macOS to qsystemdetection.hLars Schmertmann2020-04-141-0/+2
* | Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-04-071-1/+2
* | Purge two old time-zone lookup fallbacksEdward Welbourne2020-04-071-23/+0
* | Ensure QTzTimeZonePrivate always tries a non-empty IANA IDEdward Welbourne2020-04-071-2/+5
* | QLibrary: fix deadlock caused by fix to QTBUG-39642Thiago Macieira2020-04-063-2/+7
* | Doc: Fix QLineF::IntersectionType enum nameLeena Miettinen2020-04-031-1/+1
* | Doc: Clarify equivalence of two QDate instancesTopi Reinio2020-04-031-7/+9
* | QEventDispatcherWin32: fix posted events deliveringAlex Trotsenko2020-04-032-33/+50
* | QLibrary/Android: Correct improper mergingThiago Macieira2020-04-031-4/+4
* | Clean up QTzTimeZonePrivate::systemTimeZoneId()Edward Welbourne2020-04-021-20/+13
* | ANGLE: d3d11: Do not register windows message hooks for d3d11 windowsOliver Wolff2020-04-022-2/+47
* | Send MouseMove events without buttons if the press closed the popupVolker Hilsheimer2020-03-301-3/+5
* | testlib: add QAbstractItemModelTester::verify()Liang Qi2020-03-301-0/+6
* | itemviews: Use the start of the current selection when getting the rangeAndy Shaw2020-03-301-3/+9
* | CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-274-35/+71
* | QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-03-252-28/+29
* | QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-252-13/+30
* | QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-03-252-6/+12
* | macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
* | ANGLE: Fix resizing of windows (Take 2)Oliver Wolff2020-03-242-1/+28
* | xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-234-7/+118
* | Doc: fix copy paste errors in border-*-style documentationJoni Poikelin2020-03-211-4/+4
* | qtimezoneprivate_tz: Apply a cache over the top of timezone dataRobin Burchell2020-03-202-57/+100
* | Doc: replace QFileInfo::created with birthTimeMauro Persano2020-03-201-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.14.2' into 5.14"Mitch Curtis2020-03-198-23/+245
|\ \
| * | Merge remote-tracking branch 'origin/5.14.2' into 5.14Mitch Curtis2020-03-198-23/+245
| |\|
| | * Android: Fix deployment on Windows hostEskil Abrahamsen Blomfeldt2020-03-191-2/+2
| | * Fix potential out-of-bounds or nullptr accessVolker Hilsheimer2020-03-171-4/+4
| | * Do not crash on skipped Xlib visualsAllan Sandfeld Jensen2020-03-111-0/+2
| | * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-1021-110/+186
| | |\
| | * | Windows QPA: Do not play sound for QMessageBox::NoIconFriedemann Kleint2020-03-061-0/+1
| | * | Fix CVE-2020-9327 in SQLiteAndy Shaw2020-03-042-9/+225
| | * | QLibraryInfo: avoid unneeded conversion for path prefixKirill Burtsev2020-03-041-8/+6
| | * | Android: fix apk generation on Android API 23+BogDan Vatra2020-03-031-0/+1
| | * | Android: Include the resConfigs so that the package can be uploadedAndy Shaw2020-03-031-0/+4
* | | | q_getTimeFromASN1: fix invalid accessTimur Pocheptsov2020-03-191-1/+17
|/ / /
* | | Fix JNI signature for the timezone getDisplayName callVolker Krause2020-03-171-1/+1
* | | QTreeView: don't call model.index(-1, 0) when using spanning itemsDavid Faure2020-03-161-1/+2
* | | WinRT: Open the URLs via the XAML thread to enable them to be openedAndy Shaw2020-03-141-12/+21
* | | Windows QPA: Fix broken frame geometry when moving windows with native menusFriedemann Kleint2020-03-135-10/+23
* | | Fix double scaling of SVG icons on high DPI screensTor Arne Vestbø2020-03-131-2/+6
* | | Fix QVarLengthArray documentationGiuseppe D'Angelo2020-03-121-5/+5