summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14.2' into 5.14Qt Forward Merge Bot2020-04-214-21/+20
|\
| * Revert "wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5"v5.14.2Morten Johan Sørvig2020-03-274-21/+20
* | wasm: do not try to resume main thread if mainloop has not started yetLorn Potter2020-04-141-1/+2
* | macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
* | xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-234-7/+118
* | Merge remote-tracking branch 'origin/5.14.2' into 5.14Mitch Curtis2020-03-191-0/+1
|\|
| * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-105-5/+25
| |\
| * | Windows QPA: Do not play sound for QMessageBox::NoIconFriedemann Kleint2020-03-061-0/+1
* | | 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
| |/ |/|
* | xcb: Fix logic for minimized stateJiDe Zhang2020-03-034-3/+19
* | Fix geometry handling for native child windowsFriedemann Kleint2020-02-282-2/+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
* qwindowswindow: Fix screen changes between different DPI screens for native w...Oliver Wolff2020-02-271-3/+1
* wasm: fix texture leak when window is destroyed in a different contextAlexandra Cherdantseva2020-02-275-9/+36
* Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-222-3/+3
* QMacStyle - fix tab buttonsTimur Pocheptsov2020-02-181-0/+13
* wasm: futureproof EmscriptenMouseEventLorn Potter2020-02-181-2/+2
* wasm: guard nonthreaded builds from using threading.hLorn Potter2020-02-181-0/+2
* wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5Morten Johan Sørvig2020-02-184-20/+21
* Avoid return QImage::Format_Invalid from QPlatformScreen::format()Allan Sandfeld Jensen2020-02-141-1/+3
* Windows QPA: Implement IExpandCollapseProvider for submenusAndre de la Rocha2020-02-124-0/+200
* macOS: Tag sub-layer images with color space on flushTor Arne Vestbø2020-02-111-1/+2
* Android: Fix native fileDialog not waiting for user selectionAssam Boudjelthia2020-02-102-0/+5
* Android: Fix native open fileDialog crash on AndroidAssam Boudjelthia2020-02-051-0/+1
* Fix AndroidAbstractFileEngineBogDan Vatra2020-02-051-1/+4
* Fix 'the the' typo in commentsLinus Jahn2020-02-023-3/+3
* Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-2/+2
* wasm: fix QWasmString::toQString assertion for emscripten 1.39.4Alexandra Cherdantseva2020-01-311-2/+3
* Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-283-14/+4
|\
| * Release the local ref immediatelyBogDan Vatra2020-01-221-1/+1
| * Windows QPA: Prospective fix for crash occurring when changing screen during ...Friedemann Kleint2020-01-221-2/+3
| * Revert "Do not read Xft.dpi on platforms that shouldn't be using Xft settings"David Edmundson2020-01-201-11/+0
* | Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-241-2/+2
* | wasm: fix redundant string conversions between wasm and JavaScriptAlexandra Cherdantseva2020-01-229-34/+150
|/
* macOS: Move palette setup into platform themeTor Arne Vestbø2020-01-144-302/+195
* Windows QPA: Fix co-existence of several Qt versions in an applicationFriedemann Kleint2020-01-141-8/+5
* Windows QPA: Fix message box and other system soundsFriedemann Kleint2020-01-141-0/+53
* wasm: do not get canvas as property of js global objectAlexandra Cherdantseva2020-01-135-12/+23
* Wasm: Support event loop wakeup from secondary threadsMorten Johan Sørvig2020-01-122-0/+25
* Fix developer build with clang-cl failing due exception specFriedemann Kleint2020-01-101-0/+3
* iOS: Handle positionFromPosition out of boundsAndy Shaw2020-01-091-1/+5
* xcb: Propagate size hints when window changes its scaling factorBłażej Szczygieł2020-01-082-0/+7
* tablets on xcb: report correct local coordinates to nested windowsShawn Rutledge2020-01-061-2/+4
* macOS: Skip uninitialized buffers in IOSurface backingstoreTor Arne Vestbø2020-01-031-2/+4
* macOS: Handle missing color space information in IOSurface backingstoreTor Arne Vestbø2020-01-031-3/+10
* Remove commented out code added by mistake in 7ac4e55cb979dTor Arne Vestbø2020-01-021-2/+0
* wasm: fix setting translucent backgroundLorn Potter2020-01-011-1/+1
* wasm: support all cursor shapesAlexandra Cherdantseva2019-12-301-7/+14