Hi Rainer,
>thx for the hint, I will test soon and close. Can you please check
>whether the fix also is in the 3.5 Beta1 Branch?
I downloaded from daily builds (Win-x86@7-MinGW) on a Windows XP machine:
- 3.5.0beta1 2011-12-13_03.17.52 gave an error wehen starting soffice.exe or
swriter.exe:
On Mon, Nov 21, 2011 at 06:58:34PM +0100, Bjoern Michaelsen wrote:
> On Mon, Nov 21, 2011 at 06:04:45PM +0100, Thorsten Behrens wrote:
>> Generally, Björn has some more advanced CI in the works, with
>> Jenkins/Gerrit, slightly unsure about the status there - but best
>> sync with Cloph/Björn, for
On Tue, Dec 13, 2011 at 12:50:57AM -0500, Kohei Yoshida wrote:
> On Tue, 2011-12-13 at 00:15 +0100, Markus Mohrhard wrote:
>> Any objections against this patch? I think that this fix should be
>> correct for all cases but it would be good if someone could have a
>> look at it.
> Well, I'm not nec
Hi Markus,
On Tue, 2011-12-13 at 00:15 +0100, Markus Mohrhard wrote:
> the attached patch fixes a crash in our rtl::math lib. For
> std::numeric_limits::min() -nExp is the same as nExp and
> therefore we would be in the first case and try to access a non
> existing element.
I would be interested
Hello,
I've noticed that many of the controls in the basic ide are not
rendered natively and want to correct that. It seems like the controls
that are used as base controls (like the things in
svtools/inc/svtools/svtabbx.hxx) should be updated to use something
newer but I'm not so sure where to st
On Mon, Nov 21, 2011 at 06:04:45PM +0100, Thorsten Behrens wrote:
> Lionel Elie Mamane wrote:
>> 2) I'd like to get an explicit "tinderbox success" email IF AND ONLY
>>IF the last mail I got from that tinderbox is "tinderbox failure".
>>Or if people would mind that, maybe get "tinderbox s
You have my blessing for this. It is just what I was suggesting to kendy
and nice to see that we are on the same page.
Cheers
F.
On 13/12/11 00:47, Matúš Kukan wrote:
> Hi,
>
> I'm sending a patch which could help to build i18npool in
> libreoffice-3-5 (and master also) on Windows.
> But I have
I'm running into this new build issue:
[ build ALL ] top level modules: bootstrap src.downloaded ooo
[ build ALL ] loaded modules: ooo
LibreOffice build successfully finished.
To install, issue: make install
Developers might prefer this way: make dev-install -o build
To run smoketest, issue: mak
On Mon, Dec 12, 2011 at 11:34 AM, Petr Mladek wrote:
> Hi,
>
> there have been created the libreoffice-3.4.99.1 tag for 3.5.0-beta1 release.
> The corresponding official builds will be available within 4 days or so.
>
Mac OSX x86 build uploading now at
http://dev-builds.libreoffice.org/pre-releas
Hi Lionel, *,
On Sun, Dec 11, 2011 at 6:06 PM, lio...@mamane.lu wrote:
> On Sun, Dec 11, 2011 at 05:48:54PM +0100, Christian Lohmaier wrote:
>> On Sun, Dec 11, 2011 at 10:58 AM, lio...@mamane.lu wrote:
>
>>> BTW, it took about 20 minutes for the full log to arrive at
>>> http://tinderbox.libreof
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Please find attached a partial fix for Easy Hack FDO43460
Part VII
Module
comphelper
- --
Olivier Hallot
Founder, Board of Directors Member - The Document Foundation
LibreOffice translation leader for Brazilian Portuguese
+55-21-8822-8812
-BEGIN
Hi Stephan,
Stephan Bergmann writes:
> Historically, the situation is as follows:
thanks a lot!
> At runtime, the C++ UNO binding queries the types.rdb for certain data
> (e.g., when (un-)packing data as ANY).
OK. Does it need to go through the rdb file? It could as well be
already compiled
Trying to compile older versions of OOo in order to track down a bug but
I'm hitting a missing cups.h when trying to compile. I have the appropriate
cups dev files installed. I have tried on Bodhi as well as Ubuntu 11.10. I
also have verified that cups.h exists in the appropriate folder
Thank you
Hi Michael,
>> This would allow us to get rid of the RDB files (although I need to
>> familiarise myself with current use-cases to understand the impact of
>> such change, e.g. merging in custom plugins).
>
> So, there are rather a number of hidden criteria for RDB files:
> that they are ti
Dear Sir/Madam
We are a Japanese used car export company selling Japanese used cars and
foreign cars.
We export Japanese used cars to various countries in the world. We have
extensive stocks of
Japanese used cars which satisfy your needs.We guarantee Good condition, Good
price, Quick
service. R
Hi,
I'm sending a patch which could help to build i18npool in
libreoffice-3-5 (and master also) on Windows.
But I have no Windows build and can't test whether this is really the problem.
I plan to push this also with other patches to master probably
tomorrow but anyway there is no windows tinderb
Hey,
the attached patch fixes a crash in our rtl::math lib. For
std::numeric_limits::min() -nExp is the same as nExp and
therefore we would be in the first case and try to access a non
existing element.
Any objections against this patch? I think that this fix should be
correct for all cases but i
On Sat, 10 Dec 2011, NOSpaze wrote:
On Sat, 2011-12-10 at 10:17 -0700, Craig White wrote:
I was wrong... in that case, I will answer.
sgml has long been used for professional publishing ( see adobe
framemaker).
The idea is that you can use fast/simple editors such as vi or emacs and
put in y
On 12/12/2011 04:30 PM, Lubos Lunak wrote:
I'd like to propose changes to the SAL_INFO etc. family of the new logging
functions that would replace the somewhat strange usage
SAL_INFO("foo", "string "<< s<< " of length "<< n)
with
SAL_INFO("foo", "string %1 of length %2", s, n )
while
Hi,
the first, non-binfilter part of the patch is pushed now, thanks for
this. I amended the binfilter part, because haven't cloned that yet,
so it would have taken longer.
I hope you don't mind too much.
___
LibreOffice mailing list
LibreOffice@lists.fr
On Thu, Dec 08, 2011 at 12:17:57PM +0100, Lionel Elie Mamane wrote:
> On Thu, Dec 08, 2011 at 10:00:24AM +, Michael Meeks wrote:
> I hacked pythonloader.py "in-place" so that it loads the fax wizard
> correctly; that should give you the idea of how to fix it correctly
> for the general case.
On 12/09/2011 11:19 PM, Lionel Elie Mamane wrote:
Well, as a system lib I understand it can be installed nearly anywhere:
- The "one click installer" puts it in /Library/PostgreSQL/${VERSION}/lib
- fink and MacPorts put it *by default* in
/sw/opt/postgresql/${VERSION}/bin
/opt/local
On 12/12/2011 06:44 PM, Olivier Hallot wrote:
Just top be sure... I read somewhere in this list that binfilter is to
be left in near future... Is that right? Should I skip these files?
Please advise. Thank you.
Yeah, probably not worth to bother with binfilter here.
Stephan
__
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Thomas
from what I went thru so far, there are more occurences of
"isNotEmpty()" than "isEmpty()". lol!
Olivier
Em 10-12-2011 16:18, Thomas Arnhold escreveu:
> Hi Oliver,
>
> nice! I had introduced this method, but this move was still on todo.
>
On 12/11/2011 06:06 PM, lio...@mamane.lu wrote:
On Sun, Dec 11, 2011 at 05:48:54PM +0100, Christian Lohmaier wrote:
On Sun, Dec 11, 2011 at 10:58 AM, lio...@mamane.lu wrote:
BTW, it took about 20 minutes for the full log to arrive at
http://tinderbox.libreoffice.org/MASTER/status.html; any rea
13.12.2011 00:24, Olivier Hallot пишет:
Please find attached a partial fix for Easy Hack FDO43460
Part VI
Module
codemaker
http://cgit.freedesktop.org/libreoffice/core/commit/?id=fd866ac8f184c0910883963c9c12b45a239a9227
nice work!
Regards,
Ivan
___
On 12/12/11 15:50, Petr Mladek wrote:
> Lionel Elie Mamane píše v Ne 11. 12. 2011 v 08:13 +0100:
>> https://bugs.freedesktop.org/show_bug.cgi?id=34432
>>> --- Comment #7 from sasha.libreoff...@gmail.com 2011-12-10 01:08:18 PST ---
>>> (In reply to comment #6)
I fixed a few ODBC-64bits problem
11.12.2011 04:08, Olivier Hallot пишет:
Please find attached a partial fix for Easy Hack FDO43460
Part V
Module
chart2
pushed:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=0eac98aa742e8e76ebb1af91b32bd02e04b2e20a
Thank you!
Ivan
___
Li
On 12/10/2011 02:57 PM, Tomas Hlavaty wrote:
There seems to be agreement that the RDB type database should go away.
There are several LO projects that would be affected by this and they
seem rather complex with dependencies. Also, for example the conversion
from uno idl to java and cli goes dire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Please find attached a partial fix for Easy Hack FDO43460
Part VI
Module
codemaker
- --
Olivier Hallot
Founder, Board of Directors Member - The Document Foundation
LibreOffice translation leader for Brazilian Portuguese
+55-21-8822-8812
-BEGIN PG
Hi Olivier,
10.12.2011 23:38, Olivier Hallot пишет:
Please find attached a partial fix for Easy Hack FDO43460
Part IV
Module
basic (small cosmetic fix per demand of Ivan Timofeev)
binaryurp
bridges
ah, I meant doing cosmetics only for future works... Sorry, sometimes I
express my thoughts ve
Hi all,
the bug: https://bugs.freedesktop.org/show_bug.cgi?id=41264
briefly: in the context menus (except the toolbar's ones) icons are not
shown for radio menu items and for checked menu items.
Rainer assigned it to me, so... :)
looking at the drawing code (vcl/source/window/menu.cxx):
Hi all
> Would be great if somebody could check Java 7 more thoroughly, for both
> upcoming LO 3.4.5 and 3.5.
Some findings about Java 7 under Win XP Pro x86 SP3:
Uninstalled Java 6 rev 29.
Run LO 3.4.4. Executed File, Wizard, Letter. Reported missing Java
Run LOdev 3.5.0 Build ID: f923851-7f15f
At 1:24pm -0500 Mon, 12 Dec 2011, Petr Mladek wrote:
Looks good. Please, also make sure that the other repositories are
on this branch. I do the following
./g branch | grep \*
:-) They are; no worries/ But good eye for git vs ./g!
Kevin
___
Li
Hi Mike, Noel, Michael,
First: sorry if I was harsh/unfair before.
Next: "peng" is the sound a gun makes... it's like "bang" or "boom" in English.
> On Mon, 2011-12-12 at 17:36 +0200, Noel Grandin wrote:
>> Any particular preference as to which areas should receive high
>> priority for translati
https://bugs.freedesktop.org/show_bug.cgi?id=37361
--- Comment #45 from Regina Henschel 2011-12-12
10:27:41 PST ---
Nominate "Bug 43749 - EDITING in existing cell content not possible, cursor
jumps to line end"
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
Kevin Hunter píše v Po 12. 12. 2011 v 12:52 -0500:
> At 12:34pm -0500 Mon, 12 Dec 2011, Petr Mladek wrote:
> > Note that I used the correct version 3.4.99.1 for this beta. We use
> > (3.3.99.X also for 3.4 betas). I am sorry that I used 3.5.0.0 for
> > beta0. The 3.5.0.x version are reserved for re
https://bugs.freedesktop.org/show_bug.cgi?id=37361
--- Comment #44 from Rainer Bielefeld
2011-12-12 10:20:54 PST ---
Nominate "Bug 43752 - VIEWING: Rotated flipped shapes in 3.4 drawings loose
rotation opened in 3.5".
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
-
Pedro Lino píše v Po 12. 12. 2011 v 15:46 +:
> Hi Petr
>
> > IMHO, community can't support too many stable versions. Customers who
> > need it, have to pay someone for it. We should leave 3.3 and concentrate
> > on making 3.5 the best release ever.
>
> I couldn't agree more. But someone made
At 12:34pm -0500 Mon, 12 Dec 2011, Petr Mladek wrote:
Note that I used the correct version 3.4.99.1 for this beta. We use
(3.3.99.X also for 3.4 betas). I am sorry that I used 3.5.0.0 for
beta0. The 3.5.0.x version are reserved for release candidates.
./g fetch --tags
./g checkout -b tag-libre
On Mon, Dec 12, 2011 at 04:22:44PM +0100, Fridrich Strba wrote:
> I have impression I fixed it with the CPPFLAGS in the
> configure_command.
Yes, I wrote after too quick a glance, indeed the right -I for
libpq-fe.h was there. However, the right -I and -L for internal
OpenSSL were missing, I added
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Em 10-12-2011 19:51, Michael Meeks escreveu:
>
> On Fri, 2011-12-09 at 19:07 +0100, Stephan Bergmann wrote:
>> This and a few more that follow invert the logic -- !sText.getLength()
>> <=> sText.getLength() == 0 <=> sText.isEmpty(). I'll fix tho
Hi Lubos,
On Mon, 2011-12-12 at 16:30 +0100, Lubos Lunak wrote:
> I'd like to propose changes to the SAL_INFO etc. family of the new logging
> functions that would replace the somewhat strange usage
>
> SAL_INFO("foo", "string " << s << " of length " << n)
>
> with
>
> SAL_INFO("foo", "strin
Hi,
please note that the commit deadline for 3.4.5-rc1 is postponed to
tomorrow (Tuesday), December 13, 2011.
It is one day later than it was originally planed. It is because the
release build machines are be busy with the delayed 3.5.0-beta1
release.
The branch libreoffice-3-4-5 is going to be
On Monday 12 of December 2011, Lubos Lunak wrote:
> Attached source code has a testing implementation of the format function and
> a simple logging macro.
In case somebody actually tries to build it :), the easiest way seems to be:
g++ -Wall -O2 -save-temps
a.cxx -DUNX -DLINUX -I$LODIR/solver/u
Hi,
there have been created the libreoffice-3.4.99.1 tag for 3.5.0-beta1 release.
The corresponding official builds will be available within 4 days or so.
It was delayed by few days because there were several build problems
caused by the hectic atmosphere around the feature freeze. Also we
did so
Winfried Donkers schrieb:
last week my patch for bug 36874 (wrong paper size with labels in
writer) was pushed. It also patches bugs 34271, 35104, 35272 and
41755 which IMHO are duplicates of 36874. These can be closed, (a
little bit of cleaning up the bugs :) )
Winfried
Hi Winfried,
thx f
last week my patch for bug 36874 (wrong paper size with labels in writer) was
pushed.
It also patches bugs 34271, 35104, 35272 and 41755 which IMHO are duplicates of
36874.
These can be closed, (a little bit of cleaning up the bugs :) )
Winfried
___
L
Petr Mladek píše v Po 12. 12. 2011 v 16:57 +0100:
> So, I am going to use the following commits for beta1:
>
> core: 35c8573c2d544bfbc7868cb20afcb0439b4fdafc
> binfilter:7f15fcac486ea45c3ca77db7f93506850a022e5e
> dictionaries: 95bcc5e8d51b8d8e153400380d522fb603c5b894
> help: 4c
On Sat, 2011-12-10 at 19:24 +0100, Marcel Metz wrote:
> ---
> svl/source/misc/inettype.cxx | 38 ++
> 1 files changed, 22 insertions(+), 16 deletions(-)
Looks good, even turns out far more readable with all those pesky casts
removed. Pushed now, thanks for th
On Sat, 2011-12-10 at 19:24 +0100, Marcel Metz wrote:
> ---
> cui/source/options/optasian.cxx | 73
> +++
> 1 files changed, 36 insertions(+), 37 deletions(-)
>
Looks reasonable, pushed now, thanks for this.
C.
p.s.
I made one mod of
DBG_ASSERT(pImp, "lan
On Mon, 2011-12-12 at 20:10 +0400, Ivan Timofeev wrote:
> i.e. ! is missed in replacement.
Indeed, fixed up now.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
On Sat, 2011-12-10 at 19:24 +0100, Marcel Metz wrote:
> ---
> cui/source/dialogs/pastedlg.cxx | 20
> cui/source/inc/pastedlg.hxx |4 ++--
> 2 files changed, 14 insertions(+), 10 deletions(-)
Looks good, pushed, thanks for this :-)
C.
_
On Mon, 2011-12-12 at 16:05 +, Caolán McNamara wrote:
> On Sat, 2011-12-10 at 19:23 +0100, Marcel Metz wrote:
> > Hello lo-devs,
> >
> > This patch series replaces some DECLARE_TABLE macros with
> > the std::map equivalent.
>
> Looks good to me. Thanks for this, pushed now.
oh wait...
- els
12.12.2011 20:05, Caolán McNamara пишет:
On Sat, 2011-12-10 at 19:23 +0100, Marcel Metz wrote:
Hello lo-devs,
This patch series replaces some DECLARE_TABLE macros with
the std::map equivalent.
Looks good to me. Thanks for this, pushed now.
Hmm... looking at this I think that
- else if ( !m
On Sat, 2011-12-10 at 19:23 +0100, Marcel Metz wrote:
> Hello lo-devs,
>
> This patch series replaces some DECLARE_TABLE macros with
> the std::map equivalent.
Looks good to me. Thanks for this, pushed now.
C.
___
LibreOffice mailing list
LibreOffice@
On Mon, 2011-12-12 at 17:36 +0200, Noel Grandin wrote:
> Any particular preference as to which areas should receive high
> priority for translations?
Oooh :-) well, svx/ would be a great thing to get to grips with: not at
the bottom of the system (ie. fairly simple) like vcl, and lots of
Rainer Bielefeld píše v So 10. 12. 2011 v 10:56 +0100:
> Petr Mladek schrieb:
>
> > could you please do some testing with the last daily builds from the
> > libreoffice-3-5 branch? See below where to get them.
>
> Hi,
>
> I have been testing for some hours doing my normal daily work without
> b
Hi Astron,
On Mon, 2011-12-12 at 15:44 +0100, Stefan Knorr (Astron) wrote:
> Michael's suggestion sounds great to me.
:-)
> If I may make another suggestion, is there a way to move most of
> ../default_images to ../ooo_custom_images/galaxy. Then,
So - I guess you want to use 'gi
Hi Petr
> IMHO, community can't support too many stable versions. Customers who
> need it, have to pay someone for it. We should leave 3.3 and concentrate
> on making 3.5 the best release ever.
I couldn't agree more. But someone made up this concept of "rock
solid" and "Enterprise ready". To make
Hi Lionel,
On 2011-12-11 at 10:58 +0100, lio...@mamane.lu wrote:
> Just to make sure someone that knows that part of the code gets a
> notice (rather than only unrelated people):
>
> There seems to be a failure in sfx2/sdi/sfxitems.sdi
> (see attachment and
> http://tinderbox.libreoffice.org/cgi
On Mon, 2011-12-12 at 16:11 +0100, Stefan Knorr (Astron) wrote:
> Please also note that there's no real need to translate stuff in
> binfilter, as it will be removed sooner or later anyway.
Ah ! so there is a need to add a filter to find-german-comments: to
hide the binfilter :-)
Hi
Thanks Stefan.
Any particular preference as to which areas should receive high priority for
translations?
-- Noel
Stefan Knorr (Astron) wrote:
> Hi back,
>
> Please manually check your translations before submitting. This one
> for instance is complete garbage:
> -// Eine STD-Lib erzeug
Hello,
I'd like to propose changes to the SAL_INFO etc. family of the new logging
functions that would replace the somewhat strange usage
SAL_INFO("foo", "string " << s << " of length " << n)
with
SAL_INFO("foo", "string %1 of length %2", s, n )
while still leaving the possibility to do
On 12/12/11 14:39, Maxime de Roucy wrote:
Hi
I checked with a recent master build on Archlinux and it works
perfectly :-).
I also checked with the 3.5 beta on Windows XP but the behaviour of Ctrl
+Enter changed. Now it switch the auto-wrap mode.
I don't know if it's normal or not ...
It is inte
I have impression I fixed it with the CPPFLAGS in the configure_command.
But maybe not. The best would be to check the latest latest latest
checkout, since I was moving that territory quite a lot.
Cheers
F.
On 12/12/11 15:56, Lionel Elie Mamane wrote:
> On Mon, Dec 12, 2011 at 01:49:21PM +0100,
On Mon, Dec 12, 2011 at 03:56:01PM +0100, Lionel Elie Mamane wrote:
> On Mon, Dec 12, 2011 at 01:49:21PM +0100, Alex Thurgood wrote:
>> Le 12/12/2011 09:57, Lionel Elie Mamane a écrit :
Does it mean that the --without-system-postgresql is working now?
>>> On my machine (Debian GNU/Linux amd6
Hi Korrawit,
On 2011-12-07 at 19:10 +0700, Korrawit Pruegsanusak wrote:
> > This is hardcoded so far, so no objection to actually change that to a
> > nicer default :-) How can we test such a change? Would it be enough
> > for you to give you an account on help.libreoffice.org, so that you'd
>
Hi back,
Please manually check your translations before submitting. This one
for instance is complete garbage:
-// Eine STD-Lib erzeugen, sonst macht es Peng!
+// An STD-Lib product, otherwise it just looks good
(~Correct translation: "Create an STD-Lib, otherwise it goes boom." or
someth
On Mon, Dec 12, 2011 at 01:49:21PM +0100, Alex Thurgood wrote:
> Le 12/12/2011 09:57, Lionel Elie Mamane a écrit :
>>> Does it mean that the --without-system-postgresql is working now?
>> On my machine (Debian GNU/Linux amd64), it build and runs (can
>> connect to database and retrieve data). I c
Hey,
There's no patch attached.
Astron.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi
This patch is the result of a collaboration between myself and Mike Whitely.
I machine-translated some German comments using google-translate and then Mike
fixed up the results so the translations
matched the original sense of the German comments :-)
Patch is submitted under MPL/ LGPL3+, a
Lionel Elie Mamane píše v Ne 11. 12. 2011 v 08:13 +0100:
> https://bugs.freedesktop.org/show_bug.cgi?id=34432
> > --- Comment #7 from sasha.libreoff...@gmail.com 2011-12-10 01:08:18 PST ---
> > (In reply to comment #6)
> > > I fixed a few ODBC-64bits problem in the past months and days. Could you
Hi
This patch is the result of a collaboration between myself and Mike Whitely.
I machine-translated some German comments using google-translate and then Mike
fixed up the results so the translations
matched the original sense of the German comments :-)
Patch is submitted under MPL/ LGPL3+, and
Rainer Bielefeld píše v Po 12. 12. 2011 v 13:52 +0100:
> Petr Mladek schrieb:
> > Hi all,
> >
> > as promised, we have created a branch for the stabilization of the
> > 3.5.x releases, called 'libreoffice-3-5'. It is based on master, last
> > pull on December 6, 2011 at about 13pm UTC. See also the
Hi.
Michael's suggestion sounds great to me.
If I may make another suggestion, is there a way to move most of
../default_images to ../ooo_custom_images/galaxy. Then,
../ooo_custom_images could be renamed to ../themes, so things would
look a bit more orderly...
Another thing: all the Industrial i
2011/12/12 Bjoern Michaelsen :
> Hi Andras,
>
> On Mon, Dec 12, 2011 at 02:12:32PM +0100, Andras Timar wrote:
>> OK, I thought so, thanks for confirming. Can you maybe explain the
>> specific example, where I had the bug yesterday, i.e. ucbhelper was
>> the only gbuildified module that tried to mak
Hi
I checked with a recent master build on Archlinux and it works
perfectly :-).
I also checked with the 3.5 beta on Windows XP but the behaviour of Ctrl
+Enter changed. Now it switch the auto-wrap mode.
I don't know if it's normal or not ...
Maxime
Le lundi 12 décembre 2011 à 10:46 +0100, Maxim
Hi Thomas,
On Sat, 2011-12-10 at 14:57 +0100, Tomas Hlavaty wrote:
> I would be happy with LGPLv3+ but I haven't found much on why was MPL
> added and/or preffered for new contributions. Could you please point me
> to some discussions so I can make up my mind on this matter?
Sure; so - t
Hi Andras,
On Mon, Dec 12, 2011 at 02:12:32PM +0100, Andras Timar wrote:
> OK, I thought so, thanks for confirming. Can you maybe explain the
> specific example, where I had the bug yesterday, i.e. ucbhelper was
> the only gbuildified module that tried to make VersionInfo resource
> from shlinfo.r
Pedro Lino píše v Pá 09. 12. 2011 v 20:34 +:
> Hi all
>
> Looking at the Release Plan chart
> http://tdfsc.files.wordpress.com/2011/07/libreoffice-versions.png
> and wiki
> http://wiki.documentfoundation.org/ReleasePlan
> I guess version 3.3.4 is the end of the line for family 3.3.
IMHO, comm
Hi there,
On Sat, 2011-12-10 at 21:15 +0100, NOSpaze wrote:
> WYSIWYG "is an obstacle to writing"? Damn! I knew it! Tell it to the
> LibreOffice team. They need to know it.
Please cross-post user questions and discussion to:
us...@global.libreoffice.org this freedesktop list is exclusivel
Hi Korrawit,
On Sun, 2011-12-11 at 21:39 +0700, Korrawit Pruegsanusak wrote:
> [3] diff as follows:
> diff --git a/configure.in b/configure.in
> index f8aed0e..132e022 100644
> --- a/configure.in
> +++ b/configure.in
> @@ -8034,7 +8034,7 @@ fi
> WITH_THEMES=""
> for theme in $with_theme; do
>
On Mon, Dec 12, 2011 at 01:34:11PM +0100, Fridrich Strba wrote:
> On 12/12/11 10:32, Lionel Elie Mamane wrote:
>>> We bundle OpenSSL with LibreOffice,
>> We do? Oh, great, I had missed that.
> OK, so what I did now is following:
> 1) We build the static library with ssl and ldap support on all
> p
Hi,
The OxygenOffice is not using XPD, so you can remove it if you really want.
Thank you for your notification.
Best regards,
KAMI
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoff
Hi Bjoern,
2011/12/12 Bjoern Michaelsen :
> Hi,
>
> On Sun, Dec 11, 2011 at 03:13:42PM +0100, Andras Timar wrote:
>> I was hacking on VersionInfo resource of Windows executables and I
>> noticed that DLLs built with dmake always have this resource, they
>> include solenv/inc/shlinfo.rc. But DLLs b
Any chance you can come to irc so that we sort it out?
Cheers
Fridrich
On 12/12/11 13:56, Alex Thurgood wrote:
> Le 12/12/2011 13:34, Fridrich Strba a écrit :
>
> Hi Fridrich,
>
>
>> OK, so what I did now is following:
>> 1) We build the static library with ssl and ldap support on all
>> plat
People who think there should be zero regressions are welcome to donate the
necessary time and financial resources to
make it happen.
Michael Meeks wrote:
> Hi Pedro,
>
> On Sat, 2011-12-10 at 11:46 +, Pedro Lino wrote:
>> This isn't simply a matter of checking and reporting bugs. It involve
Hi Pedro,
On Sat, 2011-12-10 at 11:46 +, Pedro Lino wrote:
> This isn't simply a matter of checking and reporting bugs. It involves
> the Quality of a product this Community claims to be Enterprise ready.
> IMO there can be NO regressions.
Having no regressions is really a feature. Th
Le 12/12/2011 13:34, Fridrich Strba a écrit :
Hi Fridrich,
OK, so what I did now is following:
1) We build the static library with ssl and ldap support on all
platforms currently.
2) I patched the postgresql configury so that it has an option
--with-mozldap. This one is used when we use intern
Petr Mladek schrieb:
Hi all,
as promised, we have created a branch for the stabilization of the
3.5.x releases, called 'libreoffice-3-5'. It is based on master, last
pull on December 6, 2011 at about 13pm UTC. See also the tag
libreoffice-3-5-branch-point.
Hello,
I am a little concerned what
Le 12/12/2011 09:57, Lionel Elie Mamane a écrit :
Hi all,
Which suggests --without-system-postgresql is broken, need to
check that out.
Works, at least on Debian GNU/Linux.
Does it mean that the --without-system-postgresql is working now?
On my machine (Debian GNU/Linux amd64), it bu
Hello,
On 12/12/11 10:32, Lionel Elie Mamane wrote:
>> We bundle OpenSSL with LibreOffice,
> We do? Oh, great, I had missed that.
OK, so what I did now is following:
1) We build the static library with ssl and ldap support on all
platforms currently.
2) I patched the postgresql configury so that
On Thu, 2011-12-08 at 10:17 -0200, Olivier Hallot wrote:
> > Anyhow - it looks great; no doubt we should add this to:
> > http://wiki.documentfoundation.org/ReleaseNotes/3.5
> > With suitable credits etc. & close the bug.
...
> Any reason why this patch does not show in 3.5 beta0?
Looks good to me, good to shrink down these monstrosities, pushed now,
thanks for these.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi,
On Sun, Dec 11, 2011 at 03:13:42PM +0100, Andras Timar wrote:
> I was hacking on VersionInfo resource of Windows executables and I
> noticed that DLLs built with dmake always have this resource, they
> include solenv/inc/shlinfo.rc. But DLLs built with gmake does not have
> VersionInfo resourc
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Mihkel Tõnnov changed:
What|Removed |Added
Depends on||41996
--- Comment #43 from Mihkel Tõnnov
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Bug 37361 depends on bug 42694, which changed state.
Bug 42694 Summary: EDITING: Crash when insert Table Control
https://bugs.freedesktop.org/show_bug.cgi?id=42694
What|Old Value |New Value
--
Hi Noel
Thanks a lot, I will test this as soon as my LibreOffice build end.
Le lundi 12 décembre 2011 à 09:31 +, Noel Power a écrit :
> Hi Maxime,
> On 09/12/11 15:24, Kohei Yoshida wrote:
> > Hello Maxime,
> >
> > On Fri, 2011-12-09 at 16:12 +0100, Maxime de Roucy wrote:
> >> Hello
> >>
> >>
On Mon, Dec 12, 2011 at 09:46:37AM +0100, Fridrich Strba wrote:
> On 12/12/11 08:14, Lionel Elie Mamane wrote:
>> I did that because it seemed the easiest thing to do at first
>> sight. However, we are losing the advantage of that, and thus I
>> propose we switch to dynamic linking, and bundling t
1 - 100 of 104 matches
Mail list logo