aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-121-1/+1
* Add missing configure option -[no]-vkb-layoutsJarkko Koivikko2022-04-071-0/+1
* plugins/cerence: Move Q_DECLARE_PUBLIC to the public sectionJarkko Koivikko2022-03-303-2/+5
* Fix build after qtbase changesVolker Hilsheimer2022-03-181-0/+2
* Improve configure message for HunspellKai Köhne2022-02-111-1/+1
* Update documentation wrt modality and z orderingVolker Hilsheimer2021-12-201-10/+3
* Fix license headers to be GPLKai Köhne2021-11-261-15/+5
* Update the Hangul mode key label in the Korean symbol layoutJarkko Koivikko2021-11-111-2/+2
* Plugins: Fix the port to QPluginParsedMetaData and CBORThiago Macieira2021-11-093-36/+26
* Doc: Mention plugin dependencies in the deployment guideTopi Reinio2021-11-081-8/+18
* CMake: Don't build pinyin if QT_FEATURE_thread is OFFAlexandru Croitor2021-11-051-0/+1
* CMake: Fix static package dependencies for vkb pluginsAlexandru Croitor2021-11-057-9/+9
* Use a containment mask to keep input panel working during modal sessionVolker Hilsheimer2021-11-032-18/+39
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-0342-67/+45
* Plugins: Port to QPluginParsedMetaData and CBORKai Köhne2021-11-021-2/+2
* Doc: Enforce zero documentation warnings in CITopi Reinio2021-11-021-0/+3
* Fix whitespace (cosmit)Ivan Tkachenko2021-10-1921-21/+21
* cerence-hwr: Fix compilation with the latest Cerence SDK (v9)Jarkko Koivikko2021-10-181-5/+7
* Change label for InputModeKey (Japanese)Jarkko Koivikko2021-10-181-3/+3
* Document the reparenting of InputPanel during modal sessionsVolker Hilsheimer2021-10-181-3/+9
* Only reparent the InputPanel when necessaryVolker Hilsheimer2021-10-182-4/+19
* Doc: Add a section for using the module with CMakeVenugopal Shivashankar2021-09-133-2/+14
* Add reset method for QVirtualKeyboardDictionary::contents propertyVolker Hilsheimer2021-09-092-2/+3
* Doc: add a link and clarify how to reset a dictionaryVolker Hilsheimer2021-09-091-1/+2
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-09-092-2/+2
* 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: Remove unsupported customFiltersKai Köhne2021-08-251-4/+0
* Hunspellinputmethod : commit only if the final word is not emptyInho Lee2021-08-231-1/+2
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-08-232-5/+7
* Doc: Fix link errors Qt VirtualkeyboardNico Vertriest2021-08-122-2/+2
* Doc: Add \readonly command to VirtualKeyboardSettings::availableLocalesLuca Di Sera2021-08-121-0/+1
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-1010-10/+10
* 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