Re: --disable mozilla necessary for Ubuntu

2012-06-08 Thread Matúš Kukan
On 9 June 2012 03:33, Joel Madero wrote: > Attached is my build log (I think I included enough to be relevant), Could you do: make moz.clean and then attach the output of: make moz Thanks, Matus ___ LibreOffice mailing list LibreOffice@lists.freedeskto

[PATCH] Remove unused InterceptChildWindowKeyDown

2012-06-08 Thread Thomas Arnhold
Hi, some further cleanup: - InterceptChildWindowKeyDown never gets called - so mbInterceptChildWindowKeyDown doesn't get changed - at ImplInterceptChildWindowKeyDown a) ImplSendMessage() is never accessed b) always returns sal_False Thomas >From 901f2ff6ba568ae371616ef620df92741f3bc09d Mo

[PATCH] Remove non-functional Hide/ShowStatusText

2012-06-08 Thread Thomas Arnhold
Hi, these two methods don't do anything. So remove them and the calls (core+binfilter). Thomas >From 3987772ea80d3113ef3b623f8c7b4432d3bb50ac Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 9 Jun 2012 06:32:31 +0200 Subject: [PATCH] Remove non-functional Hide/ShowStatusText Change-I

[Libreoffice-commits] .: dbaccess/AllLangResTarget_dbui.mk dbaccess/Package_xml.mk

2012-06-08 Thread Norbert Thiebaud
dbaccess/AllLangResTarget_dbui.mk | 101 -- dbaccess/Package_xml.mk | 33 2 files changed, 134 deletions(-) New commits: commit aa563ff19f6f4483b7954e42448106159b879b24 Author: Norbert Thiebaud Date: Fri Jun 8 23:32:07 2012 -0500

[Libreoffice-commits] .: 2 commits - sc/source svl/source svx/source tools/source

2012-06-08 Thread Thomas Arnhold
sc/source/core/tool/rangelst.cxx |4 sc/source/ui/docshell/olinefun.cxx | 12 sc/source/ui/pagedlg/tphfedit.cxx |5 - sc/source/ui/undo/undoblk.cxx |5 - sc/source/ui/view/cellsh4.cxx |5 - sc/source/ui/view/olkact.cxx |5 -

[Libreoffice-commits] .: binfilter/bf_svtools binfilter/bf_svx

2012-06-08 Thread Thomas Arnhold
binfilter/bf_svtools/source/items1/svt_dateitem.cxx |2 -- binfilter/bf_svx/source/items/svx_algitem.cxx |2 -- binfilter/bf_svx/source/items/svx_drawitem.cxx |2 -- binfilter/bf_svx/source/items/svx_postattr.cxx |2 -- binfilter/bf_svx/source/options/svx_optgrid.cx

[Libreoffice-commits] .: binfilter/bf_sd binfilter/bf_sfx2 binfilter/bf_svx binfilter/bf_xmloff

2012-06-08 Thread Thomas Arnhold
binfilter/bf_sd/source/ui/unoidl/sd_unopstyl.cxx |2 -- binfilter/bf_sd/source/ui/unoidl/sd_unostyls.cxx |2 -- binfilter/bf_sfx2/source/appl/sfx2_dlgcont.cxx |2 -- binfilter/bf_svx/sourc

[Libreoffice-commits] .: binfilter/bf_sfx2 binfilter/bf_svx

2012-06-08 Thread Thomas Arnhold
binfilter/bf_sfx2/source/config/sfx2_cfgmgr.cxx|2 -- binfilter/bf_sfx2/source/notify/sfx2_eventsupplier.cxx |2 -- binfilter/bf_svx/source/dialog/svx_dlgutil.cxx |2 -- binfilter/bf_svx/source/dialog/svx_impgrf.cxx |2 -- binfilter/bf_svx/source/items/svx_

[Libreoffice-commits] .: binfilter/bf_sc binfilter/bf_sch binfilter/bf_sd binfilter/bf_sfx2 binfilter/bf_starmath binfilter/bf_svtools binfilter/bf_sw binfilter/bf_xmloff

2012-06-08 Thread Thomas Arnhold
binfilter/bf_sc/source/core/data/sc_attrib.cxx |1 - binfilter/bf_sc/source/core/data/sc_bcaslot.cxx|1 - binfilter/bf_sc/source/core/data/sc_cell.cxx |1 - binfilter/bf_sc/source/core/data/sc_cell2.cxx

Re: --disable mozilla necessary for Ubuntu

2012-06-08 Thread Joel Madero
Attached is my build log (I think I included enough to be relevant), my autogen.lastrun. I am running Bodhi 2 (based on Ubuntu 12.04), the problem exists in Ubuntu as well (tested a couple months ago) as well as apparently Windows as the other replier has stated. Joel For now are we in agreement

[ANN] LibreOffice 3.6.0 beta1 available

2012-06-08 Thread Thorsten Behrens
Hi *, for the upcoming new version 3.6.0, we today upload a first beta1 build that is (almost) feature-complete. For further milestones on the way towards 3.6.0, please refer to our release plan timings here: http://wiki.documentfoundation.org/ReleasePlan#3.6_release Builds are now being upload

