Re: How to get values for rtlbootstrap.mk in configure?

2012-05-21 Thread David Tardon
On Sat, May 19, 2012 at 11:32:51PM +0200, Matúš Kukan wrote: On 18 May 2012 12:24, David Tardon dtar...@redhat.com wrote: On Fri, May 11, 2012 at 10:40:19PM +0200, Matúš Kukan wrote: There is a comment that the variables (RTL_OS RTL_ARCH) should be set by configure

Re: Branch 'feature/gbuild_testtools' - win mac test request

2012-05-21 Thread David Ostrovsky
Hi, with help of David T. Stephan and Matúš this branch can be merged to master. It would be really nice, if some of you with win mac could test it. If we do not hear anything withing 2 days we would merge it to master anyway ;-) Thanks David On 18.05.2012 12:59, Stephan Bergmann wrote: On

loader.loadComponentFromURL works slow when we are restoring CALC sheet from byte array | loader.loadComponentFromURL

2012-05-21 Thread libreoffice...@gmail.com
Hello, We use OpenOffice.org 3.2.1 Library to restore OOO | LO CALC sheet from byte array and have issue with the performance while using *loader.loadComponentFromURL(private:stream, _default, 0, args) * : I have to get XComponent object and i do it with following code:

[Libreoffice] [GSoC 2011][svg export filter] GSoC project start

2012-05-21 Thread Marco Cecchetti
Hi Thorsten, everyone, so it's time to start working on the project. :) I pushed a new feature branch named feature/svg-export, where I'll commit all contributions I 'm going to provide on GSoC time-frame. At present there are two initial commits: the first one is a technical commit where I

Hackfest in Munich on November 23-25

2012-05-21 Thread Florian Effenberger
Dear Community, we are pleased to announce that the next LibreOffice Hackfest, the event where developers from all over the world gather to work on the code, discuss and have a good time, will take place November 23-25 in Munich, Germany For the second time already, the

Re: Branch 'feature/gbuild_testtools' - win mac test request

2012-05-21 Thread Norbert Thiebaud
On Mon, May 21, 2012 at 1:52 AM, David Ostrovsky david.ostrov...@gmx.de wrote: Hi, with help of David T. Stephan and Matúš this branch can be merged to master. It would be really nice, if some of you with win mac could test it. If we do not hear anything withing 2 days we would merge it to

Re: Branch 'feature/gbuild_testtools' - win mac test request

2012-05-21 Thread d . ostrovsky
Zitat von Norbert Thiebaud nthieb...@gmail.com: On Mon, May 21, 2012 at 1:52 AM, David Ostrovsky david.ostrov...@gmx.de wrote: Hi, with help of David T. Stephan and Matúš this branch can be merged to master. It would be really nice, if some of you with win mac could test it. If we do not

Re: loader.loadComponentFromURL works slow when we are restoring CALC sheet from byte array | loader.loadComponentFromURL

2012-05-21 Thread Michael Meeks
Hi there, On Mon, 2012-05-21 at 10:59 +0400, libreoffice...@gmail.com wrote: We use OpenOffice.org 3.2.1 Library to restore OOO | LO CALC sheet from byte array and have issue with the performance while using loader.loadComponentFromURL(private:stream, _default, 0, args) : Oh

Re: Hackfest in Munich on November 23-25

2012-05-21 Thread Marc Paré
Hi Florian, Le 2012-05-21 03:20, Florian Effenberger a écrit : Dear Community, we are pleased to announce that the next LibreOffice Hackfest, the event where developers from all over the world gather to work on the code, discuss and have a good time, will take place November 23-25 in Munich,

Re: Branch 'feature/gbuild_testtools' - review request

2012-05-21 Thread Stephan Bergmann
On 05/19/2012 11:44 AM, David Ostrovsky wrote: Then of course we have to preserve them! I just pushed another iteration. With new CustomTarget_bridgetest.mk all those batch file are generated now and run without error, magic ;-) Thanks. Works great, yes. I need a decision here: to merge it

Re: lo-commit-stat: why lowercase the first letter?

2012-05-21 Thread Petr Mladek
Korrawit Pruegsanusak píše v Ne 20. 05. 2012 v 11:28 +0700: Hello Petr, all, Seeing a fix in wiki [1], IIUC this is generated by lo-commit-stat, which is intended to lowercase the first letter [2]. By git annotate, this part of code is there since the start, so I would like to ask: * why

Re: [PATCH-3-5] fdo#35270 - kill first-use grammar checker freeze ...

2012-05-21 Thread Michael Meeks
Hi Daniel, On Sun, 2012-05-20 at 19:11 +0200, Daniel Naber wrote: now that this is fixed I searched the archives for the reason LanguageTool is not enabled by default. The slowness you talk about in [1] does not sound like general Java overhead, it sounds like exactly the issue that has

Re: GSoC Week 1

2012-05-21 Thread Tor Lillqvist
Just checking in. I plan to work 10am - 6pm UTC most days with an hour for lunch at 1 or 2, just so you know. Great! Please keep all dicsussion on the libreoffice list (unless specifically private). Cc:ing this reply there. In addition to that I'll be working on building LO for Android on

