Re: [Libreoffice] Build failure in DbAdminImpl.cxx

2011-02-26 Thread David Tardon
On Fri, Feb 25, 2011 at 12:03:32PM +0100, Francois Tigeot wrote: > Hi, > > I've got some compilations errors due to recent changes in > dbaccess/source/ui/dlg/DbAdminImpl.cxx : > > /home/ftigeot/Projects/LibreOffice/bootstrap/clone/base/dbaccess/source/ui/dlg/DbAdminImpl.cxx:1000: > error: 'trans

Re: [Libreoffice] Compilation failed in libs-gui/toolkit

2011-02-28 Thread David Tardon
On Sun, Feb 27, 2011 at 01:31:36PM +0100, Julien Nabet wrote: > Hello, > > I've got a compilation error in libs-gui/toolkit. > Entering /home/maryline/compile-libreoffice/libo/toolkit/uiconfig/layout > > dmake: Warning: -- Found file corresponding to virtual target > [message-box.xml]. > dmake:

Re: [Libreoffice] Revert some changing from last commit

2011-02-28 Thread David Tardon
On Sun, Feb 27, 2011 at 09:18:14PM +0100, Xisco Faulí wrote: > In a previous commit, OSL_ASSERT were changed into OSL_FAIL but 2 of them > created the build fail. No, these changes are correct. You are probably missing the definition of OSL_FAIL (which I added over the weekend), in which case you

Re: [Libreoffice] Errors in LibreOffice

2011-03-06 Thread David Tardon
On Sun, Mar 06, 2011 at 09:39:15AM +0100, Stefan Lindel wrote: > Hi, > > where can i submit errors in LibreOffice? https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://l

Re: [Libreoffice] Compilation failed in sd part.

2011-03-06 Thread David Tardon
On Sun, Mar 06, 2011 at 10:18:04PM +0100, Julien Nabet wrote: > Hello, > > After this command today : > make clean && ./autogen.sh && make > I've got an error in sd part. Hi, try to remove sd/unxlngi6.pro . It should build again after that. D. ___ Lib

Re: [Libreoffice] [PATCH] [PUSHED] Make the sal/qa/sal unit test build and use it

2011-03-15 Thread David Tardon
On Thu, Mar 10, 2011 at 11:48:14AM +0100, Theo van Klaveren wrote: > Please let me know if the patch is okay like this, because I'm new to this > whole git thing. It already ate > all my patches earlier today. Pushed, thanks! D. ___ LibreOffice mailing

Re: [Libreoffice] EasyHacks: Reanimated tests in ure/codemaker

2011-03-15 Thread David Tardon
On Fri, Mar 11, 2011 at 01:05:53AM +0100, Wilhelm Pflüger wrote: > > From 3bffa7b2a431686eeedd7859eaba1ce22671d474 Mon Sep 17 00:00:00 2001 > Message-Id: > <3bffa7b2a431686eeedd7859eaba1ce22671d474.1299801754.git.wilhelm.pflue...@web.de> > From: Wilhelm Pflueger > Date: Fri, 11 Mar 2011 00:59:1

Re: [Libreoffice] [PUSHED] EasyHacks: Reanimated tests in ure/codemaker

2011-03-15 Thread David Tardon
On Tue, Mar 15, 2011 at 08:48:03AM +0100, David Tardon wrote: > On Fri, Mar 11, 2011 at 01:05:53AM +0100, Wilhelm Pflüger wrote: > > > > > From 3bffa7b2a431686eeedd7859eaba1ce22671d474 Mon Sep 17 00:00:00 2001 > > Message-Id: > > <3bffa7b2a431686eee

Re: [Libreoffice] [PUSHED] EasyHacks: Reanimated tests in ure/cppuhelper/qa

2011-03-15 Thread David Tardon
On Sat, Mar 12, 2011 at 06:41:02PM +0100, Wilhelm Pflüger wrote: > I attach some other reanimated tests. > > I had to deactivate the test 'test_weak.cxx' in prj/build.lst. > This test failed with 'error 139' - this is typically a segfault > during test execution, oops. > > I had no time to inves

Re: [Libreoffice] need some acks for 3-3 and fdo#35405 es thesaurus crash

2011-03-18 Thread David Tardon
On Fri, Mar 18, 2011 at 09:25:39AM +, Caolán McNamara wrote: > See https://bugs.freedesktop.org/show_bug.cgi?id=35405 and fix of > http://cgit.freedesktop.org/libreoffice/libs-extern/commit/?h=libreoffice-3-3&id=896c49083aec918b0710f9c62f2f775a53f28057 > > I'd like to backport this rather myth

Re: [Libreoffice] [PATCH] [PUSHED] Fix and enable more unit tests in sal/qa/rtl

2011-03-18 Thread David Tardon
On Thu, Mar 17, 2011 at 02:50:54PM +0100, Theo van Klaveren wrote: > Hello again, > > More unit test hacking. Only the ones that work are enabled. Pushed, thanks! > Some questions that are coming up: > > - Some unit tests contain .xsce files that seem to be used to tell told the > old unit tes

