summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoakeymapper.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-201-547/+0
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-13/+13
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-061-1/+5
* macOS: Prevent mapping non-keydown events to charactersTor Arne Vestbø2020-10-061-13/+21
* QCocoaKeyMapper: do not sum integral+QFlagsGiuseppe D'Angelo2020-09-031-2/+2
* macOS: Clarify that QCocoaKeyMapper only computes 8 modifier statesTor Arne Vestbø2020-07-241-1/+4
* 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-131-44/+23
* Remove unused method QKeyMapper::clearMappings()Tor Arne Vestbø2020-07-101-6/+0
* macOS: Add QCocoaKeyMapper::toCocoaModifiersTor Arne Vestbø2020-07-101-0/+13
* 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: Fix mapping of Qt to Carbon modifiers with AA_MacDontSwapCtrlAndMetaTor Arne Vestbø2020-07-031-5/+5
* 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-021-0/+142
* macOS: Move Cocoa modifier mapping logic to QCocoaKeyMapperTor Arne Vestbø2020-07-021-0/+17
* Pass correct modifier to QCocoaKeyMapper::toKeyCode()Tor Arne Vestbø2020-06-301-1/+1
* Simplify QCocoaKeyMapper by always returning a valid keymapTor Arne Vestbø2020-06-301-14/+13
* macOS: Modernize QCocoaKeyMapperTor Arne Vestbø2020-06-301-308/+276
* macOS: Clean up headersTor Arne Vestbø2020-06-051-0/+2
* Cocoa integration: fix incorrect keyboard mappingTimur Pocheptsov2018-10-041-4/+6
* QCocoaKeyMapper: Properly initialize all members and reset on updateUlf Hermann2018-10-041-4/+5
* Fix QGuiApplication::queryKeyboardModifiers() on macOSNils Jeisecke2018-07-201-1/+1
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-4/+4
* QCocoaKeyMapper: Remove unused member variablesGabriel de Dietrich2017-09-061-11/+0
* Remove unused function qt_mac_secure_keyboardGabriel de Dietrich2017-04-051-8/+0
* cocoa: Account for getting a keyboard using input methods correctlyAndy Shaw2017-01-101-1/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-9/+7
|\
| * Revert "QCocoaKeyMapper - correctly update key layouts"Timur Pocheptsov2016-10-101-9/+7
* | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-1/+1
* | Fix PrintScreen mapping on macOS and moreAllan Sandfeld Jensen2016-10-041-1/+5
|/
* QCocoaKeyMapper - correctly update key layoutsTimur Pocheptsov2016-02-251-7/+9
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* OS X: Add scan code mappings for Escape, Return and function keys.Dyami Caliri2014-09-171-16/+26
* Cocoa: added queryKeyboardModifiers() in platform pluginLiang Qi2014-03-151-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Implement Cocoa KeyMapper.Morten Johan Sorvig2012-12-071-0/+468