spellchecking: turn this into a plugin
commitaa5698e4a0bfa848ff782263db38b09d25a54384
authorJan Kundrát <jkt@kde.org>
Tue, 7 Nov 2017 00:05:59 +0000 (6 16:05 -0800)
committerJan Kundrát <jkt@kde.org>
Wed, 27 Dec 2017 15:06:06 +0000 (27 16:06 +0100)
treea6dd96e36a59621c2feb6a0c9c639225ae10582a
parent74e64f292417228c99d0c775defba999281e2afd
spellchecking: turn this into a plugin

The only reason for this change is that I do not want to add a hard
dependency on Sonnet -- not just in the build-from-source case, but in
case of binary distro packages as well.

Change-Id: Ibb9be1ff593f92ca38956f26590dcb97e74d5517
18 files changed:
CMakeLists.txt
src/Common/SettingsNames.cpp
src/Common/SettingsNames.h
src/Gui/ComposeWidget.cpp
src/Gui/ComposerTextEdit.cpp
src/Gui/SettingsDialog.cpp
src/Gui/SettingsDialog.h
src/Gui/SettingsGeneralPage.ui
src/Gui/Window.cpp
src/Plugins/AbookAddressbook/main.cpp
src/Plugins/PluginInterface.h
src/Plugins/PluginManager.cpp
src/Plugins/PluginManager.h
src/Plugins/SonnetSpellchecker/SonnetSpellchecker.cpp [new file with mode: 0644]
src/Plugins/SonnetSpellchecker/SonnetSpellchecker.h [new file with mode: 0644]
src/Plugins/SpellcheckerPlugin.cpp [new file with mode: 0644]
src/Plugins/SpellcheckerPlugin.h [new file with mode: 0644]
src/configure.cmake.in