[Libreoffice] Revive development of the OOo plugin for Alfresco ECM, for LibreOffice

2011-06-16 Thread David Nelson
] and here [3]. Maybe there's an opportunity for us to help each other out? Could I ask what your thoughts and suggestions would be about this? [1] http://forge.alfresco.com/projects/ooo-plugin/ [2] http://docs.oasis-open.org/cmis/CMIS/v1.0/cmis-spec-v1.0.html [3] http://chemistry.apache.org/ -- David

Re: [Libreoffice] Revive development of the OOo plugin for Alfresco ECM, for LibreOffice

2011-06-16 Thread David Nelson
Hi Cedric, On Thu, Jun 16, 2011 at 20:33, Cedric Bosdonnat cedric.bosdonnat@free.fr wrote: I'ld love to be in that kind of project again :) That's great. :-) So would you like to attend this confcall upcoming in the week of June 27? -- David Nelson

Re: [Libreoffice] [PATCH] Replace DBG_ with OSL in writer and remove debug.hxx

2011-06-28 Thread David Tardon
On Tue, Jun 07, 2011 at 10:48:36PM +0200, Jacek Wolszczak wrote: Hi, BTW, does anyone use DBG_PROFSTART and DBG_PROFSTOP or could these be removed altogether? They are used for profiling. I do not know if anyone here knows about their existence, so it might well be the simplest thing to

[Libreoffice] [REVIEW] avoid overwriting stack

2011-06-30 Thread David Tardon
Hi all, could someone review commit 01096e7487d9e60fcd24eea8131b650588845f2b in libs-core for 3.4? It fixes the following crash scenario: 1. create new presentation 2. press F11 to open stylist 3. right click on a style and click on Modify 4. press Esc (or click Cancel) 5. press F11 It does

Re: [Libreoffice] [PATCH] [PUSHED] Replace List with std::vector

2011-07-01 Thread David Tardon
On Sun, Jun 19, 2011 at 09:48:39PM -0700, Joseph Powers wrote: I'm sending the patch for review; not because it needs a lot but just to have someone verify that the memory was leaking and needs to be fixed. It has been pushed already, so adding PUSHED to summary. Current fixes: 1.

Re: [Libreoffice] [REVIEW 3-4] [PUSHED 3-4] Update mdds to 0.5.3

2011-07-14 Thread David Tardon
On Wed, Jul 13, 2011 at 11:15:33PM -0400, Kohei Yoshida wrote: Hi there, I'd like to update mdds to 0.5.3 for the -3-4 branch and preferably the -3-4-2 branch as well. The attached patches would make that happen. That should improve the performance issue raised in

Re: [Libreoffice] [PATCH][REVIEW][PUSHED 3-4] SetNamedRanges speedup fdo#35357

2011-07-18 Thread David Tardon
On Mon, Jul 18, 2011 at 12:28:55PM -0400, Kohei Yoshida wrote: On Mon, 2011-07-18 at 11:47 -0400, Kohei Yoshida wrote: On Mon, 2011-07-18 at 10:25 -0400, Kohei Yoshida wrote: I'd also like to push this to the -3-4 branch, but let me just do a quick test on ODS import of named ranges

Re: [Libreoffice] [PATCH] Work around a bash-ism in configure.in

2011-07-18 Thread David Tardon
On Mon, Jul 18, 2011 at 05:33:56PM -0700, Mike Eberdt wrote: Hi Christian, On 07/18/11 04:56, Christian Lohmaier wrote: Hi MIke, *, On Fri, Jul 15, 2011 at 9:34 PM, Mike Eberdtlibr...@comcast.net wrote: Configure.in eventually gets parsed by /bin/sh, and on Free/Net/OpenBSD /bin/sh

Re: [Libreoffice] Review Request: fdo#39023 for 3.4.* branch

2011-07-19 Thread David Tardon
On Tue, Jul 19, 2011 at 02:35:42PM +0200, Markus Mohrhard wrote: Hello David, I think the original version should be safe. Our formula api can't deal with broken documents during import especially the oox import can't deal with errors of any kinds in formulas. But a broken document won't

Re: [Libreoffice] [REVIEW][PUSHED 3-4] Fix for fdo#39236

2011-07-19 Thread David Tardon
On Tue, Jul 19, 2011 at 02:56:04PM -0400, Kohei Yoshida wrote: Hi there, I'd like to have the following commit http://cgit.freedesktop.org/libreoffice/calc/commit/?id=8da78944e7c4fcae9ae40bea7162898d20db6329 cherry-picked to -3-4 and -3-4-2 in order to fix

Re: [Libreoffice] [REVIEW][PUSHED 3-4] Fix wrong RTTI baseclass for SfxViewEventHint

2011-07-20 Thread David Tardon
On Wed, Jul 20, 2011 at 11:53:49PM +0200, Thorsten Behrens wrote: Hi *, master has a fix for a mis-typed base class for the SfxViewEventHint, unfortunately hidden in merge commit libs-core:d3a999619524001821bdc438cac275c441efad9b - which effectively prevents a set of document events to no

[Libreoffice] gdb pretty printers landed in master