[Libreoffice-commits] .: xmlsecurity/source

2012-06-08 Thread Julien Nabet
xmlsecurity/source/framework/buffernode.cxx |8 xmlsecurity/source/framework/saxeventkeeperimpl.cxx |7 +++ 2 files changed, 7 insertions(+), 8 deletions(-) New commits: commit 0d53cde185eb6c3e8e6096c842dbd672b44076a6 Author: Julien Nabet Date: Sat Jun 9 01:27:43 2

[Libreoffice-commits] .: filter/source

2012-06-08 Thread Julien Nabet
filter/source/svg/svgexport.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 3cf78fa315b84d866e643b93d0083b38bc8dab8c Author: Julien Nabet Date: Sat Jun 9 01:06:57 2012 +0200 Check for assignment to self for =operator Change-Id: If5c223e8b2f02938fa7e5d694d07f1e

[Libreoffice-commits] .: sfx2/source

2012-06-08 Thread Michael Stahl
sfx2/source/appl/appdde.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit f859ee7f9b867ab893d2414c2cd35b42b64a5e63 Author: Michael Stahl Date: Sat Jun 9 00:58:14 2012 +0200 sigh... fix const abuse in WNT only code... Change-Id: Ie6a93e15f4e7342

[Libreoffice-commits] .: sfx2/source

2012-06-08 Thread Michael Stahl
sfx2/source/appl/appdde.cxx | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) New commits: commit f4ac2ffd9e0854a767f15ed38eab947cb16e66ad Author: Michael Stahl Date: Sat Jun 9 00:31:29 2012 +0200 fix WNT only SfxApplication::AddDdeTopic Change-Id: Ifa5f84581

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 2 commits - libvisio/libvisio-0.0.17.patch libvisio/makefile.mk libwpd/libwpd-0.9.4.patch libwpd/makefile.mk

2012-06-08 Thread Fridrich Strba
libvisio/libvisio-0.0.17.patch | 14 ++ libvisio/makefile.mk |2 ++ libwpd/libwpd-0.9.4.patch | 18 ++ libwpd/makefile.mk |3 +++ 4 files changed, 37 insertions(+) New commits: commit 214c3b9002944ff5d05e249051e45f135e1b4943 Autho

[Libreoffice-commits] .: 2 commits - libvisio/libvisio-0.0.17.patch libvisio/makefile.mk libwpd/libwpd-0.9.4.patch libwpd/makefile.mk

2012-06-08 Thread Fridrich Strba
libvisio/libvisio-0.0.17.patch | 14 ++ libvisio/makefile.mk |2 ++ libwpd/libwpd-0.9.4.patch | 18 ++ libwpd/makefile.mk |3 +++ 4 files changed, 37 insertions(+) New commits: commit 7575ebe35f6af1cc58e95a804087e7c1e0f06eee Autho

[Libreoffice-commits] .: writerfilter/CustomTarget_source.mk writerfilter/Library_writerfilter.mk

2012-06-08 Thread Norbert Thiebaud
writerfilter/CustomTarget_source.mk | 347 --- writerfilter/Library_writerfilter.mk |3 2 files changed, 165 insertions(+), 185 deletions(-) New commits: commit 2a72e15e6a16fe71d91e5a7804168c8077b2e456 Author: Norbert Thiebaud Date: Fri Jun 8 16:37:20 201

[PUSHED] Re: [PATCH] Convert various SV_DECL_PTRARR in SVL and SVTOOLS modules

2012-06-08 Thread Michael Stahl
On 07/06/12 17:38, Noel Grandin wrote: > Hi > > These patches convert various SV_DECL_PTRARR stuff to std::set and > std::vector in the SVL and SVTOOLS modules. > > Passes "make check" at global level, and compiled with debug=true thanks, pushed. although there was quite some DBGUTIL code in sv

[PUSHED] Re: [PATCH] Convert various SV_DECL_PTRARR in SFX2 module

2012-06-08 Thread Michael Stahl
On 07/06/12 16:57, Noel Grandin wrote: > Hi > > These patches convert various SV_DECL_PTRARR stuff to std::set and > std::vector in the SFX2 module. > > Passes "make check" at global level, and compiled with debug=true thanks, pushed. patch #1 had a DeleteAndDestroy method that didn't actually

Re: OpenSymbol license?

2012-06-08 Thread julien2412
Hello, About Olivier and me, you'll find information here : http://wiki.documentfoundation.org/Development/Developers For the Sun part, I let "license experts" answer :-) Julien -- View this message in context: http://nabble.documentfoundation.org/OpenSymbol-license-tp3989028p3989037.html Sent

Re: --disable mozilla necessary for Ubuntu

2012-06-08 Thread Joel Madero
I'll get that tonight. Was the patch that was pushed out earlier not the default disable mozilla? I'm surprised this one wasn't known as I have seen it around in several Ubuntu forums. Didn't know it existed outside of Ubuntu though. Joel On Fri, Jun 8, 2012 at 1:29 PM, Michael Meeks wrote: > Hi

Re: [REVIEW 3.6 FEATURE] Masterpages

