summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Fix sporadic build failures of eglfs_kms_vsp2Joerg Bornemann2020-07-131-0/+1
* macOS: Use Cocoa to map key events to possible shortcut key sequencesTor Arne Vestbø2020-07-131-3/+19
* macOS: Modernize QCocoaKeyMapper key mapTor Arne Vestbø2020-07-132-53/+36
* Refactor pointer event hierarchyShawn Rutledge2020-07-109-52/+52
* Remove unused method QKeyMapper::clearMappings()Tor Arne Vestbø2020-07-102-7/+0
* macOS: Simplify dead key handlingTor Arne Vestbø2020-07-101-2/+2
* macOS: Simplify Ctrl+LeftMouse->RightMouse handlingTor Arne Vestbø2020-07-101-2/+1
* macOS: Merge keySequenceToKeyEqivalent into call siteTor Arne Vestbø2020-07-101-17/+13
* macOS: Add QCocoaKeyMapper::toCocoaModifiersTor Arne Vestbø2020-07-103-22/+17
* Move glxconvenience into QtGuiFriedemann Kleint2020-07-108-10/+3
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-091-1/+1
* CMake: Fix various issues with the Android buildAlexandru Croitor2020-07-091-8/+0
* Android: Don't depend on the OpenGL moduleAndy Shaw2020-07-094-16/+0
* Register a generic keyboard device on cocoaShawn Rutledge2020-07-081-0/+3
* Move qglxconvenience to QtOpenGLFriedemann Kleint2020-07-088-8/+8
* macOS: Exclude 32-bit builds by checking pointer sizeTor Arne Vestbø2020-07-082-5/+1
* macOS: Don't assume platform has objc_msgSendSuper_stretTor Arne Vestbø2020-07-081-3/+9
* macOS: Map Qt::KeyboardModifier to a single Carbon modifierTor Arne Vestbø2020-07-081-3/+0
* macOS: Don't rely on Carbon for QCocoaKeyMapper::queryKeyboardModifiers()Tor Arne Vestbø2020-07-081-23/+12
* macOS: Simplify QCocoaKeyMapper::fromCocoaModifiersTor Arne Vestbø2020-07-081-13/+15
* macOS: Use helper method in QCocoaKeyMapper for swapping Ctrl and CmdTor Arne Vestbø2020-07-081-32/+23
* macOS: Move AA_MacDontSwapCtrlAndMeta logic out of QPlatformThemeTor Arne Vestbø2020-07-082-0/+41
* Fix no-EGL buildTor Arne Vestbø2020-07-072-0/+6
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-1/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0731-55/+55
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-074-21/+1
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-075-40/+12
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-071-2/+0
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* Windows: Fix trailing blank in native file dialog filterFriedemann Kleint2020-07-061-1/+4
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-063-17/+3
* Remove OpenWFD platform pluginTor Arne Vestbø2020-07-0624-2326/+0
* Use QList instead of QVector in pluginsJarek Kobus2020-07-0657-162/+159
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-0626-15/+32
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-065-14/+14
* Move linuxaccessibility to QtGuiFriedemann Kleint2020-07-064-18/+5
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-044-5/+2
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-033-5/+5
* CMake: Re-run pro2cmake on gui, platformheadersTor Arne Vestbø2020-07-032-43/+7
* macOS: Fix mapping of Qt to Carbon modifiers with AA_MacDontSwapCtrlAndMetaTor Arne Vestbø2020-07-031-5/+5
* Only use one macro per lineLars Schmertmann2020-07-031-1/+3
* Windows QPA: Refactor touch device creationFriedemann Kleint2020-07-035-60/+43
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-034-3/+12
* macOS: Simplify QCocoaKeyMapper::(to/from)CocoaKeyTor Arne Vestbø2020-07-021-67/+19
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-025-8/+148
* macOS: Move Cocoa modifier mapping logic to QCocoaKeyMapperTor Arne Vestbø2020-07-029-37/+32
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-0230-263/+232
* In-class initialize QWindowsGLContext membersTor Arne Vestbø2020-07-012-16/+9
* Remove explicit tracking of QOpenGLContext in QWindowsGLContextTor Arne Vestbø2020-07-012-3/+1
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-012-43/+77