summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QGtk3Theme: implement appearance function to detect dark themesMitch Curtis2021-10-112-0/+44
* QNI:NetworkManager: Update dbus interface usageMårten Nordheim2021-10-082-6/+12
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-081-1/+3
* macOS: Use new QPlatformTheme::appearance() functionMitch Curtis2021-10-071-20/+21
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-10-074-0/+14
* QTlsBackend (OpenSSL) : detect incompatible versionsTimur Pocheptsov2021-10-061-1/+13
* Android: Update and add missing gradle files for jar foldersAssam Boudjelthia2021-10-063-0/+60
* macOS: Ensure cancelOperation is sent as regular key eventWang Chuan2021-10-051-1/+3
* xcb: Flush scrolled region of backingstore to client when requesting imageTor Arne Vestbø2021-10-051-1/+6
* Bump version to 6.2.1Jani Heikkinen2021-10-041-1/+1
* Doc: Update Microsoft's Documentation LinksLuca Di Sera2021-10-041-1/+1
* Include <QHash> explicitlyTimur Pocheptsov2021-10-011-0/+2
* windows qpa: Handle invisible child windows gracefully on dpi changesOliver Wolff2021-09-301-0/+2
* Fix memory leakJiDe Zhang2021-09-292-0/+2
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-242-0/+36
* macOS: Don't pretend like our backing store is a QRasterBackingStoreTor Arne Vestbø2021-09-242-2/+2
* Cocoa: Don't call makeKeyAndOrderFront for native app-modal dialogsDoris Verria2021-09-242-9/+8
* Register Wacom tablet devices on cocoaShawn Rutledge2021-09-231-90/+98
* macOS: Don't re-send key event through input method on focus object changeTor Arne Vestbø2021-09-211-9/+0
* Fix loading certificates on Android with OpenSSLMårten Nordheim2021-09-211-1/+4
* Make QWindow respect minimumSize again on WindowsMorten Johan Sørvig2021-09-211-0/+2
* Compile autotests for IntegrityTatiana Borisova2021-09-211-3/+4
* Fix loading of OpenSSL on macOS versions that ship its own OpenSSLTor Arne Vestbø2021-09-191-0/+5
* iOS: cleanup connection when a screen disconnectsRichard Moe Gustavsen2021-09-181-1/+3
* macOS: convert mask region to native geometryMorten Johan Sørvig2021-09-182-2/+3
* android: Implement nativeResourceForContextLaszlo Agocs2021-09-172-0/+14
* Revert "Qt xcb: remove false detects of Qt::GroupSwitchModifier"Liang Qi2021-09-171-3/+3
* QAndroidSystemLocale: add missing day and month format handlingIvan Solovev2021-09-161-0/+12
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-152-6/+14
* Android: Enable QDesktopServiceLars Schmertmann2021-09-102-2/+49
* macOS: process all activation events synchronouslyMorten Johan Sørvig2021-09-101-1/+2
* xcb: update connection time when possibleLiang Qi2021-09-092-3/+19
* OpenSSL: Let people opt-in to use TLS 1.3 PSK callbackMårten Nordheim2021-09-081-2/+9
* Cocoa: Make sure we can display multiple sheets for the same NSWindowDoris Verria2021-09-071-1/+5
* macOS: Report preedit cursor position and cursor visibility correctlyTor Arne Vestbø2021-09-061-2/+9
* QSslCertificate(OpenSSL plugin): fix memory leaks in extension 'parser'Timur Pocheptsov2021-09-043-12/+63
* macOS: Don't rely on invalidateCursorRectsForView when mouse is over viewTor Arne Vestbø2021-09-031-0/+14
* cocoa: use TouchPad deviceType for trackpadShawn Rutledge2021-09-031-0/+1
* TLS plugins: Prefix with 'q'Mårten Nordheim2021-08-308-8/+8
* macOS: Hide mouse cursor when initiating IM enabled text inputTor Arne Vestbø2021-08-281-0/+13
* macOS: Correctly implement attributedSubstringForProposedRangeTor Arne Vestbø2021-08-281-6/+36
* macOS: Assume input method handles key eventTor Arne Vestbø2021-08-282-12/+15
* macOS: Handle IM insertNewline by sending synthetic Qt::Key_ReturnTor Arne Vestbø2021-08-273-8/+32
* macOS: Handle replacement range during marking of textTor Arne Vestbø2021-08-271-0/+16
* macOS: Factor out key event handling into helper structTor Arne Vestbø2021-08-272-72/+140
* macOS: Return early from key handler if shortcut was handledTor Arne Vestbø2021-08-271-7/+3
* macOS: Check NSEvent.characters to determine dead key stateTor Arne Vestbø2021-08-271-2/+3
* macOS: Use current NSEvent to determine if IM text matches key eventTor Arne Vestbø2021-08-273-13/+17
* macOS: Modernize and clean up key event handlingTor Arne Vestbø2021-08-261-54/+56
* macOS: Move replacement range calculations into helper methodsTor Arne Vestbø2021-08-261-35/+70