2012-06-08 Thread Michael Meeks
On Fri, 2012-06-08 at 18:28 +0200, Bjoern Michaelsen wrote: > for integration into libreoffice-3-6 as a late feature requireing 3 signoffs > from different vendors. Ho hum :-) well, I like it of course; AFAIR artwork changes (which templates are really IMHO) don't require a tripple revie

Re: --disable mozilla necessary for Ubuntu

2012-06-08 Thread Michael Meeks
Hi Bjoern, Any chance you can handle this ? :-) personally I have no problem with a default to --disable-mozilla, but - it's interesting that the build consistently fails in the other path. On Fri, 2012-06-08 at 09:50 -0700, Joel Madero wrote: > The error is ERROR: error 65280 occurred wh

OpenSymbol license?

2012-06-08 Thread Mike "Pomax" Kamermans
Hi all, I've been searching the various interwebs, as well as the liberoffice source tree, for any kind of mention as to what license applies to the OpenSymbol truetype font, but I just can't find anything useful. The font's own project file (extras/source/truetype/symbol/OpenSymbol.sfd) give

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements' - 3 commits - drawinglayer/inc drawinglayer/source

2012-06-08 Thread Artur Dorda
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |4 + drawinglayer/source/dumper/XShapeDumper.cxx| 52 + 2 files changed, 56 insertions(+) New commits: commit 2b014a3c52c7feeca517f2f18132302bf7a64724 Author: Artur Dorda Date: Fri Jun 8 22:26:35 2012 +0200

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

2012-06-08 Thread Joel Madero
This is going to be an incredibly simple question but, how do I apply the patch? As soon as I do I'll compile tonight without the disable mozilla option and then suggest that it gets pushed as soon as possible. Thanks for taking care of this so quickly. Also, I'll update the webpage which currentl

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

2012-06-08 Thread David Ostrovsky
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 distro. I always have to add --disable-mozilla in Sane option. Anyone serious wants tha

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - officecfg/registry

2012-06-08 Thread Andras Timar
officecfg/registry/data/org/openoffice/Office/UI.xcu |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit afe5eaff843506a7796eafedcd967fcb68c2219f Author: Alberto Ferreira Date: Fri Jun 8 02:56:10 2012 +0100 fdo#49724 - Update filters for file selector's file

Re: [PATCH] fdo#35365 default font color for documents

2012-06-08 Thread Jan Holesovsky
Hi Benjamin, Benjamin Drung píše v Pá 08. 06. 2012 v 01:18 +0200: > here's a patch to fix bug fdo#35365. Please also apply the patch in the > 3.5 and 3.6 branch. > > The underlying bug fdo#50861 is only partially fixed by this patch. At > least two solutions comes to my mind for a full fix: > 1)

fdo#49724 - Update filters for file selector's file type categories

2012-06-08 Thread Andras Timar
Hi Alberto, Many thanks for your patches. You solved an easy hack and you fixed a bug! Congratulations! :) Your work will be included in our next main release, LibreOffice 3.6, and in next bugfix release, LibreOffice 3.5.5. I combined your 2 patches into 1. Next time, please do not mark bug as RE

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - officecfg/registry

2012-06-08 Thread Andras Timar
officecfg/registry/data/org/openoffice/Office/UI.xcu |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 0282fa7fa31256c510b9f4818a049e5d2e32a8a4 Author: Alberto Ferreira Date: Fri Jun 8 02:56:10 2012 +0100 fdo#49724 - Update filters for file selector's file

Re: [REVIEW 3.6 FEATURE] Masterpages

2012-06-08 Thread Bjoern Michaelsen
On Fri, Jun 08, 2012 at 07:48:49PM +0200, Andras Timar wrote: > 2012/6/8 Bjoern Michaelsen : > > On Fri, Jun 08, 2012 at 06:41:14PM +0200, Andras Timar wrote: > >> There is a typo in 0442e067cdb4887aa6e57a0e31cd0df7c4eab086: Hexzgons. > >> Otherwise +1 from me (SUSE), I like the concept. What will

[Libreoffice-commits] .: officecfg/registry

2012-06-08 Thread Andras Timar
officecfg/registry/data/org/openoffice/Office/UI.xcu |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 6f35d1e70e70a1c074bc16cbc430ba93d89a717b Author: Alberto Ferreira Date: Fri Jun 8 02:56:10 2012 +0100 fdo#49724 - Update filters for file selector's file

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - Makefile.top

2012-06-08 Thread Bjoern Michaelsen
Makefile.top |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d4d68722c08a4faf261ea8e6bca389b4866a3561 Author: Rene Engelhard Date: Fri Jun 8 21:04:41 2012 +0200 fix build verbosity Change-Id: I55d944652de2c716fd1548e5ee64a10c2fb645e0 Signed-off-by

[Libreoffice-commits] .: Makefile.top

2012-06-08 Thread Bjoern Michaelsen
Makefile.top |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c24c5101f573e6a25ff06e8399c53dbc2510a7da Author: Rene Engelhard Date: Fri Jun 8 21:04:41 2012 +0200 fix build verbosity Change-Id: I55d944652de2c716fd1548e5ee64a10c2fb645e0 diff --git a/Mak

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - framework/source

