Re: [PATCH] Adding an accelerator in Calc autofilter

2012-06-11 Thread Markus Mohrhard
Hey Cor, At our Dutch LibreOffice hacking event, I've been working on a improvement for the new AutofilterPopUp window. See e.g. discussion here:  http://listarchives.libreoffice.org/global/users/msg18049.html Thus a ~ is added to SCSTR_ALLFILTER and to SCSTR_STDFILTER in scstring.src

How to compile headless LibreOffice on OpenSuse or Debian - asking for documentation

2012-06-11 Thread Thomas Gries
Hello, for the mere use of converting documents of different formats to PDF or HTML in Etherpad Lite which currently uses AbiWord for this purpose I need some information how to configure + LibreOffice(releases, and also developer version from SVN) + for a headless server (hosted virtual

Re: [PATCH] Remove unused argument from gridwin.cxx

2012-06-11 Thread Markus Mohrhard
Hey Cor, 2012/6/10 Cor Nouws oo...@nouenoff.nl: Hi, As written in the previous mail, apparently, SCSTR_ALLFILTER is not used. Therefore I removed SCSTR_ALLFILTER from sc/source/ui/view/gridwin.cxx, where it is passed to a pFilterBox object, but has no effect. To me it looks that

Build Error

2012-06-11 Thread Rob Snelders
Hi All, When i tried a build with debugging then I ran into the error as is in the file build-error. The attached patch solved the error. -- Greetings, Rob Snelders [ build CUT ] i18npool_test_breakiterator [ build CUT ] i18npool_test_characterclassification [ build CUT ] o3tl_tests [ build

[Libreoffice-commits] .: 3 commits - basebmp/inc basebmp/README offapi/com offapi/UnoApi_offapi.mk

2012-06-11 Thread Tor Lillqvist
basebmp/README| 10 --- basebmp/inc/basebmp/bitmapdevice.hxx | 12 offapi/UnoApi_offapi.mk |1 offapi/com/sun/star/awt/XToolkit2.idl | 46 ++ 4 files changed, 59 insertions(+), 10 deletions(-) New

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

2012-06-11 Thread Markus Mohrhard
sc/inc/conditio.hxx |7 +++ sc/source/ui/condformat/condformatdlg.cxx |2 +- 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit d3f063cc86b50ac9adf08eb46dd2caf7975ed43c Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 11

Re: [GERRIT] gbuild migration: pyuno module

2012-06-11 Thread Stephan Bergmann
On 06/11/2012 12:17 AM, David Ostrovsky wrote: On 08.06.2012 15:21, Stephan Bergmann wrote: * SAL_DLLPUBLIC_EXPORT was missing from pyuno/source/module/pyuno_dlopenwrapper.c, so that the pyuno.so wrapper did not export initpyuno. Well it was done intentionally, my understanding was that it is

[Libreoffice-commits] .: sw/CppunitTest_sw_subsequent_ww8tok.mk sw/qa

2012-06-11 Thread Miklos Vajna
sw/CppunitTest_sw_subsequent_ww8tok.mk | 11 +++ sw/qa/extras/ww8tok/data/n757905.doc |binary sw/qa/extras/ww8tok/ww8tok.cxx | 47 + 3 files changed, 58 insertions(+) New commits: commit cb03de1c9e6f50fe1f6bf0b7c69c446020bab1d2 Author: Miklos

[Libreoffice-commits] .: sc/source

2012-06-11 Thread Stephan Bergmann
sc/source/ui/condformat/condformatdlg.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 0d6e3233a7062c895dd6e00121ab977bde6dea7d Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jun 11 09:29:36 2012 +0200 eMode may be used uninitialized in this

[Libreoffice-commits] .: sc/source

2012-06-11 Thread Markus Mohrhard
sc/source/ui/condformat/condformatdlg.cxx | 676 +++--- sc/source/ui/docshell/docfunc.cxx |2 sc/source/ui/src/condformatdlg.src| 206 - 3 files changed, 442 insertions(+), 442 deletions(-) New commits: commit

Re: [PATCH] Adding an accelerator in Calc autofilter

2012-06-11 Thread Cor Nouws
Hi Markus, Markus Mohrhard wrote (11-06-12 08:13) Please check here that the other uses of these strings should really contain an accelerator. You mean the other strings in the pop-up, thus Sort Ascending up to Not Empty? I thought about that, but decided to start with this little patch as

Re: How to compile headless LibreOffice on OpenSuse or Debian - asking for documentation

2012-06-11 Thread Riccardo Magliocchetti
Hello, Il 11/06/2012 08:13, Thomas Gries ha scritto: Hello, for the mere use of converting documents of different formats to PDF or HTML in Etherpad Lite which currently uses AbiWord for this purpose I need some information how to configure + i.e. without uneeded Desktop modules + for mere

Re: [PATCH] Remove unused argument from gridwin.cxx

2012-06-11 Thread Cor Nouws
Hi Markus, Markus Mohrhard wrote (11-06-12 08:18) I'm sorry but your analysis is not correct. The string is used there to fill the dialog with elements Yes, that is what the old code suggests, but I removed SCSTR_ALLFILTER and I see no difference in appearance or behaviour of the filter nor

[Libreoffice-commits] .: ure/source

2012-06-11 Thread Stephan Bergmann
ure/source/startup.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fa414fcf975b8eb572ce3679a0b91e2e16ca7f2e Author: Olivier Hallot olivier.hal...@alta.org.br Date: Sat Jun 9 13:31:52 2012 -0300 Fix typo in /ure/bin/startup.sh Fix typo in

Re: [PUSHED] Re: LIBPAT under AIX?

2012-06-11 Thread Stephan Bergmann
On 06/09/2012 06:35 PM, Olivier Hallot wrote: Patch attached. Pushed, thanks. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: How to compile headless LibreOffice on OpenSuse or Debian - asking for documentation

2012-06-11 Thread Tor Lillqvist
+ i.e. without uneeded Desktop modules What exactly do you mean with modules here? It is a very vague word and can mean almost anything. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[PATCH] Extend Database Range Unit test

2012-06-11 Thread Daniel Bankston
Hi, Markus, I extended the current sc database range unit test to also check xlsx and xls. I mainly did this for when I eventually do more work on EasyHack fdo48140 https://bugs.freedesktop.org/show_bug.cgi?id=48140. This EasyHack kind of slipped my mind with all the excitement of GSOC and

Re: [PATCH] [Signing request] fdo#50415 and fdo#34638 Fix Shortcut names are not localized on Linux

2012-06-11 Thread Michael Meeks
Hi Thomas, On Sun, 2012-06-10 at 17:38 +0200, Thomas Arnhold wrote: Please could someone sign this for inclusion in libreoffice-3-5 and 3-6? For -3-6 there is no need for a sign-off if it is a bug fix, just cherry-pick it across yourself :-) For -3-5 we do need review; the fix

Re: Build error: bf_migratefilter.component

2012-06-11 Thread Stephan Bergmann
On 06/09/2012 08:58 PM, Kálmán „KAMI” Szalai wrote: dmake: Error: -- `/home/libo64/libo/solver/unxlngx6.pro/xml/bf_migratefilter.component' not found, and can't be made core and binfilter repos run out of sync (i.e., does ./g pull help)? otherwise, maybe a problem with changing

[Libreoffice-commits] .: writerfilter/source

2012-06-11 Thread Miklos Vajna
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) New commits: commit 993eb829f357e64b3042caf1227828ae00fd125f Author: Miklos Vajna vmik...@suse.cz Date: Mon Jun 11 11:03:42 2012 +0200 RTFDocumentImpl::resolvePict:

Re: --disable mozilla necessary for Ubuntu

2012-06-11 Thread Martyn Russell
On 06/08/2012 05:01 AM, 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? Without mozilla we can't use digital

Re: Reverted check for boost_date_time

2012-06-11 Thread Rene Engelhard
On Thu, Jun 07, 2012 at 11:13:36PM +0200, David Ostrovsky wrote: Hi, On 06.06.2012 17:20, David Tardon wrote: I'm using --with-system-libs and was getting linker error: -lboost_date_time not found after pull from current master (ucb library). After installation of this lib it was fixed.

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

2012-06-11 Thread Matteo Casalin
Hi all, a possibly silly question, but I'm wondering why new code files (e.g. sfx2/inc/sfx2/zoomitem.hxx) say: + * Copyright 2000, 2010 Oracle and/or its affiliates. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * This file is part of OpenOffice.org Is this

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

2012-06-11 Thread Rene Engelhard
Hi, 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 would like to

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

2012-06-11 Thread Miklos Vajna
On Fri, Jun 08, 2012 at 03:53:00PM +0200, Rene Engelhard r...@debian.org wrote: Well, a 3.6.0~alpha1 would appear as 3.6.0alpha1 in about with a underlined ;-) Unless you escape it somewhere. (bdtd, but it's so minor that I ignored it whenever I uploaded something like that) Also, ~ has a

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

2012-06-11 Thread Rene Engelhard
On Fri, Jun 08, 2012 at 03:53:00PM +0200, Rene Engelhard 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~alpha1+daily20120606

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

2012-06-11 Thread Thomas Klausner
On Fri, Jun 08, 2012 at 03:45:11PM +0200, Petr Mladek wrote: 1. About dialog: It has to be user friendly. Last release candidate is the final build, so we must not mention RC in the version. The current scheme is: + 3.X.Y alphaZ - for alpha release + 3.X.Y

[REVIEW-3-5] Fix for crash in fdo#50868

2012-06-11 Thread Fridrich Strba
I would love to have review for these two patches for 3.5.5. The first one upgrades libvisio to version 0.0.17 that we have in the 3.6 branch and the second patches that libvisio version to avoid crashes with empty text data.

Re: [BUILD] consistent test failures under windows

2012-06-11 Thread Michael Meeks
Hi Mat, On Sat, 2012-06-09 at 14:29 +0200, Mat M wrote: I pasted the end of the build log to http://pastebin.com/fg6aNutr. This was a clean complete make Thanks :-) Autogen.lastrun is: --with-max-jobs=6 Parameters look sensible. Errors are 2 failures in tests:

Re: [REVIEW-3-5] Fix for crash in fdo#50868

2012-06-11 Thread Fridrich Strba
Sorry, this one was held in the moderation queue for the whole weekend. Anybody could have a look at it? F. On Sat, 2012-06-09 at 00:31 +0200, Fridrich Strba wrote: I would love to have review for these two patches for 3.5.5. The first one upgrades libvisio to version 0.0.17 that we have

Re: How to compile headless LibreOffice on OpenSuse or Debian - asking for documentation

2012-06-11 Thread Michael Stahl
On 11/06/12 08:13, Thomas Gries wrote: Hello, for the mere use of converting documents of different formats to PDF or HTML in Etherpad Lite which currently uses AbiWord for this purpose I need some information how to configure + LibreOffice(releases, and also developer version from SVN)

Re: [REVIEW-3-5] Fix for crash in fdo#50868

2012-06-11 Thread Michael Meeks
On Mon, 2012-06-11 at 11:14 +0200, Fridrich Strba wrote: Sorry, this one was held in the moderation queue for the whole weekend. Both the patches and upgrade look reasonable to me; it'd be great if you do the work merging them to -3-5 though :-) Thanks !

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 3 commits - libvisio/libvisio-0.0.16-fdo50178.patch libvisio/libvisio-0.0.16-nothrow.patch libvisio/libvisio-0.0.16.patch libvisio/libvisio-0.0.17.p

2012-06-11 Thread Fridrich Strba
libvisio/libvisio-0.0.16-fdo50178.patch | 29 - libvisio/libvisio-0.0.16-nothrow.patch | 31 --- libvisio/libvisio-0.0.16.patch | 20 libvisio/libvisio-0.0.17.patch | 14 ++

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

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

REMINDER: Release 3.5.5-rc1 from libreoffice-3-5 branch

2012-06-11 Thread Petr Mladek
Hi, please note that the commit deadline for 3.5.5-rc1 is today, June 11, 2012. The tag and branch libreoffice-3-5-5 is going to be created tomorrow. Only commits with 3 reviewers will be allowed for that branch. See also http://wiki.documentfoundation.org/ReleasePlan#3.5_release

Re: [PUSHED 3-5] some shape position skew

2012-06-11 Thread Fridrich Strba
From the description, reverting is good :) Done F. On 08/06/12 12:56, Noel Power wrote: although 31012ab9d7035f942486c87ecc1a79b4d6579975 ( and associated fix 8a838b9fbf46ece9680824cd3a044ab7338bf306 ) make the document mentioned in https://issues.apache.org/ooo/show_bug.cgi?id=116848 behave

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

2012-06-11 Thread Fridrich Strba
oox/source/xls/sheetdatabuffer.cxx |2 -- oox/source/xls/worksheethelper.cxx | 30 +++--- sc/source/ui/unoobj/docuno.cxx |4 sc/source/ui/view/drawutil.cxx | 12 sc/source/ui/view/drawvie4.cxx |2 +-

Re: [PUSHED 3-5] fix xlsx height import

2012-06-11 Thread Fridrich Strba
The patch looks reasonable f. On 08/06/12 12:58, Noel Power wrote: 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

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

2012-06-11 Thread Fridrich Strba
oox/source/xls/drawingbase.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit edd7b00431f5d3c008437e974b93dda804300bbf Author: Noel Power noel.po...@novell.com Date: Wed May 30 13:59:52 2012 +0100 fix missing form control, partial fix for fdo#49430 Change-Id:

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

2012-06-11 Thread Fridrich Strba
Trivial fix, Goes for 3.5 F. On 08/06/12 12:58, Noel Power wrote: 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

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

2012-06-11 Thread Fridrich Strba
oox/source/xls/drawingfragment.cxx |4 1 file changed, 4 insertions(+) New commits: commit eee0a07a8119bf097b680e4481302f3ab2e68eac Author: Noel Power noel.po...@novell.com Date: Wed May 30 14:06:27 2012 +0100 don't rotate calc shapes if twoCellAnchor, partial fix bnc#762542

Re: [PUSHED-3.5] don't rotate two-cell anchored objects

2012-06-11 Thread Fridrich Strba
The patch looks good F. On 08/06/12 12:58, Noel Power wrote: 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

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

2012-06-11 Thread Fridrich Strba
oox/inc/oox/vml/vmlshape.hxx |1 + oox/source/vml/vmlshape.cxx| 11 +-- oox/source/vml/vmlshapecontext.cxx |2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) New commits: commit 21f43fb084c4c468c3f5722058325903a8e3daf9 Author: Noel Power

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

2012-06-11 Thread Fridrich Strba
sc/source/filter/excel/xetable.cxx | 53 ++--- 1 file changed, 38 insertions(+), 15 deletions(-) New commits: commit c9749c917e67a70a0cb283e180fd1c05f0cf3c2a Author: Noel Power noel.po...@novell.com Date: Thu May 24 12:44:19 2012 +0100 fix excel row

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

2012-06-11 Thread Miklos Vajna
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 15 +++ writerfilter/source/rtftok/rtfdocumentimpl.hxx |2 ++ 2 files changed, 17 insertions(+) New commits: commit e08ab74b918be1473d91ed234ee7870cab137c7e Author: Miklos Vajna vmik...@suse.cz Date: Mon Jun 11 12:17:10 2012

Re: --disable mozilla necessary for Ubuntu

2012-06-11 Thread Bjoern Michaelsen
On Fri, Jun 08, 2012 at 07:12:39AM -0700, Joel Madero wrote: I'd like to see a patch, someone want me to open up a bug report? disable-mozzilla per default is good. If you have a patch just send it to this list and CC me, I will push it then. Best, Bjoern

[Libreoffice-commits] .: sw/source

2012-06-11 Thread Michael Stahl
sw/source/core/txtnode/txtedt.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a585863f013aa4207270e11f5e031126adf1ed4a Author: Muhammad Haggag mhag...@gmail.com Date: Sat Jun 9 23:48:27 2012 +0200 fdo#50141: Character count (with spaces) incorrect with

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

2012-06-11 Thread Michael Stahl
sw/source/core/txtnode/txtedt.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 29ff3d49c8f0bc45a322d3ab67300bd269593181 Author: Muhammad Haggag mhag...@gmail.com Date: Sat Jun 9 23:48:27 2012 +0200 fdo#50141: Character count (with spaces) incorrect with

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

2012-06-11 Thread Michael Stahl
sw/source/core/txtnode/txtedt.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fbfc736fcdf06bd2d02aac7fe83cd3080c897c27 Author: Muhammad Haggag mhag...@gmail.com Date: Sat Jun 9 23:48:27 2012 +0200 fdo#50141: Character count (with spaces) incorrect with

Re: [PATCH] fdo#50141: Word Count Characters (with spaces) incorrect with Numbering on

2012-06-11 Thread Michael Stahl
On 09/06/12 23:57, Muhammad Haggag wrote: = Bug = https://bugs.freedesktop.org/show_bug.cgi?id=50141 = Patch = https://bugs.freedesktop.org/attachment.cgi?id=62850 = Patch Review = https://bugs.freedesktop.org/page.cgi?id=splinter.htmlbug=50141attachment=62850 = Changes = There was a

Re: Using same User Profile with various users and / or LibO Versions

2012-06-11 Thread Stephan Bergmann
On 06/10/2012 10:08 AM, Rainer Bielefeld wrote: it would be great if an expert could add some brief notes on https://wiki.documentfoundation.org/UserProfile concerning following questions: - Is it allowed/possible/useful to use the same User Profile with more than 1 User? - Is it

[Libreoffice-commits] .: 2 commits - oox/source sw/qa

2012-06-11 Thread Lubos Lunak
oox/source/vml/vmlshape.cxx| 15 --- sw/qa/extras/ooxmltok/ooxmltok.cxx |5 + 2 files changed, 17 insertions(+), 3 deletions(-) New commits: commit 0016757efef898205452a586ba5927e5d11fdabe Author: Luboš Luňák l.lu...@suse.cz Date: Fri Jun 8 19:31:32 2012 +0200

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

2012-06-11 Thread Artur Dorda
drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 15 ++ drawinglayer/source/dumper/XShapeDumper.cxx| 139 + 2 files changed, 154 insertions(+) New commits: commit 26b404ef3c411a91be55f6f58b6ff686d0ec389e Author: Artur Dorda artur.dorda+l...@gmail.com Date: Mon

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

2012-06-11 Thread Artur Dorda
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |2 ++ drawinglayer/source/dumper/XShapeDumper.cxx| 23 +++ 2 files changed, 25 insertions(+) New commits: commit 487f81a49446fc13b70f365227d0d894f00cb0dc Author: Artur Dorda artur.dorda+l...@gmail.com Date: Mon Jun

[Libreoffice-commits] .: libcdr/libcdr-0.0.7-clang.patch libcdr/libcdr-0.0.7.patch libcdr/makefile.mk ooo.lst.in

2012-06-11 Thread Fridrich Strba
libcdr/libcdr-0.0.7-clang.patch | 112 libcdr/libcdr-0.0.7.patch | 20 --- libcdr/makefile.mk |8 -- ooo.lst.in |2 4 files changed, 3 insertions(+), 139 deletions(-) New commits: commit

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - libcdr/libcdr-0.0.7-clang.patch libcdr/libcdr-0.0.7.patch libcdr/makefile.mk ooo.lst.in

2012-06-11 Thread Fridrich Strba
libcdr/libcdr-0.0.7-clang.patch | 112 libcdr/libcdr-0.0.7.patch | 20 --- libcdr/makefile.mk |8 -- ooo.lst.in |2 4 files changed, 3 insertions(+), 139 deletions(-) New commits: commit

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

2012-06-11 Thread Stephan Bergmann
On 06/08/2012 03:45 PM, Petr Mladek wrote: The problem might be the tilda '~'. It is substituted to $HOME in linux shell. ...but only at the beginning of a word. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Depends on||50964 --

[Libreoffice-commits] .: sdext/Library_presenter.mk

2012-06-11 Thread Michael Meeks
sdext/Library_presenter.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bda192b6f4f81cf3290672d896e7c09e7499288c Author: Michael Meeks michael.me...@suse.com Date: Mon Jun 11 14:11:24 2012 +0100 fdo#50964 - fix presenter console artwork location

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 50964, which changed state. Bug 50964 Summary: PresenterConsole - missing all images... https://bugs.freedesktop.org/show_bug.cgi?id=50964 What|Old Value |New Value

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sdext/Library_presenter.mk

2012-06-11 Thread Michael Meeks
sdext/Library_presenter.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit de4715a62db307e0a93fca5486d2a354ac74ff62 Author: Michael Meeks michael.me...@suse.com Date: Mon Jun 11 14:11:24 2012 +0100 fdo#50964 - fix presenter console artwork location

[Libreoffice-commits] .: libcdr/libcdr-0.0.8-msc.patch libcdr/makefile.mk

2012-06-11 Thread Stephan Bergmann
libcdr/libcdr-0.0.8-msc.patch | 10 ++ libcdr/makefile.mk|2 ++ 2 files changed, 12 insertions(+) New commits: commit d6576f9dd1d872b646d2cdc56a17d73f1d57dc13 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jun 11 15:17:04 2012 +0200 MSC fix

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

2012-06-11 Thread Bjoern Michaelsen
On Mon, Jun 11, 2012 at 02:15:50PM +0200, Stephan Bergmann wrote: On 06/08/2012 03:45 PM, Petr Mladek wrote: The problem might be the tilda '~'. It is substituted to $HOME in linux shell. ...but only at the beginning of a word. It also has a special meaning in git, so using _ is the

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - libcdr/libcdr-0.0.8-msc.patch libcdr/makefile.mk

2012-06-11 Thread Fridrich Strba
libcdr/libcdr-0.0.8-msc.patch | 10 ++ libcdr/makefile.mk|2 ++ 2 files changed, 12 insertions(+) New commits: commit 66c2a6017f1e2e2fdf4e5f064b33d48327c1efcb Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jun 11 15:17:04 2012 +0200 MSC fix

Re: Build Error

2012-06-11 Thread Stephan Bergmann
On 06/11/2012 08:23 AM, Rob Snelders wrote: When i tried a build with debugging then I ran into the error as is in the file build-error. The attached patch solved the error. But that patch didn't solve the problem for me (GetFontFileName is declared to return rtl::OString* after all, but

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

2012-06-11 Thread Miklos Vajna
writerfilter/source/doctok/WW8ResourceModelImpl.cxx |2 - writerfilter/source/resourcemodel/resourcemodel.cxx | 32 ++-- writerfilter/source/resourcemodel/resourcemodel.hxx | 11 +- 3 files changed, 25 insertions(+), 20 deletions(-) New commits: commit

Re: [PUSHED 3-5] some shape position skew

2012-06-11 Thread Eike Rathke
Hi Fridrich, On Monday, 2012-06-11 12:04:32 +0200, Fridrich Strba wrote: From the description, reverting is good :) Well, we have drawbacks (short for drawing layer bugs? ;-) on either side ... but it seems that Noel's analysis indicates that without those changes behavior is better in more

Re: [PUSHED 3-5] fix xlsx height import

2012-06-11 Thread Eike Rathke
Hi, On Monday, 2012-06-11 12:06:25 +0200, Fridrich Strba wrote: The patch looks reasonable Ok with me, thanks Noel and Fridrich. Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositionizer. GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3 9E96 2F1A D073 293C 05FD

Re: fdo#39641 - Clean up document type association on Linux

2012-06-11 Thread Caolán McNamara
On Sat, 2012-06-09 at 16:05 +0200, Rob Snelders wrote: HI All, I wanted to look at this bug. But I wondered if the printeradmin still is in the code and still works. Can anybody tell me the status of the printer-admin-tool? printeradmin must be the spadmin tool. That still exists and can

Re: [PUSHED 3-5] fdo#50304 ( regression I guess )

2012-06-11 Thread Eike Rathke
Hi, On Monday, 2012-06-11 12:23:41 +0200, Fridrich Strba wrote: +1 from me Yup, seems good, thanks again. Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositionizer. GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3 9E96 2F1A D073 293C 05FD pgpxNvISdnC0L.pgp

Re: OpenSymbol license?

2012-06-11 Thread Caolán McNamara
On Fri, 2012-06-08 at 13:56 -0700, julien2412 wrote: 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 :-) IMO the license for the OpenSymbol in Libreoffice is currently simply

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/unx

2012-06-11 Thread René Engelhard
vcl/unx/generic/app/saldisp.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 2036e842ccd906b5725eec3e66abb856a14e08b8 Author: Thomas Arnhold tho...@arnhold.org Date: Sun Jun 10 17:36:05 2012 +0200 Remove bogus header Thanks to Rene Engelhard for pointing this

Re: [PATCH] [Signing request] fdo#50415 and fdo#34638 Fix Shortcut names are not localized on Linux

2012-06-11 Thread Rene Engelhard
On Sun, Jun 10, 2012 at 05:38:12PM +0200, Thomas Arnhold wrote: Please could someone sign this for inclusion in libreoffice-3-5 and 3-6? http://cgit.freedesktop.org/libreoffice/core/commit/?id=2432083b50ea7481247c303187bb3922714f93d5 Cherry-picked to -3-6. Signed-off from me for -3-5, too...

Re: regcomp under windows, registering components

2012-06-11 Thread Olivier Hallot
Hi Stephan It looks like services.rdb is now a xml file and regcomp/regview/regmerge cannot handle it anymore. Besides, this xml is a one-line file, so pretty hard to edit without unwindind it. My 2 questions: Is there a tool to handle services.rdb, beside pure xml text edition? How easy it is

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - vcl/unx

2012-06-11 Thread Caolán McNamara
vcl/unx/generic/app/saldisp.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 23f5055cdec658d3cce1ddede8ea3e2d6a75c744 Author: Thomas Arnhold tho...@arnhold.org Date: Sun Jun 10 17:36:05 2012 +0200 Remove bogus header Thanks to Rene Engelhard for pointing this

Re: [PATCH][PUSHED 3-6][PUSHED 3-5] fdo#50415 and fdo#34638 Fix Shortcut names are not localized on Linux

2012-06-11 Thread Caolán McNamara
On Mon, 2012-06-11 at 16:43 +0200, Rene Engelhard wrote: On Sun, Jun 10, 2012 at 05:38:12PM +0200, Thomas Arnhold wrote: Please could someone sign this for inclusion in libreoffice-3-5 and 3-6? http://cgit.freedesktop.org/libreoffice/core/commit/?id=2432083b50ea7481247c303187bb3922714f93d5

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

2012-06-11 Thread Eike Rathke
Hi Winfried, On Friday, 2012-06-08 17:08:38 +0200, Winfried Donkers wrote: 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. Do you know about the git stash command? Seems

Re: [GSoC 2012][Collaboration] status + screenshot

2012-06-11 Thread Eike Rathke
Hi Matúš, On Saturday, 2012-06-09 19:10:22 +0200, Matúš Kukan wrote: Then I have removed pointless ScCollaboration class and now I am wondering how to init collaboration from Libreoffice and how to work only on one document. Hopefully some quick ideas in the reply to your personal mail help.

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

2012-06-11 Thread Caolán McNamara
framework/inc/uielement/toolbarmanager.hxx |1 framework/source/uielement/addonstoolbarmanager.cxx |7 -- framework/source/uielement/toolbarmanager.cxx | 10 +++ vcl/source/window/toolbox.cxx | 62 ++-- 4 files changed, 48

Re: How to compile headless LibreOffice on OpenSuse or Debian - asking for documentation

2012-06-11 Thread Thomas Gries
Am 11.06.2012 09:57, schrieb Tor Lillqvist: + i.e. without uneeded Desktop modules What exactly do you mean with modules here? It is a very vague word and can mean almost anything. --tml without modules means == without the need to install and configure with GUI / Desktop / X11 / X Windows

Re: [REVIEW 3-5][PUSHED 3-5] some toolbar-related problems

2012-06-11 Thread Caolán McNamara
On Sun, 2012-06-10 at 18:54 +0400, Ivan Timofeev wrote: And finally I realized that there is no IMPL_LINK_NOARG in libreoffice-3-5, so the cherry-pick would not succeed. Attached all 3 patches, they are applicable now and no corrections needed. For sure. Fair enough, pushed the three to

Re: regcomp under windows, registering components

2012-06-11 Thread Michael Meeks
Hi Olivier, On Mon, 2012-06-11 at 11:55 -0300, Olivier Hallot wrote: It looks like services.rdb is now a xml file and regcomp/regview/regmerge cannot handle it anymore. Besides, this xml is a one-line file, so pretty hard to edit without unwindind it. Yep; crunching the whitespace

Re: regcomp under windows, registering components

2012-06-11 Thread Stephan Bergmann
On 06/11/2012 04:55 PM, Olivier Hallot wrote: Is there a tool to handle services.rdb, beside pure xml text edition? Nothing besides (XML-aware) text editors. regview etc. no longer work on it. (Which I considered a minor problem when changing it, as the information is already textual now.

[Libreoffice-commits] .: vcl/source

2012-06-11 Thread Stephan Bergmann
vcl/source/gdi/pdfwriter_impl.cxx | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) New commits: commit 4eeaa94ae07f45f0e9f1f05c474fa75e955d4e70 Author: Gökçen Eraslan gokcen.eras...@gmail.com Date: Mon Jun 11 17:18:10 2012 +0200 Make DO_TEST_PDF code work

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

2012-06-11 Thread Petr Mladek
sfx2/source/dialog/filedlghelper.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 15e3ecfcf24ff86290d3d24b456252afe17d5af1 Author: Petr Mladek pmla...@suse.cz Date: Mon Jun 11 17:16:15 2012 +0200 fix sfx2/source/dialog/filedlghelper.cxx to compile again

Re: How to compile headless LibreOffice on OpenSuse or Debian - asking for documentation

2012-06-11 Thread Thomas Gries
Am 11.06.2012 09:47, schrieb Riccardo Magliocchetti: For these two parts you can take a look at https://wiki.documentfoundation.org/Development/HeadlessBuild thanks for pointing me to that page. I will try this configure later. It looks to be exactly what I was looking for. However, this

Re: Removed parts of PDFWriter and doTestCode method

2012-06-11 Thread Stephan Bergmann
On 06/10/2012 01:13 PM, Gökçen Eraslan wrote: I have commented out outdated parts and added a com::sun::star::uno::Reference com::sun::star::beans::XMaterialHolder to make it work. Patch is attached. In IRC, Tor said that writing a unit test is a better way. Maybe I can write one. I pushed

[BUILD] Permission issue with redland

2012-06-11 Thread Regina Henschel
Hi, I have build on WinXP with MSVC 20008 from a fresh clone. Build breaks in redland with error: if [ -f ../wntmsci12/misc/build/redland-1.0.8.exists ] ; then mv ../wntmsci12/misc/build/redland-1.0.8 ../wntmsci12/misc/build/redland-1.0.8_removeme ; fi mv: cannot move

[Libreoffice-commits] .: extensions/workben sfx2/inc sfx2/source sw/source vcl/inc vcl/source

2012-06-11 Thread Caolán McNamara
extensions/workben/testframecontrol.cxx |7 --- sfx2/inc/sfx2/viewfrm.hxx |3 --- sfx2/source/appl/appbas.cxx |6 -- sfx2/source/bastyp/progress.cxx |6 -- sfx2/source/doc/objstor.cxx |7 ---

Re: [PATCH][PUSHED] Remove non-functional Hide/ShowStatusText

2012-06-11 Thread Caolán McNamara
On Sat, 2012-06-09 at 06:36 +0200, Thomas Arnhold wrote: Hi, these two methods don't do anything. So remove them and the calls (core+binfilter). Yeah, that seems to be the case alright. This also suggests that you can remove SID_STATUSBARTEXT as well from the appbas.cxx, sfxsids.hrc and

[Libreoffice-commits] .: binfilter/bf_sfx2

2012-06-11 Thread Caolán McNamara
binfilter/bf_sfx2/source/bastyp/sfx2_progress.cxx |5 - binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx |5 - 2 files changed, 10 deletions(-) New commits: commit d98aea938214dca1c23569eb23694a283b32ce48 Author: Thomas Arnhold tho...@arnhold.org Date: Sat Jun 9 06:34:10 2012

[REVIEW] Muthu's patches for pptx import fixes

2012-06-11 Thread Korrawit Pruegsanusak
Hello Muthu, all, I'd like to propose two Muthu's patches to include in stable branch as follow: * http://cgit.freedesktop.org/libreoffice/core/commit/?id=90352e5f1e50291960c944f9a1f44ab3e91d6503 This also fixed long-standing fdo#35372 and its duplicate fdo#37311, although there is still a

[Libreoffice-commits] .: vcl/aqua vcl/headless vcl/inc vcl/ios vcl/unx vcl/win

2012-06-11 Thread Caolán McNamara
vcl/aqua/source/window/salobj.cxx |6 vcl/headless/svpdummies.cxx |1 vcl/inc/aqua/salobj.h |1 vcl/inc/headless/svpdummies.hxx |2 - vcl/inc/ios/salobj.h |1 vcl/inc/salobj.hxx|2 - vcl/inc/unx/gtk/gtkobject.hxx

Re: [PATCH][PUSHED] Remove unused InterceptChildWindowKeyDown

2012-06-11 Thread Caolán McNamara
On Sat, 2012-06-09 at 06:47 +0200, Thomas Arnhold wrote: Hi, some further cleanup: - InterceptChildWindowKeyDown never gets called - so mbInterceptChildWindowKeyDown doesn't get changed - at ImplInterceptChildWindowKeyDown a) ImplSendMessage() is never accessed b) always returns

Re: Using same User Profile with various users and / or LibO Versions

2012-06-11 Thread Stephan Bergmann
[putting libreoffice ML back on cc] On 06/11/2012 05:18 PM, Rainer Bielefeld wrote: The facts you mentioned cause some problems for me: I often try various Versions to find out where the Bug appeared, some of them intended with the same profile to unify test conditions. I do not believe that it

[REVIEW] fdo#43989 first launch terminates after splash

2012-06-11 Thread Korrawit Pruegsanusak
Hello Stephan, all, I'd like to propose Stephan's patch into stable branch: * http://cgit.freedesktop.org/libreoffice/core/commit/?id=55836370ffb70a34b888f81cdacdfede8fee29cf This fixed fdo#43989, which is 3.5 MAB, but we already have Andras' 8783ead70cc2bc2a83bf473b0dfb51f3ee10b6da backported,

[Libreoffice-commits] .: sw/qa

2012-06-11 Thread Miklos Vajna
sw/qa/extras/rtftok/data/fdo49659.rtf | 19 +++ sw/qa/extras/rtftok/rtftok.cxx| 23 +++ 2 files changed, 42 insertions(+) New commits: commit 26f4f5b94a7573132c456a302cdb92bc265541ab Author: Miklos Vajna vmik...@suse.cz Date: Mon Jun 11 17:55:21

Re: regcomp under windows, registering components

2012-06-11 Thread Olivier Hallot
Hello Michael 2012/6/11 Michael Meeks michael.me...@suse.com You want to get rid of the extension manager GUI ? or you want a separate, stand-alone extension manager GUI ? :-) or you want to make it easier to edit the services.rdb ? Yes, I want to prevent users to install

Re: [REVIEW] fdo#43989 first launch terminates after splash

2012-06-11 Thread Stephan Bergmann
On 06/11/2012 05:47 PM, Korrawit Pruegsanusak wrote: I'd like to propose Stephan's patch into stable branch: * http://cgit.freedesktop.org/libreoffice/core/commit/?id=55836370ffb70a34b888f81cdacdfede8fee29cf This fixed fdo#43989, which is 3.5 MAB, but we already have Andras'

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

2012-06-11 Thread Michael Meeks
Hi Matteo, On Fri, 2012-06-08 at 15:59 +0200, Matteo Casalin wrote: a possibly silly question, but I'm wondering why new code files (e.g. sfx2/inc/sfx2/zoomitem.hxx) say: If it is based on previous code - then we need to retain that header. If it is entirely new, we should use the

  1   2   3   >