Hi,
It is no clear for me what to do with bugs found in OOO330m* which are
in LibO too : is it necessary to file a bug report for LibO too ?
Especially if these bugs are regression to OOo 3.2.1.
Best regards
JBF
--
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
On Thu, Nov 11, 2010 at 07:45:53PM +0100, Julien Nabet wrote:
> Hello,
>
> Here's a patch for calc/sc/source/ui (except unoobj previously sent).
>
> Julien.
> (LGPLv3+ / MPL)
Good, but I changed lines like
rtl::OUString foo = rtl::OUString(RTL_CONSTASCII_STRINGPARAM("foo"));
to
rtl::OUString
On Thu, Nov 11, 2010 at 9:31 PM, Kevin Hunter wrote:
> At 8:21pm -0500 Thu, 11 Nov 2010, Patrick Bakker wrote:
>>
>> SEMI-COLON INSTEAD OF COMMA AS FUNCTION ARGUMENT SEPARATOR
>>
>> Current Calc behaviour:
>> =subtotal(9;a1:a5)
>>
>> Desired behaviour:
>> =subtotal(9,a1:a5)
>
> I believe OpenOffic
On Thu, Nov 11, 2010 at 06:03:31PM -0300, Santiago Alessandri wrote:
> Hi!
>
> I'm attaching the patch for changing the use of createFromAscii
> with RTL_CONSTASCII_USTRINGPARAM in the directories:
> /dbaccess/source/shared/
> /dbaccess/source/ui/app/
> /dbaccess/source/ui/browser/
> /dbaccess/sou
At 8:21pm -0500 Thu, 11 Nov 2010, Patrick Bakker wrote:
SEMI-COLON INSTEAD OF COMMA AS FUNCTION ARGUMENT SEPARATOR
Current Calc behaviour:
=subtotal(9;a1:a5)
Desired behaviour:
=subtotal(9,a1:a5)
I believe OpenOffice has supported both semicolon and comma since at
least 3.0. Take a look at
Having grown very used to Excel defaults I find Calc very annoying to
use. Now that contributing to LibreOffice looks sane I'm curious how
receptive people would be to some patches for the following Calc
conventions...
SEMI-COLON INSTEAD OF COMMA AS FUNCTION ARGUMENT SEPARATOR
Current Calc behavi
On Thu, Nov 11, 2010 at 12:59:37PM +0100, Jan Holesovsky wrote:
> Indeed - looks great, please go ahead! :-)
Pushed.
I'm attaching one more patch - I just realised symlinks under rawbuild
are not created after clone.
After applying the patch, one can proceed with:
git clone
cd build
bin/g clo
On Thu, Nov 11, 2010 at 08:04:38PM +0100, Rene Engelhard
wrote:
> On Thu, Nov 11, 2010 at 07:51:55PM +0100, Jan Holesovsky wrote:
> > Either we can merge the entire libreoffice-3-3 there, or we can merge
> > just ooo/OOO330_m14, and continue cherry picking between master and
> > libreoffice-3-3.
On (2010-11-11 22:42), Rene Engelhard wrote:
> Can that be made conditional on OpenBSD, please? I've seen already too many
> f*ups because
> someone had old libraries/binaries in /usr/local (on Linux), so I'd want to
> prevent
> that from happening if possible and this makes it even more likely t
On Thu, Nov 11, 2010 at 09:29:10PM +0100, Robert Nagy wrote:
> diff --git a/configure.in b/configure.in
> index b92e597..0b812c2 100644
> --- a/configure.in
> +++ b/configure.in
> @@ -5399,15 +5399,15 @@ if test -n "$with_system_icu" -o -n
> "$with_system_libs" && \
> AC_LANG_PUSH([C++])
>
Hi,
Am 11.11.2010 um 21:53 schrieb Charles-H. Schulz:
> Jonathan,
>
> Please contact Peter Poeml for the mirror, if that's still an offer...
>
> best,
> Charles.
We are already got in contact. Thanks for taking care, Charles!
Peter
___
LibreOffice mai
Hi Jonathan,
On Thu, 2010-11-11 at 15:51 +0100, Jonathan Aquilina wrote:
> hey guys i noticed you guys are looking to shrink the download size of
> windows installer download.
Yes; we are. You arrive however in the middle of a very long discussion
- one summary of which is here:
2010/11/11 André Schnabel :
> Hi,
>
> short update ...
>
> Am 11.11.2010 15:01, schrieb Michael Meeks:
>>
>> * L10n
>> + additional libreoffice strings, waiting for string freeze, get PO
>> files, then you translate this. need a date.
>
> We will hopefully have "tomorrow" as date (l
Ok, verified username.
Changed git configure to allow push...
local ssh wont accept my password...
On a better note, the fallout for removing HighContrast from SetBitmap1() &
SetBitmap2() was a lot less then expected.
Joe P.
0001-Remove-BmpColorMode-base.patch
Description: Binary data
0001-
Oh sure I missed that. Otherwise can I push it?
On (2010-11-11 20:55), Caolán McNamara wrote:
> On Thu, 2010-11-11 at 21:32 +0100, Robert Nagy wrote:
> > - tar -C $src/layout --exclude=.svn -cf- default_images ooo_custom_images
> > | tar -C $dest -xf-
> > + ${TAR} -C $src/layout --exclude=.sv
On Thu, 2010-11-11 at 21:32 +0100, Robert Nagy wrote:
> - tar -C $src/layout --exclude=.svn -cf- default_images ooo_custom_images
> | tar -C $dest -xf-
> + ${TAR} -C $src/layout --exclude=.svn -cf- default_images
> ooo_custom_images | tar -C $dest -xf-
Want to replace the other tar at th
Jonathan,
Please contact Peter Poeml for the mirror, if that's still an offer...
best,
Charles.
Le Wed, 10 Nov 2010 14:30:34 +0100,
Jonathan Aquilina a écrit :
> hey guys i would like to try and help out in LO development. what is
> the bulk language that its coded in? is it java? also would
On Thu, 2010-11-11 at 09:22 +, Caolán McNamara wrote:
> the makefile in "build"
We had a little poke at the toplevel Makefile with the "smoketest"
target earlier and some foo around the timeout stuff. So with those mods
in place the toplevel "make smoketest" that corresponds to a build in
the
---
bin/install-artwork |8 +++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/bin/install-artwork b/bin/install-artwork
index 7695e4a..621cde3 100755
--- a/bin/install-artwork
+++ b/bin/install-artwork
@@ -7,6 +7,12 @@ dest=$2
echo "do artwork tweaks ..."
+if test "z
---
configure.in |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.in b/configure.in
index b92e597..0b812c2 100644
--- a/configure.in
+++ b/configure.in
@@ -5399,15 +5399,15 @@ if test -n "$with_system_icu" -o -n "$with_system_libs"
&& \
AC_LANG_PUSH([C++
On Thu, Nov 11, 2010 at 07:51:55PM +0100, Jan Holesovsky wrote:
> Either we can merge the entire libreoffice-3-3 there, or we can merge
> just ooo/OOO330_m14, and continue cherry picking between master and
> libreoffice-3-3.
+1 for merging libreoffice-3-3
> branch to master. OTOH - if we disable
Hi,
short update ...
Am 11.11.2010 15:01, schrieb Michael Meeks:
* L10n
+ additional libreoffice strings, waiting for string freeze, get PO
files, then you translate this. need a date.
We will hopefully have "tomorrow" as date (l10n list has already been
notified).
Hi,
$SUBJECT, and now I wonder how to do it best with master.
Either we can merge the entire libreoffice-3-3 there, or we can merge
just ooo/OOO330_m14, and continue cherry picking between master and
libreoffice-3-3.
Merging libreoffice-3-3 into master (maybe even regularly) will give us
the adv
Hello,
Here's a patch for calc/sc/source/ui (except unoobj previously sent).
Julien.
(LGPLv3+ / MPL)
calc_ui.txt.bz2
Description: application/bzip
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/lis
On Thu, 2010-11-11 at 11:17 -0300, Santiago Alessandri wrote:
> Here goes a patch for the base repo.
>
>
> It's my first patch, hoping it's fine :-)
Yes, looks good. So now pushed, thanks for this.
C.
___
LibreOffice mailing list
LibreOffice@lists.f
Hello,
Here's a patch for calc/sc/source/ui/unoobj
Julien.
(LGPLv3+ / MPL)
calc_unoobj.txt.bz2
Description: application/bzip
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Most likely, unless they'll cause too much fall out... and then it can wait for
later.
Joe P.
On Nov 11, 2010, at 7:49 AM, Caolán McNamara wrote:
> On Thu, 2010-11-11 at 07:42 -0800, Joseph Powers wrote:
>
> I had pushed something like most of that, added in the extra bit as
> well. Thanks.
>
On Thu, 2010-11-11 at 07:42 -0800, Joseph Powers wrote:
I had pushed something like most of that, added in the extra bit as
well. Thanks.
I have another problem in sfx2 which I've fixed. What's left behind I
see though is aOpenedFolderBmpHC and friends.
Should those be removed as well, and the
Plus a lot of trailing white space cleanup...
image_count.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
drew wrote:
> Could you add my address to this list then, triage for Base/data-source
> bugs would be my primary focus.
>
Hi Drew,
thanks for volunteering, added you to the bug alias.
-- Thorsten
pgpBPMGVG1VBE.pgp
Description: PGP signature
___
Libre
At 6:04am -0500 Thu, 11 Nov 2010, Caolán McNamara wrote:
On Thu, 2010-11-11 at 11:23 +0100, Rene Engelhard wrote:
On Thu, Nov 11, 2010 at 05:55:44PM +0800, David Nelson wrote:
I'm just giving you a heads-up because I was contacted by Jason
Warner of Canonical ([1]jason.war...@canonical.com and
On Thu, 2010-11-11 at 09:55 +0100, Thorsten Behrens wrote:
> New bugs come in, get assigned to the
> libreoffice-b...@lists.freedesktop.org bug alias (throw me a mail if
> you want to be added there), and then get triaged / assigned to
> developers.
Hello Thorsten,
Could you add my address to th
hey guys i noticed you guys are looking to shrink the download size of
windows installer download.
1) help should stay where it is.
2) are there any language packs included with libreoffice yet?
On Thu, Nov 11, 2010 at 3:25 PM, Rene Engelhard wrote:
> On Thu, Nov 11, 2010 at 02:01:50PM +,
On Thu, Nov 11, 2010 at 02:01:50PM +, Michael Meeks wrote:
> Thanks to Thorsten for taking the minutes, of the call last Thursday:
> + Rene - concerned wrt. start-center per-lang switching
> + Michael - the code is pushed & working
> + Petr - just pushed the up
On Thu, Nov 11, 2010 at 09:55:02AM +0100, Thorsten Behrens wrote:
> Hi,
>
> following is a list of current QA practices I'm aware of:
>
> Current
> ===
>
> New bugs come in, get assigned to the
> libreoffice-b...@lists.freedesktop.org bug alias (throw me a mail if
> you want to be added ther
Here goes a patch for the base repo.
It's my first patch, hoping it's fine :-)
(LGPLv3+ / MPL)
Santiago Alessandri
From ea85fc8fe1d340502be04ceb7b6759c252ba029d Mon Sep 17 00:00:00 2001
From: Santiago Alessandri
Date: Thu, 11 Nov 2010 10:19:47 -0300
Subject: [PATCH] Replaced the use of createFr
On Thu, 2010-11-11 at 11:44 +0100, Julien Nabet wrote:
> Hello,
>
> Here's a patch for calc/sc/source/filter
Looks good, some duplication with the previous patch I think, but
applied the test. Thanks.
C.
___
LibreOffice mailing list
LibreOffice@lists.
Thanks to Thorsten for taking the minutes, of the call last Thursday:
Attending: Thorsten, Norbert, Fridrich, Caolan, Kendy, Rene, Petr, Andre,
Michael
* BrOffice branding
+ NSIS not designed for run-time pluggable branding, needs
hacking on NSIS - not possible for Beta3, sched
Miklos Vajna wrote:
> Not sure if such a small area worths mentioning, but I try to take care
> of RTF export bugs (as my time permits) + git-specific issues.
>
Hi Miklos,
many thanks for volunteering - added you to the list.
-- Thorsten
pgpjMe0IYiq24.pgp
Description: PGP signature
On Thu, 2010-11-11 at 10:40 +0100, Sebastian Spaeth wrote:
> In solenv/bin/ we have converttags.pl which does nothing but going
> through the source, replacing [TITLE] and [PRODUCTNAME] tags which don't
> occur at all in our source code, so I believe this script is obsolete.
Seems like sd
Hi Christian,
On Thu, 2010-11-11 at 12:19 +0100, Christian Lohmaier wrote:
> wrt needmoreinfo clearing - I guess it isn't possible to extend
So - I would prefer to get needinfo turned back on; sadly it was turned
off because of some internal issue inside a certain company's QA
department
On Thu, Nov 11, 2010 at 12:10:02PM +, Wols Lists wrote:
> This is a *single* email (aplified by the list, yes), sent to a bunch of
Wrong. disc...@documentfoundation.org got one too. So two mails,
amplified by two lists.
And on TDF list, it is *not* LibO-related.
Grüße/Regards,
René
On 11/11/10 11:03, Rene Engelhard wrote:
> On Thu, Nov 11, 2010 at 06:49:33PM +0800, David Nelson wrote:
>> Well, I did not think of it as *spamming* as such, because it concerns
> It's a unsolicited commercial mail. And bulk because it's on a ml which gets
> to
> many people. That perfectly fits
Hi Miklos,
On 2010-11-11 at 11:11 +0100, Miklos Vajna wrote:
> > I have updated the bin/g script so that it is now possible to use it for
> > cloning the repos.
>
> Nice! Though I think it would make sense to allow just running 'bin/g
> clone' without any parameters, as I think most of the cases
> Well, I did not think of it as *spamming* as such,
I agree with David here. I did not mind the vacancy announcement at all, and
welcome such in the future, too. (As long as they are *true* ones by companies
with a real interest in LibreOffice, and not just, well, spam;)
--tml
__
On Thu, Nov 11, 2010 at 12:22:09PM +0100, Sebastian Spaeth wrote:
> "It welcomes corporate participation, e.g. by sponsoring individuals to
> work as equals alongside other contributors in the community."
Yes.
> "Come and join us! Subscribe to our mailing lists and support us with
> your skills!
On Thu, 11 Nov 2010 12:03:32 +0100, Rene Engelhard wrote:
> It's a unsolicited commercial mail.
Réne, we say on the *initial* page on http://documentfoundation.org about
the foundation:
"It welcomes corporate participation, e.g. by sponsoring individuals to
work as equals alongside other contrib
Hi *.
On Thu, Nov 11, 2010 at 9:55 AM, Thorsten Behrens
wrote:
> [...]
> If you need additional info from the reporter, Kendy suggested this:
>
> - 8< -
> Whiteboard: infoprovider:addr...@of.the.info.provider
I'd prefer aliases like "reporter" (missing info from reporter) or
"dev" (missi
On Thu, 2010-11-11 at 11:23 +0100, Rene Engelhard wrote:
> On Thu, Nov 11, 2010 at 05:55:44PM +0800, David Nelson wrote:
> >I'm just giving you a heads-up because I was contacted by�Jason Warner of
> >Canonical ([1]jason.war...@canonical.com�and�jasoncwarner on Freenode)
>
> And because of
On Thu, 2010-11-11 at 11:23 +0100, Rene Engelhard wrote:
> On Thu, Nov 11, 2010 at 05:55:44PM +0800, David Nelson wrote:
> >I'm just giving you a heads-up because I was contacted by�Jason Warner of
> >Canonical ([1]jason.war...@canonical.com�and�jasoncwarner on Freenode)
>
> And because o
On Thu, Nov 11, 2010 at 06:49:33PM +0800, David Nelson wrote:
> Well, I did not think of it as *spamming* as such, because it concerns
It's a unsolicited commercial mail. And bulk because it's on a ml which gets to
many people. That perfectly fits the definition of spam.
Grüße/Regards,
René
Hi Rene, :-)
On Thu, Nov 11, 2010 at 18:23, Rene Engelhard wrote:
>
> On Thu, Nov 11, 2010 at 05:55:44PM +0800, David Nelson wrote:
> > I'm just giving you a heads-up because I was contacted by Jason Warner of
> > Canonical ([1]jason.war...@canonical.com and jasoncwarner on Freenode)
>
> An
Hello,
Here's a patch for calc/sc/source/filter
Julien.
(LGPLv3+ / MPL)
calc_filter.txt.bz2
Description: application/bzip
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
On Thu, 2010-11-11 at 09:55 +0100, Thorsten Behrens wrote:
> * encourage people to add stack traces for crashes / hangs to their
>bugs - merge stack trace dupes from fdo -> is there a floss tool to
>do fuzzy stack trace matching?
I thought the gnome bugzilla had a script or something to d
Hi Joseph,
On Wed, 2010-11-10 at 22:14 -0800, Joseph Powers wrote:
> I just did a new pull and build and came up with the following error:
..
> It's a little past my bed time; so I'm hoping someone else will fix this
> before I get up tomorrow :)
Fixed thus:
-aPropSet.setPropert
On Thu, Nov 11, 2010 at 05:55:44PM +0800, David Nelson wrote:
>I'm just giving you a heads-up because I was contacted by�Jason Warner of
>Canonical ([1]jason.war...@canonical.com�and�jasoncwarner on Freenode)
And because of this you spam this list with a unsolicited job offer?
Grüße/Regar
On Wed, 2010-11-10 at 22:09 -0600, Jordan Ayers wrote:
> This one is kind of in the 'accelerate perl installer' category.
> In early October, the build abort in these functions was disabled,
> with the end result that these functions are only collecting counts
> for the log.
Looks reasonable to m
On Wed, 2010-11-10 at 12:03 +0200, Niko Rönkkö wrote:
> Fixed width of description of --with-openclipart to 80 chars.
Looks ok to me, pushed, thanks for this.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.or
On Tue, Nov 09, 2010 at 12:49:45PM +0100, Jan Holesovsky wrote:
> I have updated the bin/g script so that it is now possible to use it for
> cloning the repos.
Hi,
Nice! Though I think it would make sense to allow just running 'bin/g
clone' without any parameters, as I think most of the cases we
On Thu, 2010-11-11 at 09:29 +0100, Julien Nabet wrote:
> Hello,
>
> Here's a patch for calc/sc/source/core/tools
>
> I compiled it and it's ok. Hope it's ok !
It looks good to me, pushed, thanks for this.
> How can we replace createFromAscii in this kind of line :
> OUString::createFromAscii(aP
On Thu, Nov 11, 2010 at 09:55:02AM +0100, Thorsten Behrens
wrote:
> * list of assignees is too small - we'd need more subject area
>experts
Not sure if such a small area worths mentioning, but I try to take care
of RTF export bugs (as my time permits) + git-specific issues.
pgpK4zpe3jrFt.
Hello developers,
I'm just giving you a heads-up because I was contacted by Jason Warner of
Canonical (jason.war...@canonical.com and jasoncwarner on Freenode) about
the vacancy below. I'm sure there is one of you guys that is perfect for the
job. If you're interested, there is a link to the applic
In solenv/bin/ we have converttags.pl which does nothing but going
through the source, replacing [TITLE] and [PRODUCTNAME] tags which don't
occur at all in our source code, so I believe this script is obsolete.
Permission to kill it off? (Or the other way round, speak up if you
still want to retai
On Wed, 2010-11-10 at 22:14 -0800, Joseph Powers wrote:
> I just did a new pull and build and came up with the following error:
> /Users/jpowers27/build/clone/filters/oox/source/drawingml/textparagraphproperties.cxx:432:
>
I don't get this one, does it make a difference to change the "0" on
lin
On Wed, 10 Nov 2010 13:33:22 +, Michael Meeks wrote:
> Hah ! it is you I guess - you just volunteered.
HAH; I should have known :)
> We need to fixup this "hicontrast-to-theme.pl" script - so that we can
> base it from a (new) base-directory as well; say
> ooo_custom_images/highco
On Thu, 2010-11-11 at 01:55 +0100, Jan Holesovsky wrote:
> Hi Norbert,
>
> Caolán McNamara píše v Po 08. 11. 2010 v 13:47 +:
>
> > > There is some improvement on the smoketest front
> > >
> > > It run pass many more tests.. but still do not finish:
> >
> > The smoketest passes every time fo
On Thu, 2010-11-11 at 01:55 +0100, Jan Holesovsky wrote:
> - I suppose we want to get rid of unpacking of the installation sets
> for smoketest, and instead use ooinstall directly ;-)
This used to work - I wrote the patch myself ;-) having said that it
used (AFAIR) the same "pass fi
Hi Sebastian,
On Wed, 2010-11-10 at 10:13 +0100, Sebastian Spaeth wrote:
> So who would be able to make sure that we don't bundle the high contrast
> icons in our buld anymore (and either purge those files or move them to
> a high contrast theme...) ?
Hah ! it is you I guess - you just vo
On Wed, 10 Nov 2010 22:51:04 +, Wols Lists wrote:
> Bunch more spelling mistakes etc.
Hi ho, thanks. Many of the translations sounds a bit awkward (and some
wrong) though. I just had a quick look through:
E.g.
"Abmessungen" is "Dimensions" not "redimension"
Also this:
-// aendert si
Hi,
following is a list of current QA practices I'm aware of:
Current
===
New bugs come in, get assigned to the
libreoffice-b...@lists.freedesktop.org bug alias (throw me a mail if
you want to be added there), and then get triaged / assigned to
developers.
Here's the list of people covering
Hello,
Here's a patch for calc/sc/source/core/tools
I compiled it and it's ok. Hope it's ok !
How can we replace createFromAscii in this kind of line :
OUString::createFromAscii(aPropNames[i])
Is it possible with another trick than RTL_CONSTASCII_USTRINGPARAM ?
Julien.
(LGPLv3+ / MPL)
calc_
71 matches
Mail list logo