aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content
Commit message (Expand)AuthorAgeFilesLines
* Port qtvirtualkeyboard to declarative type registrationJarkko Koivikko2022-04-07348-27001/+0
* Add workaround for QML compiler bugJarkko Koivikko2022-03-311-1/+1
* zh_TW/main: Fix source file name of the created input method objectJarkko Koivikko2022-03-301-1/+1
* Use proper type (instead of var) for Keyboard.activeKeyJarkko Koivikko2022-03-302-3/+3
* Remove unused .qrc filesJoerg Bornemann2022-01-183-101/+0
* Update documentation wrt modality and z orderingVolker Hilsheimer2021-12-201-10/+3
* Update the Hangul mode key label in the Korean symbol layoutJarkko Koivikko2021-11-111-2/+2
* Fix whitespace (cosmit)Ivan Tkachenko2021-10-1921-21/+21
* Change label for InputModeKey (Japanese)Jarkko Koivikko2021-10-181-3/+3
* Document the reparenting of InputPanel during modal sessionsVolker Hilsheimer2021-10-181-3/+9
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-08-231-1/+1
* Fix QML TypeError Cannot read property 'selectionListHeight' of nullJarkko Koivikko2021-06-082-4/+4
* Add Cerence HWR and Cerence XT9 extension pluginsJarkko Koivikko2021-06-037-7/+7
* Make sure keyboard layout observer returns correct geometryJarkko Koivikko2021-06-031-2/+8
* Fix qml warning regarding touchPointsJarkko Koivikko2021-05-282-8/+8
* Decrease the z-value of the InputPanel to 10000Volker Hilsheimer2021-05-061-0/+3
* Document that there can only be one InputPanel instanceVolker Hilsheimer2021-05-051-0/+2
* Fix documentation of parametersVolker Hilsheimer2021-04-161-3/+3
* Refresh keyboard layouts and styleJarkko Koivikko2021-04-13126-5171/+6632
* Change long press delay from 800 ms to 500 msJarkko Koivikko2021-04-131-1/+1
* Add new property BaseKey.displayAlternativeKeysJarkko Koivikko2021-04-132-3/+14
* Fix symbols key label in Japanese symbols layoutJarkko Koivikko2021-03-051-3/+13
* Add Stroke and Romaji values to the InputMode enumerationJarkko Koivikko2021-03-051-0/+2
* Replace layoutChangeNotifyTimer with Qt.callLaterJarkko Koivikko2021-02-131-7/+3
* Remove visible condition from the keyboard observer scanJarkko Koivikko2021-02-131-1/+1
* Add missing parameter to Connections handlerJarkko Koivikko2021-02-091-1/+1
* Adapt to new Connections syntaxJarkko Koivikko2021-01-297-10/+10
* Add new key type FlickKey v2Jarkko Koivikko2021-01-296-7/+257
* Add new method clearInputMode() to input method v2Jarkko Koivikko2021-01-291-1/+8
* Add new settings defaultInputMethodDisabled, defaultDictionaryDisabledJarkko Koivikko2021-01-291-2/+12
* Add new setting for disabling handwriting modeJarkko Koivikko2021-01-291-0/+4
* Add InputContext.keyboardObserver property v4Jarkko Koivikko2021-01-2617-2/+123
* Recycle drawing canvases to save resources v3Jarkko Koivikko2021-01-261-29/+66
* Fix position of the keyboardRectangle in app integrationJarkko Koivikko2021-01-221-5/+16
* Fix QML warningJarkko Koivikko2021-01-181-1/+1
* Fix WCL menu exceeding left boundary of the keyboardJarkko Koivikko2021-01-181-1/+1
* Fix WCL menu related QML warningJarkko Koivikko2021-01-181-0/+2
* Fix unwanted WCL menu popupJarkko Koivikko2021-01-181-1/+1
* Sort language list by active languagesJarkko Koivikko2021-01-181-4/+17
* Remove all version numbers from QML importsMitch Curtis2020-10-22110-315/+315
* Refactor desktop-detection logic to become an explicit propertyv5.15.0-beta2Volker Hilsheimer2020-03-031-7/+4
* Make sure that the input panel receives events during modal sessionsVolker Hilsheimer2020-03-032-1/+6
* Fix the long press function on the symbol mode key v3v5.15.0-beta1Jarkko Koivikko2020-02-191-4/+18
* Revert "Fix the long press function on the symbol mode key"Jarkko Koivikko2020-02-141-6/+2
* Fix the long press function on the symbol mode keyJarkko Koivikko2020-02-141-2/+6
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-145-0/+21
|\
| * Fix warnings about Binding's new restoreMode propertyv5.14.0-rc2v5.14.0Mitch Curtis2019-12-055-0/+21
* | Fix warning: TypeError: Cannot read property 'selectByMouse' of nullFrederik Gladhorn2019-12-051-1/+1
* | Respect selectByMouse property of inputItem when in fullscreen modeMitch Curtis2019-12-021-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-161-3/+3
|\|