r17437 by craig - Add hunspell based spell checker - not enabled, backup only for now, not enabled in the build

scribus-commit scribus-commit at lists.scribus.net
Thu Apr 12 21:33:03 UTC 2012


Author: craig
Date: Thu Apr 12 21:33:03 2012
New Revision: 17437

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17437
Log:
Add hunspell based spell checker - not enabled, backup only for now, not enabled in the build

Added:
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/CMakeLists.txt   (with props)
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspelldialog.cpp   (with props)
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspelldialog.h   (with props)
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspelldialogbase.ui
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellplugin.cpp   (with props)
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellplugin.h   (with props)
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.cpp   (with props)
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.h   (with props)
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellpluginstructs.h   (with props)
Modified:
    branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt

Modified: branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17437&path=/branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt
==============================================================================
--- branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt (original)
+++ branches/Version14x/Scribus/scribus/plugins/tools/CMakeLists.txt Thu Apr 12 21:33:03 2012
@@ -9,4 +9,7 @@
 if (HAVE_ASPELL)
   ADD_SUBDIRECTORY(spellcheck)
 endif (HAVE_ASPELL)
+if (HAVE_HUNSPELL)
+  ADD_SUBDIRECTORY(hunspellcheck)
+endif (HAVE_HUNSPELL)
 ADD_SUBDIRECTORY(transform)




More information about the scribus-commit mailing list