aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/hunspellinputmethod.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: remove unneeded Q_UNUSED macro usagesPeter Varga2017-09-061-2/+0
* Add Hebrew keyboard layoutJarkko Koivikko2017-08-241-0/+3
* Add Arabic handwritingJarkko Koivikko2017-08-211-0/+3
* Add Bulgarian keyboard layoutJarkko Koivikko2017-08-071-0/+3
* Add Greek keyboard layoutJarkko Koivikko2017-08-071-2/+11
* Hunspell: Update selection list status when loading dictionaryJarkko Koivikko2017-05-151-1/+1
* Automatically hide word candidate listJarkko Koivikko2017-01-201-0/+23
* License updateKalle Viironen2016-01-121-9/+17
* Fix reselect on a word ending to a word joinerJarkko Koivikko2015-10-291-1/+1
* Refactor class namesJarkko Koivikko2015-10-281-27/+27
* Wrap C++ API into namespaceJarkko Koivikko2015-10-271-0/+9
* License Headers UpdateKalle Viironen2015-10-261-9/+12
* Add word reselection featureJarkko Koivikko2015-10-151-9/+78
* Correct license headers.Mitch Curtis2015-09-151-10/+10
* Remove manual call to HunspellInputMethod::reset()Jarkko Koivikko2015-06-171-7/+2
* Refactor HunspellInputMethodJarkko Koivikko2015-06-171-168/+4
* Fix regressions introduced in commit 2b94afe8Jarkko Koivikko2015-04-101-3/+1
* Fix random fail that occurs in the spell correction testsJarkko Koivikko2015-04-081-0/+3
* Fix rules for automatic space insertionJarkko Koivikko2015-02-251-3/+24
* Allow entering complete url / email with HunspellInputMethodJarkko Koivikko2015-01-221-2/+5
* Do not load Hunspell dictionary when Qt::ImhNoPredictiveText is setJarkko Koivikko2015-01-161-0/+2
* Add support for Windows DesktopJarkko Koivikko2015-01-121-3/+14
* Use runtime Qt path for Hunspell and Pinyin search pathsv1.2.1Samuli Piippo2014-12-091-1/+2
* Change copyright noticeRainer Keller2014-10-061-3/+3
* Make the keyboard layout changeable in password / url input modeJarkko Koivikko2014-08-141-7/+23
* Add option to disable auto correction in HunspellInputMethodv1.1.0Jarkko Koivikko2014-07-011-0/+1
* Update license headers.Mitch Curtis2014-06-231-1/+1
* Update input method state in key eventJarkko Koivikko2014-06-161-5/+3
* Add logic for automatic space insertion in HunspellInputMethodJarkko Koivikko2014-05-191-3/+22
* Fix handling of multi letter input in HunspellJarkko Koivikko2014-05-061-5/+8
* Fix character encoding issue with HunspellJarkko Koivikko2014-05-061-2/+13
* Remove duplicate pimpl pointersJarkko Koivikko2014-05-021-1/+1
* Restructure and rename.Mitch Curtis2014-01-281-0/+305