[Libreoffice-commits] .: 2 commits - android/experimental

2012-08-03 Thread Tor Lillqvist
android/experimental/DocumentLoader/Makefile | 19 --- android/experimental/LibreOffice4Android/Makefile |6 +++--- 2 files changed, 15 insertions(+), 10 deletions(-) New commits: commit f1e95bd6d9a115845b38c523fd57e7ee1a0e282e Author: Tor Lillqvist t...@iki.fi Date:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 51034, which changed state. Bug 51034 Summary: FILESAVE: # in hyperlink corrupts .docx (MSO2007) document https://bugs.freedesktop.org/show_bug.cgi?id=51034 What|Old Value |New Value

Re: Static src analysis of LibreOffice

2012-08-03 Thread John Smith
Hi, Thanks for all the help and tips everyone provided. I finally have successfully run the clang analyzer on LibreOffice ~master with '--with-system-libs'. The only exceptions being: 1.) '--with-system-saxon=no' Because the open source HE variant of saxon does not have all the necessary

Re: ./logeerit resubmit

2012-08-03 Thread Miklos Vajna
On Thu, Aug 02, 2012 at 10:31:47PM +0200, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: just a quick note that there is now a: ./logerrit resubmit which will regenerate the Change-Id of the current HEAD and sumbit it for review on current branch. This should solve the already

[Libreoffice-commits] .: 2 commits - autodoc/Module_autodoc.mk svx/Library_svxcore.mk svx/Library_svx.mk

2012-08-03 Thread Tor Lillqvist
autodoc/Module_autodoc.mk |4 svx/Library_svx.mk|2 +- svx/Library_svxcore.mk|2 +- 3 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 323f755ddd1ac0709aae468a6670b1803e70c446 Author: Tor Lillqvist t...@iki.fi Date: Thu Aug 2 19:51:06 2012 +0300

[Libreoffice-commits] .: xmloff/source

2012-08-03 Thread Caolán McNamara
xmloff/source/style/impastp4.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4e1629ff792adeff05e4a0e04f5263a242d167ff Author: Caolán McNamara caol...@redhat.com Date: Fri Aug 3 08:32:03 2012 +0100 additional const_iterator in const method

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 46020, which changed state. Bug 46020 Summary: FILESAVE [DOC] [DOCX] Loss of footnotes when exporting to DOC- and DOCX- Files https://bugs.freedesktop.org/show_bug.cgi?id=46020 What|Old Value

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

2012-08-03 Thread Miklos Vajna
sw/source/filter/ww8/wrtw8nds.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 108f7a5aa75e3f35b6fa57af402a1e903fefea24 Author: Cédric Bosdonnat cedric.bosdon...@free.fr Date: Thu Aug 2 14:11:50 2012 +0200 fdo#46020: fixed missing footnote docx/doc/rtf

[Libreoffice-commits] .: Branch 'update' - check.php

2012-08-03 Thread Jan Holesovsky
check.php | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 98530300019d9360f7aa8d3758192ae7a78ad7e0 Author: Jan Holesovsky ke...@suse.cz Date: Fri Aug 3 09:55:48 2012 +0200 Offer update to 3.6.0.4 (RC4). diff --git a/check.php b/check.php index

[Libreoffice-commits] .: 4 commits - basctl/source sc/source

2012-08-03 Thread Noel Power
basctl/source/basicide/baside2b.cxx |1 - sc/source/filter/excel/xetable.cxx |7 ++- 2 files changed, 2 insertions(+), 6 deletions(-) New commits: commit 00f1a3ed8ec17b8274a7bf3ee8f5d394a8a16bab Author: Noel Power noel.po...@novell.com Date: Thu Aug 2 19:24:00 2012 +0100 new

Using the gold linker (Was: Android progress?)

2012-08-03 Thread Tor Lillqvist
I looked a bit closer, and for objects build *without* debugging, the difference is not that large at all, gold is only about twice as fast. (8 vs. 20 seconds) I re-configured with --enable-debug (for everything), and did a partial rebuild (re-compiling whatever needed to be recompiled after a

[Libreoffice-commits] .: sw/source

2012-08-03 Thread Caolán McNamara
sw/source/core/inc/scriptinfo.hxx |5 ++-- sw/source/core/text/porlay.cxx| 39 +++--- 2 files changed, 27 insertions(+), 17 deletions(-) New commits: commit 4ba497818357b16a16ec041517de57820e9e Author: Caolán McNamara caol...@redhat.com Date: Fri

Re: [REVIEW-3-6][REVIEW-3-6-x]fdo#52998 fdo#52999 MAB

2012-08-03 Thread Noel Power
On 03/08/12 03:54, Korrawit Pruegsanusak wrote: Hello Noel, Thanks for fixing this bug. :-) Anyway, ... On Fri, Aug 3, 2012 at 1:30 AM, Noel Power nopo...@suse.com wrote: master:f29c91f3351db2887f994c2cc82ceaaa6d717906 'reverts the previous patch' This is: Revert fix for fdo#47907. Seems