2011-08-25 Thread David Tardon
Hi all, as the subject says, I pushed my gdb pretty printers into master. == What is it? == gdb 7 includes support for scripting in Python, which, among other useful things, allows to write pretty printers for arbitrary data types (did you ever wish that rtl::OString be shown like a string?

Re: [Libreoffice] partial build and make dev-install

2011-08-25 Thread David Tardon
On Tue, Aug 23, 2011 at 10:05:04AM +0100, Michael Meeks wrote: Hi Lionel, On Mon, 2011-08-22 at 18:30 +0200, Lionel Elie Mamane wrote: I just got bitten by the fact that: .. Does not make the libreoffice in ./install use the new changed code; is this to be considered a bug, or are some

Re: [Libreoffice] Commit 66f05b5d5acc43e4615bc19045d3600ed93e328b breaks the build

2011-09-08 Thread David Tardon
On Thu, Sep 08, 2011 at 09:22:52PM +0200, Francois Tigeot wrote: Hi, This commit has added a file named filter/source/svg/js2hxx.py which has the following shebang : #!/usr/bin/env python Unfortunately, system python is not always named 'python'. On one of my systems, it is named

Re: [Libreoffice] Usefulness of --enable-dbgutil

2011-09-15 Thread David Tardon
On Wed, Sep 14, 2011 at 09:50:13PM +0300, Tor Lillqvist wrote: (I must say I am a bit disappointed at the GNU C++ library here: this thing that you can't mix code compiled with and without that define, and don't even get any linkage error if you do anyway, doesn't sound very elegant; in fact

Re: [Libreoffice] [REVIEW] patch for 2 bitwiseOnBoolean detected cppcheck

2011-09-15 Thread David Tardon
On Thu, Sep 15, 2011 at 02:43:06PM -0700, julien2412 wrote: Hello, Here is a patch on 2 different code parts. Cppcheck detected these : core/vcl/source/gdi/sallayout.cxx 743 bitwiseOnBooleanstyle Boolean variable 'bAllOk' is used in bitwise operation. Did you mean ? Yes,

Re: [Libreoffice] Fwd: gbuild question

2011-09-18 Thread David Tardon
On Sat, Sep 17, 2011 at 04:19:40PM -0400, Peter Foley wrote: I'd like to get more familiar with gbuild conversion by working on simpler modules before trying to tackle something like scripting. Okay, so you can try one of the following: UnoControls accessibility configmgr embeddedobj

Re: [Libreoffice] Question about Possible null pointer dereference in SpellDialog.cxx (cui one)

2011-09-18 Thread David Tardon
On Fri, Sep 16, 2011 at 04:29:57PM -0700, julien2412 wrote: Hello, cppcheck detected this on core/cui/source/dialogs/SpellDialog.cxx 1534 nullPointer error Possible null pointer dereference: pNewError 1538 nullPointer error Possible null pointer dereference: pNewError 1555

Re: [Libreoffice] [PATCH] [PUSHED] change font name in Thai fall-back font lists in VCL.xcu

2011-09-20 Thread David Tardon
On Wed, Sep 21, 2011 at 11:26:31AM +0700, Tantai Tanakanok wrote: I change font name from TH SarabunNew to TH Sarabun New because this new font was renamed by the owner (SIPA) when it is actually released. Thanks, pushed! Can you confirm that this and all your future patches are licensed

Re: [Libreoffice] [Patch][PUSHED] Porting js2hxx.py to python3

2011-09-28 Thread David Tardon
On Wed, Sep 28, 2011 at 05:02:29PM +0200, Hugo Beauzée-Luyssen wrote: Hi, This is a simple patch to allow using python 3 when building. I'm new to this list, and to submitting patches for libreoffice, so if I did anything wrong, feel free to correct me :) Thanks, you did all right :) Can

Re: [Libreoffice] [PATCH] Get rid of SvULongs in calc

2011-09-28 Thread David Tardon
On Tue, Jul 19, 2011 at 11:06:49AM +0200, Maciej Rumianowski wrote: Hi Kohei, 4) Last but not least, please state that you are submitting your patches under LGPLv3+/MPL 1.1. Of course and future also. Hi, could you add yourself to http://wiki.documentfoundation.org/Development/Developers

Re: [Libreoffice] [PATCH][PUSHED] Replace-SvULongs-with-std-vector-in-sfx2

2011-09-29 Thread David Tardon
On Tue, Sep 27, 2011 at 10:11:11PM +0200, Maciej Rumianowski wrote: Hi *, Simple Patch replacing SvULongs with std::vector. Related Bug 38831. Pushed, thanks! @@ -53,7 +54,7 @@ TYPEINIT1_FACTORY( SvxClipboardFmtItem, SfxPoolItem , new SvxClipboardFmtItem(0

Re: [Libreoffice] [PATCH][PUSHED] Replace-SvULongs-with-std-vector-in-sfx2

2011-09-29 Thread David Tardon
On Thu, Sep 29, 2011 at 10:33:50AM +0200, Maciej Rumianowski wrote: Hi David, @@ -53,7 +54,7 @@ TYPEINIT1_FACTORY( SvxClipboardFmtItem, SfxPoolItem , new SvxClipboardFmtItem(0 SvxClipboardFmtItem_Impl::SvxClipboardFmtItem_Impl( const

Re: [Libreoffice] [PATCH][PUSHED] Remove last instance and Finally remove SvULongs

2011-10-04 Thread David Tardon
On Sun, Oct 02, 2011 at 09:57:19AM +0200, Maciej Rumianowski wrote: Hi *, I'm sending 2 patches removing finally SvULongs from LibreOffice:) Pushed, thanks! D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] segfault in sc

2011-10-11 Thread David Tardon
not fail for everyone else... D. From fc64df5e2ebadb5b6cc6838638bcb525d74e3930 Mon Sep 17 00:00:00 2001 From: David Tardon dtar...@redhat.com Date: Tue, 11 Oct 2011 08:00:43 +0200 Subject: [PATCH] XML help file provider is needed --- sc/RdbTarget_sc_filters_test.mk |1 + 1 files changed, 1

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

2012-02-01 Thread David Tardon
On Fri, Jan 27, 2012 at 04:44:58PM +0100, Markus Mohrhard wrote: Hey, * unit test framework issues (Markus)        + we are missing an important feature        + cppunit development appears dead/stalled for 2+ yrs                + but we support system-cppunit        + can we not

Re: [Libreoffice] Simplified C++ configuration access

2012-02-01 Thread David Tardon
On Tue, Jan 31, 2012 at 05:28:39PM +0100, Stephan Bergmann wrote: On 01/31/2012 03:06 PM, Lubos Lunak wrote: How usual is the case that one does not want to pass comphelper::getProcessComponentContext() to all these functions? Or in other words, why not simply make it the default argument

Re: [PATCH] [PUSHED] More READMEs for modules!

2012-02-07 Thread David Tardon
On Tue, Feb 07, 2012 at 02:20:46PM +1030, Josh Heidenreich wrote: Hi everyone who cares, Here is a patch for more READMEs for the modules (yay). I'm about 1/3 done with this project now. Pushed, thanks. D. ___ LibreOffice mailing list

Re: [Review] [Pushed: 3-5] PPTX master slide import problems

2012-02-07 Thread David Tardon
On Tue, Feb 07, 2012 at 04:51:58PM +0530, Muthu Subramanian K wrote: Hello, It would be nice to have http://cgit.freedesktop.org/libreoffice/core/commit/?id=fd33c0b1cf23020b27db25895eeb380653d734b6 on 3.5.x (at least on 3.5.1 ?) branch. The problem is because we set the master slide name

Re: [PATCH V2] more conversion of tools/Table.hxx to std::map in editeng, sc and sw modules

2012-02-07 Thread David Tardon
On Tue, Feb 07, 2012 at 05:02:18PM +0200, Noel Grandin wrote: Hi Attached patch converts various places in the editeng, sc and sw modules from using tools/table.hxx to using std::map Why not split it into more patches, preferably one for each replaced class? It would make review easier (and

Re: [PATCH] convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector

2012-02-07 Thread David Tardon
On Wed, Feb 08, 2012 at 08:22:45AM +0200, Noel Grandin wrote: how do I do a dbgutil build? Add --enable-dbgutil (and preferably --enable-debug too) to configure args. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [PATCH] [PUSHED] Lots of module READMEs; libs-core, libs-gui, components, filter, base, calc

2012-02-07 Thread David Tardon
On Wed, Feb 08, 2012 at 12:30:11PM +1030, Josh Heidenreich wrote: Hi, As per my module README porting from wiki and improving project, here are some more patches which add more READMEs. And I just pushed the whole lot of it. I sent an email yesterday, which seems to be missed, so I have

Re: feature/gbuild_java is finished

2012-02-13 Thread David Tardon
On Mon, Dec 26, 2011 at 01:33:57PM +0100, David Tardon wrote: Hi all, I have converted 6 modules to gbuild on branch feature/gbuild_java: javaunohelper, jurt, jvmaccess, jvmfwk, ridljar and unoil. It builds fine here and smoketest finishes with status OK, but some of the modules contain

Re: feature/gbuild_java is finished

2012-02-16 Thread David Tardon
On Thu, Feb 16, 2012 at 11:38:07AM +0100, Matúš Kukan wrote: On 16 February 2012 00:52, Matúš Kukan matus.ku...@gmail.com wrote: I had a look but couldn't build jurt: So, if we don't want to use $(OUTDIR)/class, adding +$(eval $(call gb_Jar_add_jars,jurt,\ +

Re: feature/gbuild_java is finished

2012-02-16 Thread David Tardon
On Thu, Feb 16, 2012 at 03:29:59PM +0100, Matúš Kukan wrote: On 16 February 2012 13:29, David Tardon dtar...@redhat.com wrote: The generated UNO classes must be present in ridl.jar . They are (or should be) added into the jar by $(eval $(call gb_Jar_add_packagedirs,ridl,\    $(WORKDIR

Re: [PATCH] Translated german comments in sw/source/core/layout/

2012-02-20 Thread David Vogt
. Cheers, Philipp 2012/2/16 David Vogt david.v...@adfinis-sygroup.ch: Hi everybody As Nicolas Christener and I promised to Cedric at FOSDEM, we set sail to translate the german comments in the sw/source/core/layout/ directory. We're still not quite done, but here's what we have so far

Re: [PATCH] [PUSHED] [REVIEW:3-5] PostgreSQL getColumns()

2012-02-20 Thread David Tardon
On Mon, Feb 13, 2012 at 06:16:43PM +0100, Radek Doulik wrote: On Mon, 2012-02-13 at 18:08 +0100, Lionel Elie Mamane wrote: On Mon, Feb 13, 2012 at 05:39:51PM +0100, Radek Doulik wrote: looks OK to me. I have cherry-picked it from master, because the attached patch didn't apply.

Re: [PATCH] Translated german comments in sw/source/core/layout/

2012-02-21 Thread David Vogt
. It is mainly a habit of mine because I sometimes overread such things when tired or in a hurry and thus interpret them totally wrong. You may of course use normal case if you think it's better that way :) -- Dave -- Adfinis SyGroup AG David Vogt, Software Engineer / Project Manager

Re: [PATCH] Translated german comments in sw/source/core/layout/

2012-02-28 Thread David Vogt
On 28/02/12 14:46, Philipp Weissenbacher wrote: So what's the status of these patches? Have all been reviewed and pushed by now? Yes :) Look here: http://lists.freedesktop.org/archives/libreoffice/2012-February/027098.html -- Dave -- Adfinis SyGroup AG David Vogt, Software Engineer

Relicensing

2012-03-01 Thread David Fraser
Hi All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license, including the go-oo code Regards David -- David Fraser St James Software ___ LibreOffice mailing list LibreOffice

Two Python 2.x regressions in LibreOffice 3.5.1RC1

2012-03-03 Thread David Bolen
and the larger Python 2.x base in preference to 3. But at the least, this is more easily fixable by an end user if necessary. I'm new to LibreOffice development, so I apologize if this note is a misuse of this list, with respect to referencing existing bug reports. -- David

Re: [REVIEW 3-5][REVIEW 3-5-1] Fix for fdo#562027, lp#562027, deb#632920: Quickstarter breaks log out (fixed)

2012-03-05 Thread David Tardon
On Mon, Mar 05, 2012 at 09:03:07AM +0100, Bjoern Michaelsen wrote: Hi, the patch was fixed with: http://cgit.freedesktop.org/libreoffice/core/commit/?id=f3d78616dfc0805ff31038e00148e115d409ef9a please review the attached combined patch for 3-5 and 3-5-1. Thanks. +1 provided that

Re: GNU make version

2012-03-06 Thread David Tardon
On Tue, Mar 06, 2012 at 05:12:56PM +, Michael Meeks wrote: On Tue, 2012-03-06 at 19:08 +0200, Noel Grandin wrote: Don't see why we shouldn't maintain our own patched copy of gmake the same way we maintain patched copies of other components. There was a long discussion about

Re: GNU make version

2012-03-06 Thread David Tardon
On Wed, Mar 07, 2012 at 01:28:05AM +0100, Mat M wrote: Hello Could someone point to archive on choosing gnumake ? I am surprised cmake was not elected, since the C means cross-platform, and that is one basic of LO. Sigh, life would not be complete without enthusiasts telling us we should

Re: [REVIEW][3-5] Re: Two Python 2.x regressions in LibreOffice 3.5.1RC1

2012-03-12 Thread David Bolen
to LO, add yourself to this wiki page and add a link to that mail in the wiki page: http://wiki.documentfoundation.org/Development/Developers Sorry for the delay on this part, as I've been offline a bit. I'll cover this shortly. -- David

License statement

2012-03-12 Thread David Bolen
I confirm that all of my past and future contributions to the LibreOffice project are licensed under the MPL / LGPLv3+. -- David ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[REVIEW: 3-5, 3-4] fdo#43932 setting paper tray from print dialog

2012-03-14 Thread David Tardon
Commit 6d4cca9c22c52b5a7742adc47ebf1a2930e29764 is an attempt to fix fdo#43932 . The problem was that PrinterController always used default tray, unless it was overriden by application-set one. Now it actually uses the chosen one (which may not be the same the user selected, because of of printer

Re: [REVIEW: 3-5, 3-4][CANCELLED] fdo#43932 setting paper tray from print dialog

2012-03-15 Thread David Tardon
On Wed, Mar 14, 2012 at 06:19:13PM +0400, Ivan Timofeev wrote: In my patch I used mpImplData-mpPrinter-GetPaperBin() in printFilteredPage to control what tray is currently used, and that showed right trays. So I am confused. %-) Hi, I am too, apparently. I am hereby cancelling this request

[PATCH] Missing sub-menu arrows with 3.5.x and GTK 2.15

2012-03-18 Thread David Bolen
contents for an unknown style. -- David gtk-submenu-icon.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PATCH] Missing sub-menu arrows with 3.5.x and GTK 2.15

2012-03-19 Thread David Bolen
the covers somewhere under 2.24 since obviously this code uses the scaling factor the same way in both cases. -- David gtk-submenu-a.patch Description: Binary data gtk-submenu-b.patch Description: Binary data ___ LibreOffice mailing list LibreOffice

[PATCH] Compilation fix - GTK print dialog headers for GTK 2.14

2012-03-20 Thread David Bolen
disabled, so am not entirely certain what it affects. I also don't have a GTK 2.14+ system to actually compile on at the moment. But the patch is pretty easy to inspect visually and a successful build seems a better option than a compilation failure, so... -- David gtk-print.patch Description: Binary

Source tree location hint for writer table issue?

2012-03-29 Thread David Bolen
if anyone with past experience with the table code might be able to give me a nudge in a general direction in terms of the source tree? Thanks. -- David ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman

[PATCH][REVIEW] gbuild conversion: module cpputools

2012-04-01 Thread David Ostrovsky
Hi, this patch convert cpputools module to gbuild I updated https://wiki.documentfoundation.org/Development/Build_System/Module_status accordingly, David From 20d59baaf72e18bbdc3d400e708cb1f5c70a671c Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Sun, 1 Apr 2012

new gdb pretty printers in master

2012-04-01 Thread David Tardon
Hi all, over the past few days I knocked together pretty printers for some boost stuff. I have created a project for it at http://code.google.com/p/boost-gdb-printers/ (in (probably vain) hope it will be used (and useful) outside libreoffice...), but, for convenience, I have added it into

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

2012-04-01 Thread David Tardon
On Sun, Apr 01, 2012 at 04:32:16PM +0200, David Ostrovsky wrote: Hi, this patch convert cpputools module to gbuild Hi, David, it is a good start, but unfortunately not quite correct yet. See the comments below. From f44e44974d14be4482f1676600b8b3c407f60684 Mon Sep 17 00:00:00 2001 From

feature/gbuild_components is finished

2012-04-02 Thread David Tardon
Hi all, it would be nice if people tried feature/gbuild_components on their Windows or MacOS X machines/tinderboxes. It builds and smoketest runs on Linux and Linux/MinGW, so I do not expect problems, but anyway .-) The branch converts two modules to gbuild--stoc and io--and, more importantly,

[REVIEW: 3-5] fdo#47963 ext. list shrinks when resizing window

2012-04-02 Thread David Tardon
Hi, the problem is that height of the user/shared/installation checkboxes at the bottom of the dialog is increased by 3 pixels on each call of Resize(). This is obviously a mistake and commit c4c6b52a214b474353013f9b1b03d56a5d9a0380 fixes it. D. ___

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

2012-04-02 Thread David Ostrovsky
Hi David, thank you for your comments. Here is another try. As you haven't merged feature/gbuild_components branch to master I let gb_Executable_add_api in place: As you suggested the next modules to convert are: idlc, l10ntools, rdbmaker, soltools, unodevtools David PS: contribution notice

Fwd: Re: [PATCH][REVIEW] gbuild conversion: module cpputools

2012-04-03 Thread David Ostrovsky
Hi David, cpputools/prj/makefile.mk was missing in my patch, and this broke the build, fixed: David Original Message Subject:Re: [PATCH][REVIEW] gbuild conversion: module cpputools Date: Mon, 02 Apr 2012 22:32:28 +0200 From: David Ostrovsky david.ostrov

Re: Fwd: Re: [PATCH][IN PROGRESS] gbuild conversion: module cpputools

2012-04-03 Thread David Tardon
On Wed, Apr 04, 2012 at 12:50:47AM +0200, David Ostrovsky wrote: Hi David, thank you for your comments. Here is another try. As you haven't merged feature/gbuild_components branch to master I let gb_Executable_add_api in place: Good, I will look at the patch and push it (with appropriate

Re: Fwd: Re: [PATCH][IN PROGRESS] gbuild conversion: module cpputools

2012-04-08 Thread David Tardon
On Wed, Apr 04, 2012 at 06:33:44AM +0200, David Tardon wrote: On Wed, Apr 04, 2012 at 12:50:47AM +0200, David Ostrovsky wrote: Hi David, thank you for your comments. Here is another try. Hi, I looked at the patch and there are still some problems to correct. I could easily do it myself

Re: [PATCH] [PUSHED] gbuild conversion: rdbmaker module, second try

2012-04-08 Thread David Tardon
On Thu, Apr 05, 2012 at 11:10:06PM +0200, David Ostrovsky wrote: Hi, another try to convert rdbmaker module. The header files was not delivered in original build, fixed. @Matus, thank you for pointing this out. I updated https://wiki.documentfoundation.org/Development/Build_System

Re: [PATCH][IN PROGRESS] gbuild conversion: module cpputools

2012-04-10 Thread David Ostrovsky
Hi David, thank you for your comments. Here is another try. See also my comments bellow. If there still any issues, just let me know ... and I will give it another try ;-) David On 08.04.2012 10:29, David Tardon wrote: On Wed, Apr 04, 2012 at 06:33:44AM +0200, David Tardon wrote: On Wed

Re: [PATCH][IN PROGRESS] gbuild conversion: module cpputools

2012-04-10 Thread David Ostrovsky
Hi David, thank you for your comments. Here is another try. See also my comments bellow. If there still any issues, just let me know ... and I will give it another try ;-) David On 08.04.2012 10:29, David Tardon wrote: On Wed, Apr 04, 2012 at 06:33:44AM +0200, David Tardon wrote: On Wed

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

2012-04-11 Thread David Tardon
On Wed, Apr 11, 2012 at 01:05:01AM +0200, David Ostrovsky wrote: Hi David, thank you for your comments. Here is another try. See also my comments bellow. If there still any issues, just let me know ... and I will give it another try ;-) This seems more-or-less correct. I fixed the few

[PATCH][REVIEW] gbuild conversion: idlc module

2012-04-11 Thread David Ostrovsky
gb_Executable_add_lexers (a lá gb_Executable_add_grammars) though. David From 30026902eddd4d7ba5f37593628489a4a8f32586 Mon Sep 17 00:00:00 2001 From: David Ostrovsky david.ostrov...@gmx.de Date: Fri, 6 Apr 2012 01:51:05 +0200 Subject: [PATCH] gbuild conversion: idlc module --- Makefile

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

2012-04-11 Thread David Tardon
On Wed, Apr 11, 2012 at 11:18:46PM +0200, David Ostrovsky wrote: Hi, this is gbuild conversion for idlc module. Good. But it is not quite ready yet, see comments below. diff --git a/Repository.mk b/Repository.mk index 1a3851e..638f4f8 100644 --- a/Repository.mk +++ b/Repository.mk

[Libreoffice-commits] core.git: solenv/gbuild

2013-03-19 Thread David Ostrovsky
solenv/gbuild/platform/com_MSC_class.mk |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 13bfb441d9127fe1501a3dc43e88726825c0f95a Author: David Ostrovsky da...@ostrovsky.org Date: Tue Mar 19 22:28:01 2013 +0100 make gcc-wrapper work even with ccache

[Libreoffice-commits] core.git: sw/JunitTest_sw_complex.mk sw/qa

2013-03-20 Thread David Ostrovsky
sw/JunitTest_sw_complex.mk |2 sw/qa/complex/writer/VarFields.java | 183 2 files changed, 185 insertions(+) New commits: commit 1bf65d1d57856491431fdb4b90f5a228ee592da1 Author: David Ostrovsky da...@ostrovsky.org Date: Wed Mar 20 10:26:36

Re: Code pointers for replace HSQLDB for Firebird

2013-03-21 Thread David Ostrovsky
, so make CppunitTest_connectivity_firebird just works (check manually that it really did with isql ;-). 4. create FServices, FDriver, FConnection, FStatement, FTables... classes for the native driver. 5. ask again at this point ;-) David ___ LibreOffice

[Libreoffice-commits] core.git: sw/qa

2013-03-21 Thread David Ostrovsky
sw/qa/complex/writer/VarFields.java | 97 1 file changed, 67 insertions(+), 30 deletions(-) New commits: commit bb59e2e22161fcf66e3c71f58f5b160a24c9 Author: David Ostrovsky da...@ostrovsky.org Date: Thu Mar 21 10:21:51 2013 +0100 fdo#55814

Re: fdo#55814: unit test is missing

2013-03-21 Thread David Ostrovsky
Hi Miklos, On Mon, 2013-03-18 at 11:18 +0100, Miklos Vajna wrote: Hi David, On Sat, Mar 09, 2013 at 02:29:54PM +0100, David Ostrovsky david.ostrov...@gmx.de wrote: I wonder why we don't have any unit test for that part of code? We do have one: http://cgit.freedesktop.org/libreoffice

[Libreoffice-commits] core.git: 4 commits - reportdesign/source svx/inc svx/Package_inc.mk svx/source

2013-03-23 Thread David Tardon
91864e19c84ae9834d6e97ee5ddc4db5bf957681 Author: David Tardon dtar...@redhat.com Date: Fri Mar 22 16:49:41 2013 +0100 rhbz#876742 speed up table manipulation in Impress It turns out this is not actually a performance problem but an oversight in implementation (or a bug, if you want

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - svx/inc svx/Package_inc.mk svx/source

2013-03-23 Thread David Tardon
--- svx/source/table/cell.cxx | 52 ++ 6 files changed, 125 insertions(+), 15 deletions(-) New commits: commit ea34a742dd51dfcd83b5e821208f565715d0f3fd Author: David Tardon dtar...@redhat.com Date: Fri Mar 22 16:49:41 2013 +0100

[Libreoffice-commits] core.git: 5 commits - svx/inc svx/source xmloff/source

2013-03-24 Thread David Tardon
| 42 +- svx/source/svdraw/svdobj.cxx |6 -- xmloff/source/style/impastp4.cxx |2 7 files changed, 52 insertions(+), 26 deletions(-) New commits: commit 09d4525b11f396a68ca7c5cbb1ae3462db40c77c Author: David

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - svx/inc svx/source

2013-03-24 Thread David Tardon
, 27 insertions(+), 1 deletion(-) New commits: commit 7016708ef411a7112c2acc504441ef7c10f570cc Author: David Tardon dtar...@redhat.com Date: Sun Mar 24 14:08:14 2013 +0100 fdo#62617 display groups on multiple layers correctly It is possible to group objects from different layers, so

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-2' - svx/inc svx/source

2013-03-25 Thread David Tardon
, 27 insertions(+), 1 deletion(-) New commits: commit 3535986f37406508b2fd84f6a79ed1c4f33b3e8a Author: David Tardon dtar...@redhat.com Date: Sun Mar 24 14:08:14 2013 +0100 fdo#62617 display groups on multiple layers correctly It is possible to group objects from different layers, so

[Libreoffice-commits] core.git: 2 commits - svtools/source svx/source

2013-03-25 Thread David Tardon
svtools/source/filter/DocumentToGraphicRenderer.cxx | 17 + svx/source/customshapes/EnhancedCustomShapeEngine.hxx |2 -- 2 files changed, 9 insertions(+), 10 deletions(-) New commits: commit d927a3cc49f2d2005813d042c0527f8d5dbe372a Author: David Tardon dtar...@redhat.com

[Libreoffice-commits] core.git: filter/source

2013-03-25 Thread David Tardon
filter/source/graphic/GraphicExportFilter.cxx | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) New commits: commit 459729627600fb057265479261ade74a55cd48d5 Author: David Tardon dtar...@redhat.com Date: Tue Mar 26 06:32:52 2013 +0100 WaE: unused variable 'aResult

[Libreoffice-commits] core.git: 3 commits - cppunit/ExternalPackage_cppunit.mk icu/ExternalProject_icu.mk

2013-03-27 Thread David Tardon
cppunit/ExternalPackage_cppunit.mk |2 +- icu/ExternalProject_icu.mk |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 92b963ef5f7aa8f1bbacd1803f6e066bf1394b8d Author: David Tardon dtar...@redhat.com Date: Fri Mar 15 16:04:29 2013 +0100 @touch

[Libreoffice-commits] core.git: 9 commits - desktop/win32 icu/ExternalPackage_icu.mk jvmfwk/plugins jvmfwk/source Makefile.in nss/ExternalProject_nss.mk nss/nsinstall.py redland/ExternalProject_redlan

2013-03-27 Thread David Tardon
|4 +++- xpdf/ExternalProject_xpdf.mk |2 +- 10 files changed, 40 insertions(+), 29 deletions(-) New commits: commit ed3fe31d882477d3ef06e164e61dcfe12d1f8247 Author: David Tardon dtar...@redhat.com Date: Wed Mar 27 15:17:24 2013 +0100 fix build of redland on mingw

[Libreoffice-commits] core.git: 15 commits - bean/Library_officebean.mk desktop/Executable_unopkg.com.mk desktop/Executable_unopkg.mk desktop/StaticLibrary_winextendloaderenv.mk dtrans/StaticLibrary_d

2013-03-28 Thread David Tardon
6fd2146cb804cf3250eb6888f63391c30fd3b484 Author: David Tardon dtar...@redhat.com Date: Thu Mar 28 08:45:32 2013 +0100 add missing dep on jawt Change-Id: Ie6c552976f2f1027602a5b4ba27ba4754ec9dd69 diff --git a/bean/Library_officebean.mk b/bean/Library_officebean.mk index cfc0caf..f76f224 100644

[Libreoffice-commits] core.git: 2 commits - binaryurp/Library_binaryurp.mk solenv/gbuild

2013-03-30 Thread David Tardon
binaryurp/Library_binaryurp.mk |2 - solenv/gbuild/InternalUnoApi.mk | 43 +-- solenv/gbuild/TargetLocations.mk |5 +--- 3 files changed, 22 insertions(+), 28 deletions(-) New commits: commit 2be8a22e836b6bb7172f4b51c13440813bb9ae9a Author: David

[Libreoffice-commits] core.git: 6 commits - instsetoo_native/util Makefile.in odk/Zip_odkcommon.mk odk/Zip_odkexamples.mk solenv/gbuild

2013-03-31 Thread David Tardon
/ZipUnoApi.mk |5 17 files changed, 22 insertions(+), 111 deletions(-) New commits: commit 911989ae03937ee716a6c1833b2593540500ba59 Author: David Tardon dtar...@redhat.com Date: Sun Mar 31 20:32:35 2013 +0200 add $OUTDIR/pck to search path for SDK product

[Libreoffice-commits] core.git: setup_native/Package_wintools.mk

2013-02-27 Thread David Tardon
setup_native/Package_wintools.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit db36904f41b577f61033f7c4b6df922045928b86 Author: David Tardon dtar...@redhat.com Date: Thu Feb 28 05:25:13 2013 +0100 fix typo Change-Id

License statement: David Verrier

2013-02-27 Thread David Verrier
Hi all, for reference: All my past and present contributions to LibreOffice may be licensed under the terms of the MPL / LGPLv3+ dual licence. Until further notice, all of my future contributions to LibreOffice may be licensed under the terms the MPL / LGPLv3+ dual licence. Best regards, David

[Libreoffice-commits] core.git: 7 commits - helpcompiler/inc helpcompiler/source solenv/gbuild

2013-02-28 Thread David Tardon
(+), 62 deletions(-) New commits: commit f27954d5bfb0ad4b69482f26d30a6224aa1f5568 Author: David Tardon dtar...@redhat.com Date: Thu Feb 28 12:26:02 2013 +0100 remove superfluous target Change-Id: I8efd522b6317922f091269b1c857efdb2d05dd56 diff --git a/solenv/gbuild/HelpTarget.mk b

[Libreoffice-commits] core.git: helpcontent2

2013-02-28 Thread David Tardon
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bfdbdd5359fc3a8471c46263c0f05ae0979b0c56 Author: David Tardon dtar...@redhat.com Date: Thu Feb 28 09:23:37 2013 +0100 Updated core Project: help dd64dc0f137c28c8889c525adf3eb26caab38db5 diff

[Libreoffice-commits] help.git: AllLangHelp_shared.mk

2013-02-28 Thread David Tardon
AllLangHelp_shared.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit dd64dc0f137c28c8889c525adf3eb26caab38db5 Author: David Tardon dtar...@redhat.com Date: Thu Feb 28 09:23:37 2013 +0100 add err.html to shared help module Change-Id

[Libreoffice-commits] core.git: dbaccess/source

2013-02-28 Thread David Verrier
dbaccess/source/ui/querydesign/TableWindow.cxx | 42 - 1 file changed, 21 insertions(+), 21 deletions(-) New commits: commit 4626cda96af778ee34599f572567cfbc89d06983 Author: David Verrier dverr...@gmail.com Date: Thu Feb 28 14:55:08 2013 +0100 fdo#39468

[Libreoffice-commits] core.git: dbaccess/source

2013-03-02 Thread David Verrier
dbaccess/source/ui/querydesign/QueryTableView.cxx | 137 +++--- 1 file changed, 69 insertions(+), 68 deletions(-) New commits: commit 5f985d3759f6d424426b04571da90cc02c717db1 Author: David Verrier dverr...@gmail.com Date: Wed Feb 27 15:40:56 2013 +0100 fdo#39468

[Libreoffice-commits] core.git: postprocess/CustomTarget_registry.mk

2013-03-02 Thread David Ostrovsky
postprocess/CustomTarget_registry.mk | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) New commits: commit 61e8d865fd2f3de9668c3176747362e4aaf0054e Author: David Ostrovsky da...@ostrovsky.org Date: Sat Mar 2 18:46:26 2013 +0100 respect DBCONNECTIVITY option

--disable-database-connectivity option is broken?

2013-03-02 Thread David Ostrovsky
/dbtoolsclient.hxx #include connectivity/virtualdbtools.hxx so i gave up and ask your advice how to fix it (or remove that option)? Thanks David ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: 3 commits - odk/CustomTarget_doxygen.mk sysui/CustomTarget_rpm.mk sysui/desktop

2013-03-03 Thread David Tardon
insertions(+), 19 deletions(-) New commits: commit 29c8b9a7c9a4d62b7df2e70b71beec488aae5722 Author: David Tardon dtar...@redhat.com Date: Sun Mar 3 16:23:23 2013 +0100 silence rpmbuild Change-Id: Iee5fbadb4eafb1c919bfcef7799e2e81ca3438d8 diff --git a/sysui/CustomTarget_rpm.mk b/sysui

[Libreoffice-commits] core.git: 2 commits - sd/CppunitTest_sd_filters_test.mk sd/CppunitTest_sd_regression_test.mk sd/CppunitTest_sd_uimpress.mk

2013-03-03 Thread David Tardon
sd/CppunitTest_sd_filters_test.mk|2 ++ sd/CppunitTest_sd_regression_test.mk |2 ++ sd/CppunitTest_sd_uimpress.mk|1 + 3 files changed, 5 insertions(+) New commits: commit d6d6a8d79ac13a5b9e060032cab2fa216c0b8213 Author: David Tardon dtar...@redhat.com Date: Sun Mar 3

Re: [Libreoffice-commits] core.git: solenv/gbuild

2013-03-03 Thread David Tardon
Hi, On Sat, Mar 02, 2013 at 09:58:46AM -0800, Peter Foley wrote: solenv/gbuild/AllLangHelp.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5b272379dbfb27875c1fbeed98d71699c8beaec7 Author: Peter Foley pefol...@verizon.net Date: Sat Mar 2 12:55:46 2013

[Libreoffice-commits] core.git: dbaccess/source

2013-03-04 Thread David Verrier
dbaccess/source/ui/querydesign/QueryTableView.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 130d2776830fa37df9a42cefb911ef9f87ff789e Author: David Verrier dverr...@gmail.com Date: Mon Mar 4 09:36:01 2013 +0100 fdo#39468: Translate German comment

[Libreoffice-commits] core.git: solenv/gbuild

2013-03-04 Thread David Tardon
solenv/gbuild/AllLangHelp.mk |2 +- solenv/gbuild/HelpTarget.mk |2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit dc061a19e02f32b4556598088616b98352bcfed1 Author: David Tardon dtar...@redhat.com Date: Mon Mar 4 16:05:32 2013 +0100 create qtz help packs

[Libreoffice-commits] core.git: basegfx/inc basegfx/Library_basegfx.mk basegfx/source

2013-03-04 Thread David Ostrovsky
basegfx/Library_basegfx.mk |1 basegfx/inc/basegfx/pixel/bpixel.hxx |3 ++ basegfx/source/pixel/bpixel.cxx | 39 +++ 3 files changed, 43 insertions(+) New commits: commit 67942a8b68f8061f4bbeda023be9a586e636128f Author: David Ostrovsky da

Re: archive / install slowness ...

2013-03-04 Thread David Ostrovsky
(WiP) (I checked it: DESTDIR is somehow missing?) May be we should try to migrate module for module from scp2 to installation during the build-process, just like we did gbuildification? David ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

<    3   4   5   6   7   8   9   10   11   12   >