Hi
I also get some Java crashes randomly running regcomp,
since OOo 3.3rc2. 3.2 was fine so there has to be a change
somewhere.
On (2010-11-11 01:55), 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
I just did a new pull and build and came up with the following error:
/Users/jpowers27/build/rawbuild/solver/330/unxmacxi.pro/inc/cppu/unotype.hxx:
In static member function 'static const com::sun::star::uno::Type&
cppu::UnoType< >::get() [with T = int]':
/Users/jpowers27/build/rawbuild/solver/
And now once more with PUSHED in subject...
D.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
On Wed, Nov 10, 2010 at 11:53:07PM +0100, julien wrote:
> Hello,
>
> The patch contains only the removing of comments. I haven't removed 1
> line of comment because i don't know what "Wieder raus" mean.
Pushed.
> I would have like to remove a warning too since during compilation, I
> got this :
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. This patch removes those functions, assuming that the
component count logs were o
Removing some of the commented out code from the installer's windows code.
LGPLv3+/MPL
Jordan Ayers
From 37e112521b798c7c443eb4a9b1c0b9a198059196 Mon Sep 17 00:00:00 2001
From: Jordan Ayers
Date: Wed, 10 Nov 2010 21:15:47 -0600
Subject: [PATCH] Perl Installer: Remove commented out code.
---
s
On Thu, 2010-11-11 at 01:30 +0100, julien wrote:
> Hello,
>
> Here's a patch for calc/sc/source/core/data
>
> I compiled it and it's ok. Hope it's ok !
Looks beautiful! Pushed. I didn't apply the hunk that removed the
definition of ScDocument::IsLoadingMedium() though. I just added that
metho
On Nov 10, 2010, at 4:43 PM, Jan Holesovsky wrote:
> Hi Joseph,
>
> Michael Meeks píše v St 10. 11. 2010 v 09:20 +:
>
>>> Ok, I went ahead and did some high-contrast cleanup work on libs-core.
>>> I was able to delete massive amounts of code and configuration items.
>>> The main issue I'm h
Hi Niko,
Sebastian Spaeth píše v Po 08. 11. 2010 v 12:54 +0100:
> > In this case The Default is somewhere between those options.
>
> As I said on IRC, if that is so, I rest my case. Please have someone
> push it in :)
Done :-) Thank you a lot!
Regards,
Kendy
_
Hi again,
Jan Holesovsky píše v Čt 11. 11. 2010 v 02:00 +0100:
> It seems to be close to the removal of various references of
> hicontranst
theme in the code by JoeP (see the mails with subject 'Icon/Image
> cleanup'). Can you check that, and come up with a patch to remove
> these
> if in line w
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 for me. FWIW
>
> > # A fatal error has been detected by the Java Runtime Env
Hi Julien,
julien píše v So 06. 11. 2010 v 21:23 +0100:
> In the file libs-core/svx/source/tbxctrls/fontworkgallery.cxx, can
> these
> lines be removed completely ?
> bool bHighContrast =
> GetSettings().GetStyleSettings().GetHighContrastMode();
>
> I saw warnings about bHighContrast not used i
Hi Joseph,
Michael Meeks píše v St 10. 11. 2010 v 09:20 +:
> > Ok, I went ahead and did some high-contrast cleanup work on libs-core.
> > I was able to delete massive amounts of code and configuration items.
> > The main issue I'm having is the masking:
>
> Just got back, and started r
Hello,
Here's a patch for calc/sc/source/core/data
I compiled it and it's ok. Hope it's ok !
Julien.
(LGPLv3+ / MPL
calc_core_data.txt.bz2
Description: application/bzip
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.free
On the page wiki Easy_Hacks in 2.6, it could be more efficient to
indicate to use fgrep instead of grep since it's only a simple string to
search.
Julien.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mail
Hello,
The patch contains only the removing of comments. I haven't removed 1
line of comment because i don't know what "Wieder raus" mean.
I would have like to remove a warning too since during compilation, I
got this :
/home/serval/libreoffice-source/build/build/libreoffice-3.2.99.2/sd/source/ui
Le 08/11/2010 21:08, julien a écrit :
Le 08/11/2010 14:33, Caolán McNamara a écrit :
On Sun, 2010-11-07 at 12:33 -0600, Norbert Thiebaud wrote:
On Sun, Nov 7, 2010 at 7:00 AM, julien wrote:
the if() can only be true if that value is not 0 so here you have a
false positive.
Julien, could you
Hi Thorsten,
On Wed, Nov 10, 2010 at 10:32 PM, Thorsten Behrens
wrote:
>>
> Hi Suren,
>
> since you already create a separate thread for the editing - just
> fire it off, and send the main app a msg - like here:
>
> desktop/source/app/officeipcthread.cxx:289
>
> (you'll probably replace STATIC_LI
On Wed, 10 Nov 2010 05:11:48 +0100
Jan Holesovsky wrote:
> Hi Hanno,
Hi Kendy,
> I have pushed that to master, and when cherry-picking to
> libreoffice-3-3, I found out that Rene already partially updated it, so
> I incorporated your changes there too - namely use WITH_LANG, and use
> DISABLE_S
Hello Nigel,
On Wed, 2010-11-10 at 17:12 +, Nigel Hawkins wrote:
> Hi,
>
> This should address the first item in the "removal of duplicate template
> classes in calc filter code" section from the easy hacks page.
>
> Not quite a simple search-and-replace but pretty close.
Yup, good work. :-
Hi,
This should address the first item in the "removal of duplicate template
classes in calc filter code" section from the easy hacks page.
Not quite a simple search-and-replace but pretty close.
The second item (ScfNoInstance) is slightly more involved. All of the
classes derived from ScfNoInst
surensp...@gmail.com wrote:
> I current way I am implementing is that I save the Graphic a temporary
> file,then to create a new thread ( using osl_createThread from
> osl/thread.h ) and from within the new thread execute the external
> application to open the temp ( using osl_executeProcess from
>
On Wed Nov 10 2010 07:25:42 GMT-0800 (PST) Joop Kiefte wrote:
2010/11/10 Michel RENON :
- add a menu "Save a copy as..."
Isn't that the same as the "Export" menu?
it's very similar, but not the same :
in Calc, you can export only in xhtml or pdf, and "save as" allows ods, sxw,
xls, csv...
A
On Wed Nov 10 2010 07:25:42 GMT-0800 (PST) Joop Kiefte wrote:
2010/11/10 Michel RENON :
- add a menu "Save a copy as..."
Isn't that the same as the "Export" menu?
it's very similar, but not the same :
in Calc, you can export only in xhtml or pdf, and "save as" allows ods, sxw,
xls, csv...
A
Hi Everyone,
This is regarding this bug - https://bugs.freedesktop.org/show_bug.cgi?id=30508
Goal: To be able to open an image(Graphic item) in an external
application for advanced editing
What is already done: Added a menu item to right click popup on the
graphic, coupled the menu item with a me
Sebastian Spaeth wrote:
> Apparently our Mac OSX gui gets very little love. One person has
> repeatedly asked to remove the pinstripes in the dialogs too. Perhaps
> this is something to get involved with?
>
Quite. So to not forget this, logged a bug & attached a (not yet
working) patch to it. That
Hi David,
Just a few notes:
-- The BeanShell, Javascript and Python options have disappeared cleanly
from the Tools->Macros->Organize menu.
-- I expect that the Help will need updating to reflect the fact that
these are now options and to explain how to bring them back for people that
2010/11/10 Michel RENON :
>>> - add a menu "Save a copy as..."
>>
>> Isn't that the same as the "Export" menu?
>
> it's very similar, but not the same :
> in Calc, you can export only in xhtml or pdf, and "save as" allows ods, sxw,
> xls, csv...
As far as I understand, Export is for non-reversable
Hello Jonathan,
Welcome! You may want to check this page:
http://wiki.documentfoundation.org/Development
LibO is not coded in Java, but in C++; mirros are welcome as well as
coding.
Best,
Charles.
Le Wed, 10 Nov 2010 14:30:34 +0100,
Jonathan Aquilina a écrit :
> hey guys i would like to try
Title: Szalai Kálmán
Hi,
I start to work on it. Maybe I should work together with ACE_DENT
KAMI
2010-11-10 10:13 keltezéssel, Sebastian Spaeth írta:
So who would be able to make sure that we don't bundle the high contrast
icons in our buld any
On Wed, 2010-11-10 at 05:29 +0100, Jan Holesovsky wrote:
> Icecream has the advantage that it has a scheduler, and chooses the
> fastest and least loaded machines in the farm.
The other convenience I find with icecream is with heterogeneous
installs, i.e. it auto-packages up the clients gcc and se
On Wed, Nov 10, 2010 at 02:16:20PM +0100, Gert Faller wrote:
> Hi,
>
> some more...
>
> Regards.
>
Pushed, with several changes from
rtl::OUString foo = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("blah"));
or
rtl::OUString foo(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("blah")));
to
rtl::OUS
Hello List,
This is my first post following on somewhat from a previous message re
being in a big town with no map :
Apologies in advance if I should be posting this to another listing :)
I'm a software engineer by day, have been for 12+ years :-O , working with
large projects involving hun
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 the project be
interested in me hosting a european mirror?
Regards
--
Jonathan Aquilina
___
LibreOffice mailing list
LibreOf
Le 10/11/10 11:26, Sebastian Spaeth a écrit :
On Wed, 10 Nov 2010 10:27:13 +0100, Michel RENON wrote:
I've been coding with C++ years ago, now i code mostly in PHP and Python
(OpenERP).
I'm also interested in UX and ergonomics, and i've made a (not so
complete) proposal for Renaissance project
On Tue, 2010-11-09 at 22:35 +0100, Gert Faller wrote:
> But, even if I've been reading a lot of code (thanks to the
> 'RTL_CONSTASCII_USTRINGPARAM' easy Hack)
> I've not still completely figured out
> how to (and where) share the code for both apps. Working on that.
Could, I guess, put it into s
On Wed, Nov 10, 2010 at 12:54:32PM +, Wols Lists wrote:
> Cheers,
> Wol
Pushed.
D.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Michael Meeks wrote:
> Did you mean to add a 'Pushed' to the Subject ? :-)
> [ it looks like you did ]
No, because I had done that already after pushing ;-P
Cheers
Sebastian
pgpGHZxWxLHkL.pgp
Description: PGP signature
___
LibreOffice mailing list
Lib
Cheers,
Wol
>From 0f2cb83423d6d44c86eac621075c9e7d1383aee8 Mon Sep 17 00:00:00 2001
From: Wol
Date: Wed, 10 Nov 2010 10:56:50 +
Subject: [PATCH 1/4] Fix spelling mistake
---
.../source/core/recovery/subcomponentrecovery.cxx |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff -
On 10/11/10 10:59, Andy Hearn wrote:
> Hello List,
>
> This is my first post following on somewhat from a previous message re
> being in a big town with no map :
lol :-)
> Apologies in advance if I should be posting this to another listing :)
>
> I'm a software engineer by day, have been for 1
On Wed, 2010-11-10 at 10:59 +, Andy Hearn wrote:
> I'm very keen to dive in and sort that out - but for the life of me I cannot
> find what converts Comments in a .doc file into Notes of Writer/Text, and
> obviously the vice versa too. Can some kind soul here point me to the
> file(s) of relev
Hi all,
just a heads up: recently I was working on removing the script providers
for BeanShell, JavaScript and Python from standard installation, as they
are only marginally useful and (at least on Fedora) require quite a slew
of dependencies. So, from now on, they are available as plain extension
Fixed width of description of --with-openclipart to 80 chars.
MPL 1.1 / GPLv3+ / LGPLv3+
>From 66397cc937db66708b1ff2d8f7ba93c4b2397fe3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?=
Date: Wed, 10 Nov 2010 11:56:19 +0200
Subject: [PATCH] Fix configure --help width
Fixed width
On Wed, 10 Nov 2010 10:27:13 +0100, Michel RENON wrote:
> I've been coding with C++ years ago, now i code mostly in PHP and Python
> (OpenERP).
> I'm also interested in UX and ergonomics, and i've made a (not so
> complete) proposal for Renaissance project
Cool, welcome. Always glad to receive s
Hi Kami,
Did you mean to add a 'Pushed' to the Subject ? :-) [ it looks like you
did ]
On Wed, 2010-11-10 at 08:30 +0100, Kálmán „KAMI” Szalai wrote:
> Lovely :o)
And indeed, these are some nice changes.
Thanks,
Michael.
--
michael.me...@novell.com <
On Wed, 10 Nov 2010 09:35:15 +, Wols Lists wrote:
Thanks, straightforward enough. Pushed.
Sebastian
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi everybody,
Just a short intro for my first post in this list :
I'm a Mac OpenOffice user for several years.
I've been coding with C++ years ago, now i code mostly in PHP and Python
(OpenERP).
I'm also interested in UX and ergonomics, and i've made a (not so
complete) proposal for Renaissanc
Hi Joseph,
On Sat, 2010-11-06 at 03:56 -0700, Joseph Powers wrote:
> Ok, I went ahead and did some high-contrast cleanup work on libs-core.
> I was able to delete massive amounts of code and configuration items.
> The main issue I'm having is the masking:
Just got back, and started readin
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...) ?
Sebastian
pgpji8OdQCXdH.pgp
Description: PGP signature
___
LibreOffice mailing
Hi folks,
I started a thread (no discussion yet ;o))) on
disc...@documentfoundation.org regarding the crash reporter. Even if
this a development issue it's of interest for all active community
members, so if subscribed there it would be a good place for Your talk.
Link to gmane:
http://article.gm
Attachment: 0001-Bitmap-Tree-Cleanup-base.patch (application/octet-stream)
Attachment: 0001-Bitmap-Tree-Cleanup-calc.patch (application/octet-stream)
Attachment: 0001-Bitmap-Tree-Cleanup-components.patch (application/octet-stream)
Attachment: 0001-Bitmap-Tree-Cleanup-filters.patch (application/octe
Cheers,
Wol
>From 483a7a1b30c0ba970be581a982ab37e9eec17992 Mon Sep 17 00:00:00 2001
From: Wol
Date: Wed, 10 Nov 2010 09:30:11 +
Subject: [PATCH] More translations and comment deletion for Base
---
dbaccess/source/core/misc/DatabaseDataProvider.cxx |2 +-
dbaccess/source/core/misc/dsntype
On 10/11/10 07:05, Sebastian Spaeth wrote:
> On Wed, 10 Nov 2010 05:29:34 +0100, Jan Holesovsky wrote:
>>> 1) if the user specifies max-cpus, do we want max-jobs to default to
>>> max-cpus? Because that does make sense afaict.
>> The buildsystem is a bit strange in this regard ;-) There are 2 leve
At 2:05am -0500 Wed, 10 Nov 2010, Sebastian Spaeth wrote:
+1 for quiet down the icecream advertisment a bit, we should rather
put instructions for that in our wiki. If someone configured to use
distcc, we should not output icecream related stuff at all. So who
comes up with a patch :-)?
For the
At 2:05am -0500 Wed, 10 Nov 2010, Sebastian Spaeth wrote:
+1 for quiet down the icecream advertisment a bit, we should rather
put instructions for that in our wiki. If someone configured to use
distcc, we should not output icecream related stuff at all. So who
comes up with a patch :-)?
My only
55 matches
Mail list logo