Re: [REVIEW][3-5] codemaker: write Java 1.5 class files

2012-05-21 Thread Stephan Bergmann
On 05/18/2012 05:53 PM, Michael Stahl wrote: for this reason i'm in favor of immediately dropping support for anything older than Java 1.5 on master, and also on libreoffice-3-5. (i don't actually know what our official Java baseline is, perhaps it is already 1.5?) +1 on requiring a baseline

Re: [PUSHED][REVIEW-3-5] Revert fix for #i86306# prepare against really broken CUPS installations...

2012-05-21 Thread Michael Meeks
On Sat, 2012-05-19 at 20:47 +0100, Caolán McNamara wrote: ah good, that code always really bugged me and it bit me recently in its ability to make a simple crash complicated if it happens while the cups printer discovery is underway so I'd planned to remove it myself. Pushed. Wow -

Re: 5729da1 fdo#42865: privatized unique empty string symbol - change of addsym.awk breaks the build on Mac/PPC

2012-05-21 Thread Stephan Bergmann
On 05/20/2012 05:06 PM, Christian Lohmaier wrote: print _ZNSs4_Rep20_S_empty_rep_storageE*; doesn't break the build. What could also be the problem is that the mangled name is slightly different for Mac OS X PPC. Does nm show any symbol name containing _S_empty_rep_storage, say? Then, a

Re: Porting a Java extension to Python

2012-05-21 Thread Michael Meeks
On Tue, 2012-05-15 at 12:12 +, Ishan Thilina wrote: Thanks a lot!. That solved the problem :-) Cool :-) incidentally, debugging python problems can be really nasty; there is some code in this commit: commit 1a7eee2446dfbe06ac39941473010fc8915ee6e6 Author: Michael Meeks

Re: loader.loadComponentFromURL works slow when we are restoring CALC sheet from byte array | loader.loadComponentFromURL

2012-05-21 Thread Stephan Bergmann
On 05/21/2012 10:28 AM, Michael Meeks wrote: I assume this is from C++ (?) anything else would of course cause tons of bridging overhead in the streams. From the code, it looks more like they are using Java, presumably from a remote process. So any data from the buffer needs to be

Re: 5729da1 fdo#42865: privatized unique empty string symbol - change of addsym.awk breaks the build on Mac/PPC

2012-05-21 Thread Michael Stahl
On 21/05/12 11:46, Stephan Bergmann wrote: On 05/20/2012 05:06 PM, Christian Lohmaier wrote: print _ZNSs4_Rep20_S_empty_rep_storageE*; doesn't break the build. What could also be the problem is that the mangled name is slightly different for Mac OS X PPC. Does nm show any symbol name

[Libreoffice-commits] .: instsetoo_native/inc_openoffice

2012-05-21 Thread Andras Timar
instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf |3 --- 1 file changed, 3 deletions(-) New commits: commit 80cbf517a671b5225c8b3033729d30f5cf721e06 Author: Andras Timar ati...@suse.com Date: Mon May 21 11:47:10 2012 +0200 MSI: remove unused string

Re: 5729da1 fdo#42865: privatized unique empty string symbol - change of addsym.awk breaks the build on Mac/PPC

2012-05-21 Thread Christian Lohmaier
Hi Stephan, *, On Mon, May 21, 2012 at 11:46 AM, Stephan Bergmann sberg...@redhat.com wrote: On 05/20/2012 05:06 PM, Christian Lohmaier wrote: print _ZNSs4_Rep20_S_empty_rep_storageE*; doesn't break the build. What could also be the problem is that the mangled name is slightly different

Re: 5729da1 fdo#42865: privatized unique empty string symbol - change of addsym.awk breaks the build on Mac/PPC

2012-05-21 Thread Christian Lohmaier
Hi Michael, *, On Mon, May 21, 2012 at 12:08 PM, Michael Stahl mst...@redhat.com wrote: On 21/05/12 11:46, Stephan Bergmann wrote: On 05/20/2012 05:06 PM, Christian Lohmaier wrote: print _ZNSs4_Rep20_S_empty_rep_storageE*; [...] also, you'd have to check in libstdc++ because the debug mode

[Libreoffice-commits] .: scp2/inc scp2/source

2012-05-21 Thread Jesús Corrius
scp2/inc/macros.inc | 12 + scp2/source/base/registryitem_base.scp |8 +++ scp2/source/calc/registryitem_calc.scp | 40 scp2/source/draw/registryitem_draw.scp | 40

Re: lo-commit-stat: why lowercase the first letter?

2012-05-21 Thread Christian Lohmaier
Hi Petr, *, On Mon, May 21, 2012 at 10:51 AM, Petr Mladek pmla...@suse.cz wrote: Korrawit Pruegsanusak píše v Ne 20. 05. 2012 v 11:28 +0700: Hello Petr, all, [*] I do not have any string opinion whether lower or uppercase letter    is better. Maybe, we should use upper case because there are

