Re: [PUSHED] Remove unused methods from PDFI

2012-02-20 Thread Michael Meeks
On Sat, 2012-02-18 at 21:18 +, Kate Goss wrote: > Quick question - Can anyone point me to list of supported browsers for > the bug submission assistant? I don't believe we have one :-) but I would say - whatever makes most sense, ie. forget IE6, and anything else old that causes sign

Re: LibreOffice 3.6.0alpha built on clang

2012-02-20 Thread Khoo Wei Ming
Hi Julien, > I began to run static analyzer and posted some output on the easyhack here : > https://bugs.freedesktop.org/show_bug.cgi?id=39596 I'm getting the message scan-build: Removing directory '/tmp/scan-build-2012-02-20-1' because it contains no reports. How did you get scan-build to gener

Re: R: R: R: cygwin 1.7.10 - LO-3-5-0 - build fails - my git problem ?

2012-02-20 Thread Noel Grandin
It means that certain extensions cannot be used. For example, reportbuilder and help-indexing. On 2012-02-20 12:38, walter wrote: If I specify --without-java what does change in using LO under windows ? Best regards Walter -Messaggio originale- Da: libreoffice-bounces+w.guerrieri=ran

R: R: R: cygwin 1.7.10 - LO-3-5-0 - build fails - my git problem ?

2012-02-20 Thread walter
If I specify --without-java what does change in using LO under windows ? Best regards Walter -Messaggio originale- Da: libreoffice-bounces+w.guerrieri=ranocchilab@lists.freedesktop.org [mailto:libreoffice-bounces+w.guerrieri=ranocchilab@lists.freedesktop.or g] Per conto di Noel G

Re: cygwin 1.7.10 - LO-3-5 - the compiler error in npwin.cpp reappears

2012-02-20 Thread Petr Mladek
Michael Meeks píše v Po 20. 02. 2012 v 09:56 +: > On Mon, 2012-02-20 at 08:52 +0100, walter wrote: > > have removed my local directory and I have re-cloned the project. > > Wow - that's expensive. I'd really not do that - if you want to clean > your tree: 'make clean' and git reset --har

Re: About fdo#46180 LO Base fails to connect to "*.DBF" files but connects OK to "*.dbf"

2012-02-20 Thread Michael Meeks
On Sun, 2012-02-19 at 05:49 -0800, julien2412 wrote: > I let a comment about this bug > https://bugs.freedesktop.org/show_bug.cgi?id=46180#c3. > I'm stucked because I don't know what's the use of the boolean variables > quoted in the comment. Does Lionel's feedback help ? :-) Tha

Re: R: R: cygwin 1.7.10 - LO-3-5-0 - build fails - my git problem ?

2012-02-20 Thread Noel Grandin
I normally specify the autogen parameter --without-java when building on Windows. It just seems to be very fragile there. On 2012-02-20 12:28, walter wrote: Now, after a full re-clone, I have a build error in 'reportbuilder'. Please see logs http://pastebin.com/u/walterLO Best Regards walter

R: R: cygwin 1.7.10 - LO-3-5-0 - build fails - my git problem ?

2012-02-20 Thread walter
Now, after a full re-clone, I have a build error in 'reportbuilder'. Please see logs http://pastebin.com/u/walterLO Best Regards walter -Messaggio originale- Da: Stephan Bergmann [mailto:sberg...@red

Re: [REVIEW 3-5][PUSHED] New libvisio release

2012-02-20 Thread Stephan Bergmann
On 02/20/2012 10:43 AM, Fridrich Strba wrote: On 20/02/12 10:21, Fridrich Strba wrote: And the URL is naturally here: http://cgit.freedesktop.org/libreoffice/core/commit/?id=21366a4b95defb007ddccd409126536a6e8dc50d And the issues immediately reported are fixed here: http://cgit.freedesktop.org

Re: [REVIEW-3-5] Localization of Lightproof extensions

2012-02-20 Thread Xuacu Saturio
On llu 20 feb 2012 10:07:08 CET, Andras Timar wrote: Hi, Lightprrof grammar checker options UI was enabled for localization in 3.5.0, and many teams have translations. I did not have time to tweak the makefiles in order to have translations built into the extensions. Now it's done. http://cgit.

Re: Hosting LibreOffice online

2012-02-20 Thread drew
On Fri, 2012-02-17 at 17:54 +0100, Sophie Gautier wrote: > Hi Drew, > On 16/02/2012 06:50, drew wrote: > [...] > > > > Just to wrap this thread up, I suppose. > > > > Well, after adding --enable-gtk3 it works. > > > > Had some issues related to the firewall, but got around that - turned it > > off

[REVIEWED] Working through cppcheck errors

2012-02-20 Thread Michael Meeks
On Mon, 2012-02-20 at 15:38 +1030, Josh Heidenreich wrote: > I decided to begin some work looking through the cppcheck [1] errors. > I found a nullPointer in > svx/source/svdraw/svdotextpathdecomposition.cxx. Your patch looks very sensible ! :-) please do push it. Thanks !

Re: Building LibreOffice on Windows

2012-02-20 Thread Jesús Corrius
> Okay so it might be nuts, but has anyone tried creating a native VS > solution/projects, which ruins inside the ide? Could one be created cmake > style perhaps? 5 years ago I did that for a non trivial Open Source project (it included gtk, python, gstreamer, etc.). I would say it was more or les

Re: Building LibreOffice on Windows

2012-02-20 Thread Tor Lillqvist
> Okay so it might be nuts, but has anyone tried creating a native VS > solution/projects, which ruins inside the ide? In theory it should be fairly trivial to create a "native" (whatever that means) VS solution that just runs the same Cygwin make that you would start manually otherwise. But I gu

