summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | ANGLE: Fix severe performance regressionOliver Wolff2020-03-122-1/+38
* | | Fix non-trivial soft-hyphen line breaksAllan Sandfeld Jensen2020-03-101-13/+16
| |/ |/|
* | QSortFilterProxyModel doc: do not mention deprecated function reset()Christian Ehrlicher2020-03-091-2/+3
* | Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-062-2/+4
* | Fix QDeviceDiscoveryUDev on FreeBSDAllan Sandfeld Jensen2020-03-061-0/+4
* | QLibrary: introduce a mutex to protect non-atomic internalsThiago Macieira2020-03-035-52/+68
* | QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-032-12/+0
* | QPluginLoader: rework the loading and the caching of instanceThiago Macieira2020-03-033-22/+44
* | Add the include for QPointer to avoid MSVC compilation errorShawn Rutledge2020-03-031-0/+1
* | QDom: use correct precision when converting float/double valuesChristian Ehrlicher2020-03-031-3/+4
* | xcb: Fix logic for minimized stateJiDe Zhang2020-03-034-3/+19
* | uic: Add pass to empty functionsCristián Maureira-Fredes2020-03-031-6/+13
* | Fix geometry handling for native child windowsFriedemann Kleint2020-02-284-8/+23
* | QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-282-3/+6
|/
* Android: Don't recurse into directories inside the assets when iteratingAndy Shaw2020-02-271-20/+5
* Windows: Enable closing the system tray menu when clicking outside of itAndy Shaw2020-02-271-1/+5
* uic: handle header tag for python importsCristián Maureira-Fredes2020-02-271-0/+2
* qwindowswindow: Fix screen changes between different DPI screens for native w...Oliver Wolff2020-02-271-3/+1