Re: [Libreoffice] [GSoC 2011][svg export filter] GSoC project start

2012-05-21 Thread Christian Lohmaier
Hi Marco, On Mon, May 21, 2012 at 9:12 AM, Marco Cecchetti mrcek...@gmail.com wrote: Hi Thorsten, everyone, so it's time to start working on the project. :) I pushed a new feature branch named feature/svg-export, where I'll commit all contributions I 'm going to provide on GSoC time-frame.

Re: 5729da1 fdo#42865: privatized unique empty string symbol - change of addsym.awk breaks the build on Mac/PPC

2012-05-21 Thread Stephan Bergmann
On 05/21/2012 12:32 PM, Christian Lohmaier wrote: On Mon, May 21, 2012 at 12:08 PM, Michael Stahlmst...@redhat.com wrote: On 21/05/12 11:46, Stephan Bergmann wrote: On 05/20/2012 05:06 PM, Christian Lohmaier wrote: print _ZNSs4_Rep20_S_empty_rep_storageE*; [...] also, you'd have to check in

Re: loader.loadComponentFromURL works slow when we are restoring CALC sheet from byte array | loader.loadComponentFromURL

2012-05-21 Thread Michael Meeks
On Mon, 2012-05-21 at 12:03 +0200, Stephan Bergmann wrote: On 05/21/2012 10:28 AM, Michael Meeks wrote: I assume this is from C++ (?) anything else would of course cause tons of bridging overhead in the streams. From the code, it looks more like they are using Java, presumably from

[Libreoffice-commits] .: solenv/bin

2012-05-21 Thread Christian Lohmaier
solenv/bin/addsym.awk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9b72a692ee3ef3381a0881ead4afa5bd73fff776 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Mon May 21 13:19:56 2012 +0200 don't let the Mac/PPC linker complain when the

Re: [PATCH-3-5] fdo#35270 - kill first-use grammar checker freeze ...

2012-05-21 Thread Olivier R.
Hello Michael, Michael Meeks-2 wrote Beyond that - I've no idea :-) presumably there are philosophical differences between lightproof and languagetool that I'm not clued-up on. It'd be interesting to hear what Laszlo you think about it, and other people's views on the list ...

Re: GSoC Week 1

2012-05-21 Thread Iain Billett
You just need to pass in some options to autogen.sh; this should word: CC_FOR_BUILD=ccache clang -arch i386 -mmacosx-version-min=10.6 CXX_FOR_BUILD=ccache clang++ -arch i386 -mmacosx-version-min=10.6 --with-build-platform-configure-options=--with-macosx-version-min-required=10.6

Re: GSoC Week 1

2012-05-21 Thread Tor Lillqvist
Ah, yes. With a current Xcode 4.3, the automake and autoconf tools are no longer included, sigh, not even when you add the command-line tools (or whatever they are called, don't recall exactly). (aclocal is part of the automake package.) You need to download tarballs for some recent version of

[Libreoffice-commits] .: 2 commits - sc/source

2012-05-21 Thread Markus Mohrhard
sc/source/core/data/colorscale.cxx|4 ++-- sc/source/filter/oox/condformatbuffer.cxx |1 + sc/source/filter/oox/extlstcontext.cxx|2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) New commits: commit aaf0b2faab845c624e568d6e1acbc501f5f355cb Author: Markus Mohrhard

REMINDER: Release 3.5.4-rc2 from libreoffice-3-5-4 branch

2012-05-21 Thread Petr Mladek
Hi, please note that the commit deadline for 3.5.4-rc2 is today, May 21, 2012. It will be used as LO-3.5.4 final if no blocker is reported. See also http://wiki.documentfoundation.org/ReleasePlan#3.5_release http://wiki.documentfoundation.org/Release_Criteria

Re: lo-commit-stat: why lowercase the first letter?

2012-05-21 Thread Korrawit Pruegsanusak
Hello Petr, Christian, all, On Mon, May 21, 2012 at 5:38 PM, Christian Lohmaier lohmaier+libreoff...@googlemail.com wrote: On Mon, May 21, 2012 at 10:51 AM, Petr Mladek pmla...@suse.cz wrote:    Also there is problem with shortcats, for example, the script    sometimes replaces XML with xML

Re: [PATCH-3-5] fdo#35270 - kill first-use grammar checker freeze ...

2012-05-21 Thread Olivier R.
Hello Daniel, Daniel Naber-2 wrote now that this is fixed I searched the archives for the reason LanguageTool is not enabled by default. LanguageTool should be split in modules per language, for it prevents to use other grammar checkers. At the moment, when you install LT, you install it

[Libreoffice-commits] .: 3 commits - connectivity/source dbaccess/source filter/source sd/source stoc/source svx/source toolkit/source xmlscript/source

2012-05-21 Thread Takeshi Abe
connectivity/source/commontools/TKeys.cxx|1 - connectivity/source/commontools/dbtools.cxx |4 connectivity/source/drivers/ado/ADriver.cxx |2 -- connectivity/source/drivers/flat/EConnection.cxx |

