aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* plugins/cerence-hwr: Fix waiting of recognition results during key eventJarkko Koivikko2021-06-222-5/+33
* plugins/openwnn: reset() should not modify pre-edit textJarkko Koivikko2021-06-211-2/+4
* Fix processing of hard Qt::Key_Backspace and Qt::Key_DeleteJarkko Koivikko2021-06-211-3/+11
* Remove old configure-related filesJoerg Bornemann2021-06-173-1191/+0
* plugins/openwnn: Set word candidate index when item is selectedJarkko Koivikko2021-06-171-0/+1
* Disable Windows IME when Qt Virtual Keyboard plugin is loadedJarkko Koivikko2021-06-152-0/+14
* Fix high CPU utilization caused by key repeat timerJarkko Koivikko2021-06-091-2/+4
* Fix QML TypeError Cannot read property 'selectionListHeight' of nullJarkko Koivikko2021-06-082-4/+4
* Fix usage of legacy CMake APIJoerg Bornemann2021-06-073-4/+4
* CMake: Update to latest qml CMake APIAlexandru Croitor2021-06-053-35/+18
* Add Cerence HWR and Cerence XT9 extension pluginsJarkko Koivikko2021-06-03111-1326/+12704
* Make sure keyboard layout observer returns correct geometryJarkko Koivikko2021-06-031-2/+8
* Add protected constructor for QVirtualKeyboardAbstractInputMethodJarkko Koivikko2021-06-035-19/+117
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-4/+4
* Fix qml warning regarding touchPointsJarkko Koivikko2021-05-282-8/+8
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-228-165/+164
* Fix static builds to import correctly named Quick Window pluginAlexandru Croitor2021-05-061-1/+1
* Decrease the z-value of the InputPanel to 10000Volker Hilsheimer2021-05-062-1/+4
* Remove qmake project filesJarkko Koivikko2021-05-054-155/+0
* Document that there can only be one InputPanel instanceVolker Hilsheimer2021-05-051-0/+2
* Replace "Qt 5" with "Qt"Volker Hilsheimer2021-05-041-2/+2
* Remove qmake project filesJoerg Bornemann2021-04-3037-2449/+0
* Fix documentation of parametersVolker Hilsheimer2021-04-162-4/+4
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-153-3/+3
* Refresh keyboard layouts and styleJarkko Koivikko2021-04-13129-5180/+6686
* 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
* Improve debug printJarkko Koivikko2021-04-131-1/+2
* Don't use deprecated QLibrary::location, use path insteadVolker Hilsheimer2021-03-253-12/+12
* CMake: Fix pinyin and tcime resource bundlingJarkko Koivikko2021-03-059-17/+63
* Fix symbols key label in Japanese symbols layoutJarkko Koivikko2021-03-051-3/+13
* CMake: Change layout base path to value which it was before cmakeJarkko Koivikko2021-03-057-69/+69
* CMake: Add qt command line optionsJarkko Koivikko2021-03-051-0/+9
* Add Stroke and Romaji values to the InputMode enumerationJarkko Koivikko2021-03-054-2/+12
* Add Q_REVISION attribute to clearInputModeJarkko Koivikko2021-02-231-1/+1
* Replace layoutChangeNotifyTimer with Qt.callLaterJarkko Koivikko2021-02-131-7/+3
* Remove visible condition from the keyboard observer scanJarkko Koivikko2021-02-131-1/+1
* Do not trigger word reselect when focus is set programmaticallyJarkko Koivikko2021-02-122-1/+5
* Add missing parameter to Connections handlerJarkko Koivikko2021-02-091-1/+1
* Allow multiple input methods in the extension metadataJarkko Koivikko2021-02-041-8/+30
* Pinyin: not mix upper and lower caseShinichi Okada2021-02-011-2/+2
* Adapt to new Connections syntaxJarkko Koivikko2021-01-298-12/+12
* Add new key type FlickKey v2Jarkko Koivikko2021-01-2911-7/+262
* Add new function Trace.startHideTimerJarkko Koivikko2021-01-292-1/+47
* Add generic dictionary API for the virtual keyboard v2Jarkko Koivikko2021-01-2913-1/+663
* Add new method clearInputMode() to input method v2Jarkko Koivikko2021-01-296-1/+35
* Add new settings defaultInputMethodDisabled, defaultDictionaryDisabledJarkko Koivikko2021-01-295-3/+103
* Add new setting for disabling handwriting modeJarkko Koivikko2021-01-295-1/+54
* Add new setting for input method hintsJarkko Koivikko2021-01-295-0/+48
* Add new setting for handwriting timeoutJarkko Koivikko2021-01-294-1/+93