Re: git branch audit ...

2012-07-18 Thread David Tardon
Hi, On Wed, Jul 18, 2012 at 05:51:44PM +0100, Michael Meeks wrote: Hi guys, As I created a new git branch for some new work, I was interested to see a rather huge list of malingering branches out there. Even after a: git remote prune origin I get quite a lot of fluff

Re: [PATCH][REVIEW] gbuild conversion: idlc module

2012-04-12 Thread David Ostrovsky
Hi David, hi Matus, thank you for your comments on my patch. I changed it accordingly. *@Matúš:* thank you for your help on IRC. Special usage gnu_getopt lib in windows: Matúš proposed the follow simple solution to include in Executable_idlcpp.mk: ifeq ($(OS),WNT) $(eval $(call

Fwd: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- problem with --enable-werror

2012-04-13 Thread David Ostrovsky
-Wextra -Wendif-labels on gbuild: solenv/gbuild/platform/unxgcc.mk gb_CFLAGS := \ $(gb_CFLAGS_COMMON) \ -fPIC \ -Wdeclaration-after-statement \ -Wshadow \ The C error that I'm getting is: home/david/projects/libreoffice-core/git/libo/idlc/source/preproc/eval.c: In Funktion

Fwd: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed

2012-04-13 Thread David Ostrovsky
Hi, Here is the corrected patch. I fixed the build error with --enable-werror option enabled. C problem: I renamed rand to local_rand in eval.c C++ problem As on gbuild parser are not wrapped any more, I adjusted the warning suppression in parser.y (borrowed from rsc module). David

Re: make check problem in libtest_smoketest building master

2012-04-13 Thread David Ostrovsky
Hi, I'm running into the same issue: [ build RGM ] CustomTarget/jurt/test/com/sun/star/lib/uno/protocols/urp/registry.rdb terminate called after throwing an instance of 'CppUnit::DynamicLibraryManagerException' what(): Symbol [cppunitTestPlugIn] not found in dynamic libary:/home/david

Re: [PUSHED] Re: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed

2012-04-13 Thread David Ostrovsky
Hej Matúš, you don't have to be scared, just push it ;-) here is warning fix as a seperate patch. David On 13.04.2012 13:39, Matúš Kukan wrote: On 13 April 2012 12:56, David Ostrovskydavid.ostrov...@gmx.de wrote: Hi, Here is the corrected patch. I fixed the build error with --enable-werror

License

2012-04-13 Thread David Ostrovsky
Hi, All of my past and future contributions to the LibreOffice project are under LGPLv3+/GPLv3+/MPL until further notice. David Ostrovsky ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Fwd: Re: [PUSHED] Re: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed

2012-04-13 Thread David Ostrovsky
to build LO wth idlc converted? Thanks David [1] http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTERfull-log=1334322010.10061 Original Message Subject: Re: [PUSHED] Re: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed Date: Fri, 13 Apr 2012

[PATCH] gbuild conversion: codemaker module

2012-04-14 Thread David Ostrovsky
Hi, gbuild conversion: codemaker module. /http://wiki.documentfoundation.org/Development/Build_System/Module_status/ is updated. The original makefile had this: -NOOPTFILES= \ -$(OBJ)$/cpputype.obj Noopt for no optimization? not sure what to do with this = ignored ;-) -- David

[PATCH] gbuild conversion: unodevtools module

2012-04-14 Thread David Ostrovsky
Hi, this patch depends on the codemaker module patch. David From c0125ac57ec8667f28f4d5a80c888dc64fc9bb56 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Fri, 13 Apr 2012 22:33:35 +0200 Subject: [PATCH] gbuild conversion: unodevtools module --- Makefile

Re: [PATCH] gbuild conversion: codemaker module

2012-04-14 Thread David Tardon
On Sat, Apr 14, 2012 at 10:22:12AM +0200, David Ostrovsky wrote: Hi, gbuild conversion: codemaker module. /http://wiki.documentfoundation.org/Development/Build_System/Module_status/ is updated. The original makefile had this: -NOOPTFILES= \ -$(OBJ)$/cpputype.obj

Re: [PATCH] gbuild conversion: codemaker module

2012-04-14 Thread David Ostrovsky
Am 14.04.2012 11:48, schrieb Michael Stahl: On 14/04/12 10:22, David Ostrovsky wrote: Hi, gbuild conversion: codemaker module. /http://wiki.documentfoundation.org/Development/Build_System/Module_status/ is updated. The original makefile had this: -NOOPTFILES= \ -$(OBJ

[REVIEW: 3-5] fdo#33914 sound in presenter console

2012-04-16 Thread David Tardon
Hi all, When the presenter console is used and there is a sound in the presentation, it is played in both the presentaion and the console. Commit a4b8a1c9f50bca3b557efca75100d9532a404ec6 fixes that. D. ___ LibreOffice mailing list

[REVIEW: 3-5] fdo#44861 make Replace All behave correctly with REs

2012-04-18 Thread David Tardon
Hi all, the problem is that we did not refresh search data for subsequent searches, so the back references were always filled using the search data of the first match. So, for RE ([0-9]{2})([0-9]{2}), replacement $1.$2 and string 1200-1300, that would lead to the following sequence of changes:

Re: unbuilded code in sd/source/ui/notes

2012-04-18 Thread David Tardon
On Wed, Apr 18, 2012 at 11:21:04PM +0100, Caolán McNamara wrote: On Sat, 2012-04-14 at 11:31 -0300, Olivier Hallot wrote: Is this a feature we curently miss by mistake, or is a dead code never finished/released? We apparently built it in the past, but no longer. Its inconceivable to me

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

2012-04-19 Thread David Tardon
On Wed, Apr 18, 2012 at 08:23:18AM +0300, Tor Lillqvist wrote: MacOSX is one of the few platform that has consistently been built with --enable-werror. removing the benefit of it just for a micro-optimization seems an overkill. I agree with Norbert here. The more tinderboxes we have that

[PATCH] fdo#39643: Remove --disable-strip-solver configure option

2012-04-21 Thread David Ostrovsky
'); [...] was not sure if it is still needed. Note: I've tested make dev-install only on Linux. Ciao David From ee90882e30d4ef9c60ea81018286cbfc8b07b566 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Wed, 18 Apr 2012 22:31:41 +0200 Subject: [PATCH] fdo#39643: Remove --disable

Re: [PUSHED][PATCH] WaE fixed in crashrep and extensions modules

2012-04-22 Thread David Ostrovsky
On 21.04.2012 23:30, Caolán McNamara wrote: On Sat, 2012-04-21 at 15:50 +0200, David Ostrovsky wrote: Hi, I'm getting build errors in crashrep and extensions modules (whith enabled --enable-werror option). With these patches the warnings/errors are fixed. Looks good, pushed, thanks

Re: make check problem in libtest_smoketest building master

2012-04-22 Thread David Ostrovsky
Hi Matúš, your patch was still not pushed. So we have two options here: 1. push your patch (I attached it with description ;-) 2. use make interactive variable LDFLAGS, a lá make LDFLAGS='-Wl,--no-as-needed' check Any ideas on this? Ciao David On 13.04.2012 12:40, Matúš Kukan wrote: On 11

Re: [PUSHED:3-5 3-5-3] fdo#48356 fix RTF import of special unicode characters

2012-04-22 Thread David Tardon
On Sat, Apr 21, 2012 at 09:33:48PM +0100, Caolán McNamara wrote: On Fri, 2012-04-20 at 15:49 +0200, Andras Timar wrote: Hi, 2012/4/20 Miklos Vajna vmik...@suse.cz: Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=69259c6 The fix works. Looks ok +1, one

Re: [PUSHED-3-5 3-5-3] fdo#48969 ODF import measure conversion regression

2012-04-22 Thread David Tardon
On Sat, Apr 21, 2012 at 09:56:36AM +0200, Miklos Vajna wrote: On Fri, Apr 20, 2012 at 10:39:08PM +0200, Fridrich Strba fridrich.st...@graduateinstitute.ch wrote: I cherry-picked the commits into 3-5 branch and added

Re: Weird runtime error

2012-04-23 Thread David Tardon
On Mon, Apr 23, 2012 at 10:28:09PM +0200, Arnaud Versini wrote: Hi, This is the trace with --enable-dbgutil of this crash, no more warn:desktop:12777:1:/media/Medias/core/desktop/source/app/app.cxx:702: UNO Exception: InvalidRegistryException:

Re: [Libreoffice-commits] .: extension libs should have no RPATH

2012-04-24 Thread David Tardon
On Fri, Apr 20, 2012 at 09:53:22AM +0200, Stephan Bergmann wrote: On Mac OS X, LINKFLAGSRUNPATH_xxx is a misnomer. It does not specify any RPATH, but rather a special install name token (those @___...___xxx) that is in turn used by solenv/bin/macosx-changes-install-names.pl to determine how

Re: make check problem in libtest_smoketest building master

2012-04-25 Thread David Ostrovsky
suggestion, that Ubuntu is the first class citizen OS to hack on LO? Ciao David ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PATCH] fdo#39643: Remove --disable-strip-solver configure option

2012-04-26 Thread David Ostrovsky
-p LibreOffice_SDK . -u $tmp_dir . -buildid $BUILD $destdir $strip $msi . -simple $path) die Failed to install: $!; } For the new param in Makefile ooinstall -strip to be passed to make_installer.pl I have to parse it myself in ooinstall, right? Ciao David On 25.04.2012 16:56

