[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Depends on|36903 | -- Configure bugmail: https://bugs.

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 vitriol changed: What|Removed |Added Depends on||36927 --- Comment #71 from vitriol 2011-05-06

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 vitriol changed: What|Removed |Added Depends on||36926 --- Comment #70 from vitriol 2011-05-06

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Korrawit Pruegsanusak changed: What|Removed |Added Depends on|36906 | -- Configure bugmail: https://

Re: [Libreoffice] testDataPilot unit test breaks in sc

2011-05-06 Thread Kohei Yoshida
On Fri, 2011-05-06 at 18:55 +0200, Thorsten Behrens wrote: > Generally, and going forward - I'd be a bit happier if unit tests > would not assume en-US locale at all, since at least in theory, it's > possible to do a build w/o en-US at all... Well, if we can't assume a locale being set (regardles

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #69 from rygle 2011-05-06 21:04:28 PDT --- Nominating https://bugs.freedesktop.org/show_bug.cgi?id=32709 This bug is a regression from OOo that means no file exported as ppt format can be opened by a MS Office product that has up to

Re: [Libreoffice] First build resumed but failed on incomplete dependancies

2011-05-06 Thread Peter Teeson
Hi Christian,*: Man you are so patient with me and I bow to you. On 2011-05-06, at 4:37 PM, Christian Lohmaier wrote: > If that is all, you installed ccache, but no build will use it. > > To use it you must either set symlinks of the compiler's name to > ccache and put those links in a > path tha

Re: [Libreoffice] [Patch] make the OOXML import filter use sheet local db data

2011-05-06 Thread Muthu Subramanian K
Hi Markus, This patch is great! Thanks! I guess, you have the git access now, could you please push it to master? Also, for the export part - if you haven't already done, i.e. - could you check it with office-o-tron once? Thanks again, Muthu Subramanian On 05/06/2011 08:33 PM, Kohei Yoshida wrot

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36275, which changed state. Bug 36275 Summary: LibO 3.4 fails to start with "symbol lookup error": undefined symbol: sal_detail_initialize https://bugs.freedesktop.org/show_bug.cgi?id=36275 What|Old Value

Re: [Libreoffice] [PATCH] new color picker dialog for all applications

2011-05-06 Thread Bernhard Dippold
Hi Christian, great to have you here! Christian Lippka schrieb: This is a patch I have hacked on in my spare time. It replaces the old color picker with a new one. See here for a video demo http://youtu.be/rPu6EmIxkIM?hd=1 To see it in the running office you can for example go to menu tools-

Re: [Libreoffice] First build resumed but failed on incomplete dependancies

2011-05-06 Thread Christian Lohmaier
Hi Peter, On Fri, May 6, 2011 at 10:08 PM, Peter Teeson wrote: > On 2011-05-06, at 12:05 PM, Christian Lohmaier wrote: > [...] > >> I still think something is wrong with your ccache-setup.  Please post >> what the variable CXX and CC are set to in the MacOSX*Env.Set.sh >> file/what compiler comm

Re: [Libreoffice] First build resumed but failed on incomplete dependancies

2011-05-06 Thread Peter Teeson
Thanks Christian, *: On 2011-05-06, at 12:05 PM, Christian Lohmaier wrote: > Hi Peter, *, > > On Fri, May 6, 2011 at 5:35 PM, Peter Teeson wrote: >> [...] >> OK my version of ccache is 3.1.4 > > And are you sure that this is also used when building? > Please show configure's output regarding the

Re: [Libreoffice] minutes of tech steering call ...

2011-05-06 Thread Norbert Thiebaud
I was thinking of leaving binfilter in until we get the the ABI breaking version (tentatively 4.0). that way we put all the 'big' visible change in one release... a 'clean-break' in a sort... Norbert On 5/6/11, Christian Lohmaier wrote: > Hi *, > > 2011/5/6 Pierre-André Jacquod : >> [...]  

[Libreoffice] HTML_ColorEntry sal_uLong->sal_uInt32

2011-05-06 Thread Chr. Rossmanith
Hi, I think the variable nColor from struct HTML_ColorEntry in htmlkywd.cxx can be changed from sal_uLong to sal_uInt32. Continue to change return type of GetHTMLColor as well and remove #include afterwards (was playing with include-what-you-use which tells me which #include is used for whic

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36551, which changed state. Bug 36551 Summary: 3.4beta2 can neither be installed as update to 3.3.2 nor alongside 3.3.2 because of packaging conflicts https://bugs.freedesktop.org/show_bug.cgi?id=36551 What

Re: [Libreoffice] minutes of tech steering call ...

2011-05-06 Thread Michael Meeks
Hi Pierre, On Fri, 2011-05-06 at 18:15 +0200, Pierre-André Jacquod wrote: > >> + be warned - it will die in a new major release soon. > > Will be this 3.5 ? Or do you want to wait for the next version ? Probably post 3.5 :-) and of course, Caolan is on FTO and would want some in

