On Sun, 30 Jan 2011 03:01:08 -0800, Jean-Baptiste Faure
wrote:
Yes, but why ~20 dictionaries ? Do you know peoples who need and are
able to write twenty different languages ?
No, but for example, I speak Spanish and English. I like English as the UI
even though Spanish is my native language a
Hi,
Here are some patches to improve SVG export filter.
0001: Make filter export Gradients and Hatches as SVG s.
This tend not to change a visual look but improve semantic structure of a file.
# Actually,hatches go outside of a shape sometimes without this patch.
0003: Make filter export linear
Hi,
Released under the LGPLv3+ / MPL
Tested and runs under Debian Linux x86_64
Enjoy,
Chris Carpenter(mordocai)
>From c32b2f44f347f9e9ea013791e7878f6651bfca41 Mon Sep 17 00:00:00 2001
From: Chris Carpenter(mordocai)
Date: Tue, 1 Feb 2011 23:39:29 -0600
Subject: [PATCH] Complete Easy Hack: Remo
Le 02/02/2011 06:06, Bryan Quigley a écrit :
> Hi all,
> I'd like to get opinions (and preferably consensus) on removing old
> Microsoft formats "save as" support, specifically:
> Word 6.0
> Word 95
> Excel 5.0
> Excel 95
>
> The usability problem I've seen is that users:
> * want to save in MS Wo
Hi all,
I'd like to get opinions (and preferably consensus) on removing old
Microsoft formats "save as" support, specifically:
Word 6.0
Word 95
Excel 5.0
Excel 95
The usability problem I've seen is that users:
* want to save in MS Word format, but don't know what version to use
* the pick 6.0 or
Hi,
SVG export filter has own Base64 encoder in FastString class.
But we have several more generic Base64 encoders in the code tree. e.g.
* Converter::encodeBase64
http://opengrok.go-oo.org/xref/libs-gui/sax/source/tools/converter.cxx#encodeBase64
* SvXMLUnitConverter::encodeBase64
http
On 02/01/2011 01:57 PM, Jonathan Callen wrote:
> The attached patch replaces usage of LinkList (declared as
> DECLARE_LIST(LinkList, Link*) with std::list.
>
> I used list instead of list because 1) the elements of the
> list were only ever used from within the .cxx file declaring the list
> itsel
Hi,
As promised, I have some suggestions to look at for the 3.3.1
This with in mind that we want to serve business users too.
An issue in our users list wrt Roaming profiles:
http://www.mail-archive.com/users@libreoffice.org/msg01674.html
I seen no issue in Bugzilla, but there is the OOo issue:
On Tue, Feb 1, 2011 at 5:05 PM, Thomas Arnhold wrote:
> Hi,
>
> I just found out, that settings.mk resets all CDEFS which were defined
> in some makefiles. For example:
>
> sc/source/ui/vba/makefile.mk defines:
>
> CDEFS+=-DVBA_OOBUILD_HACK
>
> But some lines later settings.mk is included (which i
Patch against the libreoffice-3-3 branch attached.
Goran
>From 3492bdacd976e6d797c1216830a0273d025fb327 Mon Sep 17 00:00:00 2001
From: Goran Rakic
Date: Wed, 2 Feb 2011 00:28:28 +0100
Subject: [PATCH] Updated Serbian translation
---
po/lo-build-sh.po | 156 +++-
Michael Meeks wrote:
> > Here is a patch to make the filter use product name for the header.
>
And cherry-picked for -3-3. Clearly this was wrong, and very
confusing information.
-- Thorsten
pgp09p1vYGFjT.pgp
Description: PGP signature
___
LibreOffice
Hi,
I just found out, that settings.mk resets all CDEFS which were defined
in some makefiles. For example:
sc/source/ui/vba/makefile.mk defines:
CDEFS+=-DVBA_OOBUILD_HACK
But some lines later settings.mk is included (which is
solenv/inc/settings.mk)
.INCLUDE : settings.mk
In this file CDEFS
Michael Meeks wrote:
> I've pushed it to master. Thorsten - if you're happy can you
> cherry-pick it for libreoffice-3-3 ?
>
Good catch, safe fix -> cherry-picked for -3-3
-- Thorsten
pgptYbAvcXSJk.pgp
Description: PGP signature
___
LibreOffice
On Tue, Feb 1, 2011 at 11:44 PM, Steven Butler wrote:
> Hi,
>
> On 1 February 2011 22:26, Michael Meeks wrote:
>> Hi Steve,
>>
>>> 3. In Cygwin shell, the autogen failed with an odd error related to
>>> Native programs and symlinks. I got past this by doing the following:
>>> cd /bin
>>>
2011/2/1 Steven Butler :
>
> configure: error: Building SeaMonkey is supported with Microsoft
> Visual Studio 2005 only.
> 8. I downloaded prebuilt seamonkey from here:
> http://tools.openoffice.org/moz_prebuild/OOo3.2/
> grabbed 3 files started with WNT but I'm not sure what to do wi
Hi,
On 1 February 2011 22:26, Michael Meeks wrote:
> Hi Steve,
>
>> 3. In Cygwin shell, the autogen failed with an odd error related to
>> Native programs and symlinks. I got past this by doing the following:
>> cd /bin
>> rm /usr/bin/awk
>> cp /usr/bin/gawk.exe awk.exe
>> cp
2011.02.01. 21:54 keltezéssel, Caolán McNamara írta:
> On Tue, 2011-02-01 at 18:46 +0100, Andras Timar wrote:
>> Here you go, please approve
>
> Looks good to me if you want to push this back to 3-3 as well as master.
>
> C.
>
>
Done. All localizations have been updated on libreoffice-3-3, too.
> British English? What's that? THERE'S NO SUCH THING!
> English is spoken [...] speak Scots [...] speaks Gaelic [...] speak Welsh.
I was not talking about spoken language. It will take a few years before
LibreOffice can be used for dictionary checking of spoken language.
Your message perfectl
On 01/02/11 09:51, Tor Lillqvist wrote:
> And do we *really* want to imply than American English is needed by everyone?
> Why not British English? Shouldn't we here in Europe at least be writing in
> British English?
British English? What's that? THERE'S NO SUCH THING!
I'm a brit, and all this
Hi all,
While patching set_soenv.in, I found a typo on line 1142:
if ($platform =~ m/linux|netbsd|odf1|freebsd|aix|solaris|openbsd/)
I believe odf1 is a typo for osf1
The code below the test on line 1142 is responsible for setting PATH; I'm not
100% sure but I believe that if the operating sy
On Tue, 2011-02-01 at 18:46 +0100, Andras Timar wrote:
> Here you go, please approve
Looks good to me if you want to push this back to 3-3 as well as master.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org
Norbert Thiebaud wrote:
> Which make we thing that the 'uncobbering' of CXX done a couple of day
> ago may be the culprit
>
But that was only on -3-3 - I gather we're talking master here?
-- Thorsten
pgpS2Wm5DBZKe.pgp
Description: PGP signature
___
Li
Michael Meeks wrote:
> [1] - we prolly have to fall back to an in-memory surface for that,
> unfortunately - and also (I guess) start to hand-code things; but XOR
> rendering should be by far the exception not the rule around the place.
>
No need to hand-code, it's all there already. Have a look in
Hi *,
On Tue, Feb 1, 2011 at 5:48 PM, Nguyen Vu Hung wrote:
> On Tue, Feb 1, 2011 at 4:26 PM, Baptiste Daroussin wrote:
>
>> On FreeBSD we use bsdtar (libarchive) and from my testings it works
>> great with libreoffice (no regression compared to gnu tar)
>>
>> here is an attempt to allow checkin
At 12:18pm -0500 Tue, 01 Feb 2011, Baptiste Daroussin wrote:
Seriously why not supporting bsdtar? It has a great effort is made to
make it gnu compatible in fact compatible with the largest possible
set of archive formats.
All the testing I have done with bsd tar shows it performs at least as
wel
I don't think it's critial... None of the commits that removes brackets and
improves SmNodeToTextVisitor have been applied to libreoffice-3-3... The
SmNodeToTextVisitor there uses a lot of brackets, so there's hopefully no
major issues with it...
In fact I've kept all the changes to the visual for
The attached patch replaces usage of LinkList (declared as
DECLARE_LIST(LinkList, Link*) with std::list.
I used list instead of list because 1) the elements of the
list were only ever used from within the .cxx file declaring the list
itself and 2) each element was already allocated on addition and
On Tue, 2011-02-01 at 18:46 +0100, Andras Timar wrote:
>
>
> 2011/2/1 Caolán McNamara
> On Sun, 2011-01-30 at 16:38 -0500, drew wrote:
>
> > Updated readme file attached.
>
> Do you think you could make a patch against the original
> README conte
2011/2/1 Caolán McNamara
> On Sun, 2011-01-30 at 16:38 -0500, drew wrote:
> > Updated readme file attached.
>
> Do you think you could make a patch against the original README content,
> i.e. readlicense_oo/docs/readme/readme.xrm ?
>
>
Here you go, please approve.
Cheers,
Andras
From 7922cf1235d
https://bugs.freedesktop.org/show_bug.cgi?id=32894
Petr Mladek changed:
What|Removed |Added
Depends on||33744
--- Comment #14 from Petr Mladek 20
2011/2/1 Nguyen Vu Hung :
> On Tue, Feb 1, 2011 at 4:26 PM, Baptiste Daroussin wrote:
>> Hi,
>>
>> On FreeBSD we use bsdtar (libarchive) and from my testings it works
>> great with libreoffice (no regression compared to gnu tar)
>>
>> here is an attempt to allow checking for both bsdtar and gnu ta
On Tue, Feb 1, 2011 at 5:47 AM, Caolán McNamara wrote:
> So, after clearing up a pile of circular ownership things to clear out
> deadwood blocking valgrind from telling me what I wanted to know I
> tracked down a a leak in framework/source/services/frame.cxx where for
> each frame we do a new Win
On Tue, Feb 1, 2011 at 3:51 AM, Tor Lillqvist wrote:
>> In fact there is
>> http://opengrok.go-oo.org/xref/components/setup_native/source/packinfo/spellchecker_selection.txt
>> that can be used.
>
> I strongly oppose.
>
> That file makes exactly the kind of "political" choices that very many peopl
On Tue, Feb 1, 2011 at 4:26 PM, Baptiste Daroussin wrote:
> Hi,
>
> On FreeBSD we use bsdtar (libarchive) and from my testings it works
> great with libreoffice (no regression compared to gnu tar)
>
> here is an attempt to allow checking for both bsdtar and gnu tar in
> configure (against build gi
Hello all,
Is it possible to build LibOffice with a custom icon.
For example, we want to use a customized icon
by adding a drum to the background of LibO icon like this
http://vi.openoffice.org/images/oooviet3.png
--
Best Regards,
Nguyen Hung Vu [aka: NVH] ( in Vietnamese: Nguyễn Vũ Hưng )
vuhu
File: sot/source/sdstor/ucbstorage.cxx
Code in question:
BOOL UCBStorage_Impl::Revert()
{
UCBStorageElement_Impl* pElement = m_aChildrenList.First();
while ( pElement )
{
pElement->m_bIsRemoved = FALSE;
if ( pElement->m_bIsInserted )
{
m_aChildrenL
2011/2/1 Robert Nagy :
> Hey,
>
> I am not sure that the a/desktop/scripts/soffice.sh diff is needed on
> FreeBSD, I
> tought $ORIGIN works fine there.
>
nope I wasn't able to run it without sur LD_LIBRARY_PATH but maybe
there is something I don't know which would prevent me from doing that
:)
r
Hey,
I am not sure that the a/desktop/scripts/soffice.sh diff is needed on FreeBSD, I
tought $ORIGIN works fine there.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi Soeren,
On Tue, 2011-02-01 at 09:33 +0100, Soeren Moeller wrote:
> Thank you for your answers, I will try both approces.
>
> >Oh - fun :-) is a complete expunging of the obsolete types not
> > possible ?
..
> I very much hope it is possible, but tools/list is in the codebase
> used for
On Tue, 2011-02-01 at 09:31 -0500, Kohei Yoshida wrote:
> I'm build-testing it in debug mode right now.
Done. build debug=t also builds fine.
Kohei
--
Kohei Yoshida, LibreOffice hacker, Calc
___
LibreOffice mailing list
LibreOffice@lists.freedeskt
On Tue, 2011-02-01 at 08:59 +, Alfonso Eusebio wrote:
> Hi,
>
> Please find attached patch (made available under LGPLv3+/MPL) containing
> removal
> of unused functions in calc as identified by call-catcher.
> Patch has been rebased and compiled without errors.
Thanks. Pushed.
I also remo
Hello Michael,
On Tue, 2011-02-01 at 13:57 +, Michael Meeks wrote:
> On Tue, 2011-02-01 at 14:27 +0100, Cedric Bosdonnat wrote:
> > I have just fixed the bug n#664516, around the new writer table formulas
> > and would like to integrate it in 3.3 branch. This bug only affects the
> > distribut
On Tue, 2011-02-01 at 14:27 +0100, Cedric Bosdonnat wrote:
> I have just fixed the bug n#664516, around the new writer table formulas
> and would like to integrate it in 3.3 branch. This bug only affects the
> distributions adding the patches/dev300/fields-table-formula.diff
>
> The fix to push i
Hi all,
I have just fixed the bug n#664516, around the new writer table formulas
and would like to integrate it in 3.3 branch. This bug only affects the
distributions adding the patches/dev300/fields-table-formula.diff
The fix to push is on master, could anyone review it?
http://cgit.freedesktop.
Yes, I had them removed an nothing broke (besides dlgsize.src).
filters/binfilter/inc/bf_sw/poolfmt.awk:
This comment made is interesting:
# Dieses awk-script generiert ein cxx-file, das alle PoolIds der Vorlage
dumpt.
# wird fuer den HelpPI gebraucht.
# Aufruf: awk -f poolid.awk poolfmt.hxx >
>> 3. In Cygwin shell, the autogen failed with an odd error related to
>> Native programs and symlinks. I got past this by doing the following:
>> cd /bin
>> rm /usr/bin/awk
>> cp /usr/bin/gawk.exe awk.exe
>> cp /usr/bin/gzip.exe gunzip.exe
>
> Urk; I guess we should try t
Hi Steve,
On Tue, 2011-02-01 at 21:51 +1000, Steven Butler wrote:
> I'm very new to git so I gave up on --reference and just did a
> straight clone from my SMB share, which was relatively quick, but of
> course I only got the bootstrap.
Sounds great; I would just copy across the clone/ di
On Tue, Feb 01, 2011 at 10:47:38AM +, Michael Meeks wrote:
>
> Shouldn't be impossibly hard to add some simple filtering to that for
> built-in / bundled extensions that would hide most of them from people
> and default to not showing bundled extensions.
>
> I'll add an easy hack
On 1 February 2011 07:53, Tor Lillqvist wrote:
> With the clarification that it is the *Cygwin* command line, yes.
>
>> seems I already have gnu make in my path on windows from the mingw
>
> Nah, that is not usable for this. It must be the Cygwin make that is used for
> this (and other Cygwin to
So, after clearing up a pile of circular ownership things to clear out
deadwood blocking valgrind from telling me what I wanted to know I
tracked down a a leak in framework/source/services/frame.cxx where for
each frame we do a new WindowCommandDispatch, and the comment claims
that the WindowComman
On Tue, 2011-02-01 at 11:10 +, Michael Meeks wrote:
> On Tue, 2011-02-01 at 10:21 +, Caolán McNamara wrote:
> > If someone wants to review and cherry-pick them for 3-3, then
> > libs-gui:
> > 650ad1697d1e8087159f6c7de51e36a9ae428de4
> > b77f7f6cf6cf8789d82f1cbda7298fc290728143
>
> B
On Tue, 2011-02-01 at 13:54 +0900, KUROSAWA, Takeshi wrote:
> Hi,
>
> Currently "Save as Picture" feature in Writer, Impress, or Draw
> produces a broken EPS file when I save an image as EPS format.
> # Export feature produces a correct file.
>
> Here is a patch to fix this issue.
Seems reasonab
On Tue, 2011-02-01 at 10:21 +, Caolán McNamara wrote:
> If someone wants to review and cherry-pick them for 3-3, then
> libs-gui:
> 650ad1697d1e8087159f6c7de51e36a9ae428de4
> b77f7f6cf6cf8789d82f1cbda7298fc290728143
Bug has been open since 2008 ;-) so there is no huge rush for
libreo
On Tue, 2011-02-01 at 10:33 +, Caolán McNamara wrote:
> On Mon, 2011-01-31 at 16:51 +, Michael Meeks wrote:
> > +--with-theme="default hicontrast tango"
>
> But would that leave tools->options->libreoffice->view->icon size and
> style listing themes that aren't available ? Or does it all
On Tue, 2011-02-01 at 02:51 -0700, Tor Lillqvist wrote:
> But on the other hand, especially among the majority language (Finnish)
> speakers
> here some are very antagonistic to the minority language ...
Should we try to add some flags into the mix to clarify the
situation ? ;->
On Mon, 2011-01-31 at 19:51 +0200, Aurimas Fišeras wrote:
> This is the last part in the series.
Looks good, pushed, thanks for this.
> P. S.
> Also attached for reference:
> 1. ure_spellcheck.sh my crude, organically grown shell script that I
> used to significantly speed up this spell checking
On Mon, 2011-01-31 at 16:51 +, Michael Meeks wrote:
> +--with-theme="default hicontrast tango"
But would that leave tools->options->libreoffice->view->icon size and
style listing themes that aren't available ? Or does it all work out ok.
C.
___
Lib
On Mon, 2011-01-31 at 14:49 +0100, Christina Roßmanith wrote:
> Yes. LGPLv3+ and MPL as usual.
no patch was attached.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi Pascal,
On Mon, 2011-01-31 at 21:51 +0100, TentleXS wrote:
> I do not have much time right now. So the comments in the file are not
> all translated yet. But every litte bit helps, right? :)
Right ! :-) much appreciated, pushed it.
Incidentally - I know people like things like
On Sun, 2011-01-30 at 16:38 -0500, drew wrote:
> Updated readme file attached.
Do you think you could make a patch against the original README content,
i.e. readlicense_oo/docs/readme/readme.xrm ?
C.
___
LibreOffice mailing list
LibreOffice@lists.free
On Mon, 2011-01-31 at 13:18 +, Michael Meeks wrote:
> Hi Caolan,
>
> Any chance you could review Petr Gajdos's attached patch; AFAIR you are
> a bit of a fontconfig wizard ;-) It is to fix this:
Looks good, though we don't need to add to the to/from localized name
map the "Bold" "Italic
On Tue, 2011-02-01 at 10:26 +0100, Baptiste Daroussin wrote:
> On FreeBSD we use bsdtar (libarchive) and from my testings it works
> great with libreoffice (no regression compared to gnu tar)
Good stuff; pushed it - lets see if someone else has a problem with
egrep ;-)
ATB,
On Mon, 2011-01-31 at 22:30 +0100, Thomas Arnhold wrote:
> Thanks. Filed a bug #33782.
I moved your findings over to Oracle, seeing as they own the copyrights
on those.
But looking at your list, I think that those .awk scripts and weird .r
files are simply unused junk that could be deleted entir
> In fact there is
> http://opengrok.go-oo.org/xref/components/setup_native/source/packinfo/spellchecker_selection.txt
>
> that can be used.
I strongly oppose.
That file makes exactly the kind of "political" choices that very many people
will find at least odd, awkward, and at worst interpret
Hi,
On FreeBSD we use bsdtar (libarchive) and from my testings it works
great with libreoffice (no regression compared to gnu tar)
here is an attempt to allow checking for both bsdtar and gnu tar in
configure (against build git repository)
Hope this is ok
regards,
Bapt
diff --git a/configure.in
Hi,
Please find attached patch (made available under LGPLv3+/MPL) containing
removal
of unused functions in calc as identified by call-catcher.
Patch has been rebased and compiled without errors.
Please, disregard my previous patch commenting out these calc functions, as
Cedric suggested, this
2011/2/1 Jean-Baptiste Faure :
> Yes but instead of having the choice between "default installation" and
> "custom installation", I suggest that the installer gives the alternative :
> 1/ choose yourself the components and dictionaries you want to be installed
> in this case select by default on
On Mon, 2011-01-31 at 11:22 +, Michael Meeks wrote:
> Do you want this on the libreoffice-3-3 branch ? I'd be happy to have
> it there, if you're ok to review it
Looks fine to me. Pushed to 3-3.
C.
___
LibreOffice mailing list
LibreOffice@lis
Thank you for your answers, I will try both approces.
>Oh - fun :-) is a complete expunging of the obsolete types not
> possible ?
I very much hope it is possible, but tools/list is in the codebase
used for both classic list purposes and for situations where the
object is created once, is
69 matches
Mail list logo