aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* cerence: Don't use deprecated QLocale::countryJarkko Koivikko2023-02-062-4/+4
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-063-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-0629-137/+137
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2515-15/+15
* cerence: Fix errors (QLocale::country and QCryptographicHash::addData)Jarkko Koivikko2022-07-251-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-0815-0/+45
* Use SPDX license identifiersLucie Gérard2022-06-1497-2724/+200
* Port qtvirtualkeyboard to declarative type registrationJarkko Koivikko2022-04-0795-2576/+859
* Cleanup direct hunspell.h include from hunspell module interfaceJarkko Koivikko2022-03-319-415/+505
* Make 3rdparty/hunspell buildable by simple git checkoutJarkko Koivikko2022-03-312-33/+22
* plugins/cerence: Move Q_DECLARE_PUBLIC to the public sectionJarkko Koivikko2022-03-303-2/+5
* CMake: Fix static package dependencies for vkb pluginsAlexandru Croitor2021-11-057-9/+9
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-035-17/+6
* cerence-hwr: Fix compilation with the latest Cerence SDK (v9)Jarkko Koivikko2021-10-181-5/+7
* [MyScript] Add CMake script for building MyScript HWR pluginYuntaek RIM2021-09-034-58/+108
* 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
* Remove space before end-of-sentence dot in debug outputIvan Tkachenko2021-08-251-1/+1
* Hunspellinputmethod : commit only if the final word is not emptyInho Lee2021-08-231-1/+2
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-109-9/+9
* 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-075-12/+9
* 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
* plugins/openwnn: Set word candidate index when item is selectedJarkko Koivikko2021-06-171-0/+1
* Fix usage of legacy CMake APIJoerg Bornemann2021-06-073-4/+4
* Add Cerence HWR and Cerence XT9 extension pluginsJarkko Koivikko2021-06-0394-1113/+12163
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-4/+4
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-227-75/+75
* Remove qmake project filesJarkko Koivikko2021-05-052-142/+0
* Remove qmake project filesJoerg Bornemann2021-04-3030-1498/+0
* Don't use deprecated QLibrary::location, use path insteadVolker Hilsheimer2021-03-252-7/+7
* CMake: Fix pinyin and tcime resource bundlingJarkko Koivikko2021-03-054-14/+30
* CMake: Change layout base path to value which it was before cmakeJarkko Koivikko2021-03-056-68/+68
* Pinyin: not mix upper and lower caseShinichi Okada2021-02-011-2/+2
* Recycle drawing canvases to save resources v3Jarkko Koivikko2021-01-262-2/+4
* cmake: Fix detection of local Hunspell source codeJarkko Koivikko2021-01-214-2/+68
* Drop lipi-toolkitJarkko Koivikko2021-01-15250-70085/+0
* Suggest phrases based on the last selected word of pinyinNiu Shouwei2020-12-091-1/+1
* CMake: Regenerate projects to use latest CMake APIAlexandru Croitor2020-11-2651-125/+130
* Update dependencies on 'dev' in qt/qtvirtualkeyboardAlexandru Croitor2020-11-261-1/+1
* Fix warnings from using deprecated APIsVolker Hilsheimer2020-09-162-4/+4
* CMake: Prepare for removal of Threads::Threads special casesAlexandru Croitor2020-08-061-1/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0712-70/+70
* Fix compiler warnings for overrides that miss 'override' keywordVolker Hilsheimer2020-06-221-3/+3
* Fix cursor position in Japanese inputJanne Myöhänen2020-06-221-0/+2
* Port QtVirtualKeyboard from QTextCodec to QString{Converter|Decoder|Encoder}Karsten Heimrich2020-06-193-22/+23
* Use QList instead of QVectorJarek Kobus2020-06-0911-26/+25