Re: Patching our gerrit instance [was Re: [ANN] Please use Gerrit from now on for Patch Review]

2012-07-18 Thread David Ostrovsky
Hi Kendy, On 18.07.2012 19:11, Jan Holesovsky wrote: Another thing are the mail templates - can you please commit the current mail templates that we are using on gerrit.libreoffice.org to dev-tools/gerrit/gerrit_site/etc/mail, so that we can tweak them [eg. to get rid of the . line], in a

Gerrit for users without OpenId account -- was Re: gerrit via email

2012-07-19 Thread David Ostrovsky
Hi, On 19.07.2012 15:56, Terrence Enger wrote: Meanwhile, I note that Lionel asked me (back when our discussion was at the is-this-a-bug stage) to name him as reviewer when submitting the patch to gerrit. I hope the email facility will let people do that kind of thing. nice joke ;-) Or do you

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/Library_mork.mk connectivity/source

2012-07-22 Thread David Ostrovsky
| 41 +++ connectivity/source/drivers/mork/license.txt | 31 ++ 10 files changed, 664 insertions(+), 307 deletions(-) New commits: commit 1c831d537515f231be067e47377404716160fc31 Author: David Ostrovsky da...@ostrovsky.org Date: Sun Jul 22 20:29:41 2012 +0200 mork driver: add MServices

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/Executable_mork_helper.mk connectivity/Library_mork.mk connectivity/Module_connectivity.mk connectivity/source Repository.mk

2012-07-24 Thread David Ostrovsky
files changed, 746 insertions(+), 5 deletions(-) New commits: commit 8950f9ffeed6cecbcfc9996bc01c7d6a9025d866 Author: David Ostrovsky da...@ostrovsky.org Date: Tue Jul 24 23:16:47 2012 +0200 mork driver: more files added Change-Id: Ia4e3e0be9426c785b8d25a968111b153ca45f363 diff

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/source scp2/source

2012-07-25 Thread David Ostrovsky
0455098f73efbb26bacbc6b2c15d725932a0ae01 Author: David Ostrovsky da...@ostrovsky.org Date: Thu Jul 26 00:10:06 2012 +0200 mork driver: scp2 module added Change-Id: I3ca649a125af7a2533b4353815459179647a8a32 diff --git a/connectivity/source/drivers/mork/MConnection.cxx b/connectivity

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/source postprocess/packcomponents postprocess/packregistry Repository.mk

2012-07-27 Thread David Ostrovsky
/MorkParser.hxx |5 -- postprocess/packcomponents/makefile.mk | 17 - postprocess/packregistry/makefile.mk | 23 ++-- 7 files changed, 78 insertions(+), 28 deletions(-) New commits: commit 4cac7d99d399b6f7955f4e803a7aee76f1bb3ef9 Author: David Ostrovsky

mingw build is broken (winegcc configuration phase)

2012-07-28 Thread David Ostrovsky
Hi Kendy, the last winegcc changes break mingw build. I can isolate the problem: winegcc -m32 -o conftest.exe -g -O2 conftest.c /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: cannot find -ladvapi32

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/source Repository.mk scp2/source

2012-07-28 Thread David Ostrovsky
(+), 13 deletions(-) New commits: commit 88e411a9631254a983689e9c65fa07058cd18366 Author: David Ostrovsky da...@ostrovsky.org Date: Sat Jul 28 11:02:38 2012 +0200 mork driver: revert back to libmorklo.so Change-Id: Ib02ab0db30cc6f722066aa7d3ff162810d6f4b79 diff --git a/Repository.mk b

mingw build fixed now -- was Re: mingw build is broken (winegcc configuration phase)

2012-07-30 Thread David Ostrovsky
On 28.07.2012 10:09, David Ostrovsky wrote: the last winegcc changes break mingw build. solved my problem. Upgraded wine repo: # cat /etc/zypp/repos.d/Emulators\:Wine.repo [Emulators_Wine] name=Wine (openSUSE_12.1) type=rpm-md baseurl=http://download.opensuse.org/repositories/Emulators:/Wine

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/source

