Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-29 Thread Tomáš Chvátal
Dne Po 30. dubna 2012 01:36:03, Bjoern Michaelsen napsal(a): > export GMAKE_OPTIONS="-j30 -l9 -sr" > make > > or > > make GMAKE_OPTIONS="-j30 -l9 -sr" > > should both allow you to build more optimal on a single (that is no > distcc/icecream) 8-core system by taking in account system load. >

Re: [PUSHED] SVG: text elements and graphic elements should not share style ids

2012-04-29 Thread Fridrich Strba
Hello, Christina, Thanks for the great work. BTW, do you have a commit access? I guess you should be pushing this kind of stuff without having it reviewed. Thorsten, what do you think? Cheers Fridrich On 29/04/12 22:18, Christina Roßmanith wrote: > ...because the text style gets some properti

[Libreoffice-commits] .: filter/source

2012-04-29 Thread Fridrich Strba
filter/source/svg/gfxtypes.hxx |8 ++-- filter/source/svg/svgreader.cxx |7 +++ 2 files changed, 13 insertions(+), 2 deletions(-) New commits: commit b18cfdc7cd3755c147970f86d23973f337be01a7 Author: Chr. Rossmanith Date: Sun Apr 29 22:12:29 2012 +0200 SVG: text elements a

[Libreoffice-commits] .: 3 commits - Makefile solenv/bin

2012-04-29 Thread David Tardon
Makefile|4 ++-- solenv/bin/build.pl |8 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) New commits: commit 23791c1c013313f80b743b61bc7500d3c730aa02 Author: David Tardon Date: Mon Apr 30 07:57:41 2012 +0200 dmake build is always partial Change-Id: I

[Libreoffice-commits] .: sc/qa

2012-04-29 Thread Markus Mohrhard
sc/qa/unit/subsequent_filters-test.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit ff338fac883fbc070faa4be44d5c8c2f40028b45 Author: Markus Mohrhard Date: Mon Apr 30 04:05:46 2012 +0200 add missing DoClose Thanks to Daniel Bankston Change-Id: Ieeff9d1a3

Re: Cell Value xlsx import test

2012-04-29 Thread Markus Mohrhard
Hey Daniel, > So I don't need to add more test cases to the spreadsheet and csv? > No that is fine for the beginning. The idea is that we add more test cases if we see corner cases in the code. Then we should add a test case before we refactor that part of the code. I think with the cell import c

gbuild: GMAKE_OPTIONS overridable ...

2012-04-29 Thread Bjoern Michaelsen
Hi all, along with the other changes GMAKE_OPTIONS should now be overrideable from the environment or the commandline for those daring to try. That means: export GMAKE_OPTIONS="-j30 -l9 -sr" make or make GMAKE_OPTIONS="-j30 -l9 -sr" should both allow you to build more optimal on a single (t

gbuild: build.pl now assumes gbuild by default

2012-04-29 Thread Bjoern Michaelsen
Hi all, I did some fixing in solenv and removed dmake completely from the gbuild modules, thus the gbuildbridge.mk is not needed anymore. build.pl now assumes a module to be gbuild by default, _unless_ there exists a file $MODULE/prj/dmake. Best, Bjoern __

[PATCH] SVG: text elements and graphic elements should not share style ids

2012-04-29 Thread Christina Roßmanith
...because the text style gets some properties added after style id lookup. That leads to a stroke="none" and fill="none" style for a rectangle following a text element with identical style. With this patch the rectangle gets its own styleid and is rendered correctly :-) This is another ste

Re: Cell Value xlsx import test

2012-04-29 Thread Daniel Bankston
On 04/29/2012 09:38 AM, Markus Mohrhard wrote: Hey Daniel, I finally had time to work on this cell value xlsx import test task. I attached what I have so far for the test. I just wanted to make sure I'm going in the right direction and see what recommendations you might have. So far, I just

[PATCH] [Bug 47450] adapt date format to fit Chinese (Taiwan) more