Re: [Libreoffice] testDataPilot unit test breaks in sc

2011-05-06 Thread Thorsten Behrens
Kohei Yoshida wrote: > > This unit test expects that the UI is in English. Two English strings > > are hard coded into this test: Sum and Total. > > So, I looked into this this morning in hopes of finding a way to set UI > locale to en-US explicitly. > > http://cgit.freedesktop.org/libreoffice/ca

Re: [Libreoffice] minutes of tech steering call ...

2011-05-06 Thread Christian Lohmaier
Hi *, 2011/5/6 Pierre-André Jacquod : > [...] >>>         + be warned - it will die in a new major release soon. > > Will be this 3.5 ? Or do you want to wait for the next version? If post 3.5, > then I will continue the cleaning. If no, I may change my work and try to > perform cleaning (ergh, de

Re: [Libreoffice] minutes of tech steering call ...

2011-05-06 Thread Pierre-André Jacquod
Hi, * announcing binfilter as deprecated in 3.4 + want to warn people in plenty of time + officially deprecate it, we drop save support in 3.4 The code cleaning is not yet finished, I still have commits (and done commits) that missed the 3.4 freeze (argh, missing free time) an

Re: [Libreoffice] First build resumed but failed on incomplete dependancies

2011-05-06 Thread Christian Lohmaier
Hi Peter, *, On Fri, May 6, 2011 at 5:35 PM, Peter Teeson wrote: > [...] > OK my version of ccache is 3.1.4 And are you sure that this is also used when building? Please show configure's output regarding the ccache check. And also make sure to run configure/autogen.sh from a clean shell, withou

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Regina Henschel
Hi Christian, part --- a/sd/source/ui/dlg/tpoption.src +++ b/sd/source/ui/dlg/tpoption.src @@ -57,7 +57,7 @@ TabPage TP_OPTIONS_CONTENTS Pos = MAP_APPFONT ( 12 , 97 - 69 ) ; Size = MAP_APPFONT ( 160 , 10 ) ; TabStop = TRUE ; -Text [ en-US ] = "~Guides when movin

Re: [Libreoffice] fatal IO error in running beta3 - to be ignored or investigated?

2011-05-06 Thread Michael Meeks
Hi Cor, On Fri, 2011-05-06 at 16:36 +0200, Cor Nouws wrote: > > So - that is odd; I would expect the app to exit at this point and try > > to save documents. > > Nothing special that I notice with the app. Oh - fun ;-) again, this prolly belongs in a bug, since its not generally inte

Re: [Libreoffice] First build resumed but failed on incomplete dependancies

2011-05-06 Thread Peter Teeson
On 2011-05-06, at 5:36 AM, Michael Meeks wrote: > H Peter, > > On Thu, 2011-05-05 at 13:54 -0400, Peter Teeson wrote: > Hm, did you give --enable-ccache-skip on autogen/configure? It seems your ccache does not properly eat those arguments. > .. >>> Where do we go from here? > >