[Libreoffice-commits] .: Branch 'feature/gbuild_conversions' - 2 commits - connectivity/registry connectivity/source

2012-04-26 Thread David Tardon
Author: David Tardon dtar...@redhat.com Date: Thu Apr 26 15:37:49 2012 +0200 fix configuration processing diff --git a/connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu index 58bfcf8..f1d4aa2 100644

[PATCH] WaE in test/source/diff/diff.cxx

2012-04-28 Thread David Ostrovsky
Hi, attached patch fix this WaE: [ build CXX ] test/source/sheet/xcellrangereferrer.cxx /home/david/projects/libreoffice-core/git/libo/solver/unxlngx6.pro/inc/test/xmldiff.hxx: In member function 'bool XMLDiff::compareAttributes(xmlNodePtr, xmlNodePtr)': /home/david/projects/libreoffice-core

[PATCH] Re: make check problem in libtest_smoketest building master

2012-04-28 Thread David Ostrovsky
On 26.04.2012 15:04, Stephan Bergmann wrote: [I accidentally sent this response to David only...] Original Message Subject: Re: make check problem in libtest_smoketest building master Date: Thu, 26 Apr 2012 08:10:19 +0200 From: Stephan Bergmann sberg...@redhat.com To: David

[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 dtar...@redhat.com Date: Sun Apr 29 09:49:50 2012 +0200 xmlhelp is gbuild module

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

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

Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-30 Thread David Tardon
On Mon, Apr 30, 2012 at 12:12:50PM +0200, Bjoern Michaelsen wrote: Once everything is in tail_build, num-cpus and max-jobs and GMAKE_OPTIONS can be removed and we simply take what was given on the commandline. So migrate to gbuild, for the greater good of everyone! Amen. D.

feature/gbuild_shell is finished

2012-04-30 Thread David Tardon
Hi all, I have finished gbuild conversion of module shell, on branch feature/gbuild_shell . It contains _a lot_ of platform-specific stuff, mainly for Windows (and a big part of that is not even buildable with mingw ATM), so it would be great if people threw it on their tinderboxes/build machines

[PATCH] gbuild conversion: cleaning up previously converted idlc module

2012-04-30 Thread David Ostrovsky
] +#pragma GCC diagnostic ignored -Wunused-function Ciao David From 9fb81ab41fc677e6cc45f2a800cf71dc7edaa70b Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Tue, 1 May 2012 00:04:38 +0200 Subject: [PATCH] build: cleaning up previously converted idlc module Change-Id

