summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-259-37/+43
* Set name of X11 Client Leader Window to application nameRaphael Rosch2020-07-241-1/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-244-38/+15
* macOS: Clarify that QCocoaKeyMapper only computes 8 modifier statesTor Arne Vestbø2020-07-242-24/+8
* Add QPlatformInterface::Private::QWindowsWindowFriedemann Kleint2020-07-224-16/+25
* Windows QPA: Move the touch types API from platformheaders into QtGuiFriedemann Kleint2020-07-227-25/+72
* macOS: Remove workaround for zero-size GL viewsTor Arne Vestbø2020-07-221-8/+1
* macOS: Ensure initial geometry is always setTor Arne Vestbø2020-07-221-2/+10
* macOS: Remove stale code for handling view hiding during reparentingTor Arne Vestbø2020-07-221-4/+2
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-222-4/+31
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-2114-71/+172
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-204-50/+35
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-204-103/+54
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-202-0/+2
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-203-13/+3
* cmake: Slience bening warnings in 3rdparty codeTor Arne Vestbø2020-07-201-0/+8
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-172-6/+7
* Fix namespaced buildGiuseppe D'Angelo2020-07-151-2/+0
* Fix gif parsing error for large imagesTang HaiXiang2020-07-141-2/+2
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-1345-60/+83
* 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-1012-77/+76
* 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
* MySQL: Remove anything that refers to lower than MySQL 5.6Andy Shaw2020-07-081-33/+1
* 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-0734-59/+59
* 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