2012-06-08 Thread Ivan Timofeev
framework/source/uielement/addonstoolbarmanager.cxx |4 1 file changed, 4 deletions(-) New commits: commit 8e8527e8491c1c6bed1514ac6a8692f6a7f772c1 Author: Ivan Timofeev Date: Fri Jun 8 21:31:06 2012 +0400 fdo#42405: remove this, nowadays MenuItemAllowed disables menu entries

[Libreoffice-commits] .: 2 commits - framework/inc framework/source

2012-06-08 Thread Ivan Timofeev
framework/inc/uielement/toolbarmanager.hxx |3 +-- framework/source/uielement/addonstoolbarmanager.cxx |4 framework/source/uielement/toolbarmanager.cxx |6 ++ 3 files changed, 3 insertions(+), 10 deletions(-) New commits: commit 5ac28548c03f474f26ae07377098416

Re: [REVIEW 3.6 FEATURE] Masterpages

2012-06-08 Thread Jan Holesovsky
Bjoern Michaelsen píše v Pá 08. 06. 2012 v 18:28 +0200: > for integration into libreoffice-3-6 as a late feature requireing 3 signoffs > from different vendors. Just to avoid misunderstandings, 'unaffiliated' count as 'different vendors' too ;-) All the best, Kendy _

Addon toolbars & context menus

2012-06-08 Thread Ivan Timofeev
Hi, in LibO 3.4 it was possible to access the context menu of an addon toolbar via grey buttons on the right. In LibO 3.5 we get rid of those buttons. And now it's impossible to access the context menu of addon toolbars, because ToolBarManager's command handler is overriden by AddonsToolBarMa

[PUSHED on master] Re: Can connectivity/source/inc/odbc/ODefs3.hxx file be dropped ?

2012-06-08 Thread julien2412
Thank you Stephan I commited and pushed on master (http://cgit.freedesktop.org/libreoffice/core/commit/?id=75f97d4e3e0e4f6acc116dfe2fc21853f6bfdb64) It's just a bit of cleaning but perhaps someone may want to cherry pick in 3.6 branch, perhaps 3.5. I let you decide :-) Julien -- View this messag

[Libreoffice-commits] .: connectivity/source

2012-06-08 Thread Julien Nabet
connectivity/source/inc/odbc/ODefs3.hxx | 94 1 file changed, 94 deletions(-) New commits: commit 75f97d4e3e0e4f6acc116dfe2fc21853f6bfdb64 Author: Julien Nabet Date: Fri Jun 8 19:47:21 2012 +0200 Drop unused file See http://nabble.documentfound

Re: [REVIEW 3.6 FEATURE] Masterpages

2012-06-08 Thread Andras Timar
2012/6/8 Bjoern Michaelsen : > On Fri, Jun 08, 2012 at 06:41:14PM +0200, Andras Timar wrote: >> There is a typo in 0442e067cdb4887aa6e57a0e31cd0df7c4eab086: Hexzgons. >> Otherwise +1 from me (SUSE), I like the concept. What will see in >> Presentation Wizard, 1st page, Type -> From template -> Pres

Re: [REVIEW 3.6 FEATURE] Masterpages

2012-06-08 Thread Bjoern Michaelsen
On Fri, Jun 08, 2012 at 06:41:14PM +0200, Andras Timar wrote: > There is a typo in 0442e067cdb4887aa6e57a0e31cd0df7c4eab086: Hexzgons. > Otherwise +1 from me (SUSE), I like the concept. What will see in > Presentation Wizard, 1st page, Type -> From template -> Presentation > list? Nothing or will i

Re: [Libreoffice-qa] Cleaning bug list

2012-06-08 Thread Bjoern Michaelsen
Hi, On Fri, Jun 08, 2012 at 11:14:05PM +0700, Korrawit Pruegsanusak wrote: > And yes, the "we" here is now including you, Joel. :-) Apropos: If you are able, it would be great if you could join the next QA call - it will be on 2012-06-12 14:00 UTC. Some things are easier to coordinate on the pho

Re: --disable mozilla necessary for Ubuntu

2012-06-08 Thread Joel Madero
The error is ERROR: error 65280 occurred while making core/moz Happens every time on a Ubuntu machine I believe. What's everyone's opinion about patching to make mozilla disabled by default and enable an option? Joel On Fri, Jun 8, 2012 at 7:12 AM, Joel Madero wrote: > Agreed that it should j

Re: --disable mozilla necessary for Ubuntu

2012-06-08 Thread Alexander Thurgood
Le 08/06/12 16:12, Joel Madero a écrit : Hi Joel, > Agreed that it should just be disabled by default. I'm sure that this Ah yes, the (in)famous trial and error test by fire ;-) > has been reported before but I had to dig around for quite awhile to > find a solution to the issue when autogen f

Re: [REVIEW 3.6 FEATURE] Masterpages

2012-06-08 Thread Andras Timar
2012/6/8 Bjoern Michaelsen : > Hi there, > > please review the changes: > > http://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/masterpages&id=0442e067cdb4887aa6e57a0e31cd0df7c4eab086 > http://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/masterpages&id=f456a863e6e05d05763a8650

