Releases: manisandro/qtspell
Releases · manisandro/qtspell
qtspell-0.7.2
qtspell 0.7.2 (Mar 30 2015):
- Ensure both words resulting from separating a compound word are checked
qtspell-0.7.1
qtspell 0.7.1 (Feb 08 2015):
- Fix z key press getting eaten
qtspell-0.7.0
qtspell 0.7.0 (Feb 05 2015):
- Install event filter to override the builtin undo/redo
- Ensure cursor visible after undo/redo
qtspell-0.6.0
qtspell 0.6.0 (Dec 27 2014):
- Workaround issue where QTextDocument reports incorrect added/removed counts
- Fix crash when enabling undo/redo but no textedit is attached
- Fix text changed by undo/redo not being checked for spelling
- Don't merge delete + insert undo/redo steps
qtspell 0.5.0
qtspell 0.5.0 (Dec 12 2014):
- Reworked undo/redo
- Many translations
qtspell 0.4.0 (Nov 26 2014):
- Windows support (through MinGW)
- Fix crash when decoding language codes
qtspell 0.3.0 (Nov 17 2014):
- Add TextEditChecker::undo and TextEditChecker::redo to be used instead of the
corresponding Q{Plain}TextEdit methods, which do not work correctly when
spelling is enabled - Always recheck spelling when changing language
qtspell 0.2.1 (Sep 26 2014):
- Fix incorrect behaviour when passing null pointer to setTextEdit
- Fix spelling not correctly checked when pasting text and when editing in the middle of a word
qtspell 0.2.0 (Sep 06 2014):
- Rename decodeLanguageCodes to getDecodeLanguageCodes
- Allow to enable/disable spelling without attaching/detatching checker from widget
- Add option to show a "Check Spelling" checkbox in the context menu
qtspell 0.1.0 (Sep 03 2014):
- First release