2012-07-31 Thread David Ostrovsky
|6 +- 4 files changed, 30 insertions(+), 30 deletions(-) New commits: commit 4bd7e5f48ab9c463ffe0aba423a2156d84c9fa6d Author: David Ostrovsky da...@ostrovsky.org Date: Tue Jul 31 09:17:16 2012 +0200 mork driver: fixed SAL_LOG typo Change-Id

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/source

2012-08-02 Thread David Ostrovsky
changed, 137 insertions(+), 13 deletions(-) New commits: commit cf0c13c5f7e81a9b2afdd0a5e085b2964cc59ef8 Author: David Ostrovsky da...@ostrovsky.org Date: Fri Aug 3 00:10:17 2012 +0200 mork driver: commenting out OSQLParser in MStatement Change-Id

Re: git review

2012-08-08 Thread David Ostrovsky
Hi Bjoern, On 02.08.2012 23:21, Bjoern Michaelsen wrote: http://wiki.documentfoundation.org/Development/GitReview so: - what are the experiences? - should we recommend it in general? I am really happy with git review. It has killer features that i don't want to miss anymore, in fact they

fdo#51004 replace mozilla address book parser -- help appreciated

2012-08-09 Thread David Ostrovsky
Hi, i asked a couple of questions on mork driver implementation in the comment to that bugzilla issue: https://bugs.freedesktop.org/show_bug.cgi?id=51004 and still didn't get any answer. So i reasking it here. The question is basically where can i borrow the sql parser that delegate to the

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/Library_mork.mk connectivity/source

2012-08-09 Thread David Ostrovsky
deletions(-) New commits: commit 8a8e6ace18b88d12a521609db286ddf6f1bc37b0 Author: David Ostrovsky da...@ostrovsky.org Date: Thu Aug 9 22:21:16 2012 +0200 mork driver: adding missing stuff Change-Id: I923cd4d3cbd90315099ab5ceff3761ab3cbdebf9 diff --git a/connectivity/Library_mork.mk b

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/Library_mork.mk connectivity/source

2012-08-12 Thread David Ostrovsky
/MExtConfigAccess.hxx | 39 ++ connectivity/source/drivers/mork/MResultSet.cxx| 17 - 10 files changed, 615 insertions(+), 19 deletions(-) New commits: commit b075a9b9672198651c5bbf534944bcb227245887 Author: David Ostrovsky da...@ostrovsky.org Date: Mon Aug 13 00:09:59 2012 +0200 mork driver

[PATCH] CLucene contribs-lib artifacts were missing

2012-05-24 Thread David Ostrovsky
cfd4a041c5c6ef10701dfa0ac0027640415192d5 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Thu, 24 May 2012 22:54:07 +0200 Subject: [PATCH] CLucene contribs-lib artifacts were missing during system wide installation Change-Id: I11e9b17336a16bfcaceebe7613c156ff3e2b94d1 --- clucene/patches/contribs-lib

[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - testtools/CustomTarget_bridgetest.mk

2012-05-26 Thread David Ostrovsky
testtools/CustomTarget_bridgetest.mk | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) New commits: commit b17a8fb79f44327fbb30be8301029c15a6962aa4 Author: David Ostrovsky david.ostrov...@gmx.de Date: Sat May 26 09:50:26 2012 +0200 fixed build error with --without-java

Re: feature/gbuild_merge needs testing

2012-05-26 Thread David Ostrovsky
On 25.05.2012 14:20, Noel Grandin wrote: make[2]: *** No rule to make target `D:/workdir/wntmsci12.pro/CustomTarget/testtools/bridgetest/bridgetest_javaserver.bat', needed by `D:/workdir/wntmsci12.pro/CustomTarget/testtools/bridgetest.done'. Stop. should be fixed now (with --without-java)

