summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QGtk3Theme: Support setting dialog parent on WaylandIlya Fedin2022-08-191-2/+21
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* iOS: use NSProcessInfo to resolve timestamps in simulator buildsRichard Moe Gustavsen2022-08-181-5/+31
* Remove unneeded QWindow from QGtk3DialogIlya Fedin2022-08-172-71/+20
* xcb: Propagate a few theme hint changes to QGuiApplicationJiDe Zhang2022-08-171-5/+23
* Provide a native interface instance in minimal platform pluginJaroslaw Kubik2022-08-172-0/+13
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-161-1/+1
* Maintain the window z-order properly in wasm compositorMikolaj Boc2022-08-165-69/+259
* vkkhrdisplay: Create the platform window alwaysLaszlo Agocs2022-08-161-1/+5
* Windows: Align QWindowsWindow logging category name with other platformsTor Arne Vestbø2022-08-165-51/+51
* macOS: Ignore deprecation for ReleaseIconRefTor Arne Vestbø2022-08-151-1/+1
* vkkhrdisplay: Silence validation complaints about presentation supportLaszlo Agocs2022-08-152-4/+12
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-3/+4
* Deliver correct key code on key release on WASMMikolaj Boc2022-08-103-76/+69
* Refactor QWasmEventTranslator for added readabilityMikolaj Boc2022-08-103-127/+83
* Add missing characters with diacritics to the WASM mapping tableMikolaj Boc2022-08-091-1/+4
* NetworkInformation/Android: Delete member only used for validity checkMårten Nordheim2022-08-092-10/+9
* NetworkInformation/Android: Convert enum to integer in java sideMårten Nordheim2022-08-092-15/+9
* NetworkInformation/Android: Modernize with new JNI functionalityMårten Nordheim2022-08-092-32/+27
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-081-0/+9
* Only manually expose the wasm window on raise/lower if it is visibleMikolaj Boc2022-08-081-2/+4
* macOS: Check m_platformWindow before processing key event after shortcutTimur Pocheptsov2022-08-051-1/+1
* macOS: Don't ifdef out code to resolve display name that might be usedTor Arne Vestbø2022-08-051-2/+0
* eglfs: Fix crash when painting the mouse cursor in a multiscreen setupDominik Holland2022-08-051-5/+5
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-057-127/+78
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-054-30/+0
* Fix several more improperly placed #include mocThiago Macieira2022-08-049-18/+18
* update function argument of SSL_CTX_set_optionsMichael Saxl2022-08-044-7/+12
* eglfs: Fix mouse events not being delivered to the frontmost windowSergio Martins2022-08-042-0/+20
* Use the correct module exports in qtloaderMikolaj Boc2022-08-031-4/+4
* Schannel: move final read to disconnected()Mårten Nordheim2022-08-031-119/+122
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-033-10/+10
* Add license headers to cmake filesLucie Gérard2022-08-0378-0/+234
* eglfs: Fix screen cloning when atomic is enabledLaszlo Agocs2022-08-011-5/+6
* Use the dead Mac path in QWasmEventTranslator::translateDeadKeyMikolaj Boc2022-08-012-3/+3
* Windows: Implement dark mode palette and accent color supportVolker Hilsheimer2022-07-292-78/+164
* Revert "CUPS: Add support for accessible IPP printers"Volker Hilsheimer2022-07-281-5/+2
* Modernize QWasmCompositor::windowAtMikolaj Boc2022-07-281-15/+7
* Remove QWasmCompositedWindow as dead codeMikolaj Boc2022-07-282-71/+19
* Schannel: remove outdated commentMårten Nordheim2022-07-281-1/+0
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-275-26/+78
* MySQL plugin: fix escaping a QByteArrayChristian Ehrlicher2022-07-251-1/+1
* Send parent_window handle to desktop portalDavid Redondo2022-07-251-3/+12
* Improve window dragging on WASMMikolaj Boc2022-07-2513-247/+510
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-213-14/+14
* Fix Wacom proximity on xcb againShawn Rutledge2022-07-201-6/+5
* QCommandLinkButton: Let the style set the text colorsVolker Hilsheimer2022-07-191-0/+5
* Windows: better handling of darkmode supportVolker Hilsheimer2022-07-193-7/+14
* Fix losing grip on dragged window on WASMMikolaj Boc2022-07-161-1/+1
* Refactor code focused around QWasmCompositor::processMouseMikolaj Boc2022-07-157-229/+207