[Libreoffice-commits] .: sc/qa

2012-05-21 Thread Eike Rathke
sc/qa/unit/ucalc.cxx | 77 +-- 1 file changed, 57 insertions(+), 20 deletions(-) New commits: commit 485792374600cd9919ab6edf201e8bd97d640261 Author: Eike Rathke er...@redhat.com Date: Mon May 21 15:48:07 2012 +0200 added unit tests for

[Libreoffice-commits] .: sc/inc sc/source

2012-05-21 Thread Markus Mohrhard
sc/inc/colorscale.hxx |8 ++ sc/source/core/data/colorscale.cxx| 106 ++ sc/source/filter/inc/condformatbuffer.hxx |4 - sc/source/filter/oox/condformatbuffer.cxx | 10 +- 4 files changed, 109 insertions(+), 19 deletions(-) New

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - jpeg/makefile.mk jpeg/struct_alignment.patch

2012-05-21 Thread Petr Mladek
jpeg/makefile.mk|9 +--- jpeg/struct_alignment.patch | 48 2 files changed, 54 insertions(+), 3 deletions(-) New commits: commit a220ec769d6489df7f3dd01cf25ea59dfd793276 Author: Christian Lohmaier

[Libreoffice-commits] .: vcl/unx

2012-05-21 Thread Bjoern Michaelsen
vcl/unx/gtk/window/gtkframe.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 21f8ec1c49efd716669ca55ab946fadd5c97bb7e Author: Bjoern Michaelsen bjoern.michael...@canonical.com Date: Sun May 20 00:25:07 2012 +0200 fdo#50173: fix Styles and Formatting gtk crasher -

Re: [REVIEW:3-5-4] fdo#47035: Fix loading saving of jpeg files on Mac/PPC

2012-05-21 Thread Petr Mladek
Christian Lohmaier píše v So 19. 05. 2012 v 14:12 +0200: Hi *, please review and pick for 3.5 3.5.4 if possible. It is Mac PPC only, and no change of the logic of the code, but just reordering to avoid padding of elements in two structs in libjpeg. bug:

Re: [REVIEW:3-5-4] fdo#47035: Fix loading saving of jpeg files on Mac/PPC

2012-05-21 Thread Tor Lillqvist
We need two more approvals for 3-5-4. If one more from SUSE counts, +1. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [REVIEW:3-5-4] fdo#47035: Fix loading saving of jpeg files on Mac/PPC

2012-05-21 Thread Fridrich Strba
+1 from me for 3.5.4 F. On 21/05/12 16:08, Petr Mladek wrote: Christian Lohmaier píše v So 19. 05. 2012 v 14:12 +0200: Hi *, please review and pick for 3.5 3.5.4 if possible. It is Mac PPC only, and no change of the logic of the code, but just reordering to avoid padding of elements in

Re: [REVIEWED] [3.5-4] crasher fdo#45987

2012-05-21 Thread Noel Power
On 18/05/12 19:39, Kohei Yoshida wrote: On Fri, May 18, 2012 at 1:43 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Hello Noel, Kohei, I think [1] is a better patch for 3-5. I'm still not happy with it because I had hoped that we could init the number of sheets already in the

[Libreoffice-commits] .: Branch 'libreoffice-3-5-4' - sc/source

2012-05-21 Thread Petr Mladek
sc/source/ui/view/viewdata.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 6c24c4f0becb40ac0450ccdb49c9af4ebcbd581b Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri May 18 19:34:11 2012 +0200 ensure that number of tabs is correctly set in ScViewData,

Re: [PUSHED:3-5-4] crasher fdo#45987

2012-05-21 Thread Petr Mladek
Kohei Yoshida píše v Pá 18. 05. 2012 v 14:39 -0400: On Fri, May 18, 2012 at 1:43 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Hello Noel, Kohei, I think [1] is a better patch for 3-5. I'm still not happy with it because I had hoped that we could init the number of sheets

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - vcl/unx

2012-05-21 Thread Bjoern Michaelsen
vcl/unx/gtk/window/gtkframe.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 4e9eca4feb3115869107d71db464a08448a001aa Author: Bjoern Michaelsen bjoern.michael...@canonical.com Date: Sun May 20 00:25:07 2012 +0200 fdo#50173: fix Styles and Formatting gtk crasher -

Re: [REVIEW:3-5-4] fdo#47035: Fix loading saving of jpeg files on Mac/PPC

2012-05-21 Thread Norbert Thiebaud
On Mon, May 21, 2012 at 7:08 AM, Petr Mladek pmla...@suse.cz wrote: Christian Lohmaier píše v So 19. 05. 2012 v 14:12 +0200: Hi *, please review and pick for 3.5 3.5.4 if possible. It is Mac PPC only, and no change of the logic of the code, but just reordering to avoid padding of elements

[Libreoffice-commits] .: Branch 'libreoffice-3-5-4' - 2 commits - jpeg/makefile.mk jpeg/struct_alignment.patch