Re: [PATCH] Cleanup in Tools - Options - User Data

2012-08-03 Thread János Uray
For me, it doesn't crash, so I've no idea how to fix it. I don't understand this DELETEZ thing... DELETEZ deletes than zeros a pointer. This is now done automatically by boost::shared_ptr::~shared_ptr(). Uray M. János Nice work! :) I wanted to push this, but it seems it causes a crash here when

Re: ./logeerit resubmit

2012-08-03 Thread Bjoern Michaelsen
On Fri, Aug 03, 2012 at 09:12:10AM +0200, Miklos Vajna wrote: Do I understand correctly that with this, change-ids are no longer stable accross cherry-picks - we should always use git cherry-pick -x? I would suggest so, yes. Best, Bjoern ___

[Libreoffice-commits] .: 4 commits - android/experimental

2012-08-03 Thread Tor Lillqvist
android/experimental/LibreOffice4Android/AndroidManifest.xml |2 + android/experimental/LibreOffice4Android/Makefile|2 - android/experimental/LibreOffice4Android/build.xml | 13 +-- 3 files changed, 10 insertions(+), 7 deletions(-) New commits: commit

[REVIEW 3-6] fdo#53006 Force reinstall of all bundled extensions on upgrade

2012-08-03 Thread Stephan Bergmann
The LO 3.6.0 RC4 debacle that started with fdo#51252's band-aid fix of no longer copying shared/prereg/bundled data culminates in various bundled extensions not working after an upgrade, as discussed in https://bugs.freedesktop.org/show_bug.cgi?id=53006 Autocorrection TWo INitial CApitals does

Re: [REVIEW 3-6] fdo#53006 Force reinstall of all bundled extensions on upgrade

2012-08-03 Thread Stephan Bergmann
On 08/03/2012 11:24 AM, Stephan Bergmann wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=96f28626f0ac540fd0d0e129d00f3942bd64235b Check for ComponentPackageImpl::isRegistered_ in the current rdb (For the record, $ make cmd cmd='cd desktop/test/deployment/active dmake' $ mkdir

Re: [PATCH]fdo#52636:VIEWING: unintuitive Heading for 'Enable experimental Features

2012-08-03 Thread Stephan Bergmann
On 08/02/2012 07:57 PM, Joel Madero wrote: Here is an updated patch. Also here is a link for everyone to see what we could make Java tab look like: https://lh5.googleusercontent.com/-lzTcvXoWhOw/UBq_VGFqL2I/ACc/TnxVpfV5WL0/s937/Advanced_Options.jpg Notes: 1. Changed name to Advanced 2.

[Libreoffice-commits] .: android/Bootstrap android/experimental android/qa

2012-08-03 Thread Michael Meeks
android/Bootstrap/no-resource-compress.xml | 37 + android/experimental/DocumentLoader/build.xml | 32 -- android/experimental/LibreOffice4Android/build.xml | 32 -- android/qa/desktop/Makefile| 14

[Libreoffice-commits] .: 2 commits - sw/CppunitTest_sw_swdoc_test.mk sw/inc sw/qa sw/source

2012-08-03 Thread Caolán McNamara
sw/CppunitTest_sw_swdoc_test.mk |1 sw/inc/modeltoviewhelper.hxx | 37 - sw/qa/core/swdoc-test.cxx | 111 +++ sw/source/core/text/porlay.cxx| 10 ++ sw/source/core/txtnode/ndtxt.cxx | 152 +-

Re: [PUSHED]fdo#53002:Turkish Default Currency to be changed YTL to TL

2012-08-03 Thread Eike Rathke
Hi Efe, On Thursday, 2012-08-02 23:43:51 +0300, Efe Gürkan YALAMAN wrote: [... much stuff about legacyOnly=true ...] That part is little bit challenging for me. I can imagine.. long story short: the number formatter generates currency format codes taking the format codes from the locale

Re: fdo#47907: fix flickering scrolling in Basic IDE

2012-08-03 Thread Noel Power
Hi János, On 31/07/12 12:34, János Uray wrote: Again? Oh, yes. Now here it is. On Tue, Jul 31, 2012 at 11:10 AM, Noel Power nopo...@suse.com mailto:nopo...@suse.com wrote: Hi János you forgot to attach the patch :-) On 30/07/12 19:04, János Uray wrote: This patch solves

Re: Build fails 'RuntimeException'