[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - connectivity/Library_postgresql-sdbc-impl.mk

2012-05-26 Thread David Ostrovsky
connectivity/Library_postgresql-sdbc-impl.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 7eccbbb6a94a7eef64f4a0ba5eaba3e3e25231ed Author: David Ostrovsky david.ostrov...@gmx.de Date: Sat May 26 20:55:40 2012 +0200 dl library added Change-Id

[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - testtools/Library_bridgetest.mk

2012-05-27 Thread David Ostrovsky
testtools/Library_bridgetest.mk |5 - 1 file changed, 5 deletions(-) New commits: commit b0f075e473655adc393f28b4f7d14b35441a29c7 Author: David Ostrovsky david.ostrov...@gmx.de Date: Sun May 27 22:53:13 2012 +0200 testtools: superfluous include Change-Id

[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - connectivity/Library_postgresql-sdbc-impl.mk

2012-05-27 Thread David Ostrovsky
connectivity/Library_postgresql-sdbc-impl.mk |6 ++ 1 file changed, 6 insertions(+) New commits: commit efbfc7ece0985080d269a674087d3828a38f34af Author: David Ostrovsky david.ostrov...@gmx.de Date: Sun May 27 23:25:44 2012 +0200 postgresql-lib: add shell32.dll on windows

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

2012-05-27 Thread David Ostrovsky
testtools/Module_testtools.mk | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) New commits: commit 5aa7edaa314440f68abae616f1481a9a13c0d3ec Author: David Ostrovsky david.ostrov...@gmx.de Date: Mon May 28 00:29:56 2012 +0200 bridgetest_climaker is commented out

Re: feature/gbuild_merge needs testing

2012-05-27 Thread David Ostrovsky
Hi Matúš, *, I have successfully installed Windows CI server and was surprised how easy it is: VS 2008 Express, SDK 7, cygwin (well, with a couple of setup.exe cycles) ... that it. The only not obvious steps were: make and ccache have to be installed from dev-tools-repository, otherwise it

[PATCH] disable unit tests wich depend on xmlsec was: sc filter test failures

2012-05-28 Thread David Ostrovsky
does it. [1] http://lists.freedesktop.org/archives/libreoffice/2012-May/032345.html Regards David From cfd793a26fbc8909bd2ffdce4a87c7d813e3f95f Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Mon, 28 May 2012 22:50:41 +0200 Subject: [PATCH] disable unit tests wich

[GERRIT] gbuild conversion: pyuno module

2012-06-01 Thread David Ostrovsky
Hi, I'm sending this work in progress for review and comments: https://gerrit.libreoffice.org/#/c/179/ Note, the directory zipcore ist still underway. We should test it a lot, once it is ready. There are three cases on each platform (on windows only 2, on mingw only 1): --disable-python

[PATCH] fdo#48946 was: Testing 3.6.0alpha1

2012-06-03 Thread David Ostrovsky
@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice From 15da41af1845b45e00ac72cc77827a8b960d0e33 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Sun, 3 Jun 2012 13:42:11 +0200 Subject: [PATCH] fdo#48946: URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll does

Re: Reverted check for boost_date_time

2012-06-07 Thread David Ostrovsky
Hi, On 06.06.2012 17:20, David Tardon wrote: On Wed, Jun 06, 2012 at 03:45:50PM +0200, Jan Holesovsky wrote: Hi David, I am sorry, I had to revert http://cgit.freedesktop.org/libreoffice/core/commit/?id=4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22 I was unable to get it right in a reasonable

[PATCH] WaE in ScTabViewShell::UpdateNumberFormatter

2012-06-07 Thread David Ostrovsky
Hi, this patch solves WaE unused pDoc parameter in ScTabViewShell::UpdateNumberFormatter. I have no idea, why I'm getting it now, git blame says that the last changes in this file were years ago ... Regards David .0001-WaE-in-ScTabViewShell-UpdateNumberFormatter.patch.swp Description:

Re: [PATCH] WaE in ScTabViewShell::UpdateNumberFormatter

2012-06-08 Thread David Ostrovsky
Hi Daniel, trying to send it to once time again. Regards David On 08.06.2012 01:35, Daniel Bankston wrote: On 06/07/2012 05:05 PM, David Ostrovsky wrote: Hi, this patch solves WaE unused pDoc parameter in ScTabViewShell::UpdateNumberFormatter. I have no idea, why I'm getting it now, git

[GERRIT] gbuild migration: pyuno module

2012-06-08 Thread David Ostrovsky
Hi, with the last change set https://gerrit.libreoffice.org/#/c/179/ clean build on linux x86_64 with --enable-python=internal is working. Two questions: 1. What do you mean by this TODO comment in scp2/source/ooo/common_brand.scp [...] //TODO: This actually belongs into a module of its own:

[PATCH] disable mozilla per default on all platforms (was Re: --disable mozilla necessary for Ubuntu)

2012-06-08 Thread David Ostrovsky
that. :) no, not with this patch any more ;-) Regards David From 3cb8a6ef37e6862492cb62d2f484a82dfe54d0fd Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Thu, 7 Jun 2012 17:46:31 -0700 Subject: [PATCH] disable mozilla per default on all platforms Change-Id