2012-05-21 Thread Petr Mladek
jpeg/makefile.mk|9 +--- jpeg/struct_alignment.patch | 48 2 files changed, 54 insertions(+), 3 deletions(-) New commits: commit d4f45305ecdb38d3c2b5f91ec4f29cb89e29f770 Author: Christian Lohmaier

[Libreoffice-commits] .: Branch 'libreoffice-3-5-4' - vcl/unx

2012-05-21 Thread Bjoern Michaelsen
vcl/unx/gtk/window/gtkframe.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 5ae02ce08a270ea7a5c0dd6d37d95a29be2cbbf0 Author: Bjoern Michaelsen bjoern.michael...@canonical.com Date: Sun May 20 00:25:07 2012 +0200 fdo#50173: fix Styles and Formatting gtk crasher -

[Libreoffice-commits] .: Branch 'feature/svg-export' - filter/source

2012-05-21 Thread Marco Cecchetti
filter/source/svg/svgexport.cxx | 18 ++ 1 file changed, 18 insertions(+) New commits: commit 0fb8a4ef462f53ec8ac8aa0ff8bc78884e0d223d Author: Marco Cecchetti mrcek...@gmail.com Date: Mon May 21 16:08:11 2012 +0200 In order to fix bug 43060 the width and height

Re: [PUSHED:3-5-4] fdo#47035: Fix loading saving of jpeg files on Mac/PPC

2012-05-21 Thread Petr Mladek
Fridrich Strba píše v Po 21. 05. 2012 v 16:12 +0200: +1 from me for 3.5.4 Thanks for approvals. This was the third one = pushed into 3-5-4 branch, see http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-5-4id=20987a1d0ec675f3a23a4be58eb7309f60fc62de

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 47644, which changed state. Bug 47644 Summary: FILEOPEN: Huge load time and CPU load with .doc file https://bugs.freedesktop.org/show_bug.cgi?id=47644 What|Old Value |New Value

Re: [Libreoffice] [GSoC 2011][svg export filter] GSoC project start

2012-05-21 Thread Marco Cecchetti
On Mon, 21 May 2012 12:45:37 +0200, Christian Lohmaier lohmaier+libreoff...@googlemail.com wrote: Hi Marco, On Mon, May 21, 2012 at 9:12 AM, Marco Cecchetti mrcek...@gmail.com wrote: Hi Thorsten, everyone, so it's time to start working on the project. :) I pushed a new feature branch

[Libreoffice-commits] .: writerfilter/Library_writerfilter.mk

2012-05-21 Thread Matus Kukan
writerfilter/Library_writerfilter.mk |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 4283c433b91bb2b1d9479bc071d8c02e0c3c4d69 Author: Matúš Kukan matus.ku...@gmail.com Date: Sat May 19 10:10:16 2012 +0200 add dependency on generated files

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 3 commits - bin/lo-commit-stat

2012-05-21 Thread Petr Mladek
bin/lo-commit-stat | 149 ++--- 1 file changed, 108 insertions(+), 41 deletions(-) New commits: commit 3284aaff33c4fa875053798439d5a1ed69c00a82 Author: Petr Mladek pmla...@suse.cz Date: Fri May 18 18:02:37 2012 +0200 lo-commit-stat: problem

[Libreoffice-commits] .: Branch 'libreoffice-3-5-4' - 3 commits - bin/lo-commit-stat

2012-05-21 Thread Petr Mladek
bin/lo-commit-stat | 149 ++--- 1 file changed, 108 insertions(+), 41 deletions(-) New commits: commit 11f2d5842c45624f540becab4cc6833642e24b26 Author: Petr Mladek pmla...@suse.cz Date: Fri May 18 18:02:37 2012 +0200 lo-commit-stat: problem

Re: feature/gbuild_scp2 is ready for review

2012-05-21 Thread David Tardon
On Sun, May 20, 2012 at 02:08:04PM -0500, Norbert Thiebaud wrote: ok, after some back and forth the result, on Mac, is: Okay, so this simple comparison is useless in practice. I uploaded a new version of the script that does the comparison in two steps: in first step it removes the Dirs and

[Libreoffice-commits] .: bin/lo-commit-stat

2012-05-21 Thread Petr Mladek
bin/lo-commit-stat |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 521ae23254b6fbf45d27cc76354bc774a453baf7 Author: Ivan Timofeev timofeev@gmail.com Date: Mon May 21 16:54:25 2012 +0200 lo-commit-stat: use utf8 to be able to query a dash in the bug title

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - bin/lo-commit-stat

2012-05-21 Thread Petr Mladek
bin/lo-commit-stat |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit ef4e83c698fa065de3242564d8c4e7aab5e86dd7 Author: Ivan Timofeev timofeev@gmail.com Date: Mon May 21 16:54:25 2012 +0200 lo-commit-stat: use utf8 to be able to query a dash in the bug title

[Libreoffice-commits] .: Branch 'libreoffice-3-5-4' - bin/lo-commit-stat

