Since I've faffed around so much with my current git tree, I just blew
it all away and downloaded the new git master since that's now been
branched from 3.3.
Unfortunately, LO no longer builds. I get the following error when I
try to build in the instsetoo_native directory.
ERROR: The following f
2010/11/3 Cédric Bosdonnat
> Hi Knut,
>
> On Fri, 2010-10-29 at 23:30 +0200, Knut Olav Bøhmer wrote:
> > I would be very happy if someone could take a look at
> > the attached patch, and maybe improve it.
>
> First I couldn't reproduce the original problem neither with Word 97 nor
> Word 2007+. I
Adds '=' to edge test in sbxscan.cxx ImpCvtNum so exponent prints and 1
million is 1e+6 instead of just 1 for singles.
Same one char change does similar fix for OO Basic doubles and 1e+14.
When I saw #i76852# -- http://qa.openoffice.org/issues/show_bug.cgi?id=76852
-- describe how and when OOB
On Wed, 2010-11-03 at 18:56 +0100, Jesús Corrius wrote:
> In sal/systools/win32/kill there's a Win32 version of the Linux kill
> utility. As far as I know, this version is not shipped with the final
> product on the Windows platform or used anywhere during the Windows
> build. Additionally cygwin
Caolán McNamara wrote:
On Mon, 2010-11-01 at 01:03 -0400, Terrell Prude' Jr. wrote:
- gperf
- libXaw-devel
- GConf2-devel
- gnome-vfs2-devel
Added these to the wiki.
Two more.
- cups-devel
- gstreamer-plugins-base-devel
Also, on my 64-bit CentOS 5 box, "export
PKG_CONFIG_PA
---
set_soenv.in |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/set_soenv.in b/set_soenv.in
index 834bd34..79e79bd 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1369,12 +1369,16 @@ elsif ($platform =~
m/linux|netbsd|osf1|aix|freebsd|openbsd/)
{ $SOLARLIB
On Thu, Nov 04, 2010 at 01:21:38AM +0100, Robert Nagy
wrote:
> ---
> bin/g |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/bin/g b/bin/g
> index f0928de..b1c80fc 100755
> --- a/bin/g
> +++ b/bin/g
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/usr/bin/env bash
Thanks, pu
---
bin/install-artwork |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/install-artwork b/bin/install-artwork
index 7695e4a..5f1721d 100755
--- a/bin/install-artwork
+++ b/bin/install-artwork
@@ -43,7 +43,7 @@ if test -d $dest/default_images; then
cp $src/layo
---
set_soenv.in |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/set_soenv.in b/set_soenv.in
index 834bd34..79e79bd 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1369,12 +1369,16 @@ elsif ($platform =~
m/linux|netbsd|osf1|aix|freebsd|openbsd/)
{ $SOLARLIB
---
bin/g |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/g b/bin/g
index f0928de..b1c80fc 100755
--- a/bin/g
+++ b/bin/g
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Wrapper for git to handle more subdirs at the same time
#
--
1.7.3.1
__
Thanks, yeah git is kinda stupid :)
On (2010-11-04 00:46), Rene Engelhard wrote:
> Hi,
>
> On Wed, Nov 03, 2010 at 10:02:12PM +0100, Robert Nagy wrote:
> > Attached some diffs to make LibreOffice boostrap on OpenBSD.
>
> Thanks, added/pushed.
>
> Grüße/Regards,
>
> René
> _
On Thu, Nov 04, 2010 at 12:50:26AM +0100, Rene Engelhard wrote:
> On Thu, Nov 04, 2010 at 12:44:18AM +0100, Robert Nagy wrote:
> > Yeah I could but now it's easier for the commiter just to copy it.
>
> Actually, no, git format-patch would be easier here, too.
>
> a) it already has the right autho
On Thu, Nov 04, 2010 at 12:44:18AM +0100, Robert Nagy wrote:
> Yeah I could but now it's easier for the commiter just to copy it.
Actually, no, git format-patch would be easier here, too.
a) it already has the right author (I neeeded to add --author manually)
b) it already had all the files there
On Wed, Nov 03, 2010 at 09:36:08PM +0100, Robert Nagy wrote:
> -if test "z$BUILD_WIN32" = "z" -a "z`uname -s`" != "zSunOS" -a "z`uname -s`"
> != "zDarwin"; -a "z`uname -s`" != "zOpenBSD"; then
> +if test "z$BUILD_WIN32" = "z" -a "z`uname -s`" != "zSunOS" -a "z`uname -s`"
> != "zDarwin" -a "z`unam
Hi,
On Wed, Nov 03, 2010 at 10:02:12PM +0100, Robert Nagy wrote:
> Attached some diffs to make LibreOffice boostrap on OpenBSD.
Thanks, added/pushed.
Grüße/Regards,
René
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freed
On Wed, Nov 03, 2010 at 09:32:08PM +0100, Robert Nagy wrote:
> The Subject says everything, not to mention that gunzip will always
> decompress, so there is no need for -d.
Pushed, thanks.
Grüße/Regards,
René
___
LibreOffice mailing list
LibreOffice@li
Yeah I could but now it's easier for the commiter just to copy it.
Next time, I will add it first.
On (2010-11-04 00:37), Miklos Vajna wrote:
> Could you please use 'git add' for unxobsd.mk, then 'git commit -a',
> write the commit message, finally 'git format-patch -1' to produce the
> patch? Tha
On Thu, Nov 04, 2010 at 12:09:22AM +0100, Robert Nagy
wrote:
> Ooops the boostrap.diff and unxobsd.mk files were
> wrong. Here are the correct ones.
Could you please use 'git add' for unxobsd.mk, then 'git commit -a',
write the commit message, finally 'git format-patch -1' to produce the
patch?
It probably is yes.
On (2010-11-04 00:28), Rene Engelhard wrote:
> Hi,
>
> On Wed, Nov 03, 2010 at 10:24:37PM +0100, Robert Nagy wrote:
> > diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
> > index 6bf0653..c6055d1 100644
> > --- a/solenv/inc/unitools.mk
> > +++ b/solenv/inc/unitools
Hi,
On Wed, Nov 03, 2010 at 10:24:37PM +0100, Robert Nagy wrote:
> diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
> index 6bf0653..c6055d1 100644
> --- a/solenv/inc/unitools.mk
> +++ b/solenv/inc/unitools.mk
> @@ -107,7 +107,7 @@ PERL*=perl
> TYPE=cat
> CDD=cd
> COPY=cp -f
> -.IF
Hi Caolan,
On Wed, 2010-11-03 at 20:45 +, Caolán McNamara wrote:
> On Wed, 2010-11-03 at 17:16 +0100, Gert Faller wrote:
[...]
>
> In this case I believe its not being found simply because it doesn't
> exist. If I "touch" the file, I see dmake doesn't rebuild it, and its
> not listed in the ma
Patches for ure, neeed by OpenBSD
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx
index 77243fd..5a8de8a 100644
--- a/cppu/source/uno/data.cxx
+++ b/cppu/source/uno/data.cxx
@@ -360,7 +360,8 @@ sal_Bool SAL_CALL uno_type_isAssignableFromData(
#endif
#if defined(INTEL) \
-&&
Ooops the boostrap.diff and unxobsd.mk files were
wrong. Here are the correct ones.
diff --git a/configure.in b/configure.in
index 52d7c8f..94c1ba8 100644
--- a/configure.in
+++ b/configure.in
@@ -1556,9 +1556,21 @@ case "$build_os" in
test_cups=no
test_randr=no
test_free
Hello,
Here is a patch for clone/sdk (here again i think there's no more in it).
(LGPLv3+ / MPL)
Julien.
diff --git a/odk/examples/OLE/activex/SOComWindowPeer.cpp
b/odk/examples/OLE/activex/SOComWindowPeer.cpp
index 0b2fabf..1065a1b 100644
--- a/odk/examples/OLE/activex/SOComWindowPeer.cpp
+++
Hello,
Here is a patch for clone/components (i think there's no more in it).
(LGPLv3+ / MPL)
Julien.
diff --git a/extensions/source/activex/main/SOActionsApproval.cpp
b/extensions/source/activex/main/SOActionsApproval.cpp
index fd4abb1..c0da27f 100644
--- a/extensions/source/activex/main/SOAct
Okay a crazy question, do you have pkgconfig installed then?
K.r.
René Kj.
On Nov 3, 2010 9:28 PM, "Terrell Prude' Jr."
wrote:
> Wols Lists wrote:
>> On 03/11/10 19:44, Terrell Prude' Jr. wrote:
>>
>>> OK, folks, I've got another issue, this time when running autogen.sh.
>>>
>>> Here's the comman
HI Michael,
On Mon, Nov 1, 2010 at 5:29 PM, Michael Meeks wrote:
>
> On Sun, 2010-10-31 at 02:31 +0530, surensp...@gmail.com wrote:
>>
>> But when I try to run make dev-install again in the rawbuild
>> directory, it could not do so because of these errors -
>> http://libreoffice.pastebin.com/g2rJ
Hello,
Caolan told me via IRC that the hxx has been deleted from repository and
he told me about rsync which can't delete that on itself.
So just delete the migration.hxx, and the desktop/unxlngi6.pro
___
LibreOffice mailing list
LibreOffice@lists.fr
I'm making progress on finally getting a full build, but hit another error.
This one
seems simple.
Entering
/home/dlacykusters/libre/libreoffice/build/build/libreoffice-3.2.99.2/desktop/source/migration
Compiling: desktop/source/migration/migration.cxx
g++ -fmessage-length=0 -c -Os -fno-st
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
index 6bf0653..c6055d1 100644
--- a/solenv/inc/unitools.mk
+++ b/solenv/inc/unitools.mk
@@ -107,7 +107,7 @@ PERL*=perl
TYPE=cat
CDD=cd
COPY=cp -f
-.IF "$(OS)"=="MACOSX" || "$(OS)"=="NETBSD"
+.IF "$(OS)"=="MACOSX" || "$(OS)"=="NETBSD" |
Hey
Attached some diffs to make LibreOffice boostrap on OpenBSD.
diff --git a/configure.in b/configure.in
index 52d7c8f..94c1ba8 100644
--- a/configure.in
+++ b/configure.in
@@ -1556,9 +1556,21 @@ case "$build_os" in
test_cups=no
test_randr=no
test_freetype=yes
- P
On Wed, 2010-11-03 at 17:16 +0100, Gert Faller wrote:
> Hi,
>
> this may be the last for module 'writer'.
Excellent, all pushed, thanks.
> Remains 'sw/source/ui/vba/vbacheckbox.cxx:78'.
> When I google I find :
> #define ECMA_FORMCHECKBOX_CHECKED "checked" in
> '/xmloff/inc/xmloff/ecmaflds.hxx
On 03/11/10 20:03, Christian Lohmaier wrote:
> Hi *,
>
> On Wed, Nov 3, 2010 at 5:46 PM, Miklos Vajna wrote:
>> On Wed, Nov 03, 2010 at 08:48:02PM +0530, "surensp...@gmail.com"
>> wrote:
>>>
>>> /**
>>> -Achtung: Ab so
Hi Ricardo,
On Wed, 2010-11-03 at 22:23 +0200, Ricardo Moreno wrote:
> First time I send code to any project :)
Well - you are most welcome here ! :-)
> Some dead code I found in the project, of course, LGPLv3+ / MPL
> will love to hunt some more...
Great stuff, as you see we l
diff --git a/bin/build-ooo b/bin/build-ooo
index 361e8f0..e4ab354 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -11,7 +11,7 @@ fi
export TARFILE_LOCATION
-if test "z$BUILD_WIN32" = "z" -a "z`uname -s`" != "zSunOS" -a "z`uname -s`" !=
"zDarwin"; -a "z`uname -s`" != "zOpenBSD"; then
+if tes
On Wed, 2010-11-03 at 16:27 +, Nigel Hawkins wrote:
> Hi,
>
> A couple of simple one-line patches to remove a couple of compiler
> warnings (format not a string literal and no format arguments).
All look good to me, much thanks. Pushed.
c.
___
Lib
On Thu, 2010-11-04 at 01:22 +0530, surensp...@gmail.com wrote:
> most part of it was machine translation as I had mentioned :)
Heh :-) that's no problem - a lot of it is common sense translation
anyway - we swing between comments in German, and comments of staggering
obviousness:
#defin
Hi
The Subject says everything, not to mention that gunzip will always
decompress, so there is no need for -d.
gunzip: unknown option -- d
usage: gunzip [-cfhlNnqrtVv] [-o filename] [file ...]
--
diff --git a/bin/setup.in b/bin/setup.in
index 6133d77..a802598 100755
--- a/bin/setup.in
+++ b/bin
Wols Lists wrote:
On 03/11/10 19:44, Terrell Prude' Jr. wrote:
OK, folks, I've got another issue, this time when running autogen.sh.
Here's the command I'm running (OS is CentOS 5).
./autogen.sh --with-git --with-num-cpus=3 --without-junit --disable-kde4
I get the following configure error
Hi,
First time I send code to any project :)
Some dead code I found in the project, of course, LGPLv3+ / MPL
will love to hunt some more...
Regards
Ricardo
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx
index 626d65b..9d92f61 100644
--- a/sd/source/ui/view/outlview.cxx
On 03/11/10 19:44, Terrell Prude' Jr. wrote:
> OK, folks, I've got another issue, this time when running autogen.sh.
>
> Here's the command I'm running (OS is CentOS 5).
>
> ./autogen.sh --with-git --with-num-cpus=3 --without-junit --disable-kde4
>
> I get the following configure error:
>
> checkin
Hi *,
On Wed, Nov 3, 2010 at 5:46 PM, Miklos Vajna wrote:
> On Wed, Nov 03, 2010 at 08:48:02PM +0530, "surensp...@gmail.com"
> wrote:
>> /**
>> -Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr
>>
Caola'n McNamara wrote:
On Tue, 2010-11-02 at 11:39 -0400, Terrell Prude' Jr. wrote:
An error got thrown about slideshow, so I tried building just that
module like the error message suggested.
error: 'PFNGLXBINDTEXIMAGEEXTPROC' is not a member of 'unx'
Gagh, two solution I
On Wed, 2010-11-03 at 07:50 -0600, Tor Lillqvist wrote:
> Another even wilder idea would be to translate the Java bytecode
> to .NET bytecode for the Windows case...
I suspect at this point the external pundits start screaming all at
once ;-) So - I would prefer using python, or native
Terrell Prude' Jr. wrote:
OK, folks, I've got another issue, this time when running autogen.sh.
Here's the command I'm running (OS is CentOS 5).
./autogen.sh --with-git --with-num-cpus=3 --without-junit --disable-kde4
I get the following configure error:
checking for autoconf... yes
checkin
Hi Miklos,
On Wed, Nov 3, 2010 at 10:16 PM, Miklos Vajna wrote:
>> @@ -27,8 +27,8 @@
>> /
>>
>> /**
>> -Achtung: Ab sofort sind in diesem File ke
OK, folks, I've got another issue, this time when running autogen.sh.
Here's the command I'm running (OS is CentOS 5).
./autogen.sh --with-git --with-num-cpus=3 --without-junit --disable-kde4
I get the following configure error:
checking for autoconf... yes
checking for flex... yes
checking fo
Gert Faller wrote (29-10-10 14:55)
I've been working on the "Styles and Formatting window does not remember
hierarchical view" bug.
It seems I got it.
I've noticed that, the window does not remember the Frame Styles but reverts to
Paragraph Styles.
Is that an another bug or a feature ?
(The same
Hi Cédric, Gert,
Cédric Bosdonnat wrote (03-11-10 10:26)
Many thanks for your patch, it works nicely but a tiny point refrains me
from pushing it: the hierarchical view is now the default one, which
wasn't the case before.
The problem seems to come from the fact that the 0x value should be
On 11/03/2010 04:06 PM, Caolán McNamara wrote:
On Tue, 2010-11-02 at 14:30 +0100, Cedric Bosdonnat wrote:
On Tue, 2010-11-02 at 12:47 +, Michael Meeks wrote:
Quite; cf. such uncertainty - it probably makes considerable sense to
look into a migration strategy from Java to (insert any
Hi all,
In sal/systools/win32/kill there's a Win32 version of the Linux kill
utility. As far as I know, this version is not shipped with the final
product on the Windows platform or used anywhere during the Windows
build. Additionally cygwin (which is required to compile the Windows
version) alrea
Hi,
I have erased the line :
"m_aActionTbL.SetHelpId( HID_TEMPLDLG_TOOLBOX_LEFT );"
in the patch file 2.
A paste© error...
Regards.
templdlg_3.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.
On Wed, Nov 03, 2010 at 02:10:14PM +0100, Florian Effenberger
wrote:
> I'm no git expert, but if someone comes up with a script, that should be
> no problem. We can mid-term also host our own git, but for the moment,
> I'd stick with FD.
Mirroring git repos is easy. :)
To do the initial mirro
On Wed, Nov 03, 2010 at 08:48:02PM +0530, "surensp...@gmail.com"
wrote:
> Thanks to spaetz for helping out with the quirky german comments for which
> google translator did not work for.
> ---
> sw/inc/cmdid.h | 1105
> +---
> 1 files changed,
On Wed, 2010-11-03 at 17:12 +0100, René Kjellerup wrote:
> Hi
>
> I looked in to the warnings in 'sc' and changed a few things around to
> satisfy the compiler ^_^
Looks good! Pushed to master.
Thanks much.
Kohei
--
Kohei Yoshida, LibreOffice hacker, Calc
__
Hi,
A couple of simple one-line patches to remove a couple of compiler
warnings (format not a string literal and no format arguments).
Nigel.
>From 3aada43619b93fcd7897fcdec80bb6c35dde7cef Mon Sep 17 00:00:00 2001
From: Nigel Hawkins
Date: Wed, 3 Nov 2010 15:41:00 +
Subject: [PATCH] ure: fix
Hi,
this may be the last for module 'writer'.
Remains 'sw/source/ui/vba/vbacheckbox.cxx:78'.
When I google I find :
#define ECMA_FORMCHECKBOX_CHECKED "checked" in '/xmloff/inc/xmloff/ecmaflds.hxx'
but don't find it in clone.
So I let that one.
Regards.
createFromAscii_11.patch
Description: Bin
Hi
I looked in to the warnings in 'sc' and changed a few things around to
satisfy the compiler ^_^
I haven't said so yet, but I'll let you choose the licensing best fitted for
all my contributions.
(general guideline: the same as the code I've modified ;))
comments are most welcome.
René
--
--
> Rather than clumsily trying to convert Java->.net/mono I would
> rather allow to have people write in those languages in the first place.
Sure. I was dreaming (having nightmares?) of converting compiled Java class
files to .NET assemblies... The source code for them would thus still continue
On Tue, Nov 2, 2010 at 3:52 PM, Cedric Bosdonnat
wrote:
> On Tue, 2010-11-02 at 14:26 +0100, Sebastian Spaeth wrote:
>> New iteration of http://libreoffice.org/credits.html in case you want to
>> show your name on that page to your grandmothers.
>>
>> Anything else that you want to see there? I wa
On Mon, 2010-11-01 at 22:53 +0100, Thomas Klausner wrote:
> /usr/pkg/java/openjdk7/bin/javac -source 1.5 -target 1.5 -classpath
> ".:../../../unxbsdx3.pro/class:/usr/pkg/java/openjdk7/jre/lib/rt.jar:.:/build/libreoffice-3.2.99.2/solver/330/unxbsdx3.pro/bin/ridl.jar:/build/libreoffice-3.2.9
On Wed, 2010-11-03 at 14:59 +0200, Niko Rönkkö wrote:
> Use AS_HELP_STRING autoconf macro when suitable. Line feeds aren't
> possibles with AS_HELP_STRING.
Alignment of configure --help looks right to me, pushed, thanks :-).
Could you edit the wiki and move that easy hack to the completed page ?
On Wed, 2010-11-03 at 14:04 +, Caolán McNamara wrote:
> Done, for master, do we want this for 3.3 as well ?
remail with "PUSHED" to make this thread easier to skip by subject :-)
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
htt
On Tue, 2010-11-02 at 14:30 +0100, Cedric Bosdonnat wrote:
> On Tue, 2010-11-02 at 12:47 +, Michael Meeks wrote:
> > Quite; cf. such uncertainty - it probably makes considerable sense to
> > look into a migration strategy from Java to (insert anything else). Some
> > candidates might be pyt
On Wed, 2010-11-03 at 13:50 +0200, Dwayne Bailey wrote:
> We made this patch for Translate.org.za builds of OpenOffice.org. Tower
> is a label manufacturer in South Africa.
>
> The bug:
> http://www.openoffice.org/issues/show_bug.cgi?id=113803
>
> The patch:
> http://www.openoffice.org/nonav/iss
On Wed, 03 Nov 2010 07:50:08 -0600, "Tor Lillqvist" wrote:
> Another even wilder idea would be to translate the Java bytecode to .NET
> bytecode for the Windows case... There are some tools, more or less
> experimental, for this, aren't there? Would it not be better to just require
> the .NET fr
Hi,
with "http://wiki.documentfoundation.org/Development/How_to_build";,
linux part, all is ok.
Very complete howto. Thanks.
Regards.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoff
> What about the existing Java extensions? Quite a lot of people are using
> Java to either writer extensions or use UNO Java bridge from an external
> application.
How hard would it be to do AOT compilation of the Java bytecode of such
extensions (and the needed JRE and OOo/LO glue classes), and
On Tuesday 02 of November 2010, Wols Lists wrote:
> Is KDE support fundamentally different from gtk support? Bearing in mind
> that OOo seems to treat them as equivalent, but KDE is a DE while gtk is
> a toolkit?
No, it's the same, one enables support for integration with GNOME stack, the
other
Hi Regina,
On Wed, 2010-11-03 at 10:35 +0100, Regina Henschel wrote:
> Hi Kohei,
>
> Kohei Yoshida schrieb:
> > Hi Regina,
> >
> > On Sun, 2010-10-24 at 18:13 +0200, Regina Henschel wrote:
> >> Hi all,
> >>
> >> I'm currently working on LINEST and have attached a draft to issue
> >> http://www.op
Hi,
Michael Meeks wrote on 2010-11-03 12.15:
I guess the real question is: why is there no http git support from
freedesktop.org; and can we change that - let me poke someone about it.
In extremis, we can easily have a cron job on some other machine, that
will just pull the re
We made this patch for Translate.org.za builds of OpenOffice.org. Tower
is a label manufacturer in South Africa.
The bug:
http://www.openoffice.org/issues/show_bug.cgi?id=113803
The patch:
http://www.openoffice.org/nonav/issues/showattachment.cgi/71039/translate.org.za-tower-labels.diff
Please
<-Original Message->
>From: Michael Meeks [via Document Foundation Mail Archive] [ml-node
>+1834110-443277665-232...@n3.nabble.com]
>Sent: 11/3/2010 4:19:16 AM
> ... Wrt. re-doing the dialog layout - can you
>hold off on that - Ricardo is working now on some awesome new VCL
layout
>cap
Selon Sebastian Spaeth :
>
> If you work in rawbuild and "make" from there, you can directly go into
> the directory, make changes, git add , git
> commit, and extract the patch with git format-patch HEAD^1.
>
> Hope that helps, I am sure there are even more efficient workflows.
>
> Sebastian
>
Hi
Hi LeMoyne,
On Mon, 2010-11-01 at 23:35 -0700, LeMoyne wrote:
> [PATCH] Fixes char overcount when selection ends in middle of word
> Patch in sw changes only one object: sw/source/core/txtedt.cxx
..
> The paragraph count is held on the same DocStat record as the word and char
> counts and is al
On Tue, 02 Nov 2010 23:02:56 +0100, Gert Faller wrote:
bin/g (and it is in the bin dir of your root checkout) basically
iterates over all repositories in clone and performs an operation in
each. So rather than updating each repo, you would do "bin/g pull" do
update all repos.
> 2) I've read that
On Wed, 2010-11-03 at 07:12 -0400, Michael Meeks wrote:
> I guess the real question is: why is there no http git support from
> freedesktop.org; and can we change that - let me poke someone about it.
In extremis, we can easily have a cron job on some other machine, that
will just pu
Hi Marc,
On Wed, 2010-11-03 at 10:06 +0100, Marc-Oliver Straub wrote:
> ./autogen.sh --without-git
>
> Then ./download uses http. Would be nice to see this on the developers
> page at http://www.documentfoundation.org/develop/
Ah - indeed; but this will build quite an old version, that
Hi ,
I had a similar problem in my ubuntu as well. A little debugging into
install log showed me that there were issues with
/usr/lib/libdb-4.7.so in ubuntu 10.10. I compared the files in
rawbuild/solver/330/unx*/lib/libdb-4.7. They were different. Thats why
everything else seemed to work but for
Hi,
> Do we want the Hierarchical view to be the default one for all apps?
> Should we enhance the filters values to make it configurable for the
> different apps?
Well, in fact, there were some changes remaining from my previous attempts.
Maybe something simpler is enough ?
Regards
templd
On Tue, 2010-11-02 at 09:38 +0100, Sebastian Spaeth wrote:
> Previously we would have been writing out LinuxX86-64Env.Set and
> LinuxX86-64Env.Set.sh which made my autocompletion useless. Simplify the
> set_soenv.in to actually only produce 1 version which makes us require
> bash as interactive bui
On Tue, 2010-11-02 at 09:40 +0100, Sebastian Spaeth wrote:
> The variables $unsetenv, $setenv, $unset, $set $D, $answer were unused
> in this script and have been removed.
Thanks for the patch, I just pushed it.
--
Cedric
___
LibreOffice mailing list
Hi LeMoyne,
On Mon, 2010-11-01 at 23:35 -0700, LeMoyne wrote:
> [PATCH] Fixes char overcount when selection ends in middle of word
> Patch in sw changes only one object: sw/source/core/txtedt.cxx
>
> Error was reported by Sophie Gautier on bug 30550
> https://bugs.freedesktop.org/show_bug.cgi?
On Tue, 2010-11-02 at 10:34 -0400, Kohei Yoshida wrote:
> On Tue, 2010-11-02 at 09:45 +, Caolán McNamara wrote:
> > On Mon, 2010-11-01 at 22:27 -0400, Kohei Yoshida wrote:
> > > Hello Joost,
> > >
> > > Thanks for the patch. Just pushed to the master branch. :-)
> >
> > Nothing to do with th
Volker Merschmann píše v Út 02. 11. 2010 v 20:54 +0100:
> Hi,
>
> 2010/11/2 Petr Mladek :
> > Hi,
> >
> > this time a brief summary of what happened the 4th and 5th week on
> > LibreOffice repos:
> >
> > bugfixes-week-42-43.txt lists all commits that reference a proper bug
> > id (from a variety
Hi Knut,
On Fri, 2010-10-29 at 23:30 +0200, Knut Olav Bøhmer wrote:
> I would be very happy if someone could take a look at
> the attached patch, and maybe improve it.
First I couldn't reproduce the original problem neither with Word 97 nor
Word 2007+. It seems that Word perfectly handles the "/"
> I'am very new to git (only have used sometimes 'git clone' before) , and I
don't get it very well...
I am brand new to git and I felt confused alot until I found this --
http://wiki.documentfoundation.org/Development#Using_Git_for_LibreOffice_development
-- this ref explains many things
Hi Peter,
On Tue, 2010-11-02 at 21:19 -0300, Peter Burtt wrote:
> The cygwin SETUP.EXE accepts a comma-delimited list of packages to
> install. To install cygwin and the packages listed as prerequisites on
> http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows
http://libreoffice.org/credits.html contains contributions to the TDF
wiki. However it is only able to retrieve the wiki usernames. If you
want to see you own full name there, you can enter it on this page:
http://wiki.documentfoundation.org/Development/Developers
All that is being used now is th
Hi Kohei,
Kohei Yoshida schrieb:
Hi Regina,
On Sun, 2010-10-24 at 18:13 +0200, Regina Henschel wrote:
Hi all,
I'm currently working on LINEST and have attached a draft to issue
http://www.openoffice.org/issues/show_bug.cgi?id=115189
There is no mathematical problem, but I'm uncertain about c
Hi Gert,
On Fri, 2010-10-29 at 19:43 +0200, Gert Faller wrote:
> well so here's a patch for Styles and Formatting window does not remember
> hierarchical view" bug.
Many thanks for your patch, it works nicely but a tiny point refrains me
from pushing it: the hierarchical view is now the default o
Joseph Powers wrote:
> Not sure if this is the correct patch
>
Looks good, works for me -> pushed. Many thanks!
-- Thorsten
pgpqYWy9gIFCd.pgp
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freede
Marc-Oliver Straub wrote:
> Setting http_proxy doesn't help (since git:// is used and not http://).
>
Hi Marc-Oliver,
sorry, freedesktop git is only available via native git protocol -
if there's no way to forward that port on your proxy, please either
use the source tarballs, or clone the repos
Hey Sebastian,
I did the push in rawbuild directory and not in build directory. This
specific file within clone even was not in git repo. Not sure how that
is possible though.
Thanks,
~Suren
On Wed, Nov 3, 2010 at 2:15 PM, Sebastian Spaeth wrote:
> On Wed, 3 Nov 2010 10:12:08 +0530, "surensp...
Sorry, found the solution myself.
./autogen.sh --without-git
Then ./download uses http. Would be nice to see this on the developers
page at http://www.documentfoundation.org/develop/
Thanks, Oli
On 11/03/10 08:03, Marc-Oliver Straub wrote:
I'm trying to build LibreOffice, but already have pr
On Wed, 3 Nov 2010 10:12:08 +0530, "surensp...@gmail.com"
wrote:
> I also faced the issue. I just had to add a paranthesis to fix it and
> proceed with the build. But when I thought of submitting the patch,
> that ucalc.cxx file was not git revisioned. Just for knowledge, How
> are these files ge
I'm trying to build LibreOffice, but already have problems during source
download.
./download just hangs with the following output:
Downloading files for libreoffice-3.2.99.2
* cloning from git://anongit.freedesktop.org/git/libreoffice/artwork
Cloning into artwork...
Setting http_proxy doesn't
97 matches
Mail list logo