Re: [Libreoffice] Why define a string just to use a copy of the string a few lines later?

2011-05-06 Thread Michael Meeks
Hi Christian, On Fri, 2011-05-06 at 04:25 +0200, Christian Lohmaier wrote: > Looking at this change (as it breaks with WaE because that function is > unused on Mac) :-) glad you're on that. > Fix for the WaE breaker is easy (just conditionalize it for non-mac as > in the exec_pagein meth

Re: [Libreoffice] [PATCH] Don't print

2011-05-06 Thread Christian Dywan
Am 06.05.2011 17:29:03 schrieb Michael Meeks: > On Fri, 2011-05-06 at 12:35 +, Christian Dywan wrote: > > git grep -l is useless when the == are there because it no longer is > > a plain list of filenames. I needed it for sed, so I patched it. > Looks good to me; I've hit the same thing; but

Re: [Libreoffice] iWorks compatibilty

2011-05-06 Thread Michael Meeks
Hi Nawaf, On Fri, 2011-05-06 at 18:42 +0530, Nawaf Sakharkar wrote: > Really appreciate your efforts for developing Libre office. Glad you like it. > I am not a developer So you don't belong on this list. Please see: http://wiki.documentfoundation.org/Development/Use_of

Re: [Libreoffice] [PATCH] Don't print === decoration when running g grep

2011-05-06 Thread Michael Meeks
On Fri, 2011-05-06 at 12:35 +, Christian Dywan wrote: > git grep -l is useless when the == are there because it no longer is > a plain list of filenames. I needed it for sed, so I patched it. Looks good to me; I've hit the same thing; but didn't we get a commit account sorted out for

Re: [Libreoffice] [Patch] make the OOXML import filter use sheet local db data

2011-05-06 Thread Kohei Yoshida
On Thu, 2011-05-05 at 18:26 +0200, Markus Mohrhard wrote: > Hello, > > > > I hope that this is the last patch regarding the new sheet local db > data. This patch allows the OOXML import use the sheet local db data. Yup, this looks good also. I'll poke Bubli and Muthu since this is their area,

Re: [Libreoffice] [Patch] Use sheet local db data in ScVbaRange::Autofilter

2011-05-06 Thread Kohei Yoshida
On Thu, 2011-05-05 at 18:03 +0200, Markus Mohrhard wrote: > I forgot to add one file to git, so here is the correct patch. > > > > Only difference is that in docuno.cxx 3 lines are added. Rest is the > same as in the old version. It looks good to me, but I'd like Noel to give the VBA part a qui

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-05-06 Thread Cor Nouws
Thorsten Behrens wrote (06-05-11 14:02) Done - link in the description, and in the welcome mail. Fine that it is helpful - that many may read and use it :-) Cor -- - http://nl.libreoffice.org - giving openoffice.org its foundation :: The Document Foundation - _

Re: [Libreoffice] fatal IO error in running beta3 - to be ignored or investigated?

2011-05-06 Thread Cor Nouws
Hi Michael, Michael Meeks wrote (06-05-11 10:27) On Fri, 2011-05-06 at 10:02 +0200, Cor Nouws wrote: Running beta3 from the command line, after some time the output shows Ooh :-) great question. XIO: fatal IO error 11 (Resource temporarily unavailable) on X server "0� "

[Libreoffice] Installation language pack on Ubuntu 11.04

2011-05-06 Thread bruno gallart
Occitan-lengadocian 's project, Hi all, I have tried to install the pack of language Occitan for LibreOffice on the new ubuntu 11.04. I have loaded the debian's file. I did this with the command "sudo dpkg -i *.deb" . but I have some error of dependence (see at the bottom of this message).

[Libreoffice] [PUSHED] Re: [PATCH] new color picker dialog for all applications