2012-04-29 Thread Cheng-Chia Tseng
Hi, I am a Chinese (Taiwan) translator. This is my fist try to make better localization. I don't know whether I do this in the right way or not. If there is some things I missed, please tell me. I edited date format file from from http://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/l

Re: typos in feature/coretext branch?

2012-04-29 Thread Korrawit Pruegsanusak
Hello Norbert, On Tue, Apr 24, 2012 at 02:36, Norbert Thiebaud wrote: > Yes it is intended, [snip] Thanks for the information :-) >> And I think the message in AC_MSG_CHECKING is incorrect: >>    +if test "$_os" = "Darwin"; then >>    + AC_MSG_CHECKING([whether to build the MySQL Connector exte

[Libreoffice-commits] .: Branch 'feature/coretext' - configure.in

2012-04-29 Thread Korrawit Pruegsanusak
configure.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 02d993990b36bf47c053eca6f77f9f518d8ca6ad Author: Korrawit Pruegsanusak Date: Sun Apr 29 22:01:18 2012 +0700 configure.in: fix typo diff --git a/configure.in b/configure.in index 1636e42..324417a

[Libreoffice-commits] .: filter/source

2012-04-29 Thread Julien Nabet
filter/source/flash/swfwriter.cxx |3 +-- filter/source/flash/swfwriter1.cxx |4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) New commits: commit b6aeba0de214b8331134aad25717c1cfae271a48 Author: Julien Nabet Date: Sun Apr 29 16:46:56 2012 +0200 Prefix ++/-- operators for

[Libreoffice-commits] .: solenv/gbuild

2012-04-29 Thread Tor Lillqvist
solenv/gbuild/platform/IOS_ARM_GCC.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 05d470cd4990aa4a0e885fb0ca126a71aed4d814 Author: Tor Lillqvist Date: Sun Apr 29 17:39:24 2012 +0300 Simply just set gb_DEBUG_CFLAGS as we want it here, too Change-Id

Re: Cell Value xlsx import test

2012-04-29 Thread Markus Mohrhard
Hey Daniel, > I finally had time to work on this cell value xlsx import test task.  I > attached what I have so far for the test.  I just wanted to make sure I'm > going in the right direction and see what recommendations you might have. > > So far, I just have some basic test values to make sure

[Libreoffice-commits] .: dbaccess/source

2012-04-29 Thread Julien Nabet
dbaccess/source/core/api/KeySet.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e34d9be24e72649a78639314145bd9aaabd7ea83 Author: Julien Nabet Date: Sun Apr 29 16:34:25 2012 +0200 Prefix ++/-- operators for non-primitive types Change-Id: I827e539c6

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

2012-04-29 Thread Markus Mohrhard
Hey Albert, > So I have hacked a bit on the UI for the new sort dialog in calc. I'm > posting my work-in-progress patch hoping to get confirmation that I'm > on the right track and also help with the specific issues below. > > As you suggested I've used the same concept for as in namedlg, where

[Libreoffice-commits] .: sc/qa

2012-04-29 Thread Markus Mohrhard
sc/qa/unit/data/contentCSV/cell-value.csv |3 +++ sc/qa/unit/data/xlsx/cell-value.xlsx |binary sc/qa/unit/subsequent_filters-test.cxx| 24 3 files changed, 27 insertions(+) New commits: commit f45de1bed2f116ba3846c6fc2b1eb52f757c25f0 Author: Daniel Banksto

[PATCH] fix tail_build on MacOSX

2012-04-29 Thread Noel Grandin
Hi This patch fixes the location of the env binary to work on MacOSX for the pyAltFCFGMerge python script. Regards, Noel Grandin 0001-Fix-location-of-env-binary-to-work-on-MacOSX.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@

Re: [PUSHED] Move polygon creation from rect attrs into helper method

2012-04-29 Thread Fridrich Strba
Now, it is official, Christina is golden. Pushed happily F. On 28/04/12 20:27, Christina Roßmanith wrote: Hi, if the corner radii-patch is fine, this patch moves the translation of rectangle attributes into a polygon into a helper method. Works fine here, but a short review would be nice. @T

Re: [PUSHED] Correct handling of corner radii of rectangles

2012-04-29 Thread Fridrich Strba
On 28/04/12 19:48, Christina Roßmanith wrote: Hi, in createPolygonFromRect the interval [0,1] is scaled to [width/2,height/2]. Hence rx and ry have to be divided by width/2 and height/2 respectively - I totally agree with Marco (cf. Re: svgreader.cxx: XML_RECT question). The attached rounded_re

Re: [PUSHED] enable rendering of text without any attributes

2012-04-29 Thread Fridrich Strba
Girl, you rock the boat :) Thanks a lot for the perseverance. F. On 28/04/12 20:38, Christina Roßmanith wrote: text without attributes is displayed now. Christina -- Please avoid sending me Word, Excel or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html ___