Re: [Libreoffice] Move DBG_ERROR[1-9] to OSL_TRACE

2011-03-21 Thread David Tardon
On Fri, Mar 18, 2011 at 08:53:36PM +0100, Thomas Arnhold wrote: > Hi, > > some days ago I converted all DBG_ERROR[1-9], which had a printf like > format string, to OSL_TRACE. David Tardon pointed me out that this > slightly changed the behavior, because the according OSL variant of

Re: [Libreoffice] [PATCH] [PUSHED] remove String with OUString

2011-03-22 Thread David Tardon
On Tue, Mar 15, 2011 at 01:10:58PM +0100, Xisco Faulí wrote: > Hello, > > > It's the first time I do it so I searched for previous commits in order to > get a referent. i couldn't find any example for String.AssignAscii so I > replace it with OUStringBuffer.appendAscii. Yeah, that is good. I on

Re: [Libreoffice] GreaseMonkey script for OOo bugs fixed in LO has been updated

2011-03-22 Thread David Tardon
On Mon, Mar 21, 2011 at 05:23:17PM +0100, Cedric Bosdonnat wrote: > Hi all, > > The title says it all... The old version wasn't useful anymore since > OpenOffice switched to Kenai and bugzilla. The GreaseMonkey script has > been updated for the new bugzilla. It can be fetched here, like before: >

Re: [Libreoffice] [PATCH] [PUSHED] Delete last SVX_LIGHT usage

2011-03-22 Thread David Tardon
On Mon, Mar 21, 2011 at 10:18:41PM +0100, Michael Lefevre wrote: > Xavier SVX_LIGHT deletion forgot just on occurence. > This patch delete the last one. Pushed, thanks! D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freed

Re: [Libreoffice] [PATCH] [PUSHED] Remove DECLARE_LIST( FmCtrlModelList, XInterface* ).

2011-03-22 Thread David Tardon
Pushed, thanks! One thing, though: we prefer to use real name for author. Could you change this in your ~/.gitconfig, please? git config --global user.name "Real Name" will do the trick. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.o

Re: [Libreoffice] Missing NoSuchElementException.idl ?

2011-03-30 Thread David Tardon
On Wed, Mar 30, 2011 at 10:45:28PM +0200, Julien Nabet wrote: > Hello, > > Several idl files use NoSuchElementException.idl > example the file > ure/offapi/com/sun/star/xml/input/XNamespaceMapping.idl has this : > #include > > First I thought it was an unused include but there is this in the fil

Re: [Libreoffice] [PATCH] Improvement of Adding and Removing Color Charts

2011-04-03 Thread David Tardon
On Fri, Apr 01, 2011 at 04:36:03AM -0600, Tor Lillqvist wrote: > > I checked manually if the number was in the file. I didn't check > > further, as I don't know a way to do that. > > OK. I don't know of any clever direct way either, but using > http://opengrok.libreoffice.org/more/libs-core/sv

Re: [Libreoffice] icon in GNOME3

2011-04-05 Thread David Tardon
On Tue, Apr 05, 2011 at 11:42:42AM +0100, Caolán McNamara wrote: > On Tue, 2011-04-05 at 11:34 +0200, Andreas Proschofsky wrote: > > *) Add 256x256 pixel versions of the LO icons > > caolanm->dtardon: didn't you fix this already, or at least tweak > something to generate the correct size ? Well,

[Libreoffice] sd resource images

2011-04-21 Thread David Tardon
Hi all, I've noticed that a slight irregularity in the way resource images for sd are stored. The bulk of them is in default_images/sd/res, but there are a few in default_images/sd/res/imagelst which is unlike all other modules. Therefore, gbuildizing sd requires adding another path to gb_ResTarge

Re: [Libreoffice] Mouse with horizontal wheel

2011-04-26 Thread David Tardon
On Tue, Apr 19, 2011 at 12:10:06PM -0400, Kohei Yoshida wrote: > Anyone who has a special mouse with horizontal wheel willing to take on > this bug? > > https://bugs.freedesktop.org/show_bug.cgi?id=36380 > > All my mouses only have vertical wheel, and it's impossible to even > verify this bug, le

Re: [Libreoffice] [ANNOUNCE] libreoffice-3.3.99.2 tag created (3.4.0-beta2)

2011-04-26 Thread David Tardon
On Wed, Apr 20, 2011 at 06:11:37PM +0200, Petr Mladek wrote: > Caolan, AFAIK, you create the subpackages another way. I hope that the > above activity does not break you. It should be easy to remove the > generated file lists if you do not like them. Do not worry, we (i.e., Fedora) do not use ooin

Re: [Libreoffice] [PATCH] [PUSHED] fix fdo#bug 36404 -More than one text cursor at the same time in textfields

2011-04-27 Thread David Tardon
On Thu, Apr 21, 2011 at 12:20:31AM +0200, Robert Dargaud wrote: > Hi All, > > In cursor.cxx I found 2 lines accidentally deleted by this patch it seems : > "vcl119: #i80730# fix cursor paint behavior and timer" > > I've tried to find an explication of this deleted ligne, but without > Timer.Stop(