2011-05-06 Thread Jan Holesovsky
Hi Christian, On 2011-05-05 at 22:18 +0200, Christian Lippka wrote: > It replaces the old color picker with a new one. See here for a video > demo > > http://youtu.be/rPu6EmIxkIM?hd=1 > > To see it in the running office you can for example go to menu > tools->options->colors and press edit Bea

[Libreoffice] [PUSHED] Re: complete

2011-05-06 Thread Michael Meeks
On Wed, 2011-04-20 at 23:51 +0200, Timo wrote: > Here is a diff from debians mailmerge.py. mailmerge.py.diff is > licensed under So - I pushed half of this, and am pending response from Timo for the other half. Sorry for the delay, ATB, Michael. -- mic

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Regina Henschel
Hi Christian, Christian Dywan schrieb: Am 06.05.2011 15:29:16 schrieb Regina Henschel: Hi Christian, I'm not sure about the changes. 'Snap Lines' is a better term than 'Guides'. The German term 'Fanglinien' describes it functionality, so does 'Snap Lines'. 'Guide' is not specific. It can be 'Sn

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36898, which changed state. Bug 36898 Summary: Dir() returns empty string https://bugs.freedesktop.org/show_bug.cgi?id=36898 What|Old Value |New Value

[Libreoffice] iWorks compatibilty

2011-05-06 Thread Nawaf Sakharkar
Hi, Really appreciate your efforts for developing Libre office. I am not a developer, but if I would be the developer I would have developed the Libre office to be compatible with Apple iWorks. So this is just my suggestion for all the developers to check this out. This will make the libre office

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Regina Henschel
Christian Dywan schrieb: Am 06.05.2011 15:29:16 schrieb Regina Henschel: Hi Christian, I'm not sure about the changes. 'Snap Lines' is a better term than 'Guides'. The German term 'Fanglinien' describes it functionality, so does 'Snap Lines'. 'Guide' is not specific. It can be 'Snap Line' but al

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Christian Dywan
Am 06.05.2011 15:29:16 schrieb Regina Henschel: > Hi Christian, > I'm not sure about the changes. > 'Snap Lines' is a better term than 'Guides'. The German term > 'Fanglinien' describes it functionality, so does 'Snap Lines'. > 'Guide' is not specific. It can be 'Snap Line' but also 'Helpline'.

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Italo Vignoli changed: What|Removed |Added Depends on|36907 | -- Configure bugmail: https://bugs.fre

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Italo Vignoli changed: What|Removed |Added Depends on||36907 -- Configure bugmail: https://bug

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Regina Henschel
Hi Christian, I'm not sure about the changes. 'Snap Lines' is a better term than 'Guides'. The German term 'Fanglinien' describes it functionality, so does 'Snap Lines'. 'Guide' is not specific. It can be 'Snap Line' but also 'Helpline'. kind regards Regina Christian Dywan schrieb: So I was

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Italo Vignoli changed: What|Removed |Added Depends on||36906 -- Configure bugmail: https://bug

[Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Christian Dywan
So I was originally looking at a drawing bug and became puzzled because various context menu items have different labels than the exact same commands in the menubar and toolbar ¹. So I ended up fixing the labels of the following items: Visible Grid → Display Grid Snap Lines Visible → Display Gui

[Libreoffice] [PATCH] Don't print === decoration when running g grep

2011-05-06 Thread Christian Dywan
git grep -l is useless when the == are there because it no longer is a plain list of filenames. I needed it for sed, so I patched it. ciao, ChristianFrom aa8fcad2fafbfde9bb7294375be1bbcc4ab28f50 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 6 May 2011 14:25:38 +0200 Subject: [PAT

[Libreoffice] [PUSHED] Re: [PATCH] Enable native sumbenu arrow drawing and implement it in GTK+

2011-05-06 Thread Fridrich Strba
Great work Mitch :) Keep on sending nice patches ;) Pushed F. P.S.: Hope it builds :P On Fri, 2011-05-06 at 12:12 +0200, Michael Natterer wrote: > Attached patch does what the subject says. > > I'm not quite sure if I got everything right, especially > I can't make much sense of how the retur

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-05-06 Thread Thorsten Behrens
Michael Meeks wrote: > I guess we need Thorsten (or someone) to add it to the mailing list > description / subscription process - so people know what they're > getting. > Done - link in the description, and in the welcome mail. -- Thorsten pgplZDqIFlHlo.pgp Description: PGP signature

