aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* pinyin: Do not accept invalid input as pinyin initialJarkko Koivikko2021-08-101-0/+2
* plugins/openwnn: reset() should not modify pre-edit textJarkko Koivikko2021-06-211-0/+1
* Fix processing of hard Qt::Key_Backspace and Qt::Key_DeleteJarkko Koivikko2021-06-211-0/+24
* plugins/openwnn: Set word candidate index when item is selectedJarkko Koivikko2021-06-171-0/+13
* Add Cerence HWR and Cerence XT9 extension pluginsJarkko Koivikko2021-06-033-19/+50
* Fix flaky test test_wclAutoCommitWordSettingJarkko Koivikko2021-06-032-7/+13
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-221-1/+1
* Remove qmake project filesJarkko Koivikko2021-05-0510-290/+0
* Remove qmake project filesJoerg Bornemann2021-04-3013-263/+0
* Refresh keyboard layouts and styleJarkko Koivikko2021-04-132-19/+26
* tests: Improve error message if keyboard key not found (numeric value)Jarkko Koivikko2021-03-051-2/+2
* Add Stroke and Romaji values to the InputMode enumerationJarkko Koivikko2021-03-051-0/+8
* Do not trigger word reselect when focus is set programmaticallyJarkko Koivikko2021-02-121-0/+3
* Add generic dictionary API for the virtual keyboard v2Jarkko Koivikko2021-01-2915-1/+435
* tests: Fix test_wclAutoCommitWordSetting with Next Word PredictionJarkko Koivikko2021-01-181-2/+2
* Sort language list by active languagesJarkko Koivikko2021-01-181-0/+24
* Fix activation of input panel when initial active focus is setJarkko Koivikko2021-01-151-0/+6
* Drop lipi-toolkitJarkko Koivikko2021-01-151-2/+2
* CMake: Fix 'static' conditionsJoerg Bornemann2020-12-174-4/+4
* Suggest phrases based on the last selected word of pinyinNiu Shouwei2020-12-091-0/+2
* CMake: Regenerate projects to use latest CMake APIAlexandru Croitor2020-11-268-17/+17
* Remove all version numbers from QML importsMitch Curtis2020-10-2210-66/+66
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-295-10/+10
* Fix cursor position in Japanese inputJanne Myöhänen2020-06-221-0/+33
* Initial CMake port of QtVirtualKeyboardMårten Nordheim2020-05-1213-1/+333
* Get rid of the last QRegExp usages in the moduleLars Knoll2020-03-312-2/+3
* Auto-capitalize only after space following a sentence-ending characterv5.15.0-beta3Volker Hilsheimer2020-03-261-0/+2
* Make sure that the input panel receives events during modal sessionsVolker Hilsheimer2020-03-035-2/+186
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-149-82/+261
|\
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-138-79/+256
| |\
| | * Workaround for a alternative characters issuePekka Gehör2019-11-181-7/+33
| | * Add SystemTrayIcon to X11 manual testMichael Winkelmann2019-11-183-4/+16
| | * Fix keyboard being stuck on the sides on OpenBox environmentRisto Avila2019-11-181-4/+6
| | * x11vkbwrapper test: Make keyboard movableMichael Winkelmann2019-11-185-35/+32
| | * Fix for a special character issuePekka Gehör2019-11-183-42/+182
| * | Skip test_zhuyinInputMethod()Ulf Hermann2019-12-111-0/+2
| * | Allow shift toggle with Qt::ImhNoAutoUppercaseSamuli Piippo2019-12-091-3/+3
| |/
* | Respect selectByMouse property of inputItem when in fullscreen modeMitch Curtis2019-12-021-0/+13
* | Adapt to new Connections syntaxMitch Curtis2019-10-182-4/+7
|/
* Qt virtual keyboard wrapper for X11v5.14.0-beta2Mikko Seppänen2019-10-0857-0/+5484
* Fix tst_layoutresources::layoutsSami Nurmenniemi2019-01-171-0/+1
* Fix tst_layoutfilesystem::layoutsSami Nurmenniemi2019-01-161-0/+1
* t9write: Add Thai handwriting recognitionJarkko Koivikko2018-10-119-0/+7887
* Qtify new APIMitch Curtis2018-09-272-7/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-251-0/+11
|\
| * tests: Verify current item in selectionListSelectCurrentItemJarkko Koivikko2018-09-241-0/+11
| * tests: Backport test_wclAutoCommitWordSetting from 5.12Jarkko Koivikko2018-09-242-8/+10
* | Enable layout mirroring for word candidate listJarkko Koivikko2018-09-072-0/+46
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-051-0/+8
|\|