Re: [GERRIT] gbuild migration: pyuno module

2012-06-10 Thread David Ostrovsky
On 08.06.2012 09:49, Stephan Bergmann wrote: On 06/08/2012 09:22 AM, David Ostrovsky wrote: with the last change set https://gerrit.libreoffice.org/#/c/179/ clean build on linux x86_64 with --enable-python=internal is working. Great to hear. 1. What do you mean by this TODO comment in scp2

Re: [GERRIT] gbuild migration: pyuno module

2012-06-10 Thread David Ostrovsky
On 08.06.2012 15:21, Stephan Bergmann wrote: On 06/08/2012 09:49 AM, Stephan Bergmann wrote: On 06/08/2012 09:22 AM, David Ostrovsky wrote: 2. on Linux I'm testing the clean build with --enable-python=internal, and it seems not to work: opening Tools=Macros=Organize Macros=Python and trying

Re: [PATCH] disable mozilla per default on all platforms (was Re: --disable mozilla necessary for Ubuntu)

2012-06-11 Thread David Ostrovsky
On 11.06.2012 11:44, Stephan Bergmann wrote: On 06/08/2012 09:59 PM, David Ostrovsky wrote: On 08.06.2012 12:52, Rene Engelhard wrote: On Thu, Jun 07, 2012 at 09:01:31PM -0700, Joel Madero wrote: It's been a long time since the default install has worked for me on any Ubuntu or Ubuntu based

pyuno is broken on mingw on current master

2012-06-12 Thread David Ostrovsky
Hi, during my work on gbuild'ification of pyuno module i've seen mingw branches in some dmake makefiles. That why I have compiled mingw32 on OpenSUSE 12.1 with option --enable-python=internal and installed it on real Windows 7 machine and tested pyuno intergration without my gbuild'ification

Re: [GERRIT] gbuild migration: pyuno module

2012-06-12 Thread David Ostrovsky
On 12.06.2012 15:07, Stephan Bergmann wrote: On 06/11/2012 12:17 AM, David Ostrovsky wrote: Still have to test it on Windows and ask somebody to test it in MacosX. Quick update: Attached windows.patch allowed me to at least build https://gerrit.libreoffice.org/#/c/179/11 on Windows (on top

Re: [PATCH] pyuno is broken on mingw on current master

2012-06-18 Thread David Ostrovsky
On 12.06.2012 09:23, Stephan Bergmann wrote: On 06/12/2012 09:17 AM, David Ostrovsky wrote: What do you mean here? Personally, for an experimental platform like mingw, and as you have demonstrated that it does not work right now, I would not bother to make it work prior to gbuild'ification

[Libreoffice-commits] .: pyuno/CustomTarget_python_wrapper.mk pyuno/Executable_python_wrapper.mk pyuno/Module_pyuno.mk Repository.mk

