[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-5.0-42'

2017-04-23 Thread Nathan Wells
Tag 'cp-5.0-42' created by Andras Timar at 2017-04-24 06:31 + cp-5.0-42 Changes since cp-5.0-41-73: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listi

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - i18npool/qa i18npool/source

2017-04-23 Thread Nathan Wells
i18npool/qa/cppunit/test_breakiterator.cxx | 20 i18npool/source/breakiterator/breakiterator_unicode.cxx |2 - 2 files changed, 11 insertions(+), 11 deletions(-) New commits: commit aa89161fc713a365bbec2936331f4f342d6eb58d Author: Nathan Wells Date: Thu Sep

Re: Help with Patch

2015-09-04 Thread Nathan Wells
: pClonedFace->GetFamilyName().replaceAll("-","").trim() == GetFamilyName().replaceAll("-", "").trim() The error might be reported already, but just thought I would check. Thanks, Nathan On Thu, Sep 3, 2015 at 6:54 PM, Nathan Wells wrote: > Thank you so

Re: Help with Patch

2015-09-03 Thread Nathan Wells
: > On Thu, 2015-09-03 at 08:29 +0700, Nathan Wells wrote: > > I was wondering if someone with a working build of LibreOffice would > > be willing to test a patch for me > > Code builds and should do what it wants to do. Merged to master as http > ://cgit.freedesktop.org/lib

[Libreoffice-commits] core.git: i18npool/qa i18npool/source

2015-09-03 Thread Nathan Wells
i18npool/qa/cppunit/test_breakiterator.cxx | 13 ++--- i18npool/source/breakiterator/breakiterator_unicode.cxx |4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) New commits: commit 10199478b841a87e6436996bde221e424d1df708 Author: Nathan Wells Date: Thu Sep 3

Re: Help with Patch

2015-09-02 Thread Nathan Wells
of my inexperience). Thanks, Nathan On Thu, Sep 3, 2015 at 8:35 AM, Ashod Nakashian wrote: > > > On Wed, Sep 2, 2015 at 9:29 PM, Nathan Wells wrote: > >> Hello, >> >> I've tried over the past couple of days to get LibreOffice to build in a >> Windows 10 en

Help with Patch

2015-09-02 Thread Nathan Wells
is a bit of a large request, but would be grateful if someone would be willing to help. Thanks, Nathan Wells sbbic.org ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Help with submitting patch

