summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-20Version 5.1.0.0.alpha1, tag libreoffice-5.1.0.0.alpha1-buildfix1libreoffice-5.1.0.0.alpha1-buildfix1Christian Lohmaier
Change-Id: Ic966cb684ba6d8fe4e9c66321b28b074d50babb5
2015-10-18Version 5.1.0.0.alpha1, tag libreoffice-5.1.0.0.alpha1libreoffice-5.1.0.0.alpha1Robinson Tryon
Change-Id: I42ea8d274f2fd802afea14887c149e03db76fa4f
2015-10-15Update pt_PT dictionary to version 15.10.3.1Andras Timar
Change-Id: I8017c128c099f971cbee4d9517d11a6616939d5e
2015-09-28tdf#94573: invalid encoding in hyph_zu_ZAJulien Nabet
Thank you to Mattia Rizzolo for having reported this. Change-Id: Ie124d8e331f324d8c8f906049521ac88bf766002
2015-09-21tdf#94415 update Greek dictionary to version 0.9Andras Timar
Change-Id: I66f68679f707e9fd7f98d15c5ab05c04b014f8b7
2015-09-15Add Icelandic hyphenation rulesBjörgvin Ragnarsson
Rules come with a CC BY 4.0 license and are downloadable at http://malfong.is/index.php?lang=en&pg=hyphen Change-Id: I994ab86cf0a3bb31b0f8b7e9df7ab6611beafe91 Reviewed-on: https://gerrit.libreoffice.org/18554 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-08Update Swedish spelling dictionaryNiklas Johansson
See the extensions website for detailed information on what changed from the latest version. http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan Change-Id: I282828bded6d73803eb73185e106df35f43062cc Reviewed-on: https://gerrit.libreoffice.org/18413 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-09-01Update French spelling dictionary (v5.4.1)Olivier R
2015-09-01tdf#93514 remove Czech thesaurusChristian Lohmaier
Change-Id: I40ebd1ca223fe7950ed3280c43a51a3dfbd0070e
2015-07-13Updated Slovenian thesaurusAndras Timar
Change-Id: If822610ad6d9eca02629959cf8040fe1680f8140
2015-07-09Updated pt_PT dictionary to version 15.7.4.1Andras Timar
Change-Id: Idcfd8ed02f3256380e02e5fba777d94d5ad12bce
2015-06-24tdf#91675 updated Catalan dictionary to version 3.0.0Andras Timar
Change-Id: Ie69743104482732bf6893d42240d3f6f314ffbb4
2015-05-29Update French dictionary (v5.3.2)Olivier R
2015-05-22Lightproof: do not return invalid nBehindEndOfSentencePositionMichael Stahl
Copy bugfix to localized Lightproof.py Change-Id: I7a27492a26e3bd18ba2c6a4a299039c2ded38e53
2015-05-22Lightproof: do not return invalid nBehindEndOfSentencePositionMichael Stahl
For a paragraph with a space at the end, this assertion is triggered: linguistic/source/gciterator.cxx:162: lcl_SkipWhiteSpaces: illegal arguments Cause is the loop in doProofReading that gets the last character of the paragraph and increments nStartOfNextSentencePosition even if it's already at end of the text. (regression from 080424980483bcc29a3556cf1a681c45cd5c50fc) Change-Id: I58bd10d168f75f9d365cb33c0ade770750ff57ef Reviewed-on: https://gerrit.libreoffice.org/15834 Reviewed-by: László Németh <nemeth@numbertext.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-18tdf#87735 updated Danish dictionarylibreoffice-5-0-branch-pointAndras Timar
Change-Id: I2eac7ea898ef6a5954af9bb99f44d8c59c91e3fd
2015-04-14Revert Spanish dictionary’s description to allow for its localizationAdolfo Jayme Barrientos
Thanks to András for noticing.
2015-04-14Updated Spanish dictionary pack to 0.8Jacobo Aragunde Pérez
Versión 0.8: - Muchos términos nuevos correspondientes al bug 682 en Forja.rediris.es. - Migrado el proyecto a GitHub (https://github.com/sbosio/rla-es). Change-Id: I1ba78af2a28a18a9c2531ae40b24c49c7911ed30 Reviewed-on: https://gerrit.libreoffice.org/15285 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-08Update Portuguese dictionary to version 15.4.4.1Andras Timar
Change-Id: Iee435bb01c8111612d0ee773c6ee4863a51db252
2015-04-07Fix errors reported by hunspell in Czech affPetr Gajdos
Various incompatible stripping characters and conditions Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>
2015-01-13Update Portuguese dictionary to version 15.1.2.1Andras Timar
Change-Id: Ia6a17f7afa6ce05cd77ec1b924640e5e6254b4f7
2015-01-04Updated Slovenian thesaurusAndras Timar
Change-Id: Id22b493e01df2cbc6baf5b99a3ef09e8bd17c3dc
2014-10-10updated pt_PT dictionary to version 14.10.2.1Andras Timar
Change-Id: I9fa84bf75361a08d6141bae7ce74d407014c57ef
2014-09-22French dictionary update: v5.2Olivier R
Change-Id: Ic0b2de6af96998f5cd303261c1cea5ef13949f46
2014-08-22Lightproof: restore paragraph based proofreadingOlivier R
Instead of the sentences suggested by the incomplete sentence boundary detection of LibreOffice (enabled in version 4), Lightproof works on full paragraph text again, allowing more precise analysis of the text. See http://nabble.documentfoundation.org/Grammar-checker-Undocumented-change-in-the-API-for-LO-4-td4030639.html Change-Id: Ifc967e5b3f27da5b0edeebdb73b8f0b97c938280
2014-08-22update Russian proofreading rulesYakov Reztsov
Change-Id: Iedc3af5671241a6e9202916c0a813f0f91303e8f
2014-07-24Update pt-PT dictionary to version 14.7.8.2Andras Timar
Change-Id: Idebf65d3a44eb6a70df0a094f0038f3bb8ad54d6
2014-07-01Update the Swedish spelling dictionaryNiklas Johansson
This update mainly consists of improvments to the handling of compound words, as well as addition of proper nouns. Change-Id: I8650b328e98b0b2164203b721a2aebe48fd25262 Reviewed-on: https://gerrit.libreoffice.org/10019 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-27Resolves: fdo#79012 wrong path to dictionariesCaolán McNamara
Change-Id: Ie865a386dc537947f85130b036bbadcc0ef19a60
2014-06-07Resolves: fdo#78526 Some problem on display of Hungarian sentence checkingJulien Nabet
I took into account this: https://bugs.freedesktop.org/attachment.cgi?id=100592 Change-Id: Iadd7a372b9e6f68a6e70e3e059ef762a530ad41a
2014-05-15update Czech dictionary from liberix sitelibreoffice-4-3-branch-pointDavid Tardon
(http://www.liberix.cz/doplnky/slovniky/ooo/dict-cs-2.oxt) This updates all files, not just thesaurus. Btw, the thesaurus is no longer licensed under MIT. Change-Id: I04e93c99aed8bc57b0b5724741842020271b69c2
2014-05-15fix LightProof measurement conversion for Python 3László Németh
Change-Id: I6d36bc804271956e1c8649df0832615311fcf5e1
2014-05-14updated Breton dictionary to version 0.12Andras Timar
Change-Id: Ie8a27027fdfa7cd2fe3dbcdd98d53551596a9da9
2014-05-14hu dict: do not suggest this wordAndras Timar
Change-Id: I768e1fc63bb7669db405289bc1ac449af6bd73da
2014-05-10Resolves: fdo#78524 Some wrong display on Portuguese grammar checkingJulien Nabet
I also updated tabindex Change-Id: I43014eb16e2a262bfc5f5cc3c2557a869d7c4cc2
2014-05-07Resolves: fdo#76692 LightProof: Italian translation too long in optionsJulien Nabet
I also tested with French UI and German UI which had some pbs too Also, I updated the tabindex Change-Id: I861bea9ee2118ec4c2a698f64c03c912281447c0
2014-04-09Related: fdo#73544 update catalan linguistic componentsJoan Montane
Change-Id: Ib07add8a41edd33270eb42c650fd68bbd9d1ea34
2014-04-09Updated pt_PT dictionary to 14.4.1.1Andras Timar
Change-Id: I08e8377a23a7a2aa7709a0418476d872a476c6ca
2014-03-04fdo#75753 update gd dict. to 2.8David Tardon
Change-Id: I33b5cbcd7379a6bf7e9e804fba287adeed7ae02d
2014-02-18Update French spelling dictionary (v5.0.2)Olivier R
2014-02-07Update French dictionary (v5.0.1)Olivier R
2014-01-17update Slovenian thesaurusMartin Srebotnjak
Change-Id: I80c89e153fa4ada0c3793bee6e0d089f73041734
2014-01-03updated pt dictionaryAndras Timar
Change-Id: I0e7b163065fa65a009a67acd1dec09d70dd30156
2014-01-02Update Swedish spelling dictionaryNiklas Johansson
Updates the spelling dictionary to the most resent version. Improvements include: Blocked a lot of compound words that often occur as misspellings of other common words. Improved support for three-way compounds. Removed a lot of uncommon words. Change-Id: Idab76e00c9e8f304af674499f7ea8418ed958f5f Reviewed-on: https://gerrit.libreoffice.org/7260 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-02Update pt_BR dictionaryMarcos Paulo de Souza
Change-Id: I5aea0c6761a1d58921e95c2fb6a559c63feec5ea Reviewed-on: https://gerrit.libreoffice.org/7258 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-16fdo#72757 fix Hungarian grammar checking (don't freeze Python)László Németh
2013-12-09fdo#56443 .dic and .aff name must be the sameAndras Timar
Change-Id: I4fc7d51c25ac312995e203dba1a0dc41a39bb45a
2013-12-09fdo#72498 update German dictionary to 2013.12.06Andras Timar
Change-Id: Ic0df330ee54e51c6fc787c37272cafccdf4abef7
2013-11-24Add lo_LA (Lao) dictionary fdo#71939Robert M Campbell
Change-Id: I2b750f3b282108fb5a8c0096e835ad280116d7d4
2013-11-19renamed ku* to kmr-Latn*, fdo#63460libreoffice-4-2-branch-pointEike Rathke
Change-Id: Ib686f03edb95e23381fedb74fca3dcd22f0d2ebd