Re: [Libreoffice] [REVIEW] Easyhack Add visibility markup to all component_get* functions

2011-05-06 Thread Michael Meeks
Hi Julien, On Thu, 2011-04-21 at 16:28 +0200, Julien Nabet wrote: > I think i modified all the functions > "component_getImplementationEnvironment" and "component_getFactory" get > for the easyhack Nice :-) > It compiled ok each time I push the changes but I didn't make a > compilatio

Re: [Libreoffice] Incompatible changes for B-spline smoothing in ODF1.2

2011-05-06 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: Hi Regina, [..] :-) So - lets drop the old version, and upgrade everyone to your nice new code. Can we include your patch in: http://openoffice.org/bugzilla/show_bug.cgi?id=117986 Into LibreOffice under the MPL/LGPLv3+ dual license

[Libreoffice] GSOC: performance improvement ...

2011-05-06 Thread Michael Meeks
Hi Matus, Great to have you working on this for the summer :-) Perhaps it is a good time to start digging into the code that references the default_icons/res/commandimagelist/ to shrink those paths. I don't think this really needs to take that long to do :-) Doing a quick

Re: [Libreoffice] Installer on MacOS

2011-05-06 Thread Cor Nouws
Italo Vignoli wrote (06-05-11 12:55) The Italian language pack for 3.4 beta 3 has the OOo icon with seagulls instead of the document icon. Also, the 3.4 beta 3 installer has the right icons but not the right layout. I can provide screenshots if necessary. Pls also note this one https://bugs.

Re: [Libreoffice] source Java

2011-05-06 Thread Michael Meeks
Hi Luiz, On Tue, 2011-05-03 at 16:36 +0200, Jesús Corrius wrote: > I am making a library of advanced engineeringcalculations (polynomial > of degree greater thanseven (real and complex roots), theorem > newtow, discards) among other functions Cool :-) > but the source codeis in java

Re: [Libreoffice] Incompatible changes for B-spline smoothing in ODF1.2

2011-05-06 Thread Michael Meeks
Hi Regina, On Mon, 2011-04-25 at 18:30 +0200, Regina Henschel wrote: > Currently smoothing with B-Splines uses the inner data points as control > points. Therefore the smoothed line does not go through the data points > and it is no interpolation. Right - shame. > In ODF 1.2 the defini

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-05-06 Thread Michael Meeks
Hi Cor, On Thu, 2011-05-05 at 18:30 +0200, Cor Nouws wrote: > Thanks for your comments, and sorry for the delay on my side. Excellent work :-) > * Here is a 2nd draft: >http://wiki.documentfoundation.org/Development/Use_of_MailList >pretty ready for use, IMHO ;-) Sure -

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Noel Power changed: What|Removed |Added Depends on||36903 --- Comment #68 from Noel Power 2011

[Libreoffice] Installer on MacOS

2011-05-06 Thread Italo Vignoli
The Italian language pack for 3.4 beta 3 has the OOo icon with seagulls instead of the document icon. Also, the 3.4 beta 3 installer has the right icons but not the right layout. I can provide screenshots if necessary. -- Italo Vignoli - The Document Foundation phone +39.348.5653829 - VoIP +39

Re: [Libreoffice] build breaks on i686