[Libreoffice-commits] .: 2 commits - config_host.mk.in configure.in idlc/CustomTarget_scanner.mk idlc/Executable_idlc.mk idlc/Module_idlc.mk idlc/source solenv/gbuild

2012-04-30 Thread David Tardon
/gbuild/TargetLocations.mk |5 13 files changed, 599 insertions(+), 648 deletions(-) New commits: commit 1bec43481eb6cbe58b22b8c2ce3688e858f5f92f Author: David Ostrovsky david.ostrov...@gmx.de Date: Tue May 1 00:04:38 2012 +0200 build: cleaning up previously converted idlc module

Re: [PATCH][PUSHED] gbuild conversion: cleaning up previously converted idlc module

2012-04-30 Thread David Tardon
On Tue, May 01, 2012 at 12:34:58AM +0200, David Ostrovsky wrote: Hi, during gbuild'fication of idlc module I did a not so nice hack: as *_add_lexers helper function was not implemented, I replaced dmake code with gbuild code in CustomTarget-Makefile. I also forgot to remove

[Libreoffice-commits] .: Branch 'feature/gbuild_conversions' - connectivity/Module_connectivity.mk

2012-05-01 Thread David Tardon
connectivity/Module_connectivity.mk |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit b39679bf6485b30322812ab15212ff790e058f68 Author: David Tardon dtar...@redhat.com Date: Tue May 1 08:55:41 2012 +0200 disable broken complex test diff --git

feature/gbuild_conversions is finished

2012-05-01 Thread David Tardon
Hi all, the branch feature/gbuild_conversions converts modules connectivity and reportbuilder to gbuild. connectivity was mostly done by Peter Foley, with me doing a couple of remaining things (mozilla and postgresql drivers, configuration, etc.). It contains quite a lot of platform-specific

Re: [PATCH][PUSHED] gbuild conversion: cleaning up previously converted idlc module

2012-05-01 Thread David Ostrovsky
On 01.05.2012 07:34, David Tardon wrote: On Tue, May 01, 2012 at 12:34:58AM +0200, David Ostrovsky wrote: Hi, during gbuild'fication of idlc module I did a not so nice hack: as *_add_lexers helper function was not implemented, I replaced dmake code with gbuild code in CustomTarget-Makefile. I

[Libreoffice-commits] .: Branch 'feature/gbuild_shell' - shell/Module_shell.mk

2012-05-01 Thread David Tardon
shell/Module_shell.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1336331d7ed3ad492bf68fe61a7862aa9e3da0ed Author: David Tardon dtar...@redhat.com Date: Tue May 1 11:11:11 2012 +0200 simplemapi is needed on mingw too Change-Id

[Libreoffice-commits] .: 2 commits - cross_tail_build/Makefile cross_tail_build/prj cross_tail_build/README cross_toolset/prj cross_toolset/README Module_cross_tail_build.mk

2012-05-01 Thread David Tardon
+++ cross_toolset/prj/build.lst|2 +- 6 files changed, 87 insertions(+), 1 deletion(-) New commits: commit 291245882bb7a675b9f8514f4655b6a8639a2fab Author: David Tardon dtar...@redhat.com Date: Tue May 1 12:28:56 2012 +0200 add README Change-Id: I2e8214297d071857205c1031b64842e731ef1248