2012-06-19 Thread David Ostrovsky
: commit d633da43995f7457e487634016b2ca3bbc9245b2 Author: David Ostrovsky david.ostrov...@gmx.de Date: Tue Jun 19 08:16:09 2012 +0200 deliver pyuno/python.exe in one step Change-Id: I886f4a6aec492ae498ce86d71686c8d9fb26203d diff --git a/Repository.mk b/Repository.mk index 2c465c2..c897be7

Re: [GERRIT] gbuild migration: pyuno module

2012-06-19 Thread David Ostrovsky
Hi David, On 19.06.2012 07:23, David Tardon wrote: Hi, On Fri, Jun 08, 2012 at 09:22:12AM +0200, David Ostrovsky wrote: Hi, with the last change set https://gerrit.libreoffice.org/#/c/179/ clean build on linux x86_64 with --enable-python=internal is working. Two questions: The thing

Re: [libreoffice-projects] [ANN] Please use Gerrit from now on for Patch Review

2012-06-19 Thread David Ostrovsky
Hi Petr, all, i am using gerrit for a while now and gathered some experience with it already and would like to share it with you. On 19.06.2012 19:24, Petr Mladek wrote: Bjoern Michaelsen píše v Út 19. 06. 2012 v 18:40 +0200: Hi Petr, On Tue, Jun 19, 2012 at 06:14:18PM +0200, Petr Mladek

Re: [libreoffice-projects] [ANN] Please use Gerrit from now on for Patch Review

2012-06-20 Thread David Ostrovsky
On 20.06.2012 14:11, Stephan Bergmann wrote: On 06/19/2012 09:32 PM, David Ostrovsky wrote: On 19.06.2012 19:24, Petr Mladek wrote: Sounds good but how many people would know about the comments? How hard would be to find them? https://gerrit.libreoffice.org/#/c/179/4/ (may be you need

Re: [libreoffice-projects] [ANN] Please use Gerrit from now on for Patch Review

2012-06-20 Thread David Ostrovsky
On 20.06.2012 22:47, Norbert Thiebaud wrote: On Wed, Jun 20, 2012 at 3:27 PM, David Ostrovskydavid.ostrov...@gmx.de wrote: AFAIKs it can not be solved with gerrit: only i can change my gerrit patch/change. really ? I just did exactly that onhttps://gerrit.libreoffice.org/#/c/229/ Wow! no bad,

Re: Cleaning bug list

2012-06-21 Thread David Ostrovsky
On 21.06.2012 22:51, Michael Stahl wrote: we already have quite a bit of that, comments are added to bugzilla when a commit mentions a bug, and with gerrit we'll soon handle reviews better. gerrit bugzilla integration still has to be implemented. feature set of such integration can be seen

[GERRIT] moz build fixed on Ubuntu -- was Re: --disable mozilla necessary for Ubuntu

2012-06-30 Thread David Ostrovsky
Hi Michael, well i first turned off mozilla build by default (--enable-mozilla turn it on now), and then fixed the build error on Ubuntu: https://gerrit.libreoffice.org/#/c/248/ I hope, you don't mind that i did it in this order ;-) Regards David On 08.06.2012 22:29, Michael Meeks wrote:

Re: [GERRIT] moz build fixed on Ubuntu -- was Re: --disable mozilla necessary for Ubuntu

2012-07-02 Thread David Ostrovsky
On 02.07.2012 11:05, Bjoern Michaelsen wrote: On Sun, Jul 01, 2012 at 11:13:36PM -0700, Joel Madero wrote: So enabling mozilla basically does nothing for Ubuntu (or Ubuntu derived distributions). Joel The Mozilla / Netscape, Thunderbird and LDAP address book are only available, when OOo is

Re: [ANN] Please use Gerrit from now on for Patch Review

