aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of Q_FOREACH. Fixes #2385Gravatar IceN9ne2018-05-221-2/+1
* spellchecker: Stop trying to load invalid dictionaries.Gravatar IceN9ne2018-02-191-0/+3
* cleanup: separators and spacingGravatar un1versal2016-05-081-0/+4
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-4/+4
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-42/+43
* spellchecker: Iterate over size_tGravatar staticfox2016-03-301-1/+1
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-1/+1
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Improve spellchecker support.•••Better highlight spelling errors (fixes #1562) Add $spellchecker.suggestions(). Fix the KviInputEditor context popup clipboard label with Qt5. Improve KviInputEditor context popup readability. ... Gravatar Szymon Tomasz Stefanek2015-09-131-3/+65
* Fix warnings in spellchecker module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6427 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2014-12-311-10/+16
* Fix #24. Add spell checking support using Enchant library (wrapper for Aspell...•••Thanks to alexzulu and S658P for inspiration, and to Pragma for code review. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6416 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2014-12-292-0/+165