2012-08-03 Thread Jean-Tiare LE BIGOT
Hi, I've finally been able to build LO after switching back to a fresh Lubuntu 10.04 but I'd like to help track down the build issue. Sadly, I have no idea where to start the investigations... I was suggested to (cd sot make $(readlink -f ../workdir/unxlngx6/CppunitTest/sot_test_sot.test)

[PATCH] translated German comments in starmath

2012-08-03 Thread Alexander Wilms
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, this is my first patch, so I don't really what the procedure is. If it's alright, can I push it? Alex -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

License statement

2012-08-03 Thread Norah A. Abanumay
Hello, All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Regards, Norah Abanumay Motah Program, KACST http://www.motah.org.sa Warning: This message and its attachment, if any, are confidential and may contain information protected by law. If

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 6 commits - binfilter/bf_basic binfilter/bf_forms binfilter/bf_sc binfilter/bf_sd binfilter/bf_sfx2 binfilter/bf_sw binfilter/bf_xmloff binfilter/in

2012-08-03 Thread Michael Stahl
binfilter/bf_basic/source/inc/sbintern.hxx |1 binfilter/bf_forms/source/component/forms_FormattedField.cxx |4 +- binfilter/bf_forms/source/inc/InterfaceContainer.hxx |3 + binfilter/bf_forms/source/inc/property.hxx |2 +

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

2012-08-03 Thread Eike Rathke
sc/source/filter/excel/excdoc.cxx |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) New commits: commit a59370800d91d7fd150a914341d5ad1ede6e072d Author: Noel Power noel.po...@novell.com Date: Thu Aug 2 19:24:00 2012 +0100 new fix for fdo#52998 Change-Id:

[Libreoffice-commits] .: android/Bootstrap android/experimental android/qa

2012-08-03 Thread Michael Meeks
android/Bootstrap/no-resource-compress.xml |4 +++- android/experimental/LibreOffice4Android/build.xml |1 - android/qa/desktop/build.xml |1 - android/qa/sc/build.xml|1 - android/qa/simple/build.xml

Re: [PUSHED-3-6][REVIEW-3-6-x]fdo#52998 fdo#52999 MAB

2012-08-03 Thread Eike Rathke
Hi Noel, On Friday, 2012-08-03 09:12:31 +0100, Noel Power wrote: master:00f1a3ed8ec17b8274a7bf3ee8f5d394a8a16bab Comments are saved now, cherry-picked to 3-6 http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-6id=a59370800d91d7fd150a914341d5ad1ede6e072d Eike --

Re: Static src analysis of LibreOffice

2012-08-03 Thread Michael Meeks
Hi John, On Fri, 2012-08-03 at 09:00 +0200, John Smith wrote: Thanks for all the help and tips everyone provided. I finally have successfully run the clang analyzer on LibreOffice ~master with '--with-system-libs'. The only exceptions being: Great :-) I have uploaded the generated

Re: Static src analysis of LibreOffice

2012-08-03 Thread John Smith
Glad you like it. Yes, a permanent regular solution is a good idea, but i have no idea onhow to intergrate it in your current solution. On 8/3/12, Michael Meeks michael.me...@suse.com wrote: Hi John, On Fri, 2012-08-03 at 09:00 +0200, John Smith wrote: Thanks for all the help and tips

Re: Static src analysis of LibreOffice

2012-08-03 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Like unusedcode.easy, your file could be placed in the git tree root and updated periodically. Just a suggestion. regards Em 03-08-2012 08:19, John Smith escreveu: Glad you like it. Yes, a permanent regular solution is a good idea, but i have

Re: Static src analysis of LibreOffice

2012-08-03 Thread John Smith
On Fri, Aug 3, 2012 at 1:00 PM, Michael Meeks michael.me...@suse.com wrote: I guess we'd want to do that build regularly; perhaps doing some tweaking to make it part of Lubos' clang / tinderbox build might be a good long-term solution ? Hrm. On second thought, maybe we should wait to

Re: Static src analysis of LibreOffice

2012-08-03 Thread John Smith
On Fri, Aug 3, 2012 at 1:00 PM, Michael Meeks michael.me...@suse.com wrote: PS2: I would have loved to mention the exact revision of 'master' I ran this test on, but Im really new to git. Is there a git command that can provide a human readable/meaningful revision number, like you can get

[REVIEW 3-6] Performance improvement for large pivot table cache

2012-08-03 Thread Kohei Yoshida
Hi there, I'd like to have the following commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=1e3d97dfe9747fa70cdcf642a4a710c3d90cc95c cherry-picked to 3-6. The change may look non-trivial, but all it does is to expose the internal API and set two boolean flags directly instead of

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #66 from Roman Eisele b...@eikota.de 2012-08-03 12:58:28 UTC --- Bug 53006 - Autocorrection TWo INitial CApitals does not work because of bundled extensions problem added by Rainer Bielefeld. -- Configure bugmail:

Using compiler plugins