2012-07-02 Thread David Ostrovsky
On 02.07.2012 18:44, Bjoern Michaelsen wrote: On Mon, Jul 02, 2012 at 06:13:50PM +0200, Lionel Elie Mamane wrote: When I click Diff All Side-by-Side (or Diff All Unified), it shows me only the first file with a link to the (diff) of the next file. I expected to see the diff for*all* files on

missing configure option: --without-cppunit -- was [BUILD] consistent test failures under windows

2012-07-03 Thread David Ostrovsky
Hi, Zitat von Mat M m...@gmx.fr: Hello Le Sun, 10 Jun 2012 12:44:42 +0200, Korrawit Pruegsanusak detective.conan.1...@gmail.com a écrit: I think you should disable your antivirus during the build. It captures CVE files as a threat, and delete / quarantine them. I eventually

Re: help with tail_build

2012-07-04 Thread David Ostrovsky
On 04.07.2012 13:20, Olivier Hallot wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi My (linux) build actually works but I face a stressing situation Each time I do a git pull -r and then make, then tail_build seems to build from scratch and takes hours to finish, making my work a

Re: [PUSHED][PATCH] build problem with gcc 4.5.2

2012-07-07 Thread David Ostrovsky
Hi, On 07.07.2012 18:10, Terrence Enger wrote: Around 2012-07-07 00:45 UTC, I pulled master commit 2758492 and tried to build on ubuntu-natty (11.04), which has gcc version 4.5.2. The gcc compiles downstream from files cfglex.l, xrmlex.l, and srclex.l in l10ntools/source/ each failed with the

[Libreoffice-commits] .: l10ntools/Executable_transex3.mk l10ntools/source

2012-07-07 Thread David Ostrovsky
l10ntools/Executable_transex3.mk |2 ++ l10ntools/source/cfglex.l|2 ++ l10ntools/source/srclex.l|6 -- l10ntools/source/xrmlex.l|6 -- 4 files changed, 12 insertions(+), 4 deletions(-) New commits: commit f2d484e8652a1d5ac406d0d3a6c527e9f75ef0f2

Re: Windows tinderboxes unresolved external errors

2012-07-07 Thread David Ostrovsky
Hi Michael, i think it has something to do with these commits: http://cgit.freedesktop.org/libreoffice/core/commit/?id=15f32aac7b874eee5f7b7ebe90f50c31ebd5efac http://cgit.freedesktop.org/libreoffice/core/commit/?id=67f63a9057c3f3f3bc2aff807426fdf133963524

Re: [PATCH] Implement support for treeview headers native rendering, add GTK implementation

2012-07-09 Thread David Ostrovsky
On 09.07.2012 01:51, Ruslan Kabatsayev wrote: Please update the version in gerrit (I haven't yet figured out how to do this myself). To create a subsequent patchset for already pushed gerrit patch, you have to squash the sebsequent commits with git rebase -i HEAD~n, where n is the number of

Re: [ANN] Please use Gerrit from now on for Patch Review

2012-07-09 Thread David Ostrovsky
On 09.07.2012 08:53, Norbert Thiebaud wrote: QT have patched their gerrit to do the 'right thing' we too and we are even better: we pushed it upstream ;-) https://gerrit-review.googlesource.com/#/c/36640/ Regards David ___ LibreOffice mailing list

Re: Improve doc about gerrit/setup

2012-07-09 Thread David Ostrovsky
On 09.07.2012 23:23, Lionel Elie Mamane wrote: It is a wiki, you can correct it directly yourself. Also for the rest of your remarks. actually we have more then one gerrit command wrapper tool (and documentation) that you may want give a try:

gerrit: polishing web UI

2012-07-10 Thread David Ostrovsky
Hi, may be you've already heard about our new code review system site: https://gerrit.libreoffice.org. As you can see we have installed already LO logo in header. Unfortunately there is only 200px and the next small one is 100px too small (and it doesn't really play good enouph with Code Review

Gerrit: bug db integration