Re: [PATCH][PUSHED] gbuild conversion: cleaning up previously converted idlc module

2012-05-01 Thread David Tardon
On Tue, May 01, 2012 at 10:54:02AM +0200, David Ostrovsky wrote: On 01.05.2012 07:34, David Tardon wrote: This patch is also a preparation for gbuild conversion of other modules. Module l10ntools has three lexer files (this is C-code though): I do not think we should bother differentiating

[PATCH] help description added for recently introduced gmake LEXFLAGS option

2012-05-01 Thread David Ostrovsky
Hi, I've forgotten to add this description line in gmake.help.txt. Ciao David From 82d354720f1a2cfbf229a436511fcaca3fcd21b9 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Tue, 1 May 2012 14:47:09 +0200 Subject: [PATCH] help description added for recently introduced

[Libreoffice-commits] .: Branch 'feature/gbuild_shell' - 3 commits - shell/Library_ooofilt.mk shell/Library_ooofilt_x64.mk shell/Library_propertyhdl.mk shell/Library_propertyhdl_x64.mk shell/Library_r

2012-05-01 Thread David Tardon
10 files changed, 34 insertions(+), 7 deletions(-) New commits: commit 04a7fd79cd7499182a80c4977b4eb2dc01c35cc9 Author: David Tardon dtar...@redhat.com Date: Tue May 1 16:49:41 2012 +0200 clean up expat confusion Change-Id: I41d1d59b9e1ebad0f292fbd2f8560b150d4a9c3a diff --git

[Libreoffice-commits] .: Branch 'feature/gbuild_shell' - shell/StaticLibrary_xmlparser.mk

2012-05-01 Thread David Tardon
shell/StaticLibrary_xmlparser.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 7d8669a1ec8880d1f517c80670068f5aa329b7d8 Author: David Tardon dtar...@redhat.com Date: Tue May 1 17:06:53 2012 +0200 fix linux case with system expat Change-Id

[Libreoffice-commits] .: Branch 'feature/gbuild_shell' - shell/StaticLibrary_shlxthandler_common.mk shell/StaticLibrary_shlxthandler_common_x64.mk

2012-05-01 Thread David Tardon
shell/StaticLibrary_shlxthandler_common.mk |4 shell/StaticLibrary_shlxthandler_common_x64.mk |4 2 files changed, 8 deletions(-) New commits: commit 38027d9d66d1ec96d80aa2bf87ae77986d7ea723 Author: David Tardon dtar...@redhat.com Date: Tue May 1 21:02:34 2012 +0200

[PATCH] [not ready] gbuild conversion l10ntools module

2012-05-01 Thread David Ostrovsky
Hi all, I'm sending this work in progress patch. Help (clucene) and dist migration is still under way. It would be nice if somebody would check it. Thank you in advance David PS: @David: thank you very much for your help on IRC! From 86982d5c88efdc80bd393bae6ddec772df5e013d Mon Sep 17 00:00:00

Re: [PATCH] [not ready] gbuild conversion l10ntools module

2012-05-01 Thread David Tardon
On Tue, May 01, 2012 at 11:43:03PM +0200, David Ostrovsky wrote: Hi all, I'm sending this work in progress patch. Help (clucene) and dist migration is still under way. It would be nice if somebody would check it. It looks good so far. If you need to check what files should be delivered

[Libreoffice-commits] .: 2 commits - desktop/Executable_soffice_bin.mk desktop/Executable_soffice.bin.mk desktop/Module_desktop.mk desktop/Package_soffice_bin.mk solenv/gbuild

2012-05-02 Thread David Tardon
/platform/WNT_INTEL_GCC.mk |4 +- 5 files changed, 114 insertions(+), 57 deletions(-) New commits: commit 602f251d6c5f1f5551cdeb4c70abe0c49834d2c7 Author: David Tardon dtar...@redhat.com Date: Wed May 2 10:55:14 2012 +0200 fdo#49183 link resources to executables Change-Id

[Libreoffice-commits] .: solenv/gbuild

2012-05-02 Thread David Tardon
solenv/gbuild/LinkTarget.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 7cc6106badf9bc87ff1d33ed0926795147f52872 Author: David Tardon dtar...@redhat.com Date: Wed May 2 13:44:44 2012 +0200 let make know about all files created by LinkTarget Change-Id

[Libreoffice-commits] .: vcl/unx

2012-05-02 Thread David Tardon
vcl/unx/gtk/app/gtksys.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 85211f1ef30b07927d768348ce28ac34ade62f03 Author: David Tardon dtar...@redhat.com Date: Wed May 2 14:26:11 2012 +0200 fdo#49365 correctly map monitor index back to screen Change

[Libreoffice-commits] .: 2 commits - desktop/Package_soffice_bin.mk solenv/gbuild

2012-05-02 Thread David Tardon
desktop/Package_soffice_bin.mk |2 ++ solenv/gbuild/platform/WNT_INTEL_GCC.mk |1 - 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit b1419d37db297a4228bb0df463a1ab06c0c6183d Author: David Tardon dtar...@redhat.com Date: Wed May 2 17:36:03 2012 +0200 do