2012-05-21 Thread Petr Mladek
bin/lo-commit-stat |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 000a9304b79b2825c6f0606649b4971673667f62 Author: Ivan Timofeev timofeev@gmail.com Date: Mon May 21 16:54:25 2012 +0200 lo-commit-stat: use utf8 to be able to query a dash in the bug title

Re: [PUSHED:3-5-4] Release notes: use bug titles instead of commit messages if possible

2012-05-21 Thread Petr Mladek
Ivan Timofeev píše v Pá 18. 05. 2012 v 20:44 +0400: On 18.05.2012 20:21, Petr Mladek wrote: 2. The titles from other bugzillas were ignored because - in the title was wide character here. I am not sure why it worked for you. Probably something with UTF-8 locales. Anyway, I solved

Re: --enable-debug vs --enable-symbols (Re: [Libreoffice-commits] .: 12 commits - config_host.mk.in configure.in filter/source oox/source sal/inc sc/source solenv/gbuild toolkit/source xmlhelp/source)

2012-05-21 Thread Lubos Lunak
On Friday 18 of May 2012, Stephan Bergmann wrote: On 05/18/2012 04:05 PM, Lubos Lunak wrote: On Friday 18 of May 2012, Stephan Bergmann wrote: On 05/16/2012 05:01 PM, Lubos Lunak wrote: - non-debug/dbgutils (i.e. also the default) - -O2 - symbols - -g (probably even -g1, if this is

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 47644, which changed state. Bug 47644 Summary: FILEOPEN: Huge load time and CPU load with .doc file https://bugs.freedesktop.org/show_bug.cgi?id=47644 What|Old Value |New Value

Re: [PUSHED:3-5][REVIEW:3-5-4?] fdo#48914 uninstall process should remove .pyc files from install directory

2012-05-21 Thread Petr Mladek
David Tardon píše v Pá 18. 05. 2012 v 12:44 +0200: On Wed, May 16, 2012 at 12:56:47PM +0200, Andras Timar wrote: Hi, When install location is writable to user (typical on Windows XP), Python generates .pyc files. We can remove them using the RemoveFile table in MSI. We generate an

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Depends on||50173 --

Re: --enable-debug vs --enable-symbols (Re: [Libreoffice-commits] .: 12 commits - config_host.mk.in configure.in filter/source oox/source sal/inc sc/source solenv/gbuild toolkit/source xmlhelp/source)

2012-05-21 Thread Stephan Bergmann
On 05/21/2012 05:10 PM, Lubos Lunak wrote: On Friday 18 of May 2012, Stephan Bergmann wrote: Ah, you wanted --enable-dbgutil to disable -O2, the same way that --enable-debug does. Had missed that point. Hm, as I said, I prefer my --enable-dbgutil --disable-debug builds to be -O2. What is

Re: [REVIEW][3-5] fdo#42865, SVN 1.7, etc.

2012-05-21 Thread Michael Stahl
On 18/05/12 17:28, Michael Stahl wrote: * fdo#42865 the --enable-dbgutil only problem of _GLIBCXX_DEBUG adding a new symbol with unique linkage has re-surfaced and spread further, most likely due to the new std::string based SAL_LOG stuff; strangely it seems to work on Fedora 16 but on 17 it

[Libreoffice-commits] .: 2 commits - editeng/source solenv/gbuild

2012-05-21 Thread Michael Stahl
editeng/source/items/frmitems.cxx | 43 +++--- solenv/gbuild/SdiTarget.mk|4 +++ 2 files changed, 44 insertions(+), 3 deletions(-) New commits: commit e81f02795425f2fcd910c9845adc8e9b919833f4 Author: Michael Stahl mst...@redhat.com Date: Mon May 21

fdo#40874 border macro regression

2012-05-21 Thread Michael Stahl
running macros that set borders is broken since 3.4, this commit should fix it and go into libreoffice-3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?id=18ab7f52ebf78f41f824b2245a8a180d97081716 ___ LibreOffice mailing list

[REVIEW][3-5] Re: fdo#40874 border macro regression

2012-05-21 Thread Michael Stahl
argh, set subject accordingly... On 21/05/12 18:42, Michael Stahl wrote: running macros that set borders is broken since 3.4, this commit should fix it and go into libreoffice-3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?id=18ab7f52ebf78f41f824b2245a8a180d97081716

[Libreoffice-commits] .: codemaker/source

2012-05-21 Thread Michael Stahl
codemaker/source/javamaker/classfile.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 26643fb59e0005f0bc83708b785d20d62d8e7411 Author: Michael Stahl mst...@redhat.com Date: Fri May 18 00:50:25 2012 +0200 codemaker: write version 49 (1.5) class files

UPDATE: Swedish hunspell dictionary

2012-05-21 Thread Göran Andersson
The Swedish spell checking dictionary has been updated. The latest version, 2.5, is available at http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan (it can also be downloaded from http://code.google.com/p/dsso/downloads/list ). There are now

Re: --enable-debug vs --enable-symbols (Re: [Libreoffice-commits] .: 12 commits - config_host.mk.in configure.in filter/source oox/source sal/inc sc/source solenv/gbuild toolkit/source xmlhelp/source)

2012-05-21 Thread Pierre-André Jacquod
Hello, On 05/20/2012 11:24 PM, Norbert Thiebaud wrote: On Wed, May 16, 2012 at 11:30 PM, Pierre-André Jacquod pjacq...@alumni.ethz.ch wrote: expecting to get symbols without optimization, not wanting all asserts outputs. If you are intending to debug why wouldn't you want the misnamed

[Libreoffice-commits] .: 3 commits - instsetoo_native/inc_openoffice solenv/bin

2012-05-21 Thread Andras Timar
instsetoo_native/inc_openoffice/windows/msi_languages/LaunchCo.ulf |2 -- instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf |6 +++--- instsetoo_native/inc_openoffice/windows/msi_languages/SIS.ulf |8 +---

Re: GSoC Week 1

2012-05-21 Thread Michael Stahl
On 21/05/12 13:45, Tor Lillqvist wrote: You need to download tarballs for some recent version of automake and autoconf, configure and install them somewhere, like /usr/local. A bit of bother, yes. I wonder if we should start including a pre-autogened configure script somewhere in the git tree.

[PATCH] fdo#50162 merge rtlbootstrap.mk into configure.in

2012-05-21 Thread David Ostrovsky
Hi, with this patch sal/rtl/source/macro.hxx is merged into configure process and rtlbootstrap.mk is not generated any more. Btw, it seems that we still do not have native 64-bit MacOS X port, why? cat configure.in [...] darwin*) [...] i*86|x86_64) CPU=I CPUNAME=INTEL