2015-08-26 Thread Nathan Wells
Alright - thanks! Nathan On Wed, Aug 26, 2015 at 2:23 PM, Samuel Mehrbrodt wrote: > Hi Nathan, > > > Most of the tutorials seem to be focused on Linix - that is fine. But > which branch should I choose (from: > https://wiki.documentfoundation.org/Development/gerrit )? > > > git checkout -b > >

Help with submitting patch

2015-08-25 Thread Nathan Wells
Hello, I wanted to submit a patch for https://bugs.documentfoundation.org/show_bug.cgi?id=52020 But I am wholly unfamiliar with gerrit. I am familiar with Github and incorrectly created a pull request before I realized that was not how it is done https://github.com/LibreOffice/core/pull/4 I am wor

Nathan Wells license statement

2015-08-25 Thread Nathan Wells
I, Nathan Wells, declare that all of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Thank you, Nathan Wells ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop

Re: Change Default System Font?

2015-08-25 Thread Nathan Wells
Actually, it looks like if I create a replacement table for Segoe UI then it works. I'm in Windows 10, maybe that was the reason for the change. Thanks, Nathan On Tue, Aug 25, 2015 at 4:55 PM, Nathan Wells wrote: > Hello, > > I've been wanting to reverse a "feature"

Change Default System Font?

2015-08-25 Thread Nathan Wells
g me to the source code that would need to be changed in order to specify my own system font for LibreOffice? Thanks for your time and consideration, Nathan Wells sbbic.org ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Help with Khmer Bug/Feature

2014-03-21 Thread Nathan Wells
Hello, It's been a while since I submitted a feature request here ( https://bugs.freedesktop.org/show_bug.cgi?id=59448), and I know that those capable of added such a feature are very busy, but I thought I would ask here to see if anyone would be willing to help. The feature request in a nutshell

Re: Reverse Patch for Khmer?

2013-07-19 Thread Nathan Wells
Thanks that helps me understand what you meant. Some additional thoughts: I then assume that _some_ user of the existing version would be > unhappy of loosing completely a functionality if that felt that worked > 'well-enough' for them... and _they_ would file a regression bug if we > rollback t

Re: Reverse Patch for Khmer?

2013-07-18 Thread Nathan Wells
help get this reversed. Thanks for your time, Nathan On Fri, Jul 19, 2013 at 12:36 PM, Norbert Thiebaud wrote: > On Thu, Jul 18, 2013 at 10:19 PM, Nathan Wells wrote: > > Hello, > > > > Some time ago I requested a patch to enable the ICU breakiterator for > Khmer >

Reverse Patch for Khmer?

2013-07-18 Thread Nathan Wells
Hello, Some time ago I requested a patch to enable the ICU breakiterator for Khmer to be used in LibreOffice and spellchecking. But because of some additional issues that have yet to be resolved, I now would like to request that the patch for Khmer be reverse for the time-being until some other i

Re: Adding Extension for Experimental Thai Spelling

2012-09-27 Thread Nathan Wells
32<http://fossies.org/dox/icu4c-49_1_2-src/urename_8h.html#a6d68a2734d6a1f0ea610dbaed40b0eec> (text); 397 wordLength += 1; // Add MAIYAMOK to word Thoughts? -Nathan On Thu, Sep 27, 2012 at 6:14 PM, Richard Wordingham < richard.wording...@ntlworld.com> wrote: > On Thu, 27

Re: Adding Extension for Experimental Thai Spelling

2012-09-26 Thread Nathan Wells
Thanks Martin, 1. If you are shutting off the ICU breakiterator for text following, we > should probably also do it for text preceding. Thus if there is a ZWSP or > ZWNBSP (U+2060 WJ) anywhere in a text then ICU break iteration is disabled > for the whole sentence. Yes, I think you are right. I

Re: Adding Extension for Experimental Thai Spelling

2012-09-26 Thread Nathan Wells
Hello Again, Thank you all for your input! This is a deeper problem than I first thought...sorry for the delayed response, but I hope a solution can be found, even though the current ICU breakiterator is not at 100% for Khmer. Here are some new ideas, ordered by desirability, with number one bei

Re: CTL Default

2012-09-02 Thread Nathan Wells
Hello, If the locale had it enabled by default it most likely needs it. But even if not needed, having it on shouldn't cause any issues - see https://bugs.freedesktop.org/show_bug.cgi?id=47969 -Nathan Rainer Bielefeld wrote: >Nathan Wells schrieb: >> Yes, some locales have CTL

Re: CTL Default

2012-09-02 Thread Nathan Wells
Yes, some locales have CTL enabled as the default. -Nathan On Sun, Sep 2, 2012 at 11:32 PM, Joel Madero wrote: > Hi All, > > I received a personal email today from a user saying that for them CTL is > enabled by default for 3.6. Did I miss something? Is it enabled by default > for some locales?

Re: Adding Extension for Experimental Thai Spelling

2012-07-25 Thread Nathan Wells
, Caolán McNamara wrote: > I'll cc this to the list if you don't mind, in order to archive it. I > have no immediate great ideas. But I wonder if a "view->word boundaries" > mode would be helpful, i.e. something that indicates the boundaries of > the words that th

Re: Enable CTL for Default?

2012-07-12 Thread Nathan Wells
I also concer with Shahar - if LibreOffice would enable CTL by default it would overcome a huge obsticle for the computer iliterate who hear LibreOffice works in their language, only to try it and get frustrated. I hear of many who try to use LibreOffice in Khmer (I live and work in Cambodia) who c

Re: Help for spell checking

2012-07-11 Thread Nathan Wells
Hello Alain, I believe you should just get in contact with the authors of the Esperanto spelling checker resources (I only saw two on the OpenOffice extension site: http://extensions.services.openoffice.org/en/search/node/Esperanto and it doesn't look like either of them have hosted their extensi