2011-05-06 Thread Michael Meeks
Hi Andreas, On Fri, 2011-05-06 at 09:20 +0200, Andreas Radke wrote: > ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/SelectionEventType.idl > ... > ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/XGridSelection.idl > ... > ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun

Re: [Libreoffice] Installer on MacOS

2011-05-06 Thread Michael Meeks
Italo, On Fri, 2011-05-06 at 12:55 +0200, Italo Vignoli wrote: > The Italian language pack for 3.4 beta 3 has the OOo icon with seagulls > instead of the document icon. Also, the 3.4 beta 3 installer has the > right icons but not the right layout. So - you're not likely to get flamed, b

Re: [Libreoffice] minutes of tech steering call ...

2011-05-06 Thread Michael Meeks
On Thu, 2011-05-05 at 23:02 +0200, Christian Lohmaier wrote: > Oh - and please write this in big letters :-) Yes :-) > And also make sure when you remove it completely: Don't remove the > filter-detection part of it. I.e. when a user then opens a > binfilter-covered format, don't present

Re: [Libreoffice] fix for fdo#35706

2011-05-06 Thread Jan Holesovsky
Hi Noel, On 2011-05-06 at 10:10 +0100, Noel Power wrote: > I submitted the following patches to libreoffice3.4, scream if you > notice something bad > > http://cgit.freedesktop.org/libreoffice/components/commit/?h=libreoffice-3-4&id=3db1a4235ac588cda2836f99091888583b461810 > & > http://cgit.fre

[Libreoffice] [PATCH] Enable native sumbenu arrow drawing and implement it in GTK+

2011-05-06 Thread Michael Natterer
Attached patch does what the subject says. I'm not quite sure if I got everything right, especially I can't make much sense of how the returned rectangles in GetNativeControlRegion() are supposed to be done. Regards, --Mitch >From 9064d44f80da8511ee43687afebc999aeafa9985 Mon Sep 17 00:00:00 2001

Re: [Libreoffice] Fwd: First build resumed but failed on incomplete dependancies

2011-05-06 Thread Christian Lohmaier
On Fri, May 6, 2011 at 11:54 AM, Christian Lohmaier wrote: > > No, not for "this". > When you force configure to use ccache, but the build doesn't actually > use ccache, the break is what you rightfully get. And of course you also deserve the break when using a version with the argument parsing b

Re: [Libreoffice] First build resumed but failed on incomplete dependancies

2011-05-06 Thread Thorsten Behrens
Peter Teeson wrote: > > Hm, did you give --enable-ccache-skip on autogen/configure? It seems > > your ccache does not properly eat those arguments. > > > > Yes I did indeed > And Xcode is 3.2.4 and SDK 10.4 is installed > My MacPro 2x2.66Ghz Quad-core "Nehalem", 6GB RAM > Mac OS X 10.6.6 , .

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Cor Nouws changed: What|Removed |Added Depends on||36673 --- Comment #67 from Cor Nouws 2011-0

Re: [Libreoffice] Fwd: First build resumed but failed on incomplete dependancies

2011-05-06 Thread Christian Lohmaier
Hi Michael, *, On Fri, May 6, 2011 at 11:36 AM, Michael Meeks wrote: > H Peter, > > On Thu, 2011-05-05 at 13:54 -0400, Peter Teeson wrote: > >> > > Hm, did you give --enable-ccache-skip on autogen/configure? It >> > > seems your ccache does not properly eat those arguments. > .. >> > Where do we

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Cor Nouws changed: What|Removed |Added Depends on||36898 --- Comment #66 from Cor Nouws 2011-0

Re: [Libreoffice] Fwd: First build resumed but failed on incomplete dependancies

2011-05-06 Thread Michael Meeks
H Peter, On Thu, 2011-05-05 at 13:54 -0400, Peter Teeson wrote: > > > Hm, did you give --enable-ccache-skip on autogen/configure? It > > > seems your ccache does not properly eat those arguments. .. > > Where do we go from here? Thorsten committed a fix for this to master I believe; I do

