On Tue, 19 Oct 2010 20:40:32 -0400, Trevor Murphy
wrote:
> Incidentally, I'm running Ubuntu 10.04 with git-email installed via
> aptitude install, but I don't have the git-send-email command. Is
> there something obvious that I'm missing?
I don't have git-send-email either but "git send-email"
On Wed, Oct 20, 2010 at 07:29:56AM +0200, David Tardon wrote:
> On Tue, Oct 19, 2010 at 09:42:17PM +0200, Kenneth Venken wrote:
> > hi,
> >
> > these patches will replace the last occurrences of
> > sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)
> >
> > -- Kenneth
>
> Hi,
>
> I pushed sal_
On Tue, Oct 19, 2010 at 09:42:17PM +0200, Kenneth Venken wrote:
> hi,
>
> these patches will replace the last occurrences of
> sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)
>
> -- Kenneth
Hi,
I pushed sal_n_elements.libs-gui.diff and sal_n_elements.ure.diff. The
changes the other two do s
On Tue, Oct 19, 2010 at 6:27 PM, jgraeme wrote:
> Another patch cleaning up comments.
>
Pushed, Thanks,
Norbert
> Graeme
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
On Tue, Oct 19, 2010 at 6:18 PM, jgraeme wrote:
> A patch to clean up comments.
>
Pushed, Thanks
Norbert
> Graeme
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
>
On Tue, Oct 19, 2010 at 7:40 PM, Trevor Murphy
wrote:
> Hello.
>
> I'm pretty new to this open source game, but I've been lurking a bit
> and want to learn more.
>
> I took a stab at fixing some comments in the libs-core repo.
Thanks Trevor.
Your patch has been pushed into the main repository.
>
On Tue, Oct 19, 2010 at 4:46 PM, Martin Gallwey wrote:
> Hi there,
>
> I'm attempting to build LO on 64bit Windows 7 using the Visual Studio
> 2010 Express using a combination of the instructions here:
>
> http://www.documentfoundation.org/develop/
>
> And the somewhat scattered instructions here
Hello.
I'm pretty new to this open source game, but I've been lurking a bit
and want to learn more.
I took a stab at fixing some comments in the libs-core repo.
Incidentally, I'm running Ubuntu 10.04 with git-email installed via
aptitude install, but I don't have the git-send-email command. Is
Hi all.
There's a thing not clear to me and that involved go-oo too: the
relationship between LibreOffice and Java. Here i'm referring to the
Windows environment but under Linux/Mac should be the same.
Is it Java a requirements or it is considered an optional component?
If Java isn't installe
On Tue, Oct 19, 2010 at 5:39 PM, Nadav Vinik wrote:
> Hello
>
> If I change something in the clone dir and the compilation failed and
> it complain about something in builld/build/libreoffice-* folder,
> How can I find the same in the clone dir?
I don;t know it is the best or canonical answer but
Hi all,
Even more compilation fixes! :)
--
Jesús Corrius
Document Foundation founding member
Skype: jcorrius | Twitter: @jcorrius
0001-Build-fixes-for-VC-10.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.or
A patch to clean up comments.
Graeme
From 7493d712e537198fe036ff18a7e2a665f36a7f23 Mon Sep 17 00:00:00 2001
From: J. Graeme Lingard
Date: Tue, 19 Oct 2010 23:48:16 +0100
Subject: [PATCH] Clean up comments in sw_unocoll.cxx
---
binfilter/bf_sw/source/core/unocore/sw_unocoll.cxx | 235 +-
Hi all,
More VC++ 10 compilation fixes :)
--
Jesús Corrius
Document Foundation founding member
Skype: jcorrius | Twitter: @jcorrius
0001-Build-fixes-for-VC-10.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.
Hello
If I change something in the clone dir and the compilation failed and
it complain about something in builld/build/libreoffice-* folder,
How can I find the same in the clone dir?
Thanks
Nadav
--
הבלוג שלי:
http://nadavvin.com
___
LibreOffice mai
Hi all,
Another simple patch to be able to compile ICU with Visual Studio 2010.
Cheers,
--
Jesús Corrius
Document Foundation founding member
Skype: jcorrius | Twitter: @jcorrius
0001-Fix-compilation-of-icu-for-VC-10.patch
Description: Binary data
_
Hi there,
I'm attempting to build LO on 64bit Windows 7 using the Visual Studio
2010 Express using a combination of the instructions here:
http://www.documentfoundation.org/develop/
And the somewhat scattered instructions here (as there is no windows
section on libreoffice.org yet):
http://wiki
Yeah, I even tried installing junit too.
On the other matter unless you're still running kde 3 then you need
--disable-kde else the config will fail when it can't find Qt 3.x
On Oct 19, 2010 10:01 PM, "Wols Lists" wrote:
> On 18/10/10 23:34, René Kjellerup wrote:
>>
>> I've build on gentle, I had
On Tue, Oct 19, 2010 at 2:32 PM, Wols Lists wrote:
> On 19/10/10 20:15, Norbert Thiebaud wrote:
>> On Tue, Oct 19, 2010 at 2:07 PM, Wols Lists wrote:
>>> On 19/10/10 19:57, Norbert Thiebaud wrote:
On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman
wrote:
> On 18/10/10 23:34, René
On 18/10/10 23:34, René Kjellerup wrote:
>
> I've build on gentle, I had to disable kde to do so "--enable-kde=no
> --enable-kde4=no --without-junit"
>
Hmm .. I've just hit the junit problem too - another little fix needed
for the develop page ...
>
> The Bests
> René
>
Cheers,
Wol
Hi,
Just a quick fix for this file.
This contribution is of course under the LGPLv3+.
Julien.
patch_ooo.src
Description: WAIS Source
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoff
hi,
these patches will replace the last occurrences of
sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)
-- Kenneth
diff --git a/extensions/source/activex/main/SOActionsApproval.cpp b/extensions/source/activex/main/SOActionsApproval.cpp
index fd4abb1..c0da27f 100644
--- a/extensions/source/acti
On 19/10/10 20:15, Norbert Thiebaud wrote:
> On Tue, Oct 19, 2010 at 2:07 PM, Wols Lists wrote:
>> On 19/10/10 19:57, Norbert Thiebaud wrote:
>>> On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman
>>> wrote:
On 18/10/10 23:34, René Kjellerup wrote:
> I've build on gentle, I had to disa
Michael Meeks schreef op ma 18-10-2010 om 19:49 [+0100]:
> Hi there,
>
> On Mon, 2010-10-18 at 13:50 +0200, Kenneth Venken wrote:
> > this patch replaces all occurrences of sizeof.*/.*sizeof.*\[ with
> > SAL_N_ELEMENTS in ure
>
> Thanks - there were a few sillies in there:
>
> #inclu
On 19/10/10 19:57, Norbert Thiebaud wrote:
> On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman
> wrote:
>> On 18/10/10 23:34, René Kjellerup wrote:
>>> I've build on gentle, I had to disable kde to do so "--enable-kde=no
>>> --enable-kde4=no --without-junit"
>>>
>> When my default use settings a
On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman
wrote:
> On 18/10/10 23:34, René Kjellerup wrote:
>>
>> I've build on gentle, I had to disable kde to do so "--enable-kde=no
>> --enable-kde4=no --without-junit"
>>
>
> When my default use settings are/were USE="-gtk -gnome" ?
We are not talking
Thanks michael, for your valuable comments& suggestions, will look into
build.pl and get back with some
understanding in few days,
On Tuesday 19 October 2010 11:16 AM, Michael Meeks wrote:
Hi Rajesh,
First - great to see you again ! and thanks for getting involved with
LibreOffice. I
> Ok - so this is all good for the Unix case; unfortunately I believe we
> -may- need something different for Windows. Having said that I don't see
> any windows conditionals in unpack as of now - which seems to suggest
> that the symlinks / rsync works; Jesus - what do you recommend - can w
On 18/10/10 23:34, René Kjellerup wrote:
>
> I've build on gentle, I had to disable kde to do so "--enable-kde=no
> --enable-kde4=no --without-junit"
>
When my default use settings are/were USE="-gtk -gnome" ?
I'd rather fix the build problem so it works, not paper over the cracks :-)
I'll see
Pazartesi 18 Ekim 2010 günü (saat 22:25:35) Gökcen Eraslan şunları yazmıştı:
> Can you also create a mailing list[1] for Turkish LibreOffice
> translations?
Ping?
--
Gökçen Eraslan
Pardus Developer
signature.asc
Description: This is a digitally signed message part.
The sample documents in the bug had two problems: 32 bit sample size
and use of floating point sample format[1]. Neither is supported so this
patch adds checks to reject images that have either of these properties.
Additionally a sanity check is added to make sure that similar crash
(division by z
On Mon, 2010-10-18 at 16:06 +0300, Povilas Kanapickas wrote:
> Hello,
>
>
> I've done some work on entry level tasks. Specifically, I've removed
> all #if 0 blocks in the LibreOffice source tree. Also, a lot of bogus
> comments like /*N*/, /*?*/ and so on were removed.
I took a look at the sw bi
sc/qa/unit had an existing cppunit test to ensure that calc can do
=SUM(A1:A2) correctly but it was currently disabled seeing as it didn't
work, mostly due to miserable bootstrapping problems. I've fixed that
test (I think), so I hope it can now provide a basis for adding more.
It can be a little
Hi!
With up-to-date git, I now see:
/build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx: In member
function 'virtual com::sun::star::uno::Reference
fileaccess::FileProvider::queryContent(const
com::sun::star::uno::Reference&)':
/build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.c
On Tue, Oct 19, 2010 at 06:09:33AM +0100, Michael Meeks wrote:
> I guess you want to operate on the patch in that middle state by
> manually leconverting those files (?).
That's a lot of effort -- I manually fixed the patch, I've been
working with patches long enough :) -- and pushed.
Thank
On Tue, 2010-10-19 at 06:48 +0100, Michael Meeks wrote:
> Hi Jon,
>
> On Sun, 2010-10-17 at 04:11 +0200, Jon Nordby wrote:
> > Does LibreOffice ship an ODF thumbnail implementation for
> > file-managers on Windows and Mac OSX? If so, where in the sources can
> > I find it? If not, can anyone point
hi!
A missing awesome feature on LibreOffice Impress would be the possibility on
importing/exporting .cbz and .cbr files on LibreOffice Impress.
eVince (pdf reader, default on Ubuntu and Debian), can show .cbz and .cbr
files as presentations, and both .cbz and .cbr files can be simply created
as
Hi all, I just coded a small git contributor analysis tool:
https://bitbucket.org/spaetz/gitanaly
and ran it on the LibreOffice code base since the time of the fork.
See the resulting contribution stats here:
http://www.flickr.com/photos/spaetz/5095658613/in/set-72157625196147766/#/photos/spaetz
37 matches
Mail list logo