Re: [Libreoffice] [PATCH] [PUSHED] fix fdo#bug 36404 -More than one text cursor at the same time in textfields

2011-04-27 Thread David Tardon
On Wed, Apr 27, 2011 at 08:56:50AM +0200, David Tardon wrote: > On Thu, Apr 21, 2011 at 12:20:31AM +0200, Robert Dargaud wrote: > > Hi All, > > > > In cursor.cxx I found 2 lines accidentally deleted by this patch it seems : > > "vcl119: #i80730# fix cursor paint b

Re: [Libreoffice] [PATCH] [PUSHED] fix fdo#bug 36404 -More than one text cursor at the same time in textfields

2011-04-27 Thread David Tardon
On Wed, Apr 27, 2011 at 09:37:54AM +0200, David Tardon wrote: > On Wed, Apr 27, 2011 at 08:56:50AM +0200, David Tardon wrote: > > On Thu, Apr 21, 2011 at 12:20:31AM +0200, Robert Dargaud wrote: > > > Hi All, > > > > > > In cursor.cxx I found 2 lines acciden

Re: [Libreoffice] cppcheck "Found duplicate branches for if and else" in libs-core

2011-04-27 Thread David Tardon
On Fri, Apr 22, 2011 at 02:06:54PM +0200, Julien Nabet wrote: > Hello, Hi, many thanks for your hard work! > I've runned a cppcheck last git version on libs-core (master branch > updated today) and found this oddity : > [basic/source/app/mybasic.cxx:265] -> > [basic/source/app/mybasic.cxx:260]:

Re: [Libreoffice] [PATCH] fdo#31251 Writer & Impress shadow consistency