Re: [Libreoffice] GSoC libreoffice android port

2011-05-06 Thread Michael Meeks
On Mon, 2011-04-25 at 19:30 +0200, Jonathan Aquilina wrote: > I am aware that there is a task for the GSoC to port LO to android. I > think we should have our own specific branch for android development as As and when there is some code to commit, that is not generally useful - then we

[Libreoffice] [PUSHED] Re: [PATCH] Remove usage of List in SbiDdeControl

2011-05-06 Thread Fridrich Strba
Great work. Integrated now. F. On Wed, 2011-04-27 at 11:36 -0430, Rafael Dominguez wrote: > Well this patch is for windows only, but i develop only in linux, so > if anyone can please review it and test it for me. Thanks > ___ > LibreOffice mailing lis

[Libreoffice] [PUSHED] Re: [PATCH] Remove DECLARE_LIST(DdeConnections, DdeConnection*)

2011-05-06 Thread Fridrich Strba
Pushed. Thanks. F. On Wed, 2011-04-27 at 12:12 -0430, Rafael Dominguez wrote: > This is a windows only patch, please check it compiles fine and > without errors, thanks! > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://list

[Libreoffice] [PUSHED] Re: [PATCH] Remove DECLARE_LIST(DdeTopics, DdeTopic*) [Windows only]

2011-05-06 Thread Fridrich Strba
Pushed this one. Thanks for your great work. F. On Wed, 2011-04-27 at 16:57 -0430, Rafael Dominguez wrote: > Oops forgot to send patch > > On Wed, Apr 27, 2011 at 4:57 PM, Rafael Dominguez > wrote: > This is a windows only patch, please check that you can > compile it and check

Re: [Libreoffice] Empty functions in chart module

2011-05-06 Thread Michael Meeks
Hi Julien, On Thu, 2011-05-05 at 23:39 +0200, Julien Nabet wrote: > By digging into cppcheck logs, I saw this : > [chart2/source/model/template/BubbleChartType.cxx:69] Technically the > member function > 'StaticBubbleChartTypeDefaults_Initializer::lcl_AddDefaultsToMap' can be > const > [chart2/

[Libreoffice] fix for fdo#35706

2011-05-06 Thread Noel Power
I submitted the following patches to libreoffice3.4, scream if you notice something bad http://cgit.freedesktop.org/libreoffice/components/commit/?h=libreoffice-3-4&id=3db1a4235ac588cda2836f99091888583b461810 & http://cgit.freedesktop.org/libreoffice/libs-core/commit/?h=libreoffice-3-4&id=ad50ce

[Libreoffice] [PUSHED] Re: [PATCH] Remove DECLARE_LIST(DdeItems, DdeItem*) [Windows]

2011-05-06 Thread Fridrich Strba
Landed in master. Thanks for your contribution. F. On Wed, 2011-04-27 at 17:50 -0430, Rafael Dominguez wrote: > Windows only patch, please check that it compiles without error and i > didnt forget anything, thanks!! > ___ > LibreOffice mailing list > L

[Libreoffice] [PUSHED] Re: [PATCH] Remove DECLARE_LIST(DdeTransactions, DdeTransaction*) [Windows only]

2011-05-06 Thread Fridrich Strba
Pushed to master. Thanks for your great work. f. On Wed, 2011-04-27 at 19:15 -0430, Rafael Dominguez wrote: > Windows only patch, please compile and check that theres no errors, > thanks > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.o

Re: [Libreoffice] LibreOffice Android Port

2011-05-06 Thread Michael Meeks
Hi Tor, On Thu, 2011-05-05 at 23:59 -0600, Tor Lillqvist wrote: > Or 2) Adapt the LibreOffice build mechanism to work with > cross-compilation. .. > gbuild work hopefully should make it easier. Interestingly, enabling > cross-compilation will benefit LO builds for Windows hugely... Right

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 35706, which changed state. Bug 35706 Summary: Ctrl F, Ctrl Alt F doesn't work in Basic IDE in LibO version dev300m103 https://bugs.freedesktop.org/show_bug.cgi?id=35706 What|Old Value |