Re: cygwin 1.7.10 - LO-3-5 - the compiler error in npwin.cpp reappears

2012-02-20 Thread Michael Meeks
On Mon, 2012-02-20 at 08:52 +0100, walter wrote: > have removed my local directory and I have re-cloned the project. Wow - that's expensive. I'd really not do that - if you want to clean your tree: 'make clean' and git reset --hard can do that for you. > The error remains the same.

Re: Unused solenv tools - can I remove these?

2012-02-20 Thread Stephan Bergmann
On 02/19/2012 01:31 AM, Norbert Thiebaud wrote: On Sat, Feb 18, 2012 at 3:54 PM, Tim Retout wrote: cleandiff.pl # used in 'create_patch' target of solenv/inc/tg_ext.mk, but I can't find 'create_patch' in any makefiles. Is this likely to be called manually? yes, I believe that is a helper t

[REVIEW 3-5] fix anchor handling in SwXText::convertToTextFrame()

2012-02-20 Thread Miklos Vajna
Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=9592f56323de27f9e1d890ee6259a5f4f328cbd3 It's an issue in the Writer UNO API, so it affects at least docx and RTF import, an RTF reproducer is attached. If some importer already worked around this issue by inserting empty paragraphs

Re: Building LibreOffice on Windows

2012-02-20 Thread Michael Meeks
On Mon, 2012-02-20 at 18:22 +1030, Josh Heidenreich wrote: > Okay so it might be nuts, but has anyone tried creating a native VS > solution/projects, which ruins inside the ide? Could one be created > cmake style perhaps? Ruins ? :-) I suspect that, unless this can be compiled from the gn

Re: [REVIEW 3-5] New libvisio release

2012-02-20 Thread Fridrich Strba
On 20/02/12 10:21, Fridrich Strba wrote: > And the URL is naturally here: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=21366a4b95defb007ddccd409126536a6e8dc50d And the issues immediately reported are fixed here: http://cgit.freedesktop.org/libreoffice/core/commit/?id=f241f91e03c25d337

Re: R: cygwin 1.7.10 - LO-3-5-0 - build fails - my git problem ?

2012-02-20 Thread Stephan Bergmann
On 02/19/2012 02:28 AM, walter wrote: The build fails in module 125. After re-run inside the module: = (1/1) Building module translations = Entering /cygdrive/c/LO350/translations dmake: Error: -- `/cygdrive/c/LO350/solver/wntmsci12.pro/bin/localize' not found, and can'

RE: qa-build errros on clean code

2012-02-20 Thread Winfried Donkers
Jonathan Aquilina wrote (19 februari 2012 17:31) >What version of make does your system have? It seems like the 3.81 >version has a bug with multithreaded builds. I know there is a patch >that was compiled by one of the devs, just not sure where you can get it >the patch for it. 3.82-140.1 Wi

Re: [PATCH] [core/vcl/source/window/splitwin.cxx:2047] ->[core/vcl/source/window/splitwin.cxx:2045]:(style) Found duplicate branches for if and else.

2012-02-20 Thread Stephan Bergmann
On 02/18/2012 03:21 PM, julien2412 wrote: This subject, switch/if else, reminded me what I read recently on the Stroustrup book. 1) The fact that "switch allows a better quality machine code". I wouldn't bet anything on that one. Compilers should be able to automatically identify if-else-chai

Re: [REVIEW 3-5] New libvisio release

2012-02-20 Thread Fridrich Strba
And the URL is naturally here: http://cgit.freedesktop.org/libreoffice/core/commit/?id=21366a4b95defb007ddccd409126536a6e8dc50d F. On 20/02/12 10:20, Fridrich Strba wrote: > Hello, good people, > > In view of 3.5.1 freeze, I released new version of libvisio, > incorporating Bruno Girin's work on

[REVIEW 3-5] New libvisio release

2012-02-20 Thread Fridrich Strba
Hello, good people, In view of 3.5.1 freeze, I released new version of libvisio, incorporating Bruno Girin's work on line-markers, Eilidh's work on embedded OLE objects that are part of the shape stencil, as well as some random fixes and modifications to cope with the new behaviour of Draw concern

[REVIEW-3-5] Localization of Lightproof extensions

2012-02-20 Thread Andras Timar
Hi, Lightprrof grammar checker options UI was enabled for localization in 3.5.0, and many teams have translations. I did not have time to tweak the makefiles in order to have translations built into the extensions. Now it's done. http://cgit.freedesktop.org/libreoffice/dictionaries/commit/?id=312

Re: [PATCH] Translated german comments in sw/source/core/layout/

2012-02-20 Thread David Vogt
Hi Philipp Thanks for your response and your hints on how to contribute - I'll keep that in mind for future contributions :) And also thanks for the review! -- Dave On 17/02/12 18:02, Philipp Weissenbacher wrote: > Hello you two! > > Thanks for the big amount of work. I know how tiresome it is

Re: [REVIEW 3-5][PUSHED] Reintroduce pyuno.so wrapper around libpyuno.so

2012-02-20 Thread Stephan Bergmann
On 02/17/2012 03:51 PM, Michael Meeks wrote: Any chance you can merge it to -3-5 yourself ? done Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PUSHED] x11 / cairo-less build try #3

2012-02-20 Thread Stephan Bergmann
On 02/17/2012 05:52 PM, Michael Meeks wrote: On Wed, 2012-02-15 at 17:55 +0100, Riccardo Magliocchetti wrote: $ ./soffice.bin terminate called after throwing an instance of 'com::sun::star::loader::CannotActivateFactoryException' Aborted (core dumped) ... Nice - IMHO this is all a bit

<    1   2