2012-08-03 Thread Lubos Lunak
Hello, as a followup to building LO with the Clang compiler, I tried to have a look at writing plugins for it during the last SUSE Hackweek. It turned out to be quite straightforward, after one gets into it, and it seems to open possibilities to do quite powerful things. As a demo,

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 52998, which changed state. Bug 52998 Summary: FILESAVE: Comments disappear when save as XLS https://bugs.freedesktop.org/show_bug.cgi?id=52998 What|Old Value |New Value

Re: Static src analysis of LibreOffice

2012-08-03 Thread Lubos Lunak
On Friday 03 of August 2012, Michael Meeks wrote: On Fri, 2012-08-03 at 09:00 +0200, John Smith wrote: Thanks for all the help and tips everyone provided. I finally have successfully run the clang analyzer on LibreOffice ~master with '--with-system-libs'. The only exceptions being: ...

[Libreoffice-commits] .: 2 commits - cui/source svl/inc svl/source svx/inc svx/source xmloff/inc xmloff/source

2012-08-03 Thread Noel Power
cui/source/inc/numfmt.hxx|3 +- cui/source/tabpages/numfmt.cxx | 51 +++ svl/inc/svl/zforlist.hxx |3 +- svl/source/numbers/zforlist.cxx | 11 ++-- svx/inc/svx/numfmtsh.hxx |4 ++- svx/source/items/numfmtsh.cxx

Re: Static src analysis of LibreOffice

2012-08-03 Thread John Smith
On Fri, Aug 3, 2012 at 3:10 PM, Stephan Bergmann sberg...@redhat.com wrote: - Still lots of external stuff, dmake, libxmlsec/unxlngi6.pro, workdir/unxlngi6.pro/LexTarget, ... Well, the analyzer simply follows/precedes whatever you tell 'make' to do. So if the build includes 'make dbuild', then

Re: Static src analysis of LibreOffice

2012-08-03 Thread John Smith
On Fri, Aug 3, 2012 at 3:20 PM, Lubos Lunak l.lu...@suse.cz wrote: I think the analyzer runs much longer than plain compilation, and as long as #18 is the only tinderbox for that platform, I'd like it to run fast. If needed, a separate tinderbox elsewhere should do. Especially given that the

Re: Proposal/Prototype support for fill in character in Calc Number Format Strings // final patch set // verbose edition

2012-08-03 Thread Noel Power
Hi Johann On 01/08/12 15:26, Johann Messner wrote: hello Noel, [Cc to Philipp], I tried to prepare a more verbose edition of the patch set (and especially of the minor modifications by myself) ... please see https://linux.jku.at/messner/LibreOffice/ (-

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

2012-08-03 Thread Miklos Vajna
starmath/inc/document.hxx|2 +- starmath/source/document.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit d07e8fe18e470a08926cb43d2280f154277de137 Author: Miklos Vajna vmik...@suse.cz Date: Fri Aug 3 15:53:03 2012 +0200

[Libreoffice-commits] .: Makefile.top Repository.mk ucpp/CustomTarget_source.mk ucpp/Executable_ucpp.mk ucpp/Makefile ucpp/makefile.mk ucpp/Module_ucpp.mk ucpp/prj ucpp/ucpp.patch

2012-08-03 Thread David Tardon
Makefile.top|2 - Repository.mk |1 ucpp/CustomTarget_source.mk | 35 ucpp/Executable_ucpp.mk | 35 ucpp/Makefile |7 + ucpp/Module_ucpp.mk | 17 +

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

2012-08-03 Thread Fridrich Strba
sc/inc/dapiuno.hxx|2 - sc/inc/dpsave.hxx |2 - sc/source/filter/inc/pivottablebuffer.hxx |5 ++ sc/source/filter/oox/pivottablebuffer.cxx | 52 +++--- 4 files changed, 48 insertions(+), 13 deletions(-) New

[PUSHED 3-6] Performance improvement for large pivot table cache

2012-08-03 Thread Fridrich Strba
Thanks for the performance work, brother, may $DEITY bless you. Pushed into 3-6 F. On 03/08/12 14:24, Kohei Yoshida wrote: Hi there, I'd like to have the following commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=1e3d97dfe9747fa70cdcf642a4a710c3d90cc95c cherry-picked to

[Libreoffice-commits] .: basic/source

2012-08-03 Thread Takeshi Abe
basic/source/inc/filefmt.hxx |7 --- 1 file changed, 7 deletions(-) New commits: commit 7b75535e2891ff55f3c51f97f7dcb108f938e122 Author: Takeshi Abe t...@fixedpoint.jp Date: Fri Aug 3 23:28:07 2012 +0900 Remove declared but not defined functions Change-Id:

[Libreoffice-commits] .: Branch 'feature/remote' - 7 commits - android/sdremote sd/source

2012-08-03 Thread Andrzej J.R. Hunt
android/sdremote/AndroidManifest.xml |5 android/sdremote/res/layout/activity_selector.xml | 72 android/sdremote/res/layout/activity_selector_sublayout_server.xml

