[PUSHED] "Degugging" no more in make help :-)

2013-04-15 Thread Jan Holesovsky (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3395 Approvals: Jan Holesovsky: Verified; Looks good to me, approved Joren De Cuyper: Looks good to me, but someone else must approve -- To

[PATCH] "Degugging" no more in make help :-)

2013-04-15 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3395 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/95/3395/1 "Degugging" no more in make help :-) Change-Id: I032f9737746b39047b2d62df6821da4b3b9e9242 --- M sol

Re: Make help

2013-02-09 Thread Lubos Lunak
On Saturday 09 of February 2013, Gergő Mocsi wrote: > Dear Developers, > I'm trying to build LibreOffice, downloaded whit Git. I'm a trainee in > Hugary. I get this error with make: > ... > [build CXX] UnpackedTarball/graphite/src/TtfUtil.cxx > [build CXX] UnpackedTarball/graphite/src/UtfCodec.cxx

Re: Make help

2013-02-09 Thread Michael Meeks
Hi Gergo, On Sat, 2013-02-09 at 16:12 +0100, Gergő Mocsi wrote: > I'm trying to build LibreOffice, downloaded whit Git. I'm a trainee in > Hugary. I get this error with make: Fun ! :-) so - I suspect that (unless you're hacking with some Java stuff) that if you add: --without-jav

Make help

2013-02-09 Thread Gergő Mocsi
Dear Developers, I'm trying to build LibreOffice, downloaded whit Git. I'm a trainee in Hugary. I get this error with make: ... [build CXX] UnpackedTarball/graphite/src/TtfUtil.cxx [build CXX] UnpackedTarball/graphite/src/UtfCodec.cxx [build LNK] StaticLibrary/libcodemaker_java.a [build JCS] Jar/un

Re: [Libreoffice] gnu make help needed in localization of extension descriptions

2011-11-07 Thread Andras Timar
Hi Michael, 2011/11/7 Michael Stahl : > forgot to say that i did this last week, please try it out: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=fddb39b14df1e3dcb6e42c206547b095cc65853e Thank you very much, it works well. > > btw, i have also added a description for the python exten

Re: [Libreoffice] gnu make help needed in localization of extension descriptions

2011-11-07 Thread Michael Stahl
On 03/11/11 00:13, Andras Timar wrote: 2011/11/2 Michael Stahl: On 02/11/11 11:34, Andras Timar wrote: Hi, I developed a small feature. Now localization tools can extract extension name and description from description.xml of our bundled extensions (dictionaries, PDF Import, etc.). Translator

Re: [Libreoffice] gnu make help needed in localization of extension descriptions

2011-11-02 Thread Andras Timar
2011/11/2 Michael Stahl : > On 02/11/11 11:34, Andras Timar wrote: >> >> Hi, >> >> I developed a small feature. Now localization tools can extract >> extension name and description from description.xml of our bundled >> extensions (dictionaries, PDF Import, etc.). Translators will >> translate them

Re: [Libreoffice] gnu make help needed in localization of extension descriptions

2011-11-02 Thread Michael Stahl
On 02/11/11 11:34, Andras Timar wrote: Hi, I developed a small feature. Now localization tools can extract extension name and description from description.xml of our bundled extensions (dictionaries, PDF Import, etc.). Translators will translate them, so they will be localized in Extension Manag

[Libreoffice] gnu make help needed in localization of extension descriptions

2011-11-02 Thread Andras Timar
Hi, I developed a small feature. Now localization tools can extract extension name and description from description.xml of our bundled extensions (dictionaries, PDF Import, etc.). Translators will translate them, so they will be localized in Extension Manager window. For dmake modules I tweaked th

Re: [Libreoffice] [REVIEW] Make --help and --version work even without $DISPLAY

2011-01-19 Thread Lubos Lunak
On Tuesday 18 of January 2011, Kohei Yoshida wrote: > I am a bit tempted to make calling of EarlyCommandLineArgsPrepare() > platform independent just so that we can remove that #ifdef UNX guard > around it. Is there any objection for doing so? :-) Not from me, but the cli arguments handling was

Re: [Libreoffice] [REVIEW] Make --help and --version work even without $DISPLAY

2011-01-18 Thread Kohei Yoshida
On Tue, 2011-01-18 at 19:38 +0100, Lubos Lunak wrote: > Hello, > > could somebody please review the attached patch? While digging for something > else I noticed that --version doesn't work without $DISPLAY, recalled seeing > a bugreport about that somewhere [*] and thought how hard that could b

[Libreoffice] [REVIEW] Make --help and --version work even without $DISPLAY

2011-01-18 Thread Lubos Lunak
Hello, could somebody please review the attached patch? While digging for something else I noticed that --version doesn't work without $DISPLAY, recalled seeing a bugreport about that somewhere [*] and thought how hard that could be (oh, silly me). I swear this is the simplest and safest pat

Re: [Libreoffice] [PUSHED] make help typo fix

2010-11-18 Thread Kohei Yoshida
On Thu, 2010-11-18 at 21:58 -0500, Kevin Hunter wrote: > Hullo List, > > My girlfriend sat down as I was finishing some code reading, and noted > from my adjacent terminal window that, "For a detail-oriented computer > person, you sure can't spell." :-) Pretty innocuous fix. Pushed. P.S. Wh

[Libreoffice] make help typo fix

2010-11-18 Thread Kevin Hunter
Hullo List, My girlfriend sat down as I was finishing some code reading, and noted from my adjacent terminal window that, "For a detail-oriented computer person, you sure can't spell." Patch attached. Kevin 0001-Spelling-error-fix.patch.gz Description: GNU Zip compressed data ___