2012-07-11 Thread David Ostrovsky
Hi, just for the record: we turned on gerrit's bug-db-integration machinery, i. e. https://gerrit.libreoffice.org/#/c/286/ Our thanks go to Cedric for pointing that out and to Robert for configuring this. All our 5 bug dbs are currently supported. To see which pattern binds to which db i

Re: minutes of ESC call ...

2012-07-13 Thread David Ostrovsky
On 12.07.2012 17:55, Michael Meeks wrote: + could we not send mails for committers' changes (Petr) + hard to do (Bjoern) If something is (really) hard to do is very often just an indication that one is doing something completely wrong ;-) In that specific case it is

Re: gerrit for 3-6, LibreOffice gerrit bot wrong Merged status

2012-07-15 Thread David Ostrovsky
On 15.07.2012 12:29, Bjoern Michaelsen wrote: On Sat, Jul 14, 2012 at 08:02:37PM +0400, Ivan Timofeev wrote: I am trying to use the following workflow on master: 1. git commit 2. ./logerrit submit libreoffice-3-6 just fine till now. 3. git push Huh?! What is that for? it makes no sense for

The right tool for the job!? -- was Re: gerrit for 3-6, LibreOffice gerrit bot wrong Merged status

2012-07-16 Thread David Ostrovsky
Hi Bjoern, On 16.07.2012 02:45, Bjoern Michaelsen wrote: On Sun, Jul 15, 2012 at 10:53:42PM +0200, David Ostrovsky wrote: Huh?! What is that for? it makes no sense for me to simultaneously submit to gerrit and to push directly to master (and thus bypass gerrit). Yes, it does make sense. You

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

2012-04-12 Thread David Ostrovsky
/Executable_rscdep.mk? David Original Message Subject:Re: [PATCH][REVIEW] gbuild conversion: idlc module Date: Thu, 12 Apr 2012 06:33:19 +0200 From: David Tardon dtar...@redhat.com To: David Ostrovsky david.ostrov...@gmx.de CC: Libreoffice-dev libreoffice@lists.freedesktop.org

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