[Libreoffice-commits] .: 2 commits - desktop/Package_soffice_bin.mk sw/source

2012-05-02 Thread David Tardon
desktop/Package_soffice_bin.mk |2 +- sw/source/core/tox/tox.cxx |1 + 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit c92c5c6beed1c1c1004ced1e90b57393f62a0a31 Author: David Tardon dtar...@redhat.com Date: Thu May 3 07:21:47 2012 +0200 use right target

[Libreoffice-commits] .: desktop/Executable_soffice_bin.mk desktop/Package_soffice_bin.mk solenv/gbuild

2012-05-03 Thread David Tardon
desktop/Executable_soffice_bin.mk | 15 +++ desktop/Package_soffice_bin.mk|6 -- solenv/gbuild/LinkTarget.mk |1 - 3 files changed, 15 insertions(+), 7 deletions(-) New commits: commit 056b9b45bf94bf5c362d8409c5919a6565d2922d Author: David Tardon dtar

[Libreoffice-commits] .: 6 commits - sdext/Extension_minimizer.mk sdext/Extension_presenter.mk solenv/gbuild

2012-05-04 Thread David Tardon
/WNT_INTEL_GCC.mk |2 +- solenv/gbuild/platform/WNT_INTEL_MSC.mk |2 +- 7 files changed, 13 insertions(+), 12 deletions(-) New commits: commit 63417ac5d3e07d370e652d7dedf5c189cc7e7e34 Author: David Tardon dtar...@redhat.com Date: Fri May 4 16:44:22 2012 +0200 fdo#49136 use localized .xcu

[Libreoffice-commits] .: 2 commits - l10ntools/Executable_cfgex.mk l10ntools/Executable_gsicheck.mk l10ntools/Executable_helpex.mk l10ntools/Executable_localize.mk l10ntools/Executable_transex3.mk l10

2012-05-04 Thread David Tardon
|2 +- l10ntools/source/cfglex.l|2 ++ l10ntools/source/srclex.l|2 ++ l10ntools/source/xrmlex.l|2 ++ 10 files changed, 13 insertions(+), 7 deletions(-) New commits: commit f9bea4448f08f3aff0fcfbbbfae4f638615daefb Author: David Tardon dtar...@redhat.com Date

[Libreoffice-commits] .: l10ntools/source

2012-05-04 Thread David Ostrovsky
l10ntools/source/cfglex.l |1 - l10ntools/source/srclex.l |1 - l10ntools/source/xrmlex.l |1 - 3 files changed, 3 deletions(-) New commits: commit ced53aa235bd4edb17ebd4690ab311a36b8725e4 Author: David Ostrovsky david.ostrov...@gmx.de Date: Fri May 4 19:27:01 2012 +0200 fixed

MPL/LPGL statement

2012-05-04 Thread David Hobley
All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license Cheers, David Hobley ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: idlc/source

2012-05-04 Thread David Ostrovsky
idlc/source/scanner.l |2 ++ 1 file changed, 2 insertions(+) New commits: commit 6f1a96249014c6144c638cfcf38db3e910f6a6bc Author: David Ostrovsky david.ostrov...@gmx.de Date: Fri May 4 20:46:58 2012 +0200 disable GCC diagnostic #pragma on older GCC versions Change-Id

[PATCH] gbuild conversion: registry module

2012-05-04 Thread David Ostrovsky
are used? .INCLUDE : ..$/version.mk 4. Have no idea what is this for = ignored ;-) makedocpp: $(DOCPPFILES) docpp -H -m -f -u -d $(OUT)$/doc$/$(PRJNAME) $(DOCPPFILES) 5. how to handle this? TARGET=reg [...] .IF $(COM) == MSC SHL1IMPLIB= ireg .ELSE SHL1IMPLIB= $(TARGET) .ENDIF Thanks David From

[Libreoffice-commits] .: 2 commits - fpicker/AllLangResTarget_fps_office.mk fpicker/Library_fps_aqua.mk fpicker/Library_fps.mk vcl/Library_vclplug_kde4.mk vcl/Library_vclplug_kde.mk vcl/prj

2012-05-05 Thread David Tardon
|2 +- 6 files changed, 16 insertions(+), 14 deletions(-) New commits: commit 32f4c79f7a72fc312ae3eec02492d6bc1da7d86c Author: David Tardon dtar...@redhat.com Date: Sat May 5 08:38:13 2012 +0200 add dependency on fpicker Change-Id

Re: [PATCH] gbuild conversion: registry module

2012-05-05 Thread David Ostrovsky
Hi Matúš, thank you very much for your review and your help (on IRC). I updated my patch accordingly. Ciao David On 05.05.2012 16:46, Matúš Kukan wrote: On 5 May 2012 02:47, Matúš Kukanmatus.ku...@gmail.com wrote: Otherwise it could be good, though I can't get it build on windows

Re: [PATCH][PUSHED] gbuild conversion: registry module