Re: --enable-debug vs --enable-symbols (Re: [Libreoffice-commits] .: 12 commits - config_host.mk.in configure.in filter/source oox/source sal/inc sc/source solenv/gbuild toolkit/source xmlhelp/source)

2012-05-21 Thread Michael Meeks
On Mon, 2012-05-21 at 18:06 +0200, Stephan Bergmann wrote: I rarely use a debugger to step through code, so I prefer to avoid the Egad - is this thread still going on :-) Could we create a set of the pros / cons a concrete proposal for the ESC call on Thursday ? Thanks,

License statement: Dwayne Bailey

2012-05-21 Thread Dwayne Bailey
Hi All, All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. -- Dwayne Bailey +27 12 460 1095 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

main in libsofficeapp ...

2012-05-21 Thread Michael Meeks
Hi Michael, commit c7458a4a71a1e875e03772b0f6e8ad9e1a982006 Author: Michael Stahl mst...@redhat.com Date: Mon Mar 12 16:24:34 2012 +0100 desktop: libsofficeapp shouln't need a main() Is that a random cleanup, or something that fixes an issue ? if the latter, which issue ? :-)

css::uno::DeploymentException

2012-05-21 Thread Terrence Enger
First, my thanks to Caolán McNamara and Stephan Bergmann for helping me with my build problems. Now, my build is successful, but soffice.bin falls over quickly with css::uno::DeploymentException. Before the program ends, I see ten exceptions being thrown and caught; the attachment has a

[PATCH] Corrected max inital worksheet number in debughelper message

2012-05-21 Thread Albert Thuswaldner
Hi, A simple fix of a debughelper message, which I forgot to correct in one of my previous path. /Albert From b4e9b7ff4c371b18d787d5482c28f219f018af84 Mon Sep 17 00:00:00 2001 From: Albert Thuswaldner albert.thuswald...@gmail.com Date: Mon, 21 May 2012 23:02:12 +0200 Subject: [PATCH] Corrected max

Re: main in libsofficeapp ...

2012-05-21 Thread Michael Stahl
On 21/05/12 23:08, Michael Meeks wrote: Hi Michael, commit c7458a4a71a1e875e03772b0f6e8ad9e1a982006 Author: Michael Stahl mst...@redhat.com Date: Mon Mar 12 16:24:34 2012 +0100 desktop: libsofficeapp shouln't need a main() Is that a random cleanup, or something that fixes

Re: [PATCH] [WIP] fdo#45747 - [EasyHack] remove the limitation to 3 sort entries in calc, part 2

2012-05-21 Thread Albert Thuswaldner
Hi Markus, Forgot to CC the list in my previous mail, sorry for the noise. The patch in the last mail was also wrong. On Fri, May 18, 2012 at 12:10 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Hello Albert, Sorry that it took me a bit to review your patch but my master trees are

Re: css::uno::DeploymentException

2012-05-21 Thread Michael Stahl
On 21/05/12 23:14, Terrence Enger wrote: ServiceManager::readRdbFile() throws css::uno::DeploymentException. The program is well on its way to falling over. e.Message in the thrown exception says, with newlines inserted freely, ...

Re: [Libreoffice] [GSoC 2011][svg export filter] GSoC project start

2012-05-21 Thread Thorsten Behrens
Marco Cecchetti wrote: At present there are two initial commits: the first one is a technical commit where I fixed some indentation issue, the second is an improvement of the Python script that generates the c++ header from the JavaScript engine: now debug printers are turned off