2012-04-13 Thread David Ostrovsky
module Date: Thu, 12 Apr 2012 23:45:51 +0200 From: David Ostrovsky david.ostrov...@gmx.de To: David Tardon dtar...@redhat.com, Matús( Kukan matus.ku...@gmail.com CC: Libreoffice-dev libreoffice@lists.freedesktop.org Hi David, hi Matus, thank you for your comments on my patch. I changed

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

2012-04-13 Thread David Ostrovsky
Original Message Subject: Fwd: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- problem with --enable-werror Date: Fri, 13 Apr 2012 11:26:03 +0200 From: David Ostrovsky david.ostrov...@gmx.de To: Libreoffice-dev libreoffice@lists.freedesktop.org Hi, my patch

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

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

2012-04-13 Thread David Ostrovsky
0116010024850c234b691766824ec3f8456011af Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Fri, 13 Apr 2012 13:51:27 +0200 Subject: [PATCH] gbuild conversion: idlc module -- build warnings fixed --- idlc/source/parser.y| 34 +- idlc/source

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
13:57:55 +0200 From: David Ostrovsky david.ostrov...@gmx.de To: Matúš Kukan matus.ku...@gmail.com, Libreoffice-dev libreoffice@lists.freedesktop.org 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

[PATCH] gbuild conversion: codemaker module

2012-04-14 Thread David Ostrovsky
Ostrovsky From 4ae1b42eae3eec9f79c9d6a2b726622ffedb6d97 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Sat, 14 Apr 2012 00:30:19 +0200 Subject: [PATCH] gbuild conversion: codemaker module --- Makefile|2 +- Repository.mk

[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 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

[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
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice From 9c521b5029d9b9ff4636f775fb99c8c5d279f331 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Sun, 22 Apr

Re: make check problem in libtest_smoketest building master

2012-04-25 Thread David Ostrovsky
On 13.04.2012 11:35, Noel Grandin wrote: On 2012-04-12 14:40, Stephan Bergmann wrote: Insist on people compiling with an unbroken toolchain instead? It looks like Fedora is also going to do this: http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking I'm willing to write a

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

2012-04-26 Thread David Ostrovsky
From 860462c53c8e33e77b57db0e693e508b0b39f40d Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Wed, 25 Apr 2012 21:29:28 +0200 Subject: [PATCH] fdo#39643: Remove --disable-strip-solver configure option --- Makefile |9

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

2012-04-28 Thread David Ostrovsky
::elementName' was declared here cc1plus: all warnings being treated as errors Ciao David From 7d096b45a1dd9f92703cef2fc3f9e5603630689d Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Sat, 28 Apr 2012 19:15:24 +0200 Subject: [PATCH] WaE: tolerance.elementName

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

2012-04-28 Thread David Ostrovsky
Ostrovsky david.ostrov...@gmx.de On 04/25/2012 11:00 PM, David Ostrovsky wrote: Now we have a test, how do we solve the broken make check on Ubuntu anyway? I would prefer a small/quick hack in place to repaire the broken make check on Ubuntu. Then we have time to refactor the hack and make

[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

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

[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

[PATCH] [not ready] gbuild conversion l10ntools module

2012-05-01 Thread David Ostrovsky
2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Tue, 1 May 2012 23:33:03 +0200 Subject: [PATCH] gbuild conversion l10ntools module Change-Id: I9bbefab8fc10933a690cb865145b77f388c68783 --- Makefile |2 +- Repository.mk |8 + idlc

[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

[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
93bd0969ffec13003bdbd3e2f117374650b7ba20 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Fri, 4 May 2012 23:41:10 +0200 Subject: [PATCH] gbuild conversion: registry module Change-Id: I9dbd2a05602e7d415ca76850458129f68583c83f --- Makefile

Re: [PATCH] gbuild conversion: registry module

2012-05-05 Thread David Ostrovsky
, use it, deliver, ... Thanks, Matus From d35a704c0b0f73d5acbc8950f1a43eb8d07ff963 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Fri, 4 May 2012 23:41:10 +0200 Subject: [PATCH] gbuild conversion: registry module Change-Id: I9dbd2a05602e7d415ca76850458129f68583c83f

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
: David Ostrovsky david.ostrov...@gmx.de Date: Sun, 6 May 2012 17:21:18 +0200 Subject: [PATCH] fix subtle flex problems on MacOS Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124 --- l10ntools/source/cfglex.l |1 + l10ntools/source/srclex.l |1 + l10ntools/source/xrmlex.l |1

[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

[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
Hi Markus, in Thread make check problem in libtest_smoketest building master you can see one problem in test layer that can be improved: smoketest is only building and working now with this ugly hack in place (because of --as-needed default linker option on Ubuntu):

[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

[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 ...

2012-05-16 Thread David Ostrovsky
On 15.05.2012 07:11, David Tardon wrote: 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

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

[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
Hi, could you please review the current state of this branch? source/bridgetest/* is up and running now (except pyuno). The creation of some batch files is skipped, because they wasn't used anyway. The single uno test is implemented in CustomTarget_uno_test.mk and marked with .PHONY to run

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

2012-05-18 Thread David Ostrovsky
: David Ostrovsky david.ostrov...@gmx.de Date: Sat May 19 00:26:29 2012 +0200 CustomTarget_bridgetest Change-Id: I2457061286dcdfe8e07624cd235261e7ed731172 diff --git a/testtools/CustomTarget_bridgetest.mk b/testtools/CustomTarget_bridgetest.mk new file mode 100644 index 000..85a0250

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

2012-05-18 Thread David Ostrovsky
testtools/CustomTarget_bridgetest.mk | 38 +++ testtools/Rdb_uno_services.mk|6 + 2 files changed, 40 insertions(+), 4 deletions(-) New commits: commit 9039bda69c3f2406565e7617327fd9f34e377a01 Author: David Ostrovsky david.ostrov...@gmx.de Date

  1   2   3   4   5   6   7   8   9   >