2012-05-05 Thread David Tardon
On Sat, May 05, 2012 at 11:09:33PM +0200, David Ostrovsky wrote: Hi Matúš, thank you very much for your review and your help (on IRC). I updated my patch accordingly. Pushed, thanks! D. ___ LibreOffice mailing list LibreOffice

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

2012-05-06 Thread David Tardon
+- 5 files changed, 84 insertions(+), 83 deletions(-) New commits: commit 9f68316127c6ef2e7697e135c3b056f6d8a83aee Author: David Tardon dtar...@redhat.com Date: Sun May 6 08:19:43 2012 +0200 fix linkage inconsistency on windows Change-Id

[Libreoffice-commits] .: registry/inc

2012-05-06 Thread David Tardon
registry/inc/registry/registry.hxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 2c8432dcafedff49c2d284d79c016216d230c9f4 Author: David Tardon dtar...@redhat.com Date: Sun May 6 08:40:45 2012 +0200 fix linkage inconsistency on windows (cont

Re: [GERRIT][PATCH] gbuild conversion l10ntools module

2012-05-06 Thread David Ostrovsky
On 06.05.2012 14:29, Christian Lohmaier wrote: On Thu, May 3, 2012 at 1:23 PM, Thorsten Behrens t...@documentfoundation.org wrote: David Ostrovsky wrote: 5. -.IF $(OS) == MACOSX $(CPU) == P $(COM) == GCC -# There appears to be a GCC 4.0.1 optimization error causing _file:good() to -# report

Re: [GERRIT][PATCH] gbuild conversion l10ntools module

2012-05-06 Thread David Ostrovsky
Hi Christian, if this patch fixes your build, fill free to push it. Ciao David On 06.05.2012 16:42, Christian Lohmaier wrote: Hi David, *, On Sun, May 6, 2012 at 4:21 PM, David Ostrovskydavid.ostrov...@gmx.de wrote: On 06.05.2012 14:29, Christian Lohmaier wrote: On Thu, May 3, 2012 at 1

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

2012-05-06 Thread David Tardon
deletions(-) New commits: commit 30115a0e78cba478562f183fe06da025b3f44936 Author: David Tardon dtar...@redhat.com Date: Sun May 6 13:52:07 2012 +0200 WaE: NULL used in arithmetic Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d diff --git a/extensions/source/nsplugin/source

[PATCH] gbuild conversion: store module

2012-05-06 Thread David Ostrovsky
Hi, here is conversion of store module and new make target fun ;-) Ciao David From e021ac4f39fa3f2dfaacc9dea2e63e41a9c07e3b Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Sun, 6 May 2012 17:17:22 +0200 Subject: [PATCH] gbuild conversion: store module Change-Id

Re: [PATCH][PUSHED] gbuild conversion: store module

2012-05-06 Thread David Tardon
On Sun, May 06, 2012 at 08:14:41PM +0200, David Ostrovsky wrote: Hi, here is conversion of store module and new make target fun ;-) Great! I do not really think we need a make target for showing the numbers of converted and unconverted modules, so I left out that part. I also split store_inc

[Libreoffice-commits] .: Makefile store/inc store/Library_store.mk store/Makefile store/Module_store.mk store/Package_inc.mk store/Package_xml.mk store/prj store/source store/util

2012-05-06 Thread David Tardon
/util/makefile.mk| 82 -- 12 files changed, 208 insertions(+), 197 deletions(-) New commits: commit d76c3f3abdc9f8e7139a78b85323b4865fe6b27b Author: David Ostrovsky david.ostrov...@gmx.de Date: Sun May 6 17:17:22 2012 +0200 gbuild conversion

[Libreoffice-commits] .: store/Library_store.mk

2012-05-06 Thread David Tardon
store/Library_store.mk |1 + 1 file changed, 1 insertion(+) New commits: commit e35b1d8b0913514becb9e5d2845c74a927b4a272 Author: David Tardon dtar...@redhat.com Date: Mon May 7 07:08:16 2012 +0200 add gb_STDLIBS Change-Id: I53d4f6ddd9c79b9cd025339ef9a5e92ce1a881bc diff --git

[Libreoffice-commits] Changes to 'feature/gbuild_testtools'

2012-05-07 Thread David Ostrovsky
New branch 'feature/gbuild_testtools' available with the following commits: commit 46233dfcacc6ca2230c5b152f4d1012d5e161500 Author: David Ostrovsky david.ostrov...@gmx.de Date: Mon May 7 08:48:12 2012 +0200 gbuild conversion: testtools module Change-Id

Re: [GSOC] feature branch for test improvements

2012-05-09 Thread David Ostrovsky
/libreoffice/core/commit/?id=4d68b95cb9e2fcf761940de6f8662d21218452f2 In this thread Michael and Stephan proposed a couple of aprropriate solutions to rectify this. Regards David On 09.05.2012 06:53, Markus Mohrhard wrote: Hello Artur, you have now push access and as Michael already mentioned

[Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - testtools/CustomTarget_bridgetest_javamaker.mk testtools/Module_testtools.mk

2012-05-10 Thread David Ostrovsky
testtools/CustomTarget_bridgetest_javamaker.mk | 39 + testtools/Module_testtools.mk | 12 +++ 2 files changed, 45 insertions(+), 6 deletions(-) New commits: commit 77d4789c0eaa7e5cfe7e03870261c61065c7010d Author: David Ostrovsky david.ostrov

[Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - testtools/CustomTarget_bridgetest_javamaker.mk

2012-05-10 Thread David Ostrovsky
testtools/CustomTarget_bridgetest_javamaker.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1ce6f6685e9c278f4d32f97fd56acc08fd860a71 Author: David Ostrovsky david.ostrov...@gmx.de Date: Thu May 10 09:58:05 2012 +0200 bridgetest.rdb path fixed

[REVIEW 3-5] rhbz#809019 presentation does not run with monitors in clone mode

2012-05-11 Thread David Tardon
Hi all, the new gtk VCL plugin does not recognize that a multi-monitor machine has the monitors configured in clone mode. The consequence of that is that impress shows presenter console and not the presentation itself (see https://bugzilla.redhat.com/show_bug.cgi?id=809019 ). Commit

[Libreoffice-commits] .: Branch 'feature/gbuild_scp2' - 3 commits - scp2/InstallModule_binfilter.mk scp2/InstallModule_javafilter.mk scp2/InstallModule_ure.mk scp2/InstallModule_windows.mk solenv/gbui

2012-05-13 Thread David Tardon
, 37 insertions(+), 4 deletions(-) New commits: commit 54bcfd771be932103bee352bd0f3415622c97e77 Author: David Tardon dtar...@redhat.com Date: Sun May 13 07:33:33 2012 +0200 add missing defs Change-Id: I800303b2f434e319fe9c9e6ce16ad9cb740290c6 diff --git a/scp2/InstallModule_ure.mk b

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

2012-05-14 Thread David Tardon
Author: David Tardon dtar...@redhat.com Date: Mon May 14 08:15:32 2012 +0200 make build work again with older ICU The recent addition of Hebrew line breaking rules apparently does not work with genbrk from ICU 4.6. Maybe we should just require 4.x (where x is the first

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
) Draw - Export - filetype combo was broken. Change-Id: I9349749274498d5834dd63e73f3856434b1ab8d9 Signed-off-by: David Tardon dtar...@redhat.com diff --git a/fpicker/source/unx/kde4/KDE4FilePicker.cxx b/fpicker/source/unx/kde4/KDE4FilePicker.cxx index 9c3ded3..ca9f62e 100644

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] .: 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

[Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - Repository.mk testtools/CustomTarget_bridgetest_climaker.mk testtools/CustomTarget_uno_services.mk testtools/Library_bridgetest.mk testtool

2012-05-14 Thread David Ostrovsky
/StaticLibrary_bridgetest.mk | 49 +++ 9 files changed, 403 insertions(+), 6 deletions(-) New commits: commit 32124ca1fee5bb39486decf406ed404cc4aab6ae Author: David Ostrovsky david.ostrov...@gmx.de Date: Tue May 15 00:55:02 2012 +0200 bridgetest further targets migrated

Re: [Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - Repository.mk testtools/CustomTarget_bridgetest_climaker.mk testtools/CustomTarget_uno_services.mk testtools/Library_bridgetest.mk test

2012-05-14 Thread David Tardon
On Mon, May 14, 2012 at 03:57:31PM -0700, David Ostrovsky wrote: Repository.mk |4 + testtools/CustomTarget_bridgetest_climaker.mk | 65 ++ testtools/CustomTarget_uno_services.mk| 60 testtools

Re: About DECLARE_LIST fdo#38832

2012-05-15 Thread David Tardon
On Wed, May 02, 2012 at 04:43:59PM +0200, Julien Nabet wrote: On 02/05/2012 13:24, Caolán McNamara wrote: Seeing as its the last DECLARE_LIST left in core it looks like a great candidate to convert it to vector/list and allow removal of DECLARE_LIST into binfilter. Watch out though, there's

Re: [Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - Repository.mk ...

2012-05-16 Thread David Ostrovsky
Hi David, well it was not ready yet ;-) Anyway, thanks for your comments. +TTUS := $(call gb_CustomTarget_get_workdir,testtools/uno_services) Please, do not do that. Just use $(call gb_CustomTarget_get_workdir,testtools/uno_services) where necessary. This one I really don't understand

Re: [Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - Repository.mk ...

2012-05-16 Thread David Ostrovsky
Hi Matúš, thanks ,-) David said to me that I should not merge the master to the feature branch. That why i missed this commit from Michael. Ciao David On 16.05.2012 23:59, Matúš Kukan wrote: Hi David, On 16 May 2012 23:41, David Ostrovskydavid.ostrov...@gmx.de wrote: +TTUS := $(call

[Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - testtools/CustomTarget_bridgetest_climaker.mk testtools/CustomTarget_bridgetest_javamaker.mk testtools/CustomTarget_uno_services.mk testtoo

2012-05-16 Thread David Ostrovsky
|4 - testtools/Rdb_cppobj.mk| 33 - 6 files changed, 22 insertions(+), 124 deletions(-) New commits: commit 3249a8876e671f3f6b284091d6893bffdb90a2fd Author: David Ostrovsky david.ostrov...@gmx.de Date: Thu May 17 00:35:06 2012 +0200

Re: [Libreoffice-commits] .: 6 commits - configure.in i18npool/Library_i18npool.mk solenv/gbuild

2012-05-17 Thread David Tardon
On Wed, May 16, 2012 at 03:00:33PM -0700, Michael Stahl wrote: commit b6076ec3c1b9c384d8229cd079c39f510a9f38f7 Author: Michael Stahl mst...@redhat.com Date: Wed May 16 20:32:28 2012 +0200 gbuild: fix build executable dependencies: Rules that invoke generated executables

Re: Android port problems

2012-05-17 Thread David Tardon
help us getting much more into libmerged ... That at least is my hope: David ? what's the plan there :-) hopefully that good stuff is all going in somewhat before the 3.6 feature-freeze ? Right. What I have finished converting is connectivity reportbuilder (on feature

[Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - testtools/CustomTarget_bridgetest_testComponent.mk testtools/Module_testtools.mk testtools/Rdb_uno_services.mk

2012-05-17 Thread David Ostrovsky
6480c305d00be9a9e0577b3409248b41d51ca1ae Author: David Ostrovsky david.ostrov...@gmx.de Date: Thu May 17 19:11:07 2012 +0200 uno_services.rdb are now created Because there is still no helper for javamaker and automagically xslt procession of components during jar building phase

[Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - testtools/CustomTarget_uno_test.mk testtools/Module_testtools.mk testtools/Rdb_uno_services.mk

2012-05-17 Thread David Ostrovsky
Author: David Ostrovsky david.ostrov...@gmx.de Date: Thu May 17 22:47:19 2012 +0200 CustomTarget_uno_test added. Change-Id: Ia6b99cc7ec7d911d46354c1c892d8a6bbd23e188 diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk new file mode 100644 index 000

Branch 'feature/gbuild_testtools' - review request

2012-05-17 Thread David Ostrovsky
there who use windows? dmake-prj-directory is still to be cleaned. Conclusion: Have we a chance to clean it a little bit and merge it to master and fix (or let fix) the issues that arise on the road? ;-) Ciao David ___ LibreOffice mailing list LibreOffice

Re: [PATCH][PUSHED] fdo#47246: vcl: fix --enable-headless build

2012-05-17 Thread David Tardon
On Wed, May 16, 2012 at 01:39:51PM +0200, Matúš Kukan wrote: On 16 May 2012 13:07, Riccardo Magliocchetti riccardo.magliocche...@gmail.com wrote: Hello, following android way of building stuff in vcl/ is enough to fix it. Thanks, pushed. Marking as pushed. D.

Re: minutes of ESC call ...

2012-05-18 Thread David Tardon
On Thu, May 17, 2012 at 09:00:51PM +0100, Michael Meeks wrote: + 3.6 status + connectivity, reportreader, shell, scp2 + will enable adding 10-12 modules to tail_build. + will merge next week, in time for 3.6 I should clarify this

Re: minutes of ESC call ...

2012-05-18 Thread David Tardon
On Fri, May 18, 2012 at 08:32:47AM +0200, David Tardon wrote: On Thu, May 17, 2012 at 09:00:51PM +0100, Michael Meeks wrote: + 3.6 status + connectivity, reportreader, shell, scp2 + will enable adding 10-12 modules to tail_build

Re: [Libreoffice-commits] .: 2 commits - configure.in README.cross

2012-05-18 Thread David Tardon
On Thu, May 17, 2012 at 11:41:52PM -0700, Tor Lillqvist wrote: commit 6868d84b13a52efe91337f2dccb88e59b9f8d2b7 Author: Tor Lillqvist t...@iki.fi Date: Thu May 17 22:45:04 2012 +0300 Add generic --with-build-platform-configure-options diff --git a/configure.in b/configure.in index

Re: [Libreoffice-commits] .: 2 commits - configure.in README.cross

2012-05-18 Thread David Tardon
On Fri, May 18, 2012 at 11:40:13AM +0300, Tor Lillqvist wrote: This is a good idea, but I think it would be even better to have autogen.lastrun.build (or whatever you want to call it). Then we would not need to specify _any_ build-specific options for the host configure. Opinions? I

Re: [Libreoffice-commits] .: 2 commits - configure.in README.cross

2012-05-18 Thread David Tardon
On Fri, May 18, 2012 at 11:59:40AM +0300, Tor Lillqvist wrote: Why not? Changing the inner configure call to ./configure `cat configure.lastrun.build` Sure, but then there would be a discrepancy with how autogen.lastrun works. Or should we realize already that autogen.lastrun isn't

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

2012-05-18 Thread David Tardon
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 http://cgit.freedesktop.org/libreoffice/core/tree/sdext/platform.mk#n28 Yeah, that comment was written by me. Because the obvious next step would be

<    1   2   3   4   5   6   7   8   9   10   >