aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix prototypes of QVirtualKeyboardDictionaryManager propertiesVolker Hilsheimer2021-09-071-5/+10
* [MyScript] Add CMake script for building MyScript HWR pluginYuntaek RIM2021-09-038-80/+169
* cerence: xt9: Add special case for an invalid input (as reported by xt9)Jarkko Koivikko2021-09-028-12/+68
* cerence: hwr: Add userDataReset handlerJarkko Koivikko2021-09-021-10/+23
* Add debug print for available input modesJarkko Koivikko2021-09-021-1/+3
* Avoid reparenting of InputPanel when the window is being destroyedJarkko Koivikko2021-08-311-2/+4
* Add missing documentation for the dictionary APIJarkko Koivikko2021-08-272-0/+114
* Remove space before end-of-sentence dot in debug outputIvan Tkachenko2021-08-251-1/+1
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-08-232-5/+7
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-1210-10/+10
* Doc: Fix link errors Qt VirtualkeyboardNico Vertriest2021-08-122-2/+2
* Doc: Add \readonly command to VirtualKeyboardSettings::availableLocalesLuca Di Sera2021-08-121-0/+1
* pinyin: Do not accept invalid input as pinyin initialJarkko Koivikko2021-08-101-4/+4
* pinyin: Prevent crash when pinyin dictionary cannot be loadedJarkko Koivikko2021-08-051-1/+1
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-079-16/+13
* Fix linking against imm32 with mingw-w64Marius Kittler2021-07-051-1/+1
* 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