Review Request 127033: Add <app dir>/../share/hunspell/ to dictionary search path

Kåre Särs kare.sars at iki.fi
Mon Feb 22 20:59:18 UTC 2016


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127033/
-----------------------------------------------------------

(Updated Feb. 22, 2016, 8:59 p.m.)


Review request for KDE Frameworks, Laurent Montel and Martin Tobias Holmedahl Sandsmark.


Changes
-------

Add a static function to compose the dictionary name from the path and language
Use the static function
Replace QFileInfo(dic).exists() with QFileInfo::exists(dic)


Repository: sonnet


Description
-------

The default search path for hunspell dictionaries is /usr/share/hunspell/, but that is not a very common directory on windows ;)

For Windows and Mac there are some extra search paths defined in side #ifdefs, but they are hardcoded to the LibreOffice dictionary directories. Unfortunately the extra Windows path points to a 32bit LibreOffice 5 on a 64 bit Windows directory. This patch adds <app dir>/../share/hunspell/ to the search path in case the default is not found. 

If wanted I can add a CMake define for specifying the path relative to the application directory.


Diffs (updated)
-----

  src/core/guesslanguage.cpp e8deb90 
  src/plugins/hunspell/hunspellclient.cpp 3da7219 
  src/plugins/hunspell/hunspelldict.cpp bc5c314 

Diff: https://git.reviewboard.kde.org/r/127033/diff/


Testing
-------

Compiled Sonnet and Kate on Windows and got spelling to work :)

It is now possible to add dictionaries to a relocatable <App dir>/../share/hunspell/ and get spelling to work without depending on LibreOffice installation on Windows.


Thanks,

Kåre Särs

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160222/e47bd11e/attachment.html>


More information about the Kde-frameworks-devel mailing list