[Libreoffice-commits] .: 3 commits - filter/source

2012-04-29 Thread Fridrich Strba
filter/source/svg/svgreader.cxx | 164 +--- 1 file changed, 70 insertions(+), 94 deletions(-) New commits: commit 1ac100610860a17792713afe948fa961c5f7cbe4 Author: Chr. Rossmanith Date: Sat Apr 28 20:20:54 2012 +0200 Move polygon creation from rect attr

[Libreoffice-commits] .: solenv/gbuild

2012-04-29 Thread Bjoern Michaelsen
solenv/gbuild/platform/com_GCC_class.mk | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 0bd553e8629104fbc37ac574017519b3f3752cb3 Author: Bjoern Michaelsen Date: Sun Apr 29 13:53:00 2012 +0200 create dep files in an atomic way Change-Id: Ia77

[REVIEW] Missing include in 3.5 branch

2012-04-29 Thread Tomáš Chvátal
Hi guys, please review following commit [1] for 3.5 branch. It needs also bit tweaking as 3.5 branch still use $(realpath ). Cheers Tom [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=3534e99d18952fc87f98cf60eb7767374a1371c4 signature.asc Description: This is a digitally signed me

[Libreoffice-commits] .: svtools/AllLangResTarget_svt.mk

2012-04-29 Thread Tomáš Chvátal
svtools/AllLangResTarget_svt.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 3534e99d18952fc87f98cf60eb7767374a1371c4 Author: Tomas Chvatal Date: Sun Apr 29 10:45:59 2012 +0200 Fix buildissue in svtools with missing include. cpp: line 33, Fatal error: Cannot open

[Libreoffice-commits] .: 2 commits - vcl/unx xmlhelp/prj

2012-04-29 Thread David Tardon
vcl/unx/gtk/app/gtksys.cxx |2 +- xmlhelp/prj/makefile.mk|1 - 2 files changed, 1 insertion(+), 2 deletions(-) New commits: commit fc092dfc88fd72599c1dc0d4b42943b429428481 Author: David Tardon Date: Sun Apr 29 09:49:50 2012 +0200 xmlhelp is gbuild module Change-Id: I5

[PATCH] Remove unused code (24)

2012-04-29 Thread Elton Chung
Hi there, This patch removes 1 unused method. Best Regards, Elton -- Elton Chung Administrator, Sponsor of mirror.layerjet.com Language Maintainer, Tester of ReactOS Project | http://reactos.org Email : el...@layerjet.com

vcl module fails to compile (3.5 branch)

2012-04-29 Thread julien2412
Hello, In vcl module, branch 3.5 updated today, I've got this : /home/julien/compile-libreoffice/libo_3_5/vcl/unx/gtk/app/gtkdata.cxx: In function ‘void sal_gtk_timeout_defer(SalGtkTimeoutSource*)’: /home/julien/compile-libreoffice/libo_3_5/vcl/unx/gtk/app/gtkdata.cxx:774:9: error: ‘void g_source_