Re: [Libreoffice] [PATCH] - change default KDE from 3 to 4

2010-10-25 Thread Thorsten Behrens
Wols Lists wrote: Resubmit with brackets in subject - I think I need them for the patchmeister to pick up? Thanks a lot for the fix, pushed! -- Thorsten pgpvML4yXRas7.pgp Description: PGP signature ___ LibreOffice mailing list

[Libreoffice] [gitdm-lo-config PATCH] speed up an improve merging of logs

2010-10-25 Thread Miklos Vajna
Hi Cedric, I'm attaching a patch that speeds up running merge-log for me. See the commit message for details. Here are the times on my machine: ~/git/libreoffice/clone$ time ~/git/gitdm-lo-config/merge-log log real1m15.034s user0m46.174s sys 0m12.736s After applying the patch:

Re: [Libreoffice] How can I speed up a build?

2010-10-25 Thread Michael Meeks
Hi Mattias, On Sat, 2010-10-23 at 13:15 +1100, Mattias Johnsson wrote: it seems that everything is rebuilt which takes hours, even if only a few files have changed. As Norbert says - this may be down to low-level header changes, which have a big trickle-down effect on build-times

Re: [Libreoffice] How can I speed up a build?

2010-10-25 Thread Mattias Johnsson
Thanks guys - I've got it all working pretty efficiently now. The --with-max-jobs=4 option works a *lot* better than the --with-num-cpus flag on my box (Core i5, four cores / eight threads). A clean build takes a bit over an hour, but most changes now only require a couple of minutes for the

Re: [Libreoffice] PATCH - change default KDE from 3 to 4

2010-10-25 Thread Rene Engelhard
Hi, On Mon, Oct 25, 2010 at 01:46:25PM +0100, Michael Meeks wrote: This patch (in the top level build dir) makes the development system compile with KDE4 switched on and KDE3 switched off. That sounds reasonable. ACK. My ideal is to have neither an enable or disable flag for

Re: [Libreoffice] build failure loading pythonloader.uno.so

2010-10-25 Thread Thomas Klausner
On Mon, Oct 25, 2010 at 12:55:22PM +0100, Michael Meeks wrote: In addition to the other sage advice; I would tend to recommend going depth-first, and coming back to breadth. ie. get the build working / running with --disable-python. And then come back and fix this :-)

Re: [Libreoffice] Minor translation, commented code removal

2010-10-25 Thread Kevin Hunter
At 9:03am -0400 Mon, 25 Oct 2010, Michael Meeks wrote: On Tue, 2010-10-19 at 02:08 -0400, Kevin Hunter wrote: Oh, forever more, unless I explicitly say otherwise, it is safe to assume that my patches are all LGPLv3. (That's v3, not v3+.) But I'll try to remember to say it as well.

[Libreoffice] oox compile failure ...

2010-10-25 Thread Michael Meeks
I just got this: Compiling: oox/source/ppt/timenodelistcontext.cxx Making:ppt.lib Compiling: oox/source/ppt/dgmimport.cxx In file included from /data/opt/OpenOffice/HEAD/build/libreoffice-3.2.99.2/oox/source/ppt/dgmimport.cxx:31:0: ./../inc/oox/ppt/dgmimport.hxx:63:52: error: conflicting

[Libreoffice] [Pushed] [PATCH] remove pam in security

2010-10-25 Thread Michael Meeks
Hi Nadav, On Sat, 2010-10-23 at 12:11 +0200, Nadav Vinik wrote: Notice that I leave: Thank for your patch :-) I removed the whole contents of osl_psz_loginUser - as is done for several other Unix's. It would be great as a follow-on patch to prune the contents of osl_loginUser as well in

[Libreoffice] [Pushed] [PATCH] remove pam from config

2010-10-25 Thread Michael Meeks
Hi there, On Sun, 2010-10-24 at 10:06 +0200, Nadav Vinik wrote: While autogen.sh complete successfully with this patch, the make didn't, there still pam configuration related in the code. last patch work and make finish compilation. Great. So; I've pushed your outer configure.in

Re: [Libreoffice] PATCH - change default KDE from 3 to 4

2010-10-25 Thread Norbert Thiebaud
On Mon, Oct 25, 2010 at 7:46 AM, Michael Meeks michael.me...@novell.com wrote: Hi Wols, On Fri, 2010-10-22 at 23:29 +0100, Wols Lists wrote: This patch (in the top level build dir) makes the development system compile with KDE4 switched on and KDE3 switched off.        That sounds

Re: [Libreoffice] oox compile failure ...

2010-10-25 Thread Caolán McNamara
On Mon, 2010-10-25 at 15:52 +0100, Michael Meeks wrote: I just got this: Compiling: oox/source/ppt/timenodelistcontext.cxx Making:ppt.lib Compiling: oox/source/ppt/dgmimport.cxx In file included from

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-25 Thread Michael Meeks
On Thu, 2010-10-21 at 16:32 -0400, Kevin Hunter wrote: Yes, I'm aware I can change the CPU count, among other things, but this was my noob starting point. Wow, this *really* makes a difference. I would have thought it might have halved the time, to about 2 hours. On the same hardware,

Re: [Libreoffice] the basic macro editor

2010-10-25 Thread René Kjellerup
finally had time (although not to complete another build) to run the test again, the procedure I did was: Tools-Macros-Organize macros-basic select Main and click on the Edit button I've attached the back-trace of the crash René On Sun, Oct 24, 2010 at 2:21 PM, Caolán McNamara

Re: [Libreoffice] Minor translation, commented code removal

2010-10-25 Thread Michael Meeks
Hi Kevin, On Mon, 2010-10-25 at 10:48 -0400, Kevin Hunter wrote: The short answer is no, I'm not scared of all future versions, but on principal, I will not blindly trust a document that I (no one!) have yet to see. Fair enough :-) We're still thinking this through I guess. How

Re: [Libreoffice] Build problem on windows 7

2010-10-25 Thread Michael Meeks
On Mon, 2010-10-25 at 09:09 -0600, Tor Lillqvist wrote: This is mostly a guess, but are you running the build as Administrator (you shouldn't) If this is the problem - we should probably detect in configure and fail early, if we don't already ;-) Regards,

Re: [Libreoffice] PATCH - change default KDE from 3 to 4

2010-10-25 Thread Michael Meeks
On Mon, 2010-10-25 at 15:37 +0200, Rene Engelhard wrote: My ideal is to have neither an enable or disable flag for any of the optional pieces: KDE3 / KDE4 / GNOME etc. - but have a default of auto-detection, so we only build if they are there. I disagree. Even if you had

[Libreoffice] [Pushed] tiny first patch - fix 32 bit overflow at compile

2010-10-25 Thread Michael Meeks
Hi John, On Mon, 2010-10-25 at 06:15 -0700, John Lee Castle wrote: First try at this ... single vcl patch attached. Great - thanks :-) Fixed unit conversion table initialization so there are no more compiler warnings and no more zero entries... Good catch. Relevant changes

Re: [Libreoffice] [Pushed] [PATCH] remove pam in security

2010-10-25 Thread Michael Meeks
On Mon, 2010-10-25 at 17:56 +0200, Nadav Vinik wrote: yes, although I may ask later more explanation (I don't see the code at this moment) cd clone/ure git grep osl_login And you'll see the places left to cleanup :-) Thanks, Michael. --

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-25 Thread Kevin Hunter
At 11:48am -0400 Mon, 25 Oct 2010, Michael Meeks wrote: I -imagine- that most of the speedup came from ccache :-) And that gives a huge, but somewhat unpredictable speedup - depending which headers change - clearly with ccache you only do the pre-processing. Does distclean not remove the

Re: [Libreoffice] Minor translation, commented code removal

2010-10-25 Thread Kevin Hunter
At 12:12pm -0400 Mon, 25 Oct 2010, Michael Meeks wrote: On Mon, 2010-10-25 at 10:48 -0400, Kevin Hunter wrote: The short answer is no, I'm not scared of all future versions, but on principal, I will not blindly trust a document that I (no one!) have yet to see. Fair enough :-) We're still

Re: [Libreoffice] [PATCH] tiny first patch - fix 32 bit overflow at compile

2010-10-25 Thread Kevin Hunter
At 9:15am -0400 Mon, 25 Oct 2010, John Lee Castle wrote: any suggestions on a better code editor than gedit? Careful! Lest you start a flame war! (But we're all friends here. :-) I believe almost any *text* editor will suit you, provided you take the time to learn it's strengths and

Re: [Libreoffice] PATCH - change default KDE from 3 to 4

2010-10-25 Thread Wols Lists
On 25/10/10 17:19, Michael Meeks wrote: On Mon, 2010-10-25 at 15:37 +0200, Rene Engelhard wrote: My ideal is to have neither an enable or disable flag for any of the optional pieces: KDE3 / KDE4 / GNOME etc. - but have a default of auto-detection, so we only build if they are there. I

[Libreoffice] First try

2010-10-25 Thread gertfaller
Hello, just a first test. /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the License); you may not use this file except in compliance with * the License. You may obtain a copy of the License at *

Re: [Libreoffice] smoketest segfault

2010-10-25 Thread Caolán McNamara
On Sun, 2010-10-24 at 22:03 -0500, Norbert Thiebaud wrote: I have a segfault running smoketest. Its cold comfort, but smoketest works for me ok. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] killing EPM ...

2010-10-25 Thread Christian Lohmaier
Hi Michael, On Mon, Oct 25, 2010 at 10:10 PM, Michael Meeks michael.me...@novell.com wrote:        Soo ... I hate EPM ;-) not sure if that is a universal feeling, but it certainly fouls up the compilation, deps and smoke-testing process. Well - never did play foul on any of the

[Libreoffice] [Pushed] First try

2010-10-25 Thread Michael Meeks
On Mon, 2010-10-25 at 22:03 +0200, Gert Faller wrote: Ok, then a second try. Perfect; no attachment - but I committed the last one with your full name :-) Thanks ! Michael. -- michael.me...@novell.com , Pseudo Engineer, itinerant idiot

Re: [Libreoffice] smoketest segfault

2010-10-25 Thread Norbert Thiebaud
On Mon, Oct 25, 2010 at 3:13 PM, Caolán McNamara caol...@redhat.com wrote: On Sun, 2010-10-24 at 22:03 -0500, Norbert Thiebaud wrote: I have a segfault running smoketest. Its cold comfort, but smoketest works for me ok. can you post the ./bin/g log of where you are at (and mybe your autogen

[Libreoffice] freeze on operations calling the save as dialog box running KDE 3.5.x (was:LibreOffice beta2 linux deb packages on KDE3.5 - freeze on pdf export)

2010-10-25 Thread Friedrich Strohmaier
Hi all, Friedrich Strohmaier schrieb: PDF Export causes freeze on my kubuntu7.10 box which is running KDE3.5. I also tested it on a still valid kubuntu8.04LTS. There was no appropriate echo while asking at disc...@documentfoundation.org:

[Libreoffice] [Patch] Several comment translations in formula

2010-10-25 Thread Adrià Cereto Massagué
Hello, Some comments translated from german to english (all the ones reported by the german-detecting script and all the non-detected ones in files which had detected comments.) I haven't seen any more german comments there, but I may have missed some. I also deleted a commented out chunk of

Re: [Libreoffice] [Patch] Several comment translations in formula

2010-10-25 Thread Jesús Corrius
Hola Adrià, 2010/10/25 Adrià Cereto Massagué ssorga...@gmail.com: Hello, Some comments translated from german to english (all the ones reported by the german-detecting script and all the non-detected ones in files which had detected comments.) I haven't seen any more german comments there,

[Libreoffice] First build error: segmentation fault on vcl

2010-10-25 Thread Dave Lacy Kusters
I hit an error on my first compile that I haven't seen discussed in the archive or elsewhere online. After the vcl project failed to build in the omnibus make, I ran 'build' in the vcl project. All was going fine until the vcl/util project. Here is my error: Entering

Re: [Libreoffice] howto for getting non-trivial cppunit tests up and running

2010-10-25 Thread Kohei Yoshida
On Wed, 2010-10-20 at 20:44 +0100, Caolán McNamara wrote: So the sc test, while working reliably for me, is apparently not working for Kohei and others So, I came home and did a clean re-build of the latest source tree on my reasonably fast desktop machine, and the unit test now runs with

[Libreoffice] commit bootstrap:abb03ac2ac85c67167d17277fefa8309a99f1100 break the build

2010-10-25 Thread Norbert Thiebaud
commit bootstrap:abb03ac2ac85c67167d17277fefa8309a99f1100 break the build for me in instsetoo_native. = Building module instsetoo_native = Entering /lo/ref/rawbuild/instsetoo_native/inc_openoffice/unix Entering

Re: [Libreoffice] Image Compression Patch

2010-10-25 Thread Andrew C. E. Dent
Hi Kendy. Thanks again for checking into this. I've done more testing and I think the problem is with your image decoder (ImageMagick). The problem icons are encoded as RGB + Simple 1 'colour' transparency. It may be a bit unusual, but is supported by the PNG spec and works with LibO's png