Re: [Libreoffice] Windows compiling

2011-03-27 Thread Tor Lillqvist
>> This module has been migrated to GNU make. >> You can only use build --all/--since here with build.pl. >> To do the equivalent of 'build && deliver' call: >> >> make -sr >> in the module root (This will modify the solver). >> >> What should I do next? As it tries to say: Instead of usin

Re: [Libreoffice] Urgent notice of Intellectual Property protection

2011-03-27 Thread Tor Lillqvist
Before anybody takes that seriously, please google a bit for the phrases in the message. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Urgent notice of Intellectual Property protection

2011-03-27 Thread John
Dear Manager: This email is from China domain name registration center, which mainly deal with the domain name registration and dispute internationally in China and Asia. On March 28th 2011. We received HAITONG company's application,they want to register " libreoffice" as its Internet keyword an

[Libreoffice] [EasyHack][Print current page] How to get the last active page number?

2011-03-27 Thread Skyler Hawthorne
Hello all, I am working on the EasyHack "Print current page" ( http://wiki.documentfoundation.org/Easy_Hacks#Print_current_page ), and I need a little help. I believe I've found out how to change the default value: In PrintDialog::setupOptionalUI, it appears the default text for the page ra

Re: [Libreoffice] [libreoffice-design] Re: [UX]How to drive new users to style-based formatting (idea)

2011-03-27 Thread Rafael Daud
Hi Octavio, all, thanks for bringing this back, I wasn't sure I had sent it to the right list. Right now I've subscribed to the design's list (thanks Bernhard), so we're talking (feel free to keep libreoffice@lists.freedesktop.org out of replies if you want). This mail is just too long, so go on

Re: [Libreoffice] [libreoffice-design] [PATCH] color charts

2011-03-27 Thread Bernhard Dippold
Hi Rob, all, (CC'ing the dev list again, as this relates to both parts of the discussion) Rob Snelders schrieb: Hi All, [this was me, Bernhard]: Just one question, as I can't try the feature by myself: Do you provide the same confirmation window as the standard color selector in Options - Li

Re: [Libreoffice] [libreoffice-design] Review needed to try to resurrect "add slide thumbnails to HTML export" part

2011-03-27 Thread Bernhard Dippold
Hi Michael, hello Julien, all, Michael Meeks schrieb: Hi Julien, On Fri, 2011-03-25 at 00:25 +0100, Julien Nabet wrote: I worked a little on "add slide thumbnails to HTML export" part. The code compiles ok with Debian testing updated x86 (and no parameter at all in autogen), gcc (Debian 4.5.2

Re: [Libreoffice] Need a little help with the easyhack "Strip include guards in idl files"

2011-03-27 Thread Julien Nabet
I was surprised by your previous message since I was wondering which file (other than idl. file) I changed for this easyhack, but no pb. I also make mistakes (sometimes only ! :-)) BTW, you really do a great job with the german towards english translation. Julien. Le 27/03/2011 21:46, Christ

Re: [Libreoffice] Need a little help with the easyhack "Strip include guards in idl files"

2011-03-27 Thread Christina Roßmanith
Sorry, Please move my last e-mail to /dev/null...only .idl files were changed Christina Am 27.03.2011 00:20, schrieb Julien Nabet: Hello, Concerning the easyhack "Strip include guards in idl files", I pushed 2 patches for the directory "ure/udkapi". For the first patch I only used the str

Re: [Libreoffice] Need a little help with the easyhack "Strip include guards in idl files"

2011-03-27 Thread Christina Roßmanith
Am 27.03.2011 00:20, schrieb Julien Nabet: Hello, Concerning the easyhack "Strip include guards in idl files", I pushed 2 patches for the directory "ure/udkapi". Hi Julien, as far as I understood the topic in the easy-hacks-list only .idl files shall be modified. But your patchset includes l

Re: [Libreoffice] Test LibreOffice@

2011-03-27 Thread Steve Edmonds
Hi. I have been having the same issue with users and discuss lists and not sure if I am blacklisted or something similar, os it possible that the list does not send your own posts back to you now (it used to). I was waiting a bit and then going to check the archive to see if my posts were in it. G

[Libreoffice] translate_toolkit build failure on MacOS

2011-03-27 Thread Norbert Thiebaud
translate_toolkit seems upset that we build for a 10.4 target despite being on a 10.6 machine... mkdir: ./unxmacxi.pro/misc/build/translate-toolkit-1.8.1/: File exists Traceback (most recent call last): File "./setup.py", line 397, in standardsetup("translate-toolkit", translateversion)

[Libreoffice] Test LibreOffice@

2011-03-27 Thread Rainer Bielefeld
Hi, please excuse me for another annoying "Test", unfortunately I have some problems with this particular mailing list (all other ones work fine). I can read, but not post, and sender looks suspicious. Best regards Rainer Bielefeld ___ LibreOffic

Re: [Libreoffice] Need a little help with the easyhack "Strip include guards in idl files"

2011-03-27 Thread Nuno J. Silva
Julien Nabet writes: > Concerning the easyhack "Strip include guards in idl files", I pushed > 2 patches for the directory "ure/udkapi". [...] > Then to check it was ok, i used this command to search ifndef line > followed by include line in idl files : > find . -name "*.idl"|xargs pcregrep -M 'i

Re: [Libreoffice] [PATCH] Fix curl location in download script

2011-03-27 Thread Miklos Vajna
On Sun, Mar 27, 2011 at 07:50:06AM +0200, Francois Tigeot wrote: > curl is required at the autogen.sh stage: if I try to run ./autogen.sh > without any curl package installed, I get this error: > > configure: error: install curl to run this script Fine, then we can be sure curl is installed. :)