Re: [Libreoffice] [PATCH] new color picker dialog for all applications

2011-05-06 Thread Quentin THEURET
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 06/05/2011 10:35, Michael Meeks a écrit : >> It replaces the old color picker with a new one. See here >> > for a video demo > I guess it would be wonderful to bring this closer to people editing > documents; I've always been frustrated by the lack

Re: [Libreoffice] [PATCH] new color picker dialog for all applications

2011-05-06 Thread Michael Meeks
On Thu, 2011-05-05 at 22:18 +0200, Christian Lippka wrote: > This is a patch I have hacked on in my spare time. Really pretty :-) > It replaces the old color picker with a new one. See here > for a video demo I guess it would be wonderful to bring this closer to people editing d

Re: [Libreoffice] LibreOffice 3.4 beta 4 build failed

2011-05-06 Thread Fridrich Strba
Hello, On Fri, 2011-05-06 at 14:12 +0600, Alexander O. Anisimov wrote: > I try to build LO 3.4 beta4 from source and get an error in module > writerperfect Solution is "cd libwpd && deliver -delete && rm -rf unx*.pro && build && deliver" Then rebuild libwps, libwpg and writerperfect and you shou

Re: [Libreoffice] fatal IO error in running beta3 - to be ignored or investigated?

2011-05-06 Thread Michael Meeks
Hi Cor, On Fri, 2011-05-06 at 10:02 +0200, Cor Nouws wrote: > Running beta3 from the command line, after some time the output shows Ooh :-) great question. > XIO: fatal IO error 11 (Resource temporarily unavailable) >on X server "0� " >after 60 requests (56 known

[Libreoffice] LibreOffice 3.4 beta 4 build failed

2011-05-06 Thread Alexander O. Anisimov
Hi all, I try to build LO 3.4 beta4 from source and get an error in module writerperfect Making:libwpftli.so > /home/alexanis/src/LibreOffice/solver/300/ > unxlngi6.pro/lib/libwpdlib.a(WP1ContentListener.o): In function > `WP1ContentListener::insertExtendedCharacter(unsigned char)': > WP1Cont

[Libreoffice] fatal IO error in running beta3 - to be ignored or investigated?

2011-05-06 Thread Cor Nouws
Hi all, Running beta3 from the command line, after some time the output shows XIO: fatal IO error 11 (Resource temporarily unavailable) on X server "0� " after 60 requests (56 known processed) with 0 events remaining. X server identication of course varies. The installed file

Re: [Libreoffice] [PATCH] new color picker dialog for all applications

2011-05-06 Thread Fridrich Strba
Taking mutex on this one. Will integrate to master. F. On Thu, 2011-05-05 at 22:18 +0200, Christian Lippka wrote: > This is a patch I have hacked on in my spare time. > > It replaces the old color picker with a new one. See here for a video > demo > > http://youtu.be/rPu6EmIxkIM?hd=1 > > To s

Re: [Libreoffice] [PATCH] new color picker dialog for all applications

2011-05-06 Thread Cedric Bosdonnat
Hi Christian, On Thu, 2011-05-05 at 22:18 +0200, Christian Lippka wrote: > This is a patch I have hacked on in my spare time. > > It replaces the old color picker with a new one. See here for a video > demo > > http://youtu.be/rPu6EmIxkIM?hd=1 Waooh, nice work! Many thanks for it. But I think w

Re: [Libreoffice] build breaks on i686

2011-05-06 Thread Andreas Radke
./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/SelectionEventType.idl ... ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/XGridSelection.idl ... ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/UnoControlGridModel.idl ... Compiling: ucb/source/ucp/webdav/Ne