Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.2
sonnet
sonnet.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sonnet.changes of Package sonnet
------------------------------------------------------------------- Tue Sep 6 21:15:19 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.26.0 * Don't lowercase the language names in trigram parsing * Fix immediate crash on startup due to null plugin pointer * Handle dictionaries without correct names * Replace hand-curated list of script-language mappings, use proper names for languages * Add tool to generate trigrams * Unbreak language detection a bit * Use selected language as suggestion for detection * Use cached spellers in language detection, improve performance a bit * Improve language detection * Filter list of suggestions against available dictionaries, remove dupes * Remember to add the last trigram match * Check if any of the trigrams actually matched * Handle multiple languages with same score in trigram matcher * Don't check for minimum size twice * Prune list of languages against available languages * Use same minimum length everywhere in langdet * Sanity check that the loaded model has the correct amount of trigrams for each language * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.26.0.php ------------------------------------------------------------------- Sun Aug 7 22:17:54 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.25.0 * Qt >= 5.5 is now required * hunspell: Clean up code for searching for dictionaries, add XDG dirs (kde#361409) * Try to fix language filter usage of language detection a bit * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.25.0.php ------------------------------------------------------------------- Wed Jul 6 15:07:44 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.24.0 * Mark helper exe as non-gui app * Allow nsspellcheck to be compiled on mac per default * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.24.0.php ------------------------------------------------------------------- Mon Jun 6 21:45:42 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.23.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.23.0.php ------------------------------------------------------------------- Sat May 7 18:46:48 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.22.0 (boo#980066) * Install parsetrigrams tool for cross compiling * hunspell: Load/Store a personal dictionary * Support hunspell 1.4 * configwidget: notify about changed config when ignored words updated * settings: don't immediately save the config when updating ignore list * configwidget: fix saving when ignore words updated * Fix failed to save ignore word issue (kde#355973) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.22.0.php - Drop upstreamed sonnet-hunspell-1.4.patch ------------------------------------------------------------------- Mon May 2 14:04:16 UTC 2016 - dimstar@opensuse.org - Add sonnet-hunspell-1.4.patch: detect hunspell 1.4.x. ------------------------------------------------------------------- Mon Apr 4 14:31:48 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.21.0 (boo#974793) * Upgrade Qt version requirement to 5.4.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.21.0.php ------------------------------------------------------------------- Sun Mar 6 10:05:07 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.20.0 (boo#970856) * Don't disable language detection just because a language is set * Disable automatic disabling of automatic spelling by default * Fix TextBreaks * Fix Hunspell dictionary search paths missing '/' (kde#359866) * Add <app dir>/../share/hunspell to dictionary search path * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.20.0.php ------------------------------------------------------------------- Sat Feb 6 18:10:16 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.19.0 (boo#967668) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.19.0.php ------------------------------------------------------------------- Sat Jan 2 17:46:29 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.18.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.18.0.php ------------------------------------------------------------------- Thu Dec 10 23:13:09 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.17.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.17.0.php ------------------------------------------------------------------- Sun Nov 8 17:07:05 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.16.0 (boo#955067) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.16.0.php ------------------------------------------------------------------- Mon Oct 5 17:37:48 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.15.0 * Fix hunspell plugin ID for proper loading * Support static compilation on windows, add windows libreoffice hunspell dict path * Do not assume UTF-8 encoded Hunspell dictionaries. (kde#353133) * Fix Highlighter::setCurrentLanguage() for the case when previous language was invalid (kde#349151) * Support /usr/share/hunspell as dict location * NSSpellChecker-based plugin * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.15.0.php - Drop dictionary-locations.patch, no longer needed - Add myspell-dictionaries BuildRequires ------------------------------------------------------------------- Tue Sep 8 17:13:45 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.14.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.14.0.php ------------------------------------------------------------------- Tue Aug 4 19:20:54 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.13.0 * The Qt version requirement has been bumped from 5.2 to 5.3 * Debug output has been ported to categorized output, for less noise by default * Docbook documentation has been reviewed and updated * Add in CMake bits to enable building of Voikko plugin. * Implement Sonnet::Client factory for Voikko spell chekers. * Implement Voikko based spell checker (Sonnet::SpellerPlugin) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php ------------------------------------------------------------------- Sun Jul 5 18:45:32 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.12.0 * Allow to use highlight spellchecking in a QPainTextEdit * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.12.0.php ------------------------------------------------------------------- Sun Jun 7 19:08:03 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.11.0 * Use one central cache for the SpellerPlugins. * Reduce temporary allocations. * Optimize: Do not wipe dict cache when copying speller objects. * Optimise away save() calls by calling it once at the end if needed. * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.11.0.php ------------------------------------------------------------------- Sun May 3 19:50:00 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.10.0 * Don't try to highlight if there is no spell checker found. This would lead to an infinite loop with rehighlighRequest timer firing constanty. * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.10.0.php ------------------------------------------------------------------- Sat Apr 4 14:40:57 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.9.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.9.0.php ------------------------------------------------------------------- Sat Mar 7 16:58:57 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.8.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.8.0.php - Comment out aspell-devel BuildRequires, myspell/hunspell plugin is prefered - Added dictionary-locations.patch: find dictionaries in openSUSE locations ------------------------------------------------------------------- Sun Feb 8 18:15:34 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.7.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.7.0.php ------------------------------------------------------------------- Sat Jan 3 18:03:30 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.6.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.6.0.php ------------------------------------------------------------------- Sat Dec 6 12:53:51 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.5.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.5.0.php ------------------------------------------------------------------- Sun Nov 2 17:47:40 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.4.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.4.0.php ------------------------------------------------------------------- Sat Oct 4 17:59:58 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.3.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.3.0.php ------------------------------------------------------------------- Tue Sep 9 09:49:38 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.2.0 * For more details please see: http://kde.org/announcements/kde-frameworks-5.2.php ------------------------------------------------------------------- Sat Aug 2 10:20:21 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.1.0 * For more details please see: http://www.kde.org/announcements/kde-frameworks-5.1.php - Harden required Qt5 libs versions - Pass the location of lconvert executable ------------------------------------------------------------------- Tue Jul 1 21:36:08 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.0.0 * Final release of KDE Frameworks 5 * API improvements and cleanups * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/kde-frameworks-5.0.php ------------------------------------------------------------------- Sun Jun 1 18:02:39 UTC 2014 - hrvoje.senjan@gmail.com - Update to 4.100.0 * API improvements and cleanups * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/announce-frameworks5-beta3.php - Added libqt5-linguist-devel BuildRequires - Add baselibs.conf ------------------------------------------------------------------- Sun May 4 01:41:29 UTC 2014 - hrvoje.senjan@gmail.com - Update to 4.99.0 * API improvements and cleanups * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/announce-frameworks5-beta2.php ------------------------------------------------------------------- Sat Mar 29 19:47:56 UTC 2014 - hrvoje.senjan@gmail.com - Update to 4.98.0 * API improvements and cleanups * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/announce-frameworks5-beta1.php ------------------------------------------------------------------- Tue Mar 4 16:39:34 UTC 2014 - hrvoje.senjan@gmail.com - Update to 4.97.0: * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/announce-frameworks5-alpha2.php ------------------------------------------------------------------- Sat Feb 8 02:20:16 UTC 2014 - hrvoje.senjan@gmail.com - Init sonnet package
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor