[Libreoffice-commits] .: config_host.mk.in configure.in i18npool/CustomTarget_breakiterator.mk

2012-05-14 Thread David Tardon
config_host.mk.in |2 + configure.in |8 +++ i18npool/CustomTarget_breakiterator.mk | 35 ++--- 3 files changed, 34 insertions(+), 11 deletions(-) New commits: commit dd49c193de9c4515335ad4a29778ceff225e3c38

[Libreoffice-commits] .: libwps/libwps-0.2.6.patch libwps/makefile.mk

2012-05-14 Thread Fridrich Strba
libwps/libwps-0.2.6.patch | 27 +++ libwps/makefile.mk|3 +++ 2 files changed, 30 insertions(+) New commits: commit 6afc233cd44a959f25ceaff4eb8bd5bf07731341 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Mon May 14 08:47:44 2012 +0200 Fix

[Review 3-5] ChangeId support for commit-msg hooks

2012-05-14 Thread Norbert Thiebaud
The 2 following patch add the support for ChangeId and tweak it to tolerate git-am -s (issue with extraneous empty line) http://cgit.freedesktop.org/libreoffice/core/commit/?id=18118cd9c581659fa6f9aef1e1729e87c9fd1bba

Re: [Review 3-5] ChangeId support for commit-msg hooks

2012-05-14 Thread Miklos Vajna
On Mon, May 14, 2012 at 02:21:14AM -0500, Norbert Thiebaud nthieb...@gmail.com wrote: The 2 following patch add the support for ChangeId and tweak it to tolerate git-am -s (issue with extraneous empty line)

Re: [RESOLVED] ICU 4.9 causes a bug with writer (words aren't split correctly)

2012-05-14 Thread David Tardon
On Sun, May 13, 2012 at 11:14:56PM +0100, Caolán McNamara wrote: On Sun, 2012-05-13 at 14:35 +0300, Lior Kaplan wrote: Hi, See #49849. Same LibO version (3.5.3) on Debian/Ubuntu is built with ICU 4.8 and doesn't have the problem. Would be nice to get another confirmation and to

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

2012-05-14 Thread David Tardon
fpicker/source/unx/kde4/KDE4FilePicker.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 17574a0b28241569881c3ca47b2a401fbed0283f Author: Luboš Luňák l.lu...@suse.cz Date: Thu May 10 18:29:12 2012 +0200 do not prepend \n twice, it confuses KFileDialog (rhbz#820439)

[Libreoffice-commits] .: svx/source

2012-05-14 Thread Miklos Vajna
svx/source/tbxctrls/tbunosearchcontrollers.cxx | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) New commits: commit 2b92546ee3aa3d56f64c68ff3e8e782b3c56dba4 Author: Miklos Vajna vmik...@suse.cz Date: Mon May 14 10:02:12 2012 +0200 fdo#49750 findbar: try to fill

[Libreoffice-commits] .: sdext/source

2012-05-14 Thread Fridrich Strba
sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |4 1 file changed, 4 insertions(+) New commits: commit 704f3155cca2e1fb5ad071539b7f8b5e5522dd97 Author: Ionut Biru ib...@archlinux.org Date: Sun May 13 23:57:46 2012 + poppler 0.20 changed its api Modification

cygwin problem in building in deep directories

2012-05-14 Thread Noel Grandin
Hi OK, So I tracked this down a bit more. I moved my libo directory to a very deep location and rebuilt. It failed in the xml2cmp module. Notice the last few lines of this error - it looks like our makefile messed something up because the -F option has an o where it should have a $O [ build

Re: [Libreoffice-qa] minutes of ESC call ...

2012-05-14 Thread Michael Meeks
On Sun, 2012-05-13 at 12:57 +0200, Rainer Bielefeld wrote: I did a quick query concerning LibO Bugs with somehow patch attachments [1] and still UNFIXED, hat might show that these patches still wait for review or something else went wrong What shell we do with these 60 bugs? Yep -

Re: [PUSHED][3-5] fdo#44010 Writer vertical text frame border painting regression

2012-05-14 Thread Miklos Vajna
On Fri, May 11, 2012 at 10:31:32PM +0200, Michael Stahl mst...@redhat.com wrote: yet another case of invisible borders in Writer, or rather in this case they were painted as points, which isn't that helpful. proposed fix for libreoffice-3-5:

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

2012-05-14 Thread Miklos Vajna
sw/source/core/layout/paintfrm.cxx | 159 - 1 file changed, 87 insertions(+), 72 deletions(-) New commits: commit 52f5235a2aeb87ce211a1d3cae3ef51c82fea2bc Author: Michael Stahl mst...@redhat.com Date: Fri May 11 21:41:10 2012 +0200 fdo#44010: fix

[Libreoffice-commits] .: 2 commits - sc/qa sd/qa sot/source svtools/qa sw/qa writerfilter/qa

2012-05-14 Thread Michael Meeks
sc/qa/unit/data/README |7 + sd/qa/unit/data/README |7 + sot/source/sdstor/stgstrms.cxx | 127 + sot/source/sdstor/stgstrms.hxx |2 svtools/qa/cppunit/data/README |7 +

Re: cygwin problem in building in deep directories

2012-05-14 Thread Matúš Kukan
On 14 May 2012 10:25, Noel Grandin n...@peralex.com wrote: Hi OK, So I tracked this down a bit more. I moved my libo directory to a very deep location and rebuilt. It failed in the xml2cmp module. Notice the last few lines of this error - it looks like our makefile messed something up

[Libreoffice-commits] .: configure.in

2012-05-14 Thread Tor Lillqvist
configure.in |8 1 file changed, 8 insertions(+) New commits: commit bae852548bb6559ae16402400ff4c63c225008f7 Author: Tor Lillqvist tlillqv...@suse.com Date: Mon May 14 11:44:12 2012 +0300 No CUPS for Android or iOS Change-Id:

Re: cygwin problem in building in deep directories

2012-05-14 Thread Noel Grandin
On 2012-05-14 10:50, Matúš Kukan wrote: No, It should be -Fo$W/... and $W is empty. Why ? You can set WORKDIR manually in config_host.mk if it is empty there. OK, so as it turns out this is entirely my fault. I have this in my configure

Re: [Libreoffice-commits] .: sdext/source

2012-05-14 Thread David Tardon
On Mon, May 14, 2012 at 01:06:56AM -0700, Fridrich Strba wrote: sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |4 1 file changed, 4 insertions(+) New commits: commit 704f3155cca2e1fb5ad071539b7f8b5e5522dd97 Author: Ionut Biru ib...@archlinux.org Date: Sun May 13

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - swext/Extension_wiki-publisher.mk

2012-05-14 Thread Michael Meeks
swext/Extension_wiki-publisher.mk |7 +++ 1 file changed, 7 insertions(+) New commits: commit 162c9e3c025370dcbe962990c4c8f6df29c6c7cc Author: Stephan Bergmann sberg...@redhat.com Date: Wed May 9 11:16:33 2012 +0200 fdo#46509: xsltml .xsl files missing from wiki-publisher.oxt

Re: hidden visibility on mac (Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration)

2012-05-14 Thread Stephan Bergmann
On 05/10/2012 06:18 PM, Tor Lillqvist wrote: This patch makes visibility detection work for me in my 10.4 tree. The build is still going so I can't say if the result will work;) Tried a 10.4 build over the weekend, and it worked fine again for me. Thanks, Stephan

[Bug 37361] LibreOffice 3.5 most annoying bugs

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

Re: [PUSHED] fdo#44404 - BUGZILLAASSISTANT: Odd-sounding language used in the Bug Submission Assistant

2012-05-14 Thread Petr Mladek
Rainer Bielefeld píše v Ne 13. 05. 2012 v 15:05 +0200: Hi, patch looks plausible to me, can someone else please have a look and may be do the commit? Yup, it is safe and nice improvement = pushed. Thorsten, could you please update the server side? Best Regards, Petr

[Libreoffice-commits] .: sc/source

2012-05-14 Thread Muthu Subramanian
sc/source/filter/excel/xichart.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit e9512baf22219e5073207bcce5f9e62dc6a8badc Author: Muthu Subramanian sumu...@suse.com Date: Mon May 14 16:11:06 2012 +0530 n720443: Ignore autorotation of chart labels. If there is

Re: [RFC] cleanup cairo detection

2012-05-14 Thread Michael Stahl
On 11/05/12 18:43, Riccardo Magliocchetti wrote: Hello, finally managed to get back to libo after a few and found that cairo is needed even with --disable-cairo-canvas. The situation is a bit more convoluted than last time so while at move all the cairo related machinery in the same

Re: [RFC] cleanup cairo detection

2012-05-14 Thread Riccardo Magliocchetti
Hi Michael, Il 14/05/2012 12:25, Michael Stahl ha scritto: On 11/05/12 18:43, Riccardo Magliocchetti wrote: +dnl Check and warn is cairo has been enabled by mistake +CAIRO_BY_MISTAKE=no +if test $_os = Darwin -o $_os = WINNT; then +CAIRO_BY_MISTAKE=yes +enable_cairo_canvas=no +if

[Libreoffice-commits] .: basic/CppunitTest_basic_enable.mk basic/Module_basic.mk basic/qa

2012-05-14 Thread Noel Power
basic/CppunitTest_basic_enable.mk | 54 + basic/Module_basic.mk |1 basic/qa/cppunit/test_append.cxx | 82 ++ 3 files changed, 137 insertions(+) New commits: commit d87676da2201bca921f319bd7b02ef8853edfa4f Author:

[Libreoffice-commits] .: 2 commits - configure.in

2012-05-14 Thread Michael Stahl
configure.in | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) New commits: commit 30ac6d2c7baadf79574ff10e831fa8632319025a Author: Michael Stahl mst...@redhat.com Date: Mon May 14 13:07:58 2012 +0200 configure.in: report errors in PathFormat diff --git

Re: cygwin problem in building in deep directories

2012-05-14 Thread Michael Stahl
On 14/05/12 11:04, Noel Grandin wrote: On 2012-05-14 10:50, Matúš Kukan wrote: No, It should be -Fo$W/... and $W is empty. Why ? You can set WORKDIR manually in config_host.mk if it is empty there. OK, so as it turns out this is entirely my fault. I have this in my configure

[PATCH] poppler 0.20 changed its api

2012-05-14 Thread Ionut Biru
Modification introduced in http://cgit.freedesktop.org/poppler/poppler/commit/?id=c0affb1845c339f89ca67608cb9fd9134ff902f5 Signed-off-by: Ionut Biru ib...@archlinux.org --- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |4 1 file changed, 4 insertions(+) diff --git

Re: [PUSHED] fdo#44404 - BUGZILLAASSISTANT: Odd-sounding language used in the Bug Submission Assistant

2012-05-14 Thread Thorsten Behrens
Petr Mladek wrote: Thorsten, could you please update the server side? Done. -- Thorsten pgpiLRwnH2n5n.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: cygwin problem in building in deep directories

2012-05-14 Thread Michael Meeks
On Mon, 2012-05-14 at 11:04 +0200, Noel Grandin wrote: OK, so as it turns out this is entirely my fault. I have this in my configure :-) --with-solver-and-workdir-root=/cygdrive/D/reallyreallylong/reallyreallylong/reallyreallylong which was generating this warning during

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

2012-05-14 Thread Eike Rathke
sc/source/core/tool/interpr2.cxx | 76 +++ sc/source/filter/excel/xlformula.cxx |5 -- 2 files changed, 28 insertions(+), 53 deletions(-) New commits: commit eb1770f05fde3777af7a62ec1c84ce8b088e3ec4 Author: Eike Rathke er...@redhat.com Date: Mon May 14

Re: cygwin problem in building in deep directories

2012-05-14 Thread Noel Grandin
On 2012-05-14 13:13, Michael Stahl wrote: in general you are right, configure clearly shouldn't create empty paths in case of error, so i've changed the PathFormat on master to report errors. Thanks for the fix. After that, I start getting errors in SW and SC that look like (see below).

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - sw/source writerfilter/source

2012-05-14 Thread Andras Timar
sw/source/filter/ww8/rtfattributeoutput.cxx |6 +++--- writerfilter/source/rtftok/rtfvalue.cxx |6 +++--- writerfilter/source/rtftok/rtfvalue.hxx |2 +- 3 files changed, 7 insertions(+), 7 deletions(-) New commits: commit ce37510deacf309311362a93913dfcbd7b0853c2 Author:

Re: [PUSHED][PATCH] fdo#44456 added calc function DATEDIF as in ODF 1.2

2012-05-14 Thread Eike Rathke
Hi Winfried, On Wednesday, 2012-05-09 16:49:41 +0200, Winfried Donkers wrote: Attached patch adds function DATEDIF to calc as defined in ODF1.2 (6.10.3) This took a little longer than I expected as I had to figure out what Excel actually does in DATEDIF. Please see

[Libreoffice-commits] .: basegfx/source

2012-05-14 Thread Petr Mladek
basegfx/source/polygon/b2dsvgpolypolygon.cxx |7 --- 1 file changed, 7 deletions(-) New commits: commit e6007cf40be9a1dd9913c6c7e539f14377add77e Author: Petr Mladek pmla...@suse.cz Date: Mon May 14 14:20:53 2012 +0200 fdo#48070 more on parsing of arc paths also ignore +

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

2012-05-14 Thread Petr Mladek
basegfx/source/polygon/b2dsvgpolypolygon.cxx | 38 +++ 1 file changed, 16 insertions(+), 22 deletions(-) New commits: commit 36c401f402a30f386dba82f121961a187ab8f7af Author: Chr. Rossmanith chrrossman...@gmx.de Date: Fri May 11 21:24:12 2012 +0200 fdo#48070 fix

[REVIEW:3-5] fdo#49683 implement RTF_KEYWORDS

2012-05-14 Thread Miklos Vajna
Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=831b712 Regression from 3.4; backported patch attached. Thanks, Miklos From fd3269945e68e1d0848f30949f2e6947e338e240 Mon Sep 17 00:00:00 2001 From: Miklos Vajna vmik...@suse.cz Date: Wed, 9 May 2012 14:30:55 +0200 Subject: [PATCH]

Re: [PUSHED:3-5] fdo#48070 fix parsing of arc paths

2012-05-14 Thread Petr Mladek
Christina Roßmanith píše v Pá 11. 05. 2012 v 22:05 +0200: Hi, I've changed lcl_importNumberAndSpaces to lcl_importFlagAndSpaces because it is only used to import flags (single digit). Values != 0 or =! 1 return false as does a '-'. Now missing white space between flags isn't a problem

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - writerfilter/Library_rtftok.mk writerfilter/source

2012-05-14 Thread Lubos Lunak
writerfilter/Library_rtftok.mk |1 + writerfilter/source/rtftok/rtfdocumentimpl.cxx |7 +++ writerfilter/source/rtftok/rtfdocumentimpl.hxx |1 + 3 files changed, 9 insertions(+) New commits: commit f644f31c8edf3e39b23d8cc4d4b484cca8e99910 Author: Miklos Vajna

[PUSHED] Re: [REVIEW:3-5] fdo#49683 implement RTF_KEYWORDS

2012-05-14 Thread Lubos Lunak
On Monday 14 of May 2012, Miklos Vajna wrote: Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=831b712 Regression from 3.4; backported patch attached. Thanks, Miklos -- Lubos Lunak l.lu...@suse.cz ___ LibreOffice mailing list

[Libreoffice-commits] .: basic/CppunitTest_basic_enable.mk basic/qa

2012-05-14 Thread Noel Power
basic/CppunitTest_basic_enable.mk |3 --- basic/qa/cppunit/test_append.cxx | 34 +++--- 2 files changed, 27 insertions(+), 10 deletions(-) New commits: commit d7149abc7793eafd654214ed9446b3d84d628d58 Author: Noel Power noel.po...@novell.com Date: Mon May 14

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

2012-05-14 Thread Petr Mladek
sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |4 1 file changed, 4 insertions(+) New commits: commit ac68934592ec7d838cf5c22744be8d97aa4a1a47 Author: Ionut Biru ib...@archlinux.org Date: Sun May 13 23:57:46 2012 + poppler 0.20 changed its api Modification

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

2012-05-14 Thread David Tardon
writerfilter/source/dmapper/DomainMapper_Impl.cxx |3 +++ writerfilter/source/filter/RtfFilter.cxx | 14 +- 2 files changed, 12 insertions(+), 5 deletions(-) New commits: commit a360d5901565fe498cc932023dc8e37e92dc3ad5 Author: David Tardon dtar...@redhat.com Date:

Re: [PUSHED:master,3-5] poppler 0.20 changed its api

2012-05-14 Thread Petr Mladek
Ionut Biru píše v Po 14. 05. 2012 v 08:41 +: Modification introduced in http://cgit.freedesktop.org/poppler/poppler/commit/?id=c0affb1845c339f89ca67608cb9fd9134ff902f5 I already see it pushed in master, see

Re: [SOLVED] build error with poppler 0.20.0

2012-05-14 Thread Petr Mladek
Gökçen Eraslan píše v Ne 13. 05. 2012 v 21:51 +0300: On 13-05-2012 21:09, Andreas Radke wrote: ArchLinux is moving to poppler 0.20.0 that breaks LibO build: [ build CXX ] svl/source/misc/sharecontrolfile

Re: Where to store templates?

2012-05-14 Thread Alexander Wilms
Hi everyone, But you need to test the loader in sfx2, if it recognizes fodp (for Impress). Another question, if fodp can be used as a template, i.e. it should not be directly opened but a new document should be created with its settings. I'm not a coder, so I would need help here. However, I

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 tbehr...@suse.com changed: What|Removed |Added CC||tbehr...@suse.com Depends

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

2012-05-14 Thread Markus Mohrhard
sc/inc/cell.hxx |2 ++ sc/source/core/data/cell.cxx |2 +- sc/source/core/data/colorscale.cxx|2 +- sc/source/filter/oox/condformatbuffer.cxx |4 +--- 4 files changed, 5 insertions(+), 5 deletions(-) New commits: commit

Re: cygwin problem in building in deep directories

2012-05-14 Thread Matúš Kukan
On 14 May 2012 13:46, Noel Grandin n...@peralex.com wrote: After that, I start getting errors in SW and SC that look like (see below). The weird thing is that if I cut and paste the command line into a separate script and execute, it runs fine. This is exactly what Lubos was experiencing and

[REVIEW-3.5] Fix DND with Impress slidesorter (fdo#41996)

2012-05-14 Thread Lubos Lunak
See http://cgit.freedesktop.org/libreoffice/core/commit/?id=e4450c54aee Thanks. -- Lubos Lunak l.lu...@suse.cz ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 41996, which changed state. Bug 41996 Summary: EDITING: Drag and Drop Slides impossible with KDE https://bugs.freedesktop.org/show_bug.cgi?id=41996 What|Old Value |New Value

Re: cygwin problem in building in deep directories

2012-05-14 Thread Lubos Lunak
On Monday 14 of May 2012, Matúš Kukan wrote: On 14 May 2012 13:46, Noel Grandin n...@peralex.com wrote: After that, I start getting errors in SW and SC that look like (see below). The weird thing is that if I cut and paste the command line into a separate script and execute, it runs fine.

Re: cygwin problem in building in deep directories

2012-05-14 Thread Noel Grandin
On 2012-05-14 15:23, Matúš Kukan wrote: Me neither, it may also be bug in make or whatever. Oh, I could do that If I wanted, but I was hoping (with a little assistance) to track down some of the bugs in long path handling so it didn't bite as many newcomers. Any ideas? For example, is

Re: [RESOLVED] ICU 4.9 causes a bug with writer (words aren't split correctly)

2012-05-14 Thread Caolán McNamara
On Mon, 2012-05-14 at 09:43 +0200, David Tardon wrote: Unfortunately this does not work with genbrk from older ICUs (ICU 4.6 here). Well, as always, if a non-default --with-system-foo doesn't work you get to keep both pieces :-) Commit dd49c193de9c4515335ad4a29778ceff225e3c38 attempts to

[Libreoffice-commits] .: sdext/source

2012-05-14 Thread Petr Mladek
sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit cf7f6ba13f2824ca21baee59f6f25f0ee671cd54 Author: Petr Mladek pmla...@suse.cz Date: Mon May 14 15:35:05 2012 +0200 better fix for poppler 0.20 Do

Re: cygwin problem in building in deep directories

2012-05-14 Thread Noel Grandin
On 2012-05-14 15:33, Lubos Lunak wrote: It shouldn't be make, when I built a small testapp that just printed out its argv[], everything looked ok to me. To me it looks like the limit is there either when converting args between cygwin and pure-MS apps (or whatever it is that happens at that

Re: [REVIEW:3-5][Libreoffice-commits] .: sdext/source

2012-05-14 Thread Petr Mladek
David Tardon píše v Po 14. 05. 2012 v 10:14 +0200: On Mon, May 14, 2012 at 01:06:56AM -0700, Fridrich Strba wrote: Author: Ionut Biru ib...@archlinux.org diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx index

[Libreoffice-commits] .: linguistic/source

2012-05-14 Thread Michael Meeks
linguistic/source/lngsvcmgr.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 8924a7bde1bd5ddb857342b6f8704c250f897078 Author: Michael Meeks michael.me...@suse.com Date: Fri May 11 21:53:09 2012 +0100 fdo#35270 - enable caching of grammar checker

Re: [PATCH] Proposed patch for XKeycodeToKeysym deprecated

2012-05-14 Thread Caolán McNamara
On Thu, 2012-05-10 at 13:31 -0700, julien2412 wrote: So I propose this patch : http://nabble.documentfoundation.org/file/n3978158/proposed_patch_vcl.txt proposed_patch_vcl.txt Looks good I think, you should push it C. ___ LibreOffice mailing list

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

2012-05-14 Thread Michael Meeks
Hi there, I'd like to get this into -3-5 - it isn't a beautiful or ideal solution, but it is simple, reasonably foolproof and appears to work too ;-) Having said that, testing is rather hard since master rejects LanguageTool installs (and potentially doesn't work even with the

Re: cygwin problem in building in deep directories

2012-05-14 Thread Lubos Lunak
On Monday 14 of May 2012, Noel Grandin wrote: On 2012-05-14 15:33, Lubos Lunak wrote: It shouldn't be make, when I built a small testapp that just printed out its argv[], everything looked ok to me. To me it looks like the limit is there either when converting args between cygwin and

[Libreoffice-commits] .: basic/Module_basic.mk

2012-05-14 Thread Noel Power
basic/Module_basic.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 6113b27ec15da2a3b140ae58676062d74c99b31e Author: Noel Power noel.po...@novell.com Date: Mon May 14 15:03:38 2012 +0100 attempt to disable multi-defined symbol on windows for basic test

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

2012-05-14 Thread Michael Meeks
sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx | 45 +++ 1 file changed, 31 insertions(+), 14 deletions(-) New commits: commit 2742842e3bd77d7572e8b9cdc9d83fa8701c3b33 Author: Luboš Luňák l.lu...@suse.cz Date: Fri May 11 20:33:23 2012 +0200 avoid recursion that

[PUSHED-3.5] Fix DND with Impress slidesorter (fdo#41996)

2012-05-14 Thread Michael Meeks
On Mon, 2012-05-14 at 15:24 +0200, Lubos Lunak wrote: See http://cgit.freedesktop.org/libreoffice/core/commit/?id=e4450c54aee Looks good ! thanks for that :-) Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot

[Libreoffice-commits] .: basic/Module_basic.mk

2012-05-14 Thread Noel Power
basic/Module_basic.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4e90345a4dea1ddf0ddded4f1fcae1c87894e120 Author: Noel Power noel.po...@novell.com Date: Mon May 14 15:08:28 2012 +0100 fix missing ')' in Module.basic.mk Change-Id:

[Libreoffice-commits] .: svtools/source

2012-05-14 Thread Stephan Bergmann
svtools/source/filter/FilterConfigCache.hxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit eda52d5e73d8918f354036cf7db3acfab43b36d7 Author: Stephan Bergmann sberg...@redhat.com Date: Mon May 14 16:14:02 2012 +0200 FilterConfigCache not used outside

[Libreoffice-commits] .: sot/qa

2012-05-14 Thread Michael Meeks
sot/qa/cppunit/test_sot.cxx | 73 +++- 1 file changed, 72 insertions(+), 1 deletion(-) New commits: commit ac90be0eddb4f1724c4aef3e3eade82bda8737ee Author: Michael Meeks michael.me...@suse.com Date: Mon May 14 15:17:12 2012 +0100 sot: add OLE2

Re: Tinderbox failure, W2008R2@16-minimal_build, MASTER, last success: 2012-05-14 10:24:00

2012-05-14 Thread Noel Power
On 14/05/12 14:36, nthieb...@gmail.com wrote: C:/lo/core/workdir/wntmsci12.pro/CxxObject/editeng/qa/items/borderline_test.o Creating library C:/lo/core/workdir/wntmsci12.pro/LinkTarget/CppunitTest/itest_editeng_borderline.lib and object

Re: [PATCH 3-5] fdo#47644 performance regression on largish .doc #2 ...

2012-05-14 Thread Caolán McNamara
On Sun, 2012-05-13 at 00:32 +0100, Michael Meeks wrote: So - I re-worked this to simplify, incrementally build the page chain cache which might help performance in nasty corner cases I think it looks pretty good now anyway FWIW, I'd initially wanted to build up an incremental chain, but

[Libreoffice-commits] .: sot/qa

2012-05-14 Thread Michael Meeks
sot/qa/cppunit/test_sot.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit affb63e6e3bf1c676e91afbee45649f86d64d506 Author: Michael Meeks michael.me...@suse.com Date: Mon May 14 15:30:24 2012 +0100 sot: minor unit test logic cleanup diff --git

[Libreoffice-commits] .: connectivity/source desktop/source filter/source framework/source oox/source reportdesign/source sc/source sw/source ucb/source vbahelper/source xmloff/source

2012-05-14 Thread Takeshi Abe
connectivity/source/drivers/dbase/DTable.cxx |1 - connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx |6 -- desktop/source/migration/services/oo3extensionmigration.cxx|7 ---

[Libreoffice-commits] .: sw/CppunitTest_sw_subsequent_ooxmlexport.mk sw/Module_sw.mk sw/qa

2012-05-14 Thread Miklos Vajna
sw/CppunitTest_sw_subsequent_ooxmlexport.mk | 89 sw/Module_sw.mk |1 sw/qa/extras/ooxmlexport/data/zoom.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx| 83 ++ 4 files changed, 173

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - scp2/source setup_native/source

2012-05-14 Thread Petr Mladek
scp2/source/ooo/windowscustomaction_ooo.scp |9 + setup_native/source/win32/customactions/sellang/exports.dxp |1 setup_native/source/win32/customactions/sellang/makefile.mk |3 setup_native/source/win32/customactions/sellang/sorttree.cxx | 67 +++ 4

Re: [PUSHED:3-5] fdo#46355 sort SelectionTree control of Custom Setup with a custom action

2012-05-14 Thread Petr Mladek
Jesús Corrius píše v Čt 10. 05. 2012 v 11:19 +0200: OK, what about this: http://cgit.freedesktop.org/libreoffice/core/commit/?id=ce1ac0851fe2e975f3fb47178730b914608610cf Looks good and perfectly safe for the 3-5 branch, IMO. Thanks for the fix and review. I have pushed it into 3-5 branch,

Re: Tinderbox failure, W2008R2@16-minimal_build, MASTER, last success: 2012-05-14 10:24:00

2012-05-14 Thread Noel Power
On 14/05/12 15:43, Michael Stahl wrote: On 14/05/12 16:20, Noel Power wrote: apparently this is caused by both linking against sb and using gb_CppunitTest_use_library_objects to pull in all the sb library's objects, so these end up being defined twice. Thanks for finding it, I feel dumb now I

[Libreoffice-commits] .: 3 commits - avmedia/Library_avmediawin.mk dtrans/StaticLibrary_dtobj.mk Makefile vcl/Library_desktop_detector.mk vcl/Library_vclplug_gen.mk vcl/Library_vclplug_gtk3.mk vcl/Lib

2012-05-14 Thread Matus Kukan
Makefile|4 +++- avmedia/Library_avmediawin.mk |1 - dtrans/StaticLibrary_dtobj.mk |5 - vcl/Library_desktop_detector.mk |1 - vcl/Library_vclplug_gen.mk |1 - vcl/Library_vclplug_gtk.mk |1 - vcl/Library_vclplug_gtk3.mk |1

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

2012-05-14 Thread Caolán McNamara
sw/inc/doc.hxx|1 + sw/source/core/doc/docfld.cxx | 14 ++ sw/source/ui/uiview/view.cxx | 13 - 3 files changed, 23 insertions(+), 5 deletions(-) New commits: commit cb235067de2bf7feef3c03eeb08492e60da0d083 Author: Caolán McNamara

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

2012-05-14 Thread Petr Mladek
oox/source/drawingml/shapestylecontext.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 716c789dfbd21020b7ac55c87790969752ca3fdc Author: Muthu Subramanian sumu...@suse.com Date: Wed Feb 29 18:52:19 2012 +0530 n#746996: Wrong text color in smartArt. Some

[Libreoffice-commits] .: svtools/source

2012-05-14 Thread Miklos Vajna
svtools/source/control/ctrlbox.cxx |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit 82b0450450d62328e7aede5ac23ba30055219728 Author: Miklos Vajna vmik...@suse.cz Date: Mon May 14 17:03:45 2012 +0200 n#760294 svtools: allow border gap 1pt

Re: [PUSHED:3-5] Text color in shapes (pptx import)

2012-05-14 Thread Petr Mladek
Muthu Subramanian K píše v Po 07. 05. 2012 v 12:19 +0530: Hi, It will be great if someone can cherry-pick this fix for n#746996, please? http://cgit.freedesktop.org/libreoffice/core/commit/?id=1a2a2a02bd03829d2d50fb5f1a2178280ed2e997 Summary: Text color is imported wrong when there are

[PATCH]calc and row height for numerical cells with text wrap

2012-05-14 Thread Laurent Godard
Hi all Here is a small patch that tend to address the following problem a row set to optimal height a cell containing a value formated with # ###,00 vertically centered and text wrapping allowed actually the row height is not adjusted The patch removes the test on numerical cell. Then, now

Re: [REVIEW 3-5] Fix Windows debug build

2012-05-14 Thread Petr Mladek
Jesús Corrius píše v Čt 03. 05. 2012 v 17:10 +0200: On Thu, May 3, 2012 at 2:50 PM, Tor Lillqvist t...@iki.fi wrote: But how can one in the module where something links to this library know if it has been built in debug mode or not? Then a better option is probably to change the static

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sot/qa sot/source

2012-05-14 Thread Michael Meeks
sot/qa/cppunit/test_sot.cxx| 74 ++ sot/source/sdstor/stgstrms.cxx | 133 - sot/source/sdstor/stgstrms.hxx |3 3 files changed, 169 insertions(+), 41 deletions(-) New commits: commit 4768d9c7add229203b6363fa6c0a2b783e9021f8

[PUSHED 3-5] fdo#47644 performance regression on largish .doc #2 ...

2012-05-14 Thread Michael Meeks
On Mon, 2012-05-14 at 15:24 +0100, Caolán McNamara wrote: I think it looks pretty good now anyway FWIW, I'd initially wanted to build up an incremental chain, but knew I wouldn't get (even the simple case) right in any reasonable length of time. Glad I didn't try given the busted storages,

[Libreoffice-commits] .: 2 commits - editeng/inc editeng/qa editeng/source offapi/com sc/source

2012-05-14 Thread Kohei Yoshida
editeng/inc/editeng/flditem.hxx |2 +- editeng/qa/unit/core-test.cxx |2 +- editeng/source/items/flditem.cxx|2 +- editeng/source/uno/unofield.cxx |8 offapi/com/sun/star/text/textfield/Type.idl | 13 +++--

[Libreoffice-commits] .: solenv/inc

2012-05-14 Thread Tomáš Chvátal
solenv/inc/tg_ext.mk | 10 ++ 1 file changed, 10 insertions(+) New commits: commit 904763b1134bdd84a4e64de1e037da5cac192f27 Author: Tomas Chvatal tchva...@suse.cz Date: Mon May 14 18:11:11 2012 +0200 Support unpacking xz files. Change-Id:

[Libreoffice-commits] .: sc/source

2012-05-14 Thread Eike Rathke
sc/source/core/data/attarray.cxx | 53 +-- 1 file changed, 34 insertions(+), 19 deletions(-) New commits: commit 435c117c1c684d4603f557ed821c1fd5ee057086 Author: Eike Rathke er...@redhat.com Date: Mon May 14 18:18:25 2012 +0200 some optimization of

[Libreoffice-commits] .: cppuhelper/source

2012-05-14 Thread Stephan Bergmann
cppuhelper/source/defaultbootstrap.cxx | 16 1 file changed, 16 insertions(+) New commits: commit 3b1798a55bf7c193b911ce23e280e6a0e1e4314a Author: Stephan Bergmann sberg...@redhat.com Date: Mon May 14 18:20:30 2012 +0200 Work around extension factories not implementing

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

2012-05-14 Thread Fridrich Strba
scp2/source/ooo/windowscustomaction_ooo.scp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit b00c1b1af85c95fe37fed6a89491dbfcf3547eee Author: Andras Timar ati...@suse.com Date: Wed Apr 25 20:23:13 2012 +0200 fdo#40481 run SelectLanguage custom action during

Re: [PUSHED-3-5] fdo#40481 run SelectLanguage custom action during silent install, too

2012-05-14 Thread Fridrich Strba
Seems reasonable for this TrainedMonkey. Pushed to 3-5 thanks F. On 06/05/12 22:41, Andras Timar wrote: Hi, Users complained that silent install on Windows installed all languages (and made the install process slow). This is because the language guessing logic is bound to the installer

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/inc sw/source

2012-05-14 Thread Michael Meeks
sw/inc/doc.hxx|1 + sw/source/core/doc/docfld.cxx | 14 ++ sw/source/ui/uiview/view.cxx | 13 - 3 files changed, 23 insertions(+), 5 deletions(-) New commits: commit 30f84257b34eb956027c21934ec9fa63cb25fcf4 Author: Caolán McNamara

[Libreoffice-commits] .: cppuhelper/source

2012-05-14 Thread Stephan Bergmann
cppuhelper/source/defaultbootstrap.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit d8ade3ccf6d7832b672edd57ec688515240413b3 Author: Stephan Bergmann sberg...@redhat.com Date: Mon May 14 18:48:22 2012 +0200 Added link to LanguageTool.oxt issue

[Libreoffice-commits] .: vcl/unx

2012-05-14 Thread Julien Nabet
vcl/unx/generic/app/saldisp.cxx |6 +++--- vcl/unx/generic/dtrans/X11_selection.cxx |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 18e6e7d929c2be209407ed2e56b8ec4d5e6c4900 Author: Julien Nabet serval2...@yahoo.fr Date: Mon May 14 18:59:35 2012

% error building module odk...

2012-05-14 Thread ORTIZ MARTINEZ JOSE ASUNCION
Hi Everbody ¡! I have the next error building module odk : = Building module odk = Entering /cygdrive/c/libo/odk/inc :: : : C:/software/cygwin/bin/perl ../../util/check.pl ../../wntmsci12.pro/bin/odkcommon windows .exe

Re: [REJECTED][PATCH]calc and row height for numerical cells with text wrap

2012-05-14 Thread Eike Rathke
Hi Laurent, On Monday, 2012-05-14 17:30:47 +0200, Laurent Godard wrote: Here is a small patch that tend to address the following problem a row set to optimal height a cell containing a value formated with # ###,00 vertically centered and text wrapping allowed actually the row height

[Libreoffice-commits] .: lpsolve/lp_solve_5.5.patch lpsolve/lp_solve_5.5-windows.patch lpsolve/lp_solve-aix.patch lpsolve/makefile.mk ooo.lst.in

2012-05-14 Thread Tomáš Chvátal
lpsolve/lp_solve-aix.patch | 39 - lpsolve/lp_solve_5.5-windows.patch | 40 - lpsolve/lp_solve_5.5.patch | 150 - lpsolve/makefile.mk| 76 ++ ooo.lst.in |2 5

Re: [SOLVED] build error with poppler 0.20.0

2012-05-14 Thread Gökçen Eraslan
On 14-05-2012 16:07, Petr Mladek wrote: Gökçen Eraslan píše v Ne 13. 05. 2012 v 21:51 +0300: On 13-05-2012 21:09, Andreas Radke wrote: ArchLinux is moving to poppler 0.20.0 that breaks LibO build: [ build CXX ] svl/source/misc/sharecontrolfile

Re: [SOLVED] build error with poppler 0.20.0

2012-05-14 Thread Ionut Biru
On 05/14/2012 08:19 PM, Gökçen Eraslan wrote: On 14-05-2012 16:07, Petr Mladek wrote: Gökçen Eraslan píše v Ne 13. 05. 2012 v 21:51 +0300: On 13-05-2012 21:09, Andreas Radke wrote: ArchLinux is moving to poppler 0.20.0 that breaks LibO build: [ build CXX ] svl/source/misc/sharecontrolfile

Re: [REJECTED][PATCH]calc and row height for numerical cells with text wrap

2012-05-14 Thread Regina Henschel
Hi all, we had this discussion before. Line break is very useful for date values. So please consider https://issues.apache.org/ooo/show_bug.cgi?id=118841 with kind regards Regina Eike Rathke schrieb: Hi Laurent, On Monday, 2012-05-14 17:30:47 +0200, Laurent Godard wrote: Here is a small

Re: [PATCH] Proposed patch for XKeycodeToKeysym deprecated

2012-05-14 Thread julien2412
Thank you Caolán, I pushed the patch on master (cf http://cgit.freedesktop.org/libreoffice/core/commit/?id=18e6e7d929c2be209407ed2e56b8ec4d5e6c4900) Julien. -- View this message in context:

  1   2   3   >