2011-05-03 Thread David Tardon
On Sat, Apr 30, 2011 at 06:58:29PM +0200, Sébastien Le Ray wrote: > if(aShadowColor != SwViewOption::GetShadowColor() ) { > aShadowColor = SwViewOption::GetShadowColor(); > -AlphaMask aMask( SW_RES( BMP_PAGE_BOTTOM_RIGHT_SHADOW_MASK ) ); > -Bitmap aFilledSquare( Size(

Re: [Libreoffice] [PATCH] fdo#31251 Writer & Impress shadow consistency

2011-05-03 Thread David Tardon
On Tue, May 03, 2011 at 11:55:38AM +0200, Jan Holesovsky wrote: > Hi Sebastien, > > On 2011-04-30 at 18:58 +0200, Sébastien Le Ray wrote: > > > Since OOo UX team implemented a new shadow on impress which seem to > > please more people than the writer shadow I provided before, here is a > > patchs

[Libreoffice-commits] core.git: 2 commits - redland/ExternalPackage_raptor.mk redland/ExternalPackage_rasqal.mk redland/ExternalPackage_redland.mk redland/ExternalProject_raptor.mk redland/ExternalPro

2013-03-13 Thread David Tardon
, 12 insertions(+), 3 deletions(-) New commits: commit 93c0baa1be2aad3d861324019ee4861ca2392fa4 Author: David Tardon Date: Wed Mar 13 13:12:57 2013 +0100 deliver the right libs on mingw Change-Id: Icaf839ba851ca231de35526a002bc4a268f12519 diff --git a/redland

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

2013-03-14 Thread David Tardon
solenv/gbuild/ExternalProject.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 46cef4f2fa797aade35ea48f3e46159c6141fcfc Author: David Tardon Date: Thu Mar 14 11:56:26 2013 +0100 cygpath only exists in Windows build diff --git a/solenv/gbuild

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

2013-03-14 Thread David Tardon
solenv/gbuild/ExternalProject.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit b986c5076c0489e690b07e289b67f035b545d04e Author: David Tardon Date: Thu Mar 14 12:10:05 2013 +0100 cygpath only exists in Windows build, 2nd try Avoid the $(shell

[Libreoffice-commits] core.git: 4 commits - desktop/Library_libreoffice.mk framework/source odk/CustomTarget_autodoc.mk odk/CustomTarget_classes.mk odk/CustomTarget_doxygen.mk odk/CustomTarget_javadoc

2013-03-15 Thread David Tardon
5d4bff48932aff38e978bce2d360b4bf740327ae Author: David Tardon Date: Fri Mar 15 14:29:52 2013 +0100 fix deps for uno_loader_classes.zip Change-Id: I61ef0e13a38ebb82becf56ec8ae9e083571d2e53 diff --git a/odk/Zip_uno_loader_classes.mk b/odk/Zip_uno_loader_classes.mk index a5587fe..b22aa4d 100644 --- a/odk

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

2013-03-15 Thread David Tardon
cppcanvas/source/mtfrenderer/emfplus.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 5b6d469612439f4ab7291273a1d3675ebcdf6d8c Author: David Tardon Date: Fri Mar 15 15:16:10 2013 +0100 WaE: unused variable Change-Id

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

2013-03-16 Thread David Tardon
sc/source/ui/collab/sendfunc.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c71aab14658325e5848cf404931b9863b3661573 Author: David Tardon Date: Sat Mar 16 09:27:27 2013 +0100 fix after String->rtl::OUString conversion Change

Re: [REVIEW: 4-0 3-6] impress doesn't copy custom styles

2013-03-18 Thread David Tardon
Hi, On Sat, Mar 16, 2013 at 12:00:10PM +0100, Cor Nouws wrote: > Cor Nouws wrote (16-03-13 11:57) > > >Is also on the radar that copying single objects from one file to > >another suffers from the same problem: i.e. style information is ignored? > >(which AFAIR did work some ... time ago). > > i

[Libreoffice-commits] core.git: 4 commits - editeng/source svx/inc svx/source

2013-03-18 Thread David Tardon
: David Tardon Date: Thu Mar 14 11:22:01 2013 +0100 fix copypasta Change-Id: I0ed143e66d1b7729afbb56b478f409ed34212244 diff --git a/svx/inc/svx/sdrobjectuser.hxx b/svx/inc/svx/sdrobjectuser.hxx index 4f93225..b1e0c73 100644 --- a/svx/inc/svx/sdrobjectuser.hxx +++ b/svx/inc/svx

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

[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 Date: Fri Mar 22 16:49:41 2013 +0100 rhbz#876742 speed

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

2013-03-24 Thread David Tardon
est layer visibility -if(!rDisplayInfo.GetProcessLayers().IsSet(rObject.GetLayer())) +if(!isPrimitiveVisibleOnAnyLayer(rDisplayInfo.GetProcessLayers())) { return false; } commit 9a100bc4f96a8a909b3a2b81cd09079612a9e909 Author: David Tard

[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 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 it is an error

Re: build fails in librelogo

2012-11-28 Thread David Tardon
Hi, On Thu, Nov 29, 2012 at 06:45:07AM +0100, Jean-Baptiste Faure wrote: > Hi, > > I get the following error in building the master this morning: > > > [build UPK] 8755aac23317494a9028569374dc87b2-liborcus_0.3.0.tar.bz2 > > [build PRP] CustomTarget/librelogo/locproperties/LibreLogo_fr.properties

[REVIEW 3.6] fdo#52640 right alignment of tabstop doesn't work

2012-12-04 Thread David Tardon
Hi all, commit 104a855ade9102d694293c1059f99946752f76d8 fixes $subj. It was caused by the 'const' in editeng/source/editeng/impedit3.cxx on line 1152. Because of that, a wrong overload of TextPortion::GetSize() was selected on the following line, so the width adjustment was made on a temporary Siz

Re: disabling built-in rules in makefile

2012-12-04 Thread David Tardon
Hi, On Tue, Dec 04, 2012 at 10:45:43PM +0100, Matúš Kukan wrote: > Hi, > > I've removed MAKEFLAGS+=-r in 0a45deba2be4a77db7540bd050b25bd6c26d7513 > because I thought it's supposed to be used only for recursive make > invocation. > Now I see, it really makes a difference (for a reason unknown to m

Re: [ATTENTION] Git repo move to gerrit.libreoofice.org

2012-12-09 Thread David Tardon
Hi, On Wed, Dec 05, 2012 at 07:12:07PM -0600, Norbert Thiebaud wrote: > Dear all, > > I've clone the remainder of the active git repo that are on fdo to gerrit > > that include > > contrib/buildbot > contrib/libvisio > contrib/test-files > cppunit > libcdr > libexttextcat > libmspub > templates

Re: [REVIEWED 4.0] Missing breaks in connectivity/source/drivers/odbcbase/OTools.cxx

2012-12-09 Thread David Tardon
Hi, On Sat, Dec 08, 2012 at 02:50:14PM -0800, julien2412 wrote: > Hello, > > Could someone check commit 44b0bf91df1af9920b1c22a2f54bd70c9c44231b for > cherry-picking in 4.0? Done. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http:

Re: [ATTENTION] Git repo move to gerrit.libreoofice.org

2012-12-10 Thread David Tardon
Hi, On Mon, Dec 10, 2012 at 01:11:34AM -0600, Norbert Thiebaud wrote: > On Sun, Dec 9, 2012 at 11:37 PM, David Tardon wrote: > > Hi, > > > > On Wed, Dec 05, 2012 at 07:12:07PM -0600, Norbert Thiebaud wrote: > >> Dear all, > >> > >> I've clone

Re: undefined reference to `__gcov_init' when using FLAGS+='-fprofile-arcs -ftest-coverage'

2012-12-17 Thread David Tardon
Hi, On Wed, Dec 12, 2012 at 01:53:48PM +0100, John Smith wrote: > On Wed, Dec 12, 2012 at 12:28 PM, Michael Stahl wrote: > > > > but apparently LDFLAGS don't > > > > hmmm... you could try editing these and adding your options there: > > > > solenv/inc/unxgcc.mk:LINKFLAGSSHLGUI= -shared > > solenv

[REVIEW 3-6] fdo#49277 correct export of tab stops to ppt

2012-12-18 Thread David Tardon
Hi, commit cd69be65786cb49d0748433360b05db8c4f6d890 fixes $subj. The problem was the code always used a hardcoded tab stop size instead of the size set in the configuration. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.

Re: lcov report: which directory's to filter out ?

2012-12-18 Thread David Tardon
Hi, On Mon, Dec 17, 2012 at 06:25:48PM +0100, John Smith wrote: > Hi, > > > I have made a new lcov code coverage report over at: > http://dev-builds.libreoffice.org/lcov_reports/master~2012-12-15_08.47.02/ > > As I ran all tests in 'make test' now, instead of stopping when a > single one fails

Re: Broken partial build of helpcontent2

2012-12-19 Thread David Tardon
Hi, On Wed, Dec 19, 2012 at 06:00:02AM -0800, Tomáš Chvátal wrote: > Hello guys, > > Please take a look on the attachment to see full build log. > > There seems to be some unstated dependency on udkapi.rdb but I seems to be > blind and unable to locate where i should add the deps All I can say

Re: 'make build-nocheck' failure

2012-12-19 Thread David Tardon
Hi, On Wed, Dec 19, 2012 at 10:42:06PM +0100, John Smith wrote: > Hi, > > > Im running into a build error for which I cant find the root cause. > When after a 'make clean', I run configure and 'make build-nocheck', I > get the error listed below. I dont get it if I dont run a make clean > first

Re: minutes of ESC call ...

2012-12-20 Thread David Tardon
Hi, On Thu, Dec 20, 2012 at 04:23:05PM +, Michael Meeks wrote: > + Widget layout localisation performance > + lots of .ui files to localise per language slow ... We already discussed that on IRC yesterday. I am going to fix that over Christmas. (The uiex tool already supports creating m

[Libreoffice-commits] core.git: 2 commits - extensions/Library_ldapbe2.mk svtools/source

2013-02-03 Thread David Tardon
extensions/Library_ldapbe2.mk | 13 +++-- svtools/source/contnr/svimpbox.cxx | 12 2 files changed, 15 insertions(+), 10 deletions(-) New commits: commit 423079fd4db3163f66ab38d053f60eeec1afc2e7 Author: David Tardon Date: Mon Feb 4 08:09:16 2013 +0100 fdo

[Libreoffice-commits] core.git: extensions/Library_ldapbe2.mk

2013-02-04 Thread David Tardon
extensions/Library_ldapbe2.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 996ac0815ab9bfd25375e8dcc6e3cd4b5f8c Author: David Tardon Date: Mon Feb 4 09:54:38 2013 +0100 must link with plc4 too Change-Id: I29deb025e3869dc495a84d6559708f5308a83ff1 diff --git a

[Libreoffice-commits] core.git: extensions/Library_ldapbe2.mk RepositoryExternal.mk

2013-02-04 Thread David Tardon
RepositoryExternal.mk | 14 ++ extensions/Library_ldapbe2.mk |1 + 2 files changed, 15 insertions(+) New commits: commit 6ef465646855c73a774700fff35ba43eb36eb0d4 Author: David Tardon Date: Mon Feb 4 10:04:07 2013 +0100 ... and ssl3 too Change-Id

Re: build development environment

2013-02-05 Thread David Tardon
Hi, On Mon, Feb 04, 2013 at 06:24:22PM -0800, timllloyd wrote: > Hi, I tried to set up the LO dev environment but ran into problems if anyone > can help. > > I am running Fedora 18. > Then I got a problem with gstreamer which I have already installed. I had a > trawl of the net for possible solu

[Libreoffice-commits] core.git: translations

2013-02-06 Thread David Tardon
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit db31f68ce04848e42857617d92324bdb13659c43 Author: David Tardon Date: Wed Feb 6 11:23:17 2013 +0100 Updated core Project: translations 6ee465836d1fee4b4fbe714bde3b804cdda1b4ff diff --git a

[Libreoffice-commits] core.git: 2 commits - beanshell/ExternalProject_beanshell.mk cui/source hsqldb/ExternalProject_hsqldb.mk languagetool/ExternalProject_languagetool.mk

2013-02-06 Thread David Tardon
: commit 72832c448f18381e53cc13dab56df66db21835bd Author: David Tardon Date: Wed Feb 6 09:58:51 2013 +0100 add some missing member initializations Change-Id: I36bab07a127f90f651f3db67831a37bbb78900ce diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index

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

2013-02-13 Thread David Tardon
svx/inc/svx/svdundo.hxx |9 - svx/source/svdraw/svdundo.cxx | 20 2 files changed, 28 insertions(+), 1 deletion(-) New commits: commit e462a30d03c16aa4202f8d28ad52b15feb3d9255 Author: David Tardon Date: Wed Feb 13 08:52:52 2013 +0100 fdo#34558

[Libreoffice-commits] translations.git: source/ast source/bg source/da source/el source/eo source/es source/et source/fi source/fr source/hu source/id source/nl source/nn source/sv source/tr

2013-02-13 Thread David Tardon
6ee465836d1fee4b4fbe714bde3b804cdda1b4ff Author: David Tardon Date: Wed Feb 6 11:23:17 2013 +0100 fix parser errors in help translations Change-Id: I9f5b3e637e36cadc397eacd9b60edac78e849fac diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po

[Libreoffice-commits] core.git: 3 commits -

2013-02-13 Thread David Tardon
0 files changed New commits: commit 7e3d969155ff38f216965cbd7dace26e74c9255c Author: David Tardon Date: Wed Feb 13 10:59:37 2013 +0100 fix translation of crash reporter Change-Id: I52cda360116b719bf05776e01bf3d15303eea97d diff --git a/crashrep/CustomTarget_crashrep_res.mk b

[Libreoffice-commits] core.git: shell/CustomTarget_shlxthdl_res.mk

2013-02-13 Thread David Tardon
shell/CustomTarget_shlxthdl_res.mk | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) New commits: commit 3696f90a559293c94d42e07c8084c728b5f296e6 Author: David Tardon Date: Wed Feb 13 11:06:36 2013 +0100 simplify makefile Change-Id

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - shell/CustomTarget_shlxthdl_res.mk

2013-02-13 Thread David Tardon
shell/CustomTarget_shlxthdl_res.mk | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) New commits: commit a648103cfc0c4d51f2ad929d9514561e47106a9e Author: David Tardon Date: Wed Feb 13 10:59:09 2013 +0100 fdo#60386 fix l10n of windows shell extension (cherry

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - shell/CustomTarget_shlxthdl_res.mk

2013-02-13 Thread David Tardon
shell/CustomTarget_shlxthdl_res.mk | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) New commits: commit d13a9d558b5f5bf4c0c29787160878ab5ac9918d Author: David Tardon Date: Wed Feb 13 10:59:09 2013 +0100 fdo#60386 fix l10n of windows shell extension (cherry

[Libreoffice-commits] core.git: 2 commits - svx/inc svx/source sysui/desktop

2013-02-14 Thread David Tardon
Author: David Tardon Date: Fri Feb 15 07:28:39 2013 +0100 fdo#58283 produce all translations for desktop files Change-Id: Ie97e1ae7b2cc059630cba682a051eefff3ca044b diff --git a/sysui/desktop/share/translate.pl b/sysui/desktop/share/translate.pl index f6255df..200f6a8 100644 --- a

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sysui/desktop

2013-02-15 Thread David Tardon
sysui/desktop/share/translate.pl | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) New commits: commit 4ed8987530d5b6cf79075937bfb12010f3a02a21 Author: David Tardon Date: Fri Feb 15 07:28:39 2013 +0100 fdo#58283 produce all translations for desktop files

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - sysui/desktop

2013-02-15 Thread David Tardon
sysui/desktop/share/translate.pl | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) New commits: commit 2c4d36b7d6da9f9b578d903499844930f90c8faf Author: David Tardon Date: Fri Feb 15 07:28:39 2013 +0100 fdo#58283 produce all translations for desktop files

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

2013-02-19 Thread David Tardon
3432c63c0cdcdfe3e74702c16ce6c746d9c0fdf4 Author: David Tardon Date: Wed Feb 13 08:52:52 2013 +0100 fdo#34548 don't crash on undoing text frame removal Change-Id: I48b95c6c0cbfb2f4c4b09cc90b254b96de40b3e9 (cherry picked from commit 115054fef08998c56cba8f14472df1d1500

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

2013-02-19 Thread David Tardon
svx/inc/svx/svdundo.hxx |9 ++ svx/source/svdraw/svdundo.cxx | 62 +- 2 files changed, 70 insertions(+), 1 deletion(-) New commits: commit 156d6552ce70ed387668d20e9000b5e725bda45f Author: David Tardon Date: Wed Feb 13 08:52:52 2013 +0100

[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 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 it is an error

[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 Date: Tue Mar 26

[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 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-26 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 Date: Fri Mar 15 16:04:29 2013 +0100 @touch does not exist

[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 Date: Wed Mar 27 15:17:24 2013 +0100 fix build of redland on mingw Change-Id

[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 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 --- a/bean

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

2013-03-30 Thread David Tardon
gb_Library_use_external,binaryurp,boost_headers)) commit 4e3b172595ef495c8906da4b24afc3aabe07f9ce Author: David Tardon Date: Sat Mar 30 16:24:30 2013 +0100 stop delivering useless rdb for InternalUnoApi diff --git a/solenv/gbuild/InternalUnoApi.mk b/solenv/gbuild/InternalUnoApi.mk index

[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 Date: Sun Mar 31 20:32:35 2013 +0200 add $OUTDIR/pck to search path for SDK product ... so it is possible

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

2013-04-01 Thread David Tardon
svx/inc/svx/graphichelper.hxx |5 + svx/source/core/graphichelper.cxx |4 +++- 2 files changed, 4 insertions(+), 5 deletions(-) New commits: commit f38c4f138c6ec810b26fcf2064f64e64eb14129b Author: David Tardon Date: Tue Apr 2 07:34:56 2013 +0200 try to fix windows tb with

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

2013-04-02 Thread David Tardon
extras/source/autotext/lang/bg/template.bau |binary 1 file changed New commits: commit e6f0b0b94ec6bdf5fece0c1844ac64fa36e3b1e5 Author: David Tardon Date: Thu Mar 28 09:33:09 2013 +0100 re-zip bg/template.bau to get correct checksums Change-Id

[Libreoffice-commits] core.git: extras/Module_extras.mk extras/Package_palettes.mk extras/Zip_palettes.mk scp2/source

2013-04-05 Thread David Tardon
deletions(-) New commits: commit 221cd46f47f40c892e554b0848978bda3d9957e1 Author: David Tardon Date: Mon Apr 1 13:17:02 2013 +0200 move palettes.zip to package Change-Id: Ide4e393ff2d735d9cdf01fcb489d65b7659acdbe Reviewed-on: https://gerrit.libreoffice.org/3151 Reviewed-by

[Libreoffice-commits] core.git: config_host.mk.in configure.ac Makefile.in solenv/gbuild

2013-04-05 Thread David Tardon
commits: commit bba6e9ebeb67235ee77e723af354474d5a3e9b85 Author: David Tardon Date: Wed Apr 3 17:13:32 2013 +0200 allow Package to install to other dir than $OUTDIR This is preparatory work for creating installation directly by gbuild. Change-Id

[Libreoffice-commits] core.git: instsetoo_native/util scp2/inc solenv/bin solenv/gbuild

2013-04-05 Thread David Tardon
/filelists.pm | 95 solenv/gbuild/Package.mk| 12 +++ solenv/gbuild/TargetLocations.mk|4 - 8 files changed, 129 insertions(+), 5 deletions(-) New commits: commit e9b947a6665170f96ba4182d81a630da74ea96a2 Author: David Tardon

[Libreoffice-commits] core.git: extras/Module_extras.mk extras/Package_autocorr.mk extras/Zip_autocorr.mk scp2/source

2013-04-05 Thread David Tardon
deletions(-) New commits: commit a593069ff9f64dd94e8210b0cff03b65fe059b40 Author: David Tardon Date: Mon Apr 1 09:38:35 2013 +0200 move autocorr.zip to package Change-Id: Ia032d3cb3c41a654ab42b9fe5b2d79bc7ca713f1 Reviewed-on: https://gerrit.libreoffice.org/3150 Reviewed-by

Re: [Libreoffice-commits] core.git: testtools/CustomTarget_uno_test.mk

2013-04-06 Thread David Tardon
Hi, On Fri, Apr 05, 2013 at 03:17:45AM -0700, Stephan Bergmann wrote: > testtools/CustomTarget_uno_test.mk |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > New commits: > commit ff8a2a5ef08623fdf534f805dfeedd673f64974e > Author: Stephan Bergmann > Date: Fri Apr 5 12:15:30 201

signing of windows dlls and exes

2013-04-06 Thread David Tardon
Hi all, I was just looking at postprocess module and I noticed postprocess/CustomTarget_signing.mk . It seems to me that this could (and should) be done directly by LinkTarget, without the need for any extra perl script. Or is there something I am missing? If there is no opposition, I am going to

[Libreoffice-commits] core.git: 5 commits - .gitignore jfreereport/Module_jfreereport.mk jfreereport/Package_jfreereport_version.mk sc/source solenv/gbuild

2013-04-06 Thread David Tardon
/Zip.mk |2 11 files changed, 241 insertions(+), 245 deletions(-) New commits: commit 2149279914e7581adea62ad0b971bc377ab2d056 Author: David Tardon Date: Sat Apr 6 13:33:20 2013 +0200 add instdir to .gitignore Change-Id

[Libreoffice-commits] core.git: RepositoryExternal.mk

2013-04-08 Thread David Tardon
RepositoryExternal.mk |4 1 file changed, 4 insertions(+) New commits: commit 35c53bbcc8f0a7b8627a8d5a2e167d76dc52d1c4 Author: David Tardon Date: Tue Apr 9 08:58:04 2013 +0200 ensure delivery of expat headers Change-Id: I73b5eba6c7cff7b6c45fd1f24197550d8e52f26b diff

Re: build failure

2013-04-09 Thread David Tardon
Hi, On Tue, Apr 09, 2013 at 08:05:13AM +0200, Winfried Donkers wrote: > from output of make: > /home/w.donkers/git/libo/helpcompiler/source/HelpLinker.cxx:38:19: fatal > error: expat.h: Bestand of map bestaat niet > compilation terminated. > make[1]: *** > [/home/w.donkers/git/libo/workdir/unxln

Re: cliureversion.mk not found build problem

2013-04-09 Thread David Tardon
Hi, On Mon, Apr 08, 2013 at 05:23:05PM +0200, Thomas Arnhold wrote: > : ERROR: Include file cliureversion.mk not found! > : ADD_INCLUDE_FILES = cliureversion.mk,clioootypesversion.mk at > /home/thomas/libo/solenv/bin/modules/installer/worker.pm line 579. Does solver/*/bin/cliureversion.mk exist?

[Libreoffice-commits] core.git: 2 commits - helpcompiler/Executable_helpindexer.mk helpcompiler/Executable_helplinker.mk helpcompiler/Library_helplinker.mk l10ntools/Executable_helpex.mk Library_merge

2013-04-09 Thread David Tardon
|2 +- xmlhelp/Library_tvhlp1.mk |2 +- xmlhelp/Library_ucpchelp1.mk |2 +- 23 files changed, 30 insertions(+), 30 deletions(-) New commits: commit 542cf6d9eaa7d3a9875e0cd258c883a69577040f Author: David Tardon Date: Tue

gbuild: i will have my build with less zips, please

2013-04-09 Thread David Tardon
Hi all, at the end of the last week, there landed in master a new feature that will allow us to do less zipping during build (and unzipping during installation). This is because the only purpose for creating most of the zips (if not all of them) is to workaround shortomings in our install set con

Re: signing of windows dlls and exes

2013-04-09 Thread David Tardon
On Sat, Apr 06, 2013 at 12:21:01PM +0200, David Tardon wrote: > Hi all, > > I was just looking at postprocess module and I noticed > postprocess/CustomTarget_signing.mk . It seems to me that this could > (and should) be done directly by LinkTarget, without the need for any > ext

[Libreoffice-commits] core.git: 7 commits - codemaker/StaticLibrary_codemaker_cpp.mk codemaker/StaticLibrary_codemaker_java.mk codemaker/StaticLibrary_codemaker.mk connectivity/CppunitTest_connectivit

2013-04-09 Thread David Tardon
|6 + soltools/Executable_makedepend.mk|6 ++--- 15 files changed, 59 insertions(+), 15 deletions(-) New commits: commit 0586be91e6f5099b46025b0d2e645669d2271c77 Author: David Tardon Date: Tue Apr 9 19:27:37 2013 +0200 move dep on solenv_inc to

Re: gbuild: i will have my build with less zips, please

2013-04-09 Thread David Tardon
Hi, On Tue, Apr 09, 2013 at 06:20:56PM +0100, Michael Meeks wrote: > Hi David, > > > In the near future, I am going to look for some harder cases where this > > might be applied. My latest branch (posted for review/test builds on > > gerrit) adapts installation of uiconfig files and avoids the ne

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

2013-05-16 Thread David Tardon
RepositoryExternal.mk |2 +- solenv/gbuild/Gallery.mk |2 +- solenv/gbuild/extensions/pre_BuildTools.mk |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit a494a8329f211a37ff2d5b8fe28bbc8a0a3beb66 Author: David Tardon

Re: Gbuild explanation

2013-05-18 Thread David Tardon
Hi, On Fri, May 17, 2013 at 03:08:20AM +0200, Mat M wrote: > >$(dir $(call gb_AutoInstallLibs_get_target,%))%/.dir : > > $(if $(wildcard $(dir $@)),,mkdir -p $(dir $@)) > > Then what is the purpose of the % in the $(call We need to pass something that $(dir) can strip as file part. % is just

[Libreoffice-commits] core.git: sysui/CustomTarget_deb.mk sysui/CustomTarget_rpm.mk sysui/CustomTarget_share.mk sysui/CustomTarget_slackware.mk sysui/CustomTarget_solaris.mk sysui/Package_desktop.mk s

2013-05-20 Thread David Tardon
| 20 7 files changed, 32 insertions(+), 10 deletions(-) New commits: commit 514d69eff398b32639fe4d91b503740da1aac3ae Author: David Tardon Date: Sat May 18 09:11:24 2013 +0200 put common vars into standalone makefile Change-Id

[Libreoffice-commits] core.git: scp2/CustomTarget_langmacros.mk scp2/macros

2013-05-21 Thread David Tardon
scp2/CustomTarget_langmacros.mk |1 + scp2/macros/macro.pl| 12 ++-- 2 files changed, 3 insertions(+), 10 deletions(-) New commits: commit 65d243296309acf39cde21f709240b7b6b23e093 Author: David Tardon Date: Tue May 21 11:50:25 2013 +0200 do not second-guess help

[Libreoffice-commits] core.git: RepositoryExternal.mk

2013-05-23 Thread David Tardon
RepositoryExternal.mk | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 62b74b6c21b0b30bbb5a2053dabff375273b0c8e Author: David Tardon Date: Thu May 23 09:31:48 2013 +0200 gbuild: define gengal deps on windows too Change-Id

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - RepositoryExternal.mk

2013-05-23 Thread David Tardon
RepositoryExternal.mk | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 56aaeb50b6a7f2573bebdd55ce93ceba474be025 Author: David Tardon Date: Thu May 23 09:31:48 2013 +0200 gbuild: define gengal deps on windows too Change-Id

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