Re: Using compiler plugins

2012-08-03 Thread Caolán McNamara
On Fri, 2012-08-03 at 15:05 +0200, Lubos Lunak wrote: - Find out what we can actually use it for. Some EasyHacks are a good start, but the list might get quite long. I'd be interested to know it'd be possible, in theory anyway, to detect e.g. pointless OUString instances where only its ctor

Re: [ANN] LibreOffice 3.5.6 RC1 test builds available

2012-08-03 Thread ape
Hi, Friedrich! Yesterday and today Cedric Bosdonnat committed patches 2 or 3(?) errors (Writer, loss of data): Bug 46020; Bug 52610; Bug 52612(?). They ware been pushed into libreoffice-3-6 and libreoffice-3-7-Master. Please include these patches in 3.5.6.2, if possible. - ape -- View this

Re: [PATCH] translated German comments in starmath

2012-08-03 Thread Philipp Riemer
Hi Alex, 2012/8/3 Alexander Wilms alexander.wi...@zoho.com: Hi, this is my first patch, so I don't really what the procedure is. If it's alright, can I push it? Alex Thank you very much for your contribution! I will check your patch and push it as soon as I find some time (should

[Libreoffice-commits] .: android/Bootstrap android/experimental android/qa distro-configs/LibreOfficeAndroid.conf distro-configs/LibreOfficeAndroidX86.conf README.cross

2012-08-03 Thread Michael Meeks
README.cross| 22 +++- android/Bootstrap/Makefile.shared | 53 android/experimental/LibreOffice4Android/Makefile | 51 --- android/experimental/LibreOffice4Android/jni/Application.mk |

Re: Static src analysis of LibreOffice

2012-08-03 Thread Noel Grandin
On 2012-08-03 15:42, John Smith wrote: Well, the analyzer simply follows/precedes whatever you tell 'make' to do. So if the build includes 'make dbuild', then that *will* not only Is there not some kind of path based post-filter for the analyser? So we can tell it to filter out errors belong

Re: Static src analysis of LibreOffice

2012-08-03 Thread John Smith
On Fri, Aug 3, 2012 at 3:10 PM, Stephan Bergmann sberg...@redhat.com wrote: - Truckloads of Other Error: The analyzer had problems processing the following files Yes, but all of them actually look exactly like this one here below. (and I only uploaded the 1st one of them in the report). 'Other

[Libreoffice-commits] .: 3 commits - bug/bug bug/bug.xhtml bug/index.html bug/Makefile bug/sanity.pl bug/sanity-query.xhtml

2012-08-03 Thread Petr Mladek
bug/Makefile | 23 +++ bug/bug.xhtml | 12 ++- bug/bug/2011-02-form.html | 150 -- bug/index.html|3 bug/sanity-query.xhtml|2 bug/sanity.pl |7 +- 6 files changed, 24

[Libreoffice-commits] .: bug/bug.xhtml

2012-08-03 Thread Petr Mladek
bug/bug.xhtml | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) New commits: commit 1e91864a92f986c253d8513d5f1d84676d55e063 Author: Petr Mladek pmla...@suse.cz Date: Fri Aug 3 18:06:39 2012 +0200 bug.xhtml: slightly improve indentation diff --git

Re: [REVIEW 3-6] fdo#53006 Force reinstall of all bundled extensions on upgrade

2012-08-03 Thread Stephan Bergmann
On 08/03/2012 11:24 AM, Stephan Bergmann wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=81fd6b084b0f3c0eb5a97c77592f5ceb21d2dfb1 fdo#53006 Force reinstall of all bundled extensions on upgrade are the two commits from master to get this fixed, which I would love to see backported

Re: Static src analysis of LibreOffice

2012-08-03 Thread John Smith
On Fri, Aug 3, 2012 at 3:56 PM, Noel Grandin n...@peralex.com wrote: On 2012-08-03 15:42, John Smith wrote: Well, the analyzer simply follows/precedes whatever you tell 'make' to do. So if the build includes 'make dbuild', then that *will* not only Is there not some kind of path based

Re: [PATCH] Bugzilla-assistant

2012-08-03 Thread Petr Mladek
Hi Rob, I am very sorry that we all missed the patches for too long time. We were busy with 3.6.0 release. It is bad excuse but... Please, see also one question bellow. Thorsten, could you please pull and restart the stuff on the server? Rob Snelders píše v Po 16. 07. 2012 v 23:09 +0200: Hi

Re: Using compiler plugins

2012-08-03 Thread Lubos Lunak
On Friday 03 of August 2012, Caolán McNamara wrote: On Fri, 2012-08-03 at 15:05 +0200, Lubos Lunak wrote: - Find out what we can actually use it for. Some EasyHacks are a good start, but the list might get quite long. I'd be interested to know it'd be possible, in theory anyway, to detect