Re: [Libreoffice-qa] Cleaning bug list

2012-06-08 Thread Joel Madero
I just realized that there is no CONFIRMED, I think this would be a helpful classification but if it can't/won't be added then I still feel like we should differentiate confirmed from non confirmed in some manner. This could be as simple as making it ASSIGNED TO and have it blank or just default l

[REVIEW 3.6 FEATURE] Masterpages

2012-06-08 Thread Bjoern Michaelsen
Hi there, please review the changes: http://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/masterpages&id=0442e067cdb4887aa6e57a0e31cd0df7c4eab086 http://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/masterpages&id=f456a863e6e05d05763a86506a953936453bcae6 http://cgit.freedeskto

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

2012-06-08 Thread Bjoern Michaelsen
scp2/source/ooo/file_extra_ooo.scp |7 --- 1 file changed, 7 deletions(-) New commits: commit 50046236bc52c67b0a1cc6a01600070855281d9c Author: Bjoern Michaelsen Date: Fri Jun 8 18:24:42 2012 +0200 no templates for scp2 Change-Id: I9cb1e1e77d087efde0e559da827e838714ffe1b0

Re: [Libreoffice-qa] Cleaning bug list

2012-06-08 Thread Korrawit Pruegsanusak
Hello Joel, all, First, a big thank you from me! :-) On Fri, Jun 8, 2012 at 1:49 PM, Joel Madero wrote: > 2. If two or more people have said that they do not have the bug I'm doing > the following if there hasn't been action for 30+ days: > a. If it's stated that the bug was fixed in a recent re

Re: [Libreoffice-qa] New Bugzilla Version Picker items – 2

2012-06-08 Thread Bjoern Michaelsen
On Fri, Jun 08, 2012 at 05:13:10PM +0200, Thomas Klausner wrote: > Why is the ~ necessary? Just do > + 3.X.YalphaZ - for alpha releases > + 3.X.YbetaZ- for beta releases > + 3.X.Y.Z - for release candidates > > And to answer your question for pkgsrc: it knows about "a

Cleaning bug list

2012-06-08 Thread Joel Madero
I guess my next question is, if I'm not an "experienced user", can I really be messing with this at all? I think the flow isn't great and it would be much better to have a CONFIRMED status and then for the developers to assign themselves to projects, preferably tackling higher priority bugs first a

Re: Copyright (was: Re: How to change zoom from sfx2 appserv?)

2012-06-08 Thread Caolán McNamara
On Fri, 2012-06-08 at 15:59 +0200, Matteo Casalin wrote: > Hi all, > a possibly silly question, but I'm wondering why new code files > (e.g. sfx2/inc/sfx2/zoomitem.hxx) say: cause I just moved it from svx, its not a new file, just a moved old file. C. ___

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-06-08 Thread Noel Power
sc/source/ui/src/popup.src | 15 +++ 1 file changed, 15 insertions(+) New commits: commit 80aaf29658e77cfdf71dbc8136924517565b3564 Author: Noel Power Date: Thu Jun 7 16:40:25 2012 +0100 I alway miss these, add Hide and Show items to tab context menu Change-Id: Ic039

RE: [PATCH]fdo 50488 added calc formula XOR as defined in ODFF1.2

2012-06-08 Thread Winfried Donkers
Hi Eike, >Huh? Accidentally hit the delete line key in your editor? No, I did a git pull -r whilst working on the code and forgot to update this file. Should have seen it, though. >Using a short here and incrementing it for values!=0 may easily overflow >if ranges are passed. A better approach

Re: Cleaning bug list

2012-06-08 Thread julien2412
Joel Madero-2 wrote > > ... > If someone asked "is this reproducible in the latest release", but didn't > say anything else as to if they themselves had tried to reproduce it. I > would mark as NEEDINFO. I think that this is a bad policy as we can't > expect users to constantly come back when a n

Re: [Libreoffice-qa] Cleaning bug list

2012-06-08 Thread Bjoern Michaelsen
On Fri, Jun 08, 2012 at 07:17:51AM -0700, Joel Madero wrote: > If someone asked "is this reproducible in the latest release", but didn't > say anything else as to if they themselves had tried to reproduce it. I > would mark as NEEDINFO. I think that this is a bad policy as we can't > expect users t

[Libreoffice-commits] .: shell/source

2012-06-08 Thread Stephan Bergmann
shell/source/backends/wininetbe/wininetbackend.cxx | 66 ++--- 1 file changed, 44 insertions(+), 22 deletions(-) New commits: commit 0dded0d18a5945ed5a38623068ba7aa93da39df0 Author: Stephan Bergmann Date: Fri Jun 8 16:54:18 2012 +0200 fdo#47044: Adapt to different Window

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - oox/inc oox/source

