summaryrefslogtreecommitdiff
path: root/en
AgeCommit message (Collapse)Author
2015-05-25Lightproof: 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) 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> (cherry picked from commit 8952e8055690417e60d75e4e4adf3c85a1029e7c) Lightproof: do not return invalid nBehindEndOfSentencePosition Copy bugfix to localized Lightproof.py (cherry picked from commit cdb3172a438c7c56c4700edf7d771ede5cdf3402) Change-Id: I58bd10d168f75f9d365cb33c0ade770750ff57ef (cherry picked from commit 6fd73ad03417565305084524cf32cea089e83e87) Reviewed-on: https://gerrit.libreoffice.org/15862 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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-05-15fix LightProof measurement conversion for Python 3László Németh
Change-Id: I6d36bc804271956e1c8649df0832615311fcf5e1
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
2013-04-29Fix passiv'ization of Lightproof.py UNO componentsStephan Bergmann
...and some light clean up. Change-Id: I33da2fa452557d9c8c22419fafdc9d221859c320
2013-04-14put sentence/grammar checker options under Language SettingsAndras Timar
Change-Id: Ic05b4162c64f2eff43cb9dc88b282934a6fd2ce3
2013-03-01fdo#61660 unhelpful dictionary entriesAndras Timar
* do not suggest the word 'tranny' ever * add NOSUGGEST support to en_ZA dictionary * accept the word trans as in trans-woman, trans-man, etc. Change-Id: I3f3f21402eb0d74b486c60939a8eba21e935be46
2013-02-08fdo#60139: Rename bundled extensions's Lightproof service implementation namesStephan Bergmann
... from org.openoffice.comp.pyuno.Lightproof... to org.libreoffice.comp.pyuno.Lightproof... (and increment the corresponding extensions' version numbers) to avoid clashes with any freestanding Lightproof extension.
2012-11-30Python 3 port of Lightproof en/hu modulesLászló Németh
2012-10-24drop stray delzip filesDavid Tardon
Change-Id: I235d23248469b760da69983575dfcd73431757d4
2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl
... adapt dictionaries to that.
2012-10-16move dictionaries structure one directory upNorbert Thiebaud
Change-Id: I70388bf6b95d8692cc6f25fc5a9c7baf3a675710