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.
>
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
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
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
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
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
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
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
__
...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
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
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
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
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
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
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
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
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
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
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
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@
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
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
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
___
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
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
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
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
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
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
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_
30 matches
Mail list logo