[Libreoffice-commits] .: sd/source

2012-08-03 Thread Ivan Timofeev
sd/source/ui/func/futext.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit c6fdd2e4e5a54b388d25ca0fc97e1f325ae7a566 Author: Ivan Timofeev timofeev@gmail.com Date: Fri Aug 3 20:30:53 2012 +0400 fdo#36138: sd: fix undo in text objects Change-Id:

[REVIEW 3-6 3-5] fdo#36138: sd: fix undo in text objects

2012-08-03 Thread Ivan Timofeev
Hi, I have fixed https://bugs.freedesktop.org/show_bug.cgi?id=36138 using my ultimate clumsy technique: try to change something somehow and see if that helps. http://cgit.freedesktop.org/libreoffice/core/commit/?id=c6fdd2e4e5a54b388d25ca0fc97e1f325ae7a566 That SidArray is passed to

Re: [PATCH] translated German comments in starmath

2012-08-03 Thread Alexander Wilms
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Philipp, I do have commit rights, but I don't feel comfortable yet pushing stuff myself :) So thanks for the link. Here's my license statement: http://nabble.documentfoundation.org/License-statement-td3979585.html Kind Regards, Alex -BEGIN

[ANN] LibreOffice 3.5.6 RC1 available

2012-08-03 Thread Florian Effenberger
Dear Community, The Document Foundation is happy to announce the first release candidate of LibreOffice 3.5.6. The upcoming 3.5.6 will be the sixth in a series of frequent bugfix releases for our 3.5 code line. Please be aware that LibreOffice 3.5.6 RC1 is not yet ready for production use,

[PATCH] Translate German comments in sw/source/core/crsr/

2012-08-03 Thread Gerrit
From Bertrand Lorentz bertrand.lore...@gmail.com: Bertrand Lorentz has uploaded a new change for review. Change subject: Translate German comments in sw/source/core/crsr/ .. Translate German comments in sw/source/core/crsr/

[PATCH] Translate German comments in sw/source/core/docnode/ndcopy.c...

2012-08-03 Thread Gerrit
From Bertrand Lorentz bertrand.lore...@gmail.com: Bertrand Lorentz has uploaded a new change for review. Change subject: Translate German comments in sw/source/core/docnode/ndcopy.cxx .. Translate German comments in

Re: [PATCH] Bugzilla-assistant

2012-08-03 Thread Rob Snelders
Hi Petr, The Localization should be changed to Localisation. It is for the testing if typo's are found by the sanity-checker. I have already updated the wiki-page accordingly so it doesn't show the components anymore that don't have a capital. -- Greetings, Rob Snelders Op 03-08-12

Re: [PATCH] Bugzilla-assistant

2012-08-03 Thread Rob Snelders
Hi Petr, I just build it again and the makeup of the page is wrong now. The problem is with the patch you made. I don't know why but when I revert the patch then it is shown correctly again. I think that's a bug with html or firefox (the browser I use). The problem is that the box with the

[PATCH] Build failure `gcc: error: language c++-header not recognize...

2012-08-03 Thread Gerrit
From ojab o...@ojab.ru: ojab has uploaded a new change for review. Change subject: Build failure `gcc: error: language c++-header not recognized` using gcc-4.7.0 .. Build failure `gcc: error: language c++-header not

Re: Using compiler plugins

2012-08-03 Thread Enrico Weigelt
Hi, as a followup to building LO with the Clang compiler, I tried to have a look at writing plugins for it during the last SUSE Hackweek. It turned out to be quite straightforward, after one gets into it, and it seems to open possibilities to do quite powerful things. snip Sounds

Re: Static src analysis of LibreOffice

2012-08-03 Thread Enrico Weigelt
most likely the versions on the system are too old for LO. e.g. we depend on the mdds 0.6 that was just released a week ago. I could provide packages for Ubuntu and Debian, if someone likes. Just drop me a note (personally, not through the list). and hsqldb and saxon are special cases where

[Libreoffice-commits] .: starmath/source

2012-08-03 Thread Philipp Riemer
starmath/source/accessibility.cxx |6 - starmath/source/config.cxx|3 starmath/source/dialog.cxx| 134 +- starmath/source/document.cxx | 24 ++ starmath/source/edit.cxx | 16 ++-- starmath/source/node.cxx

Re: [PATCH] translated German comments in starmath

2012-08-03 Thread Philipp Riemer
Heyhey, 2012/8/3 Alexander Wilms alexander.wi...@zoho.com: Hi Philipp, I do have commit rights, but I don't feel comfortable yet pushing stuff myself :) So thanks for the link. Here's my license statement: http://nabble.documentfoundation.org/License-statement-td3979585.html Kind

[Libreoffice-commits] .: Branch 'tinderbox' - local_conf/Error_Parse.pm