2012-06-08 Thread Lubos Lunak
oox/inc/oox/vml/vmlformatting.hxx |5 +++-- oox/source/vml/vmlformatting.cxx |3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 069bf1bd90142c6cde41e5fefdb99a275bf798a1 Author: Luboš Luňák Date: Thu Jun 7 18:10:20 2012 +0200 handle f suffix (1/65536th

[Libreoffice-commits] .: 2 commits - configure.in oox/inc oox/source

2012-06-08 Thread Lubos Lunak
configure.in |6 ++ oox/inc/oox/vml/vmlformatting.hxx |5 +++-- oox/source/vml/vmlformatting.cxx |3 +++ 3 files changed, 8 insertions(+), 6 deletions(-) New commits: commit 106d638e6cd4dceffc0aa98a7772d69488ae0a39 Author: Luboš Luňák Date: Fri Jun 8 16

Re: Cleaning bug list

2012-06-08 Thread Joel Madero
One more thing to add to this. Last night when I did some (I think I did about 25-50 so it wasn't too many) I was doing the following: If someone asked "is this reproducible in the latest release", but didn't say anything else as to if they themselves had tried to reproduce it. I would mark as NEE

Re: --disable mozilla necessary for Ubuntu

2012-06-08 Thread Joel Madero
Agreed that it should just be disabled by default. I'm sure that this has been reported before but I had to dig around for quite awhile to find a solution to the issue when autogen failed. I'll reconfigure today at work and show the actual error but from what I understand, enabled mozilla will not

Re: [Libreoffice-qa] New Bugzilla Version Picker items – 2

2012-06-08 Thread Bjoern Michaelsen
On Fri, Jun 08, 2012 at 03:57:15PM +0200, Bjoern Michaelsen wrote: > On Fri, Jun 08, 2012 at 03:45:11PM +0200, Petr Mladek wrote: > > On Thu, 2012-06-07 at 17:25 +0200, Bjoern Michaelsen wrote: > > > Just as an hint. Ubuntu/Debian would use something like: > > > > > > 3.6.0~alpha1 > > > 3.6.0~al

Re: compile errors & help here ...

2012-06-08 Thread Cor Nouws
Hi Michael, Michael Meeks wrote (08-06-12 15:23) On Thu, 2012-06-07 at 23:16 +0200, Cor Nouws wrote: Cor Nouws wrote (07-06-12 22:14) Should I add --disable-neon to autogen.lastrun ? (will find out soon, probably...) Still building, so that looks fine. Should a check for neon be added to the

Re: [Libreoffice-qa] New Bugzilla Version Picker items – 2

2012-06-08 Thread Bjoern Michaelsen
On Fri, Jun 08, 2012 at 03:45:11PM +0200, Petr Mladek wrote: > On Thu, 2012-06-07 at 17:25 +0200, Bjoern Michaelsen wrote: > > Just as an hint. Ubuntu/Debian would use something like: > > > > 3.6.0~alpha1 > > 3.6.0~alpha1+daily20120606 > > 3.6.0~beta1 > > 3.6.0.1 > > I really like it. I woul

Re: How to change zoom from sfx2 appserv?

2012-06-08 Thread Caolán McNamara
On Wed, 2012-05-02 at 14:16 +0200, Tim Hardeck wrote: > Does anybody have an idea how to change the Zoom from appserv.cxx? Maybe > it is possible to use the functions of the original zoom dialog ( > cui/source/dialogs/zoom.cxx )? Meh, the right combination of uno dispatch apis and frames and so fo

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 2 commits - oox/inc oox/source sw/source writerfilter/source

2012-06-08 Thread Miklos Vajna
oox/inc/oox/vml/vmlshape.hxx |1 + oox/source/token/properties.txt |1 + oox/source/vml/vmlshape.cxx |3 +++ oox/source/vml/vmlshapecontext.cxx|1 + sw/source/core/text/porlay.cxx| 11

[Libreoffice-commits] .: 2 commits - sfx2/source sw/inc sw/sdi sw/source

2012-06-08 Thread Michael Meeks
sfx2/source/dialog/templdlg.cxx | 13 --- sw/inc/cmdid.h |4 - sw/inc/swcommands.h |2 sw/sdi/_frmsh.sdi | 14 --- sw/sdi/swriter.sdi | 48 sw/source/ui/app/mn.src | 27 --- sw/source/ui/shells/frmsh.

[Libreoffice-commits] .: unoxml/source

2012-06-08 Thread Muthu Subramanian
unoxml/source/dom/node.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 25dd603fe2044f35341fe0c6d0b632c9295a824e Author: Muthu Subramanian Date: Fri Jun 8 19:04:37 2012 +0530 n759982: Win/VC++ stl messes up the namespace vector. Every file's

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - framework/inc framework/source

2012-06-08 Thread Ivan Timofeev
framework/inc/uielement/toolbarmanager.hxx |1 + framework/source/uielement/addonstoolbarmanager.cxx |3 +++ framework/source/uielement/toolbarmanager.cxx | 10 ++ 3 files changed, 14 insertions(+) New commits: commit 595be045da4f868eb2df8f937446e6ae2f81cca8 Autho

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 3 commits - package/inc package/source

2012-06-08 Thread Miklos Vajna
package/inc/PackageConstants.hxx | 24 - package/source/manifest/ManifestImport.cxx | 377 - package/source/manifest/ManifestImport.hxx | 12 package/source/zipapi/ZipFile.cxx | 10 4 files changed, 249 insertions(+), 174 deletions(-) New co

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

2012-06-08 Thread Ivan Timofeev
framework/inc/uielement/toolbarmanager.hxx |1 + framework/source/uielement/addonstoolbarmanager.cxx |3 +++ framework/source/uielement/toolbarmanager.cxx | 10 ++ 3 files changed, 14 insertions(+) New commits: commit 1829efaf9f5d9af9d51b01d273c7b6c60970b05d Autho

compile errors & help here ...

2012-06-08 Thread Michael Meeks
On Thu, 2012-06-07 at 23:16 +0200, Cor Nouws wrote: > Cor Nouws wrote (07-06-12 22:14) > > Should I add --disable-neon to autogen.lastrun ? > > (will find out soon, probably...) > > Still building, so that looks fine. > Should a check for neon be added to the autogen.sh ? Sorry for the g

Re: [GERRIT] gbuild migration: pyuno module

2012-06-08 Thread Stephan Bergmann
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 to open Hello World python Macor. I do not see

[Libreoffice-commits] .: 2 commits - odk/source sal/osl

2012-06-08 Thread Michael Meeks
odk/source/unoapploader/unx/unoapploader.c |6 ++ odk/source/unoapploader/win/unoapploader.c |6 ++ sal/osl/w32/security.c | 24 ++-- 3 files changed, 6 insertions(+), 30 deletions(-) New commits: commit 78b7f6e138c561ccc3082a93b155934b4b9

Re: [PATCH]fdo 50488 added calc formula XOR as defined in ODFF1.2

2012-06-08 Thread Eike Rathke
Hi Winfried, On Thursday, 2012-06-07 14:51:28 +0200, Winfried Donkers wrote: > This time the patch is the one that covers XOR. Looks good in general, some nitpicks (as usual ;-) > --- a/formula/inc/formula/compiler.hrc > +++ b/formula/inc/formula/compiler.hrc > @@ -89,7 +89,8 @@ > #define SC_O

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements' - 4 commits - drawinglayer/inc drawinglayer/source

2012-06-08 Thread Artur Dorda
drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 10 ++ drawinglayer/source/dumper/XShapeDumper.cxx| 89 + 2 files changed, 99 insertions(+) New commits: commit b9bd2bb941a070f3cf8fda729db6c1ccb33d632a Author: Artur Dorda Date: Fri Jun 8 13:47:49 2012 +0200

Re: Cleaning bug list

2012-06-08 Thread Bjoern Michaelsen
Hi Joel, On Thu, Jun 07, 2012 at 11:49:52PM -0700, Joel Madero wrote: > Sure thing, I'll include it here and add a link as soon as I post over at > freedesktop bugs > [...] > I hope I'm not overstepping, just trying to help as much as possible as it > seems like there is a bit of a back log. If th

[Libreoffice-commits] .: sw/source

2012-06-08 Thread Miklos Vajna
sw/source/core/text/porlay.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 11a54814be785766d797cc83cfdacd2368ea642c Author: Miklos Vajna Date: Fri Jun 8 14:07:13 2012 +0200 Related: i#3952 SwLineLayout::CalcLine: fix regression Commit 563df5d0c3c6

Re: [PATCH]fdo 50488 added calc formula XOR as defined in ODFF1.2

2012-06-08 Thread Eike Rathke
Hi Michael, On Friday, 2012-06-08 10:45:08 +0100, Michael Meeks wrote: > On Wed, 2012-06-06 at 17:32 +0200, Eike Rathke wrote: > > Argh, I missed to reply to you in the bug that XOR is also in the said > > CWS we still hope to be able to integrate back from OOo times. So you > > duplicated some w

[Libreoffice-commits] .: sal/inc sw/source

2012-06-08 Thread Miklos Vajna
sal/inc/sal/log-areas.dox |2 + sw/source/core/text/porlay.cxx | 66 - 2 files changed, 35 insertions(+), 33 deletions(-) New commits: commit e8c290f48f3f0396e278c7664ec84ff06aeb00b7 Author: Miklos Vajna Date: Fri Jun 8 13:15:12 2012 +0200

[Libreoffice-commits] .: sw/source

2012-06-08 Thread Miklos Vajna
sw/source/core/text/porlay.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit 563df5d0c3c696912f211e74dd4dbda1aa720ae7 Author: Miklos Vajna Date: Fri Jun 8 12:50:59 2012 +0200 n#757905 SwLineLayout::CalcLine: improve line height calculation

Re: --disable mozilla necessary for Ubuntu

2012-06-08 Thread Rene Engelhard
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 distro. I always have to add --disable-mozilla in Sane option. Anyone serious wants that. :) >order for autogen to work. Is th

[REVIEW 3-5] xlsx make imported controls non-visible ( when marked as hidden )

2012-06-08 Thread Noel Power
please consider this for 3.5, the vmldrawing 'style' part can specifiy if the drawing is 'hidden' while I am not sure what we can do with normal shapes certainly for controls there is the 'EnableVisible' property which can be applied. This patch ensures hidden controls are indeed hidden ( and n

[REVIEW-3.5] don't rotate two-cell anchored objects

2012-06-08 Thread Noel Power
noticed this with a customer document, the rotation an imported shape ( e.g. a custom shape like an arrow ) when the anchor is twoCell is determined by the anchor position and geometry, applying the rotation screws up the import completely, not only is the shape now rotated incorrectly but the

[REVEIW-3.5] partial fix for fdo#49430 this missing control part ( which is a regression from 3.4 )

2012-06-08 Thread Noel Power
subject says it all, calculation of the row/col offsets in 3.5 causes problems, this patch tweaks it back to doing what it did in 3.4 ( e.g. treating the the offsets as being in screen units ) Noel >From 8960fcea92e9574fff7e4ff8ff62f069416fe237 Mon Sep 17 00:00:00 2001 From: Noel Power Date:

[REVIEW 3-5] fdo#50304 ( regression I guess )

2012-06-08 Thread Noel Power
Row heights when exporting xls ( and xlsx ) documents seems quite broken, some are exported (sometimes) others not but always it seems the result is not so nice. There is more detail in and test document in https://bugs.freedesktop.org/show_bug.cgi?id=50304 Noel >From 20568927db07e850a1a2ac71

[REVIEW 3-5] fix xlsx height import

2012-06-08 Thread Noel Power
There are two problems addressed here firstly for the xlsx importer like the xls importer we really don't want to call UpdateAllRowHeights ( which autocalculates row heights ), currently when the api property IsAdjustHeightEnabled set to true it calls UpdateAllRowHeights. This doesn't live up t

[REVIEW 3-5] some shape position skew

2012-06-08 Thread Noel Power
although 31012ab9d7035f942486c87ecc1a79b4d6579975 ( and associated fix 8a838b9fbf46ece9680824cd3a044ab7338bf306 ) make the document mentioned in https://issues.apache.org/ooo/show_bug.cgi?id=116848 behave better with zoom, it makes other documents much worse ( even at 100% zoom ) e.g. the docum

Re: [PATCH] WaE in ScTabViewShell::UpdateNumberFormatter

2012-06-08 Thread Eike Rathke
Hi Daniel, On Friday, 2012-06-08 01:32:26 -0500, Daniel Bankston wrote: > Looks good to me, but please let someone else concur (preferably one > of the calc gurus). All fine, a leftover from dead code removal. Thanks Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpo

Re: Building on Mac OS X 10.7

2012-06-08 Thread Jan Holesovsky
Hi Stephan, On 2012-06-07 at 09:13 +0200, Stephan Bergmann wrote: > FYI, attached BUILD-lo script allowed me to build recent LO master on > Mac OS X 10.7 with Xcode 4. A few comments: Can you pleas add it to http://wiki.documentfoundation.org/Development/Native_Build too? Ideally probably c

Re: --disable mozilla necessary for Ubuntu

2012-06-08 Thread Caolán McNamara
On Thu, 2012-06-07 at 21:01 -0700, Joel Madero wrote: > It's been a long time since the default install has worked for me on > any Ubuntu or Ubuntu based distro. I always have to add > --disable-mozilla in order for autogen to work. Is this problem being > looked into? What *is* the problem ? C.

Re: minutes of ESC call ...

2012-06-08 Thread Stephan Bergmann
On 06/08/2012 11:09 AM, Michael Meeks wrote: + 3.6 blocker: Java not detected on Windows (fixed thanks to Stephan) Credits actually need to go to David Ostrovsky here, not me. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop

Re: Cleaning bug list

2012-06-08 Thread Jan Holesovsky
Hi Joel, On 2012-06-07 at 23:49 -0700, Joel Madero wrote: > 1. If there has been a request for information and there has been no > response for 30+ days I'm putting NEEDINFO > > 2. If two or more people have said that they do not have the bug I'm > doing the following if there hasn't been action

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 3 commits - solenv/gbuild solenv/inc

2012-06-08 Thread Caolán McNamara
solenv/gbuild/platform/LINUX_AXP_GCC.mk |4 ++-- solenv/gbuild/platform/LINUX_M68K_GCC.mk |4 ++-- solenv/gbuild/platform/LINUX_POWERPC64_GCC.mk |3 +-- solenv/gbuild/platform/LINUX_POWERPC_GCC.mk |2 -- solenv/gbuild/platform/LINUX_S390X_GCC.mk |4 ++-- solenv

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 2 commits - solenv/gbuild solenv/inc

2012-06-08 Thread Caolán McNamara
solenv/gbuild/platform/LINUX_AXP_GCC.mk |4 ++-- solenv/gbuild/platform/LINUX_M68K_GCC.mk |4 ++-- solenv/gbuild/platform/LINUX_POWERPC64_GCC.mk |3 +-- solenv/gbuild/platform/LINUX_POWERPC_GCC.mk |2 -- solenv/gbuild/platform/LINUX_S390X_GCC.mk |4 ++-- solenv

licensed under LGPLv3+/MPL"

2012-06-08 Thread Alberto Ferreira
Hi, My previous and all future contributions to LibreOffice, unlessstated otherwise, are licensed under LGPLv3+/MPL Best Regards, Alberto Ferreira Portugal ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mai

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-06-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Michael Meeks changed: What|Removed |Added Depends on||50875 -- Configure bugmail: https://bug

  1   2   >