Re: [PATCH] fdo#50162 merge rtlbootstrap.mk into configure.in

2012-05-21 Thread Rene Engelhard
Hi, On Mon, May 21, 2012 at 09:39:52PM +0200, David Ostrovsky wrote: with this patch sal/rtl/source/macro.hxx is merged into configure process and rtlbootstrap.mk is not generated any more. arm*) CPU=R CPUNAME=ARM +RTL_ARCH=ARM_EABI EPM_FLAGS=-a arm

Re: [Libreoffice] [GSoC 2011][svg export filter] GSoC project start

2012-05-21 Thread Christian Lohmaier
Hi *, On Mon, May 21, 2012 at 4:32 PM, Marco Cecchetti mrcek...@gmail.com wrote: On Mon, 21 May 2012 12:45:37 +0200, Christian Lohmaier lohmaier+libreoff...@googlemail.com wrote: https://bugs.freedesktop.org/show_bug.cgi?id=43060 So please put * use coordinate system that all tools agree

Re: [PUSHED:3-5-4] fdo#47035: Fix loading saving of jpeg files on Mac/PPC

2012-05-21 Thread Christian Lohmaier
HI *, On Mon, May 21, 2012 at 4:30 PM, Petr Mladek pmla...@suse.cz wrote: Fridrich Strba píše v Po 21. 05. 2012 v 16:12 +0200: +1 from me for 3.5.4 Thanks for approvals. This was the third one = pushed into 3-5-4 branch, see

[Libreoffice-commits] .: scp2/source

2012-05-21 Thread Jesús Corrius
scp2/source/base/registryitem_base.scp |8 +++ scp2/source/calc/registryitem_calc.scp | 32 +++ scp2/source/draw/registryitem_draw.scp | 32 +++ scp2/source/impress/registryitem_impress.scp | 32 +++

Re: [PATCH-3-5] fdo#35270 - kill first-use grammar checker freeze ...

2012-05-21 Thread Daniel Naber
On Montag, 21. Mai 2012, Olivier R. wrote: Hello Olivier, The differences look imho more technical than philosophical, even if there are specific features in both of them. thanks for your explanations of the LT/Lightproof differences. Another solution might be to tag Hunspell dictionaries

Re: css::uno::DeploymentException

2012-05-21 Thread Terrence Enger
On Mon, 2012-05-21 at 23:22 +0200, Michael Stahl wrote: you are probably running into this problem, which can be resolved by deleting something from your user profile: http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/28734 Heh, heh, heh. When I was watching the

Re: [PATCH] fdo#50162 merge rtlbootstrap.mk into configure.in

2012-05-21 Thread David Tardon
On Mon, May 21, 2012 at 11:17:23PM +0200, Rene Engelhard wrote: I actually think that getting these values from what the compiler gives is safest as that one *does* know what it's supoosed to compile for. The point is that determination of values for THIS_OS and THIS_ARCH in

[Libreoffice-commits] .: vcl/inc

2012-05-21 Thread Tor Lillqvist
vcl/inc/vcl/outdev.hxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 11e9ba6353dc42e85dddc346a174503d493bf82a Author: Tor Lillqvist tlillqv...@suse.com Date: Mon May 21 17:38:44 2012 +0300 Bin unused OUTDEV_BUFFER_SIZE Change-Id:

[Libreoffice-bugs] [Bug 50162] New: merge rtlbootstrap.mk into configure.in

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50162 Bug #: 50162 Summary: merge rtlbootstrap.mk into configure.in Classification: Unclassified Product: LibreOffice Version: LibO Master Platform: All OS/Version: All

[Libreoffice-bugs] [Bug 50162] merge rtlbootstrap.mk into configure.in

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50162 David Tardon dtar...@redhat.com changed: What|Removed |Added Status Whiteboard||EasyHack

[Libreoffice-bugs] [Bug 50163] move definition of PLATFORMID into configure.in

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50163 David Tardon dtar...@redhat.com changed: What|Removed |Added Depends on||50162 -- Configure

[Libreoffice-bugs] [Bug 50162] merge rtlbootstrap.mk into configure.in

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50162 David Tardon dtar...@redhat.com changed: What|Removed |Added Blocks||50163 -- Configure

[Libreoffice-bugs] [Bug 50088] FILEOPEN: Crashes when opening an odt file.

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50088 --- Comment #2 from arner...@hotmail.com 2012-05-21 00:04:32 PDT --- Created attachment 61902 -- https://bugs.freedesktop.org/attachment.cgi?id=61902 Empty odt-file (LibreOffice crashes when opening any odt-file) -- Configure bugmail:

[Libreoffice-bugs] [Bug 50088] FILEOPEN: Crashes when opening an odt file.

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50088 --- Comment #3 from arner...@hotmail.com 2012-05-21 00:07:20 PDT --- (In reply to comment #1) Could you please attach the file ? Sure. LibreOffice crashes when opening any odt-file. I attach an empty odt-file which makes LibreOffice crash on my

  1   2   3   >