2012-08-03 Thread Caolán McNamara
local_conf/Error_Parse.pm |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 753677db8a7e738ad8bedacab45ccf99772fb28a Author: Caolán McNamara caol...@redhat.com Date: Fri Aug 3 20:59:51 2012 +0100 false positive on filename Exception.lo from cppcheck diff

[Libreoffice-commits] .: sw/source

2012-08-03 Thread Philipp Riemer
sw/source/core/crsr/crsrsh.cxx |2 +- sw/source/core/crsr/findattr.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit dde9fd99ac35bf90a3cebdc428b7f0654e12d0e8 Author: Bertrand Lorentz bertrand.lore...@gmail.com Date: Fri Aug 3 19:21:33 2012 +0200

[Libreoffice-commits] .: unusedcode.easy

2012-08-03 Thread Caolán McNamara
unusedcode.easy |8 1 file changed, 8 deletions(-) New commits: commit 216e13dd4b1f4599f10fd274f55d39cddcb49d74 Author: Caolán McNamara caol...@redhat.com Date: Fri Aug 3 21:17:14 2012 +0100 callcatcher: update unused code post stlification Change-Id:

Re: [PATCH] translated German comments in starmath

2012-08-03 Thread Alexander Wilms
Ah thanks, I'm in the design team and got the commit rights for the new templates in 3.6, so I'm not entirely new to the project :) But I didn't touch any code so far. I hope this isn't too off-topic: When I want to continue working, is 'git reset --hard origin/master' all I need to do?

Re: [PATCH] translated German comments in starmath

2012-08-03 Thread Philipp Riemer
Hey, 2012/8/3 Alexander Wilms alexander.wi...@zoho.com: Ah thanks, I'm in the design team and got the commit rights for the new templates in 3.6, so I'm not entirely new to the project :) Ah, I see ;-) I hope this isn't too off-topic: When I want to continue working, is 'git reset --hard

Fwd: [PATCH] translated German comments in starmath

2012-08-03 Thread Ruslan Kabatsayev
Hi, Sorry, this was first sent to the wrong address: -- Forwarded message -- From: Ruslan Kabatsayev b7.10110...@gmail.com Date: Sat, Aug 4, 2012 at 12:56 AM Subject: Re: [PATCH] translated German comments in starmath To: Philipp Riemer ruderphil...@gmail.com Hi, 2012/8/3

[Libreoffice-commits] .: 3 commits - sal/osl solenv/gbuild xmloff/source

2012-08-03 Thread Michael Stahl
sal/osl/unx/diagnose.c |4 sal/osl/w32/diagnose.c |6 + solenv/gbuild/CppunitTest.mk |1 solenv/gbuild/JunitTest.mk |3 xmloff/source/style/PageMasterImportPropMapper.cxx |

[REVIEW][3-5-6][3-6] regression in fix for fdo#38056

2012-08-03 Thread Michael Stahl
this is a rather stupid regression in 3.5.6, introduced by the fix for fdo#38056 which can cause crashes because the invalidation is in the wrong place please push the fix to libreoffice-3-5-6 and libreoffice-3-6

[Libreoffice-commits] .: 11 commits - sc/source tubes/CppunitTest_tubes_test.mk tubes/inc tubes/Package_inc.mk tubes/source

2012-08-03 Thread Matus Kukan
sc/source/ui/collab/sccollaboration.cxx | 34 ++-- sc/source/ui/collab/sendfunc.cxx|8 ++-- sc/source/ui/docshell/docsh.cxx | 17 ++ sc/source/ui/inc/docsh.hxx |9 + sc/source/ui/inc/sccollaboration.hxx| 10 --

Re: [ANN] LibreOffice 3.5.6 RC1 available

2012-08-03 Thread ape
Hi, Florian! Yesterday Cedric Bosdonnat committed patches 3 errors (Writer, loss of data: fdo#46020, fdo#52610 and fdo#52612) and does pushed into libreoffice-3-6 and libreoffice-3-7-Master. I looked at how it works in “master~2012-08-03_23.16.18_LibO-Dev_3.7.0.0.alpha0”. This is the great nice

Re: Static src analysis of LibreOffice

2012-08-03 Thread John Smith
On Fri, Aug 3, 2012 at 6:55 PM, Enrico Weigelt enrico.weig...@vnc.biz wrote: and hsqldb and saxon are special cases where we almost always have to use the internal ones; maybe --with-system-libs should not affect those... in which way are they special ? saxon comes in a few different

Re: [Libreoffice-qa] Online update in 3.6

2012-08-03 Thread klaus-jürgen weghorn ol
Hi Jan, Am 31.07.2012 12:33, schrieb klaus-jürgen weghorn ol: Hi Jan, Am 30.07.2012 08:39, schrieb klaus-jürgen weghorn ol: Good morning Jan, Am 09.07.2012 12:31, schrieb klaus-jürgen weghorn ol: No 3.6 RC2 My Version 3.6.0.1 (Build ID: 73f9fb6) is on neuester Stand. LibreOffice 3.6.0

Re: [Libreoffice-qa] Online update in 3.6

2012-08-03 Thread Jan Holesovsky
Hi Klaus-Jürgen, On 2012-08-03 at 08:03 +0200, klaus-jürgen weghorn ol wrote: If we want to release 3.6.0.4 as stable we should check the online update before. There is still no online update to 3.6.0.4. I am sorry, it has been a terribly busy week :-( Fixed now, the update to RC4 should be

Re: [Libreoffice-qa] Online update in 3.6

2012-08-03 Thread klaus-jürgen weghorn ol
Hi Jan, Am 03.08.2012 10:04, schrieb Jan Holesovsky: Hi Klaus-Jürgen, On 2012-08-03 at 08:03 +0200, klaus-jürgen weghorn ol wrote: If we want to release 3.6.0.4 as stable we should check the online update before. There is still no online update to 3.6.0.4. I am sorry, it has been a terribly

Re: [Libreoffice-qa] Online update in 3.6

2012-08-03 Thread Rimas Kudelis
2012.08.03 11:37, klaus-jürgen weghorn ol rašė: Hi Jan, Am 03.08.2012 10:04, schrieb Jan Holesovsky: Fixed now, the update to RC4 should be offered. Thanks again for the testing! Works. Thanks. Hi, the update string is somewhat fuzzy though: for me it says I have 3.6.0.2 installed,

Re: [Libreoffice-qa] Online update in 3.6

2012-08-03 Thread Rainer Bielefeld
Jan Holesovsky schrieb: I am sorry, it has been a terribly busy week :-( Fixed now, the update to RC4 should be offered. Thanks again for the testing! Hi, I did a quick test and recommendations weem to work in a perfect way: - 3.5 users should update to 3.5.5 - 3.6 testers should update

Re: [Libreoffice-qa] Online update in 3.6

2012-08-03 Thread Jan Holesovsky
Hi Rainer, On 2012-08-03 at 12:19 +0200, Rainer Bielefeld wrote: I am sorry, it has been a terribly busy week :-( Fixed now, the update to RC4 should be offered. Thanks again for the testing! I did a quick test and recommendations weem to work in a perfect way: - 3.5 users should

[Libreoffice-qa] 3.5.5.3's docx filter broken completely.

2012-08-03 Thread dE .
Since version, 3.5.5.3 the docx filter practically does not work. All it shows is text and formatting; libreoffice cant even detect the file type, it asks to select one. Is this been noted? ___ List Name: Libreoffice-qa mailing list Mail address:

[Libreoffice-qa] [ANN] LibreOffice 3.5.6 RC1 available

2012-08-03 Thread Florian Effenberger
Dear Community, The Document Foundation is happy to announce the first release candidate of LibreOffice 3.5.6. The upcoming 3.5.6 will be the sixth in a series of frequent bugfix releases for our 3.5 code line. Please be aware that LibreOffice 3.5.6 RC1 is not yet ready for production use,

Re: [Libreoffice-qa] 3.5.5.3's docx filter broken completely.

2012-08-03 Thread dE .
On 08/03/12 20:14, Michael Meeks wrote: On Fri, 2012-08-03 at 19:15 +0530, dE . wrote: Since version, 3.5.5.3 the docx filter practically does not work. All it shows is text and formatting; libreoffice cant even detect the file type, it asks to select one. Is there a confirmed /

[Libreoffice-bugs] [Bug 53084] BUGZILLAASSISTANT: focus on page bottom instead on Bugzilla link after Bus Submission

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53084 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Summary|BUGZILLAASSISTANT: focus on

[Libreoffice-bugs] [Bug 52621] Database has a severe error and shuts down.

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52621 rob...@familiegrosskopf.de changed: What|Removed |Added CC||rob...@familiegrosskopf.de

[Libreoffice-bugs] [Bug 53086] New: FILEOPEN existing 3.5 document with too big row height

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53086 Bug #: 53086 Summary: FILEOPEN existing 3.5 document with too big row height Classification: Unclassified Product: LibreOffice Version: 3.6.0.4 rc Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 52571] BASE VBA DELETE COLUMN OR TABLE DOESN'T CHANGE THE SURFACE

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52571 rob...@familiegrosskopf.de changed: What|Removed |Added CC||rob...@familiegrosskopf.de

[Libreoffice-bugs] [Bug 51231] UI: Slide thumbnail overlay start presentation, disable slide, copy slide position depends on slides pane scroll slider position and mouse way

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51231 Ivan Timofeev timofeev@gmail.com changed: What|Removed |Added Status Whiteboard|target:3.6.1|target:3.6.1

  1   2   3   >