[PATCH] Remove remaining checks for HTMLMODE_SOME_ABS_POS

2012-08-25 Thread Gerrit
>From Harri Pitkänen : Harri Pitkänen has uploaded a new change for review. Change subject: Remove remaining checks for HTMLMODE_SOME_ABS_POS .. Remove remaining checks for HTMLMODE_SOME_ABS_POS This HTML mode is never disabled

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Roman Eisele changed: What|Removed |Added Depends on||54023 --- Comment #94 from Roman Eisele

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Roman Eisele changed: What|Removed |Added Depends on|54023 | --- Comment #95 from Roman Eisele 2012-

Re: [Libreoffice-qa] "LibreOffice 3.7 most annoying bugs" necessary?

2012-08-25 Thread Rainer Bielefeld
Roman Eisele schrieb: IMHO my little error indicates that, sooner or later, we need to open a new "LibreOffice 3.7 most annoying bugs" bug list ;-). Hi, this MAB proceeding is approved, and I believe we should no longer hesitate to create a a Task Bug for this. The only thing I would do dif

make_installer 'touching' files in solver ?

2012-08-25 Thread Matúš Kukan
Hi, I was doing --enable-epm build (it was probably mistake) and had problems with 'make check' something seems to be 'touching' version libraries in solver. (libuno_sal.so.3 libuno_salhelpergcc3.so.3 libstore.so.3 ...) Then something (not that much (because it was not debug build and linking is f

Binfilter build fail with mergelibs enabled

2012-08-25 Thread Tomáš Chvátal
Hi, as my previous issue with mergedlibs not behaving with includes this looks like another case. This time when building with binfilter enabled the build fails because SVTOOLS lib is not delivered prior we try to build the binfilter stuff. Error stuff: -

[Libreoffice-commits] .: 2 commits - vcl/unx

2012-08-25 Thread Libreoffice Gerrit user
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx | 25 + 1 file changed, 17 insertions(+), 8 deletions(-) New commits: commit 2da4a011130cefa3bd56e5b62c9068d202e81913 Author: Ivan Timofeev Date: Sat Aug 25 14:18:57 2012 +0400 gtk: wrong menu border size, need to add thic

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

2012-08-25 Thread Libreoffice Gerrit user
comphelper/inc/comphelper/servicehelper.hxx |4 ++-- comphelper/source/misc/accimplaccess.cxx |3 ++- comphelper/source/misc/docpasswordhelper.cxx | 11 ++- sc/source/ui/optdlg/tpdefaults.cxx | 17 - 4 files changed, 22 insertions(+), 13 deletions

Re: [PATCH] adjustment of Calc default options dialog

2012-08-25 Thread Arnaud Versini
Pushed in master, thanks for the patch. 2012/8/21 Jean-Baptiste Faure > Hi, > > Here is a small patch which makes the Calc options dialog "Default" able > to have translated labels longer than the original English. For example > in French the label on the second line (Nom de préfixe pour la nouv

[Libreoffice-commits] .: 4 commits - android/experimental android/qa basebmp/Library_basebmp.mk basebmp/prj config_host.mk.in configure.in formula/source formula/util Library_merged.mk lingucomponent/

2012-08-25 Thread Libreoffice Gerrit user
Library_merged.mk | 26 ++- Makefile.top |2 Module_tail_build.mk |1 RepositoryExternal.mk

Re: solver=installation p. 1: including directly vs. delivering external headers

2012-08-25 Thread Matúš Kukan
On 22 August 2012 15:02, Matúš Kukan wrote: > And we can't move headers from tarball as vigra. > So we need either deliver them somewhere* or add include path for them. > I think include path could be fine since they are not used that much ? I've chosen to add an include path (see RepositoryExter

Re: Binfilter build fail with mergelibs enabled

2012-08-25 Thread Matúš Kukan
On 25 August 2012 11:33, Tomáš Chvátal wrote: > Hi, > > as my previous issue with mergedlibs not behaving with includes this > looks like another case. > > This time when building with binfilter enabled the build fails because > SVTOOLS lib is not delivered prior we try to build the binfilter > st

[Libreoffice-commits] .: basebmp/StaticLibrary_basebmp.mk

2012-08-25 Thread Libreoffice Gerrit user
basebmp/StaticLibrary_basebmp.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 3766ca46ff3c474ee7c94ad75cba14d6746c3331 Author: Matúš Kukan Date: Sat Aug 25 14:01:17 2012 +0200 ah, android is special Change-Id: I7f5e15f4d5e285a85e01fdeaede747e88d08510d diff --

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 52340, which changed state. Bug 52340 Summary: EDITING: CRASH when Copy+Paste row with conditional formatting to other sheet and back to inserted row https://bugs.freedesktop.org/show_bug.cgi?id=52340 What

Re: [PATCH] adjustment of Calc default options dialog

2012-08-25 Thread Jean-Baptiste Faure
Le 25/08/2012 12:44, Arnaud Versini a écrit : > Pushed in master, thanks for the patch. Thank you Arnaud. Is this patch a good candidate for a backport to 3.6 ? Best regards. JBF > > 2012/8/21 Jean-Baptiste Faure > > > Hi, > > Here is a small patch which

[PATCH] Remove inefficient password erasing security in PDF Import

2012-08-25 Thread Gerrit
>From Arnaud Versini : Arnaud Versini has uploaded a new change for review. Change subject: Remove inefficient password erasing security in PDF Import .. Remove inefficient password erasing security in PDF Import Change-Id: Ic4

Re: Usage of memset to eradicate string content

2012-08-25 Thread Arnaud Versini
I posted a first patch to remove the string anhnilation inside the PDF import. Better idea to remove this now instead of replacing rtl_zeroMemory by a memset and remove it. So could you review it, I'm not sure if I can modify pdf import now or if we want to import modification from Apache. https:/

Correction of translation in sc/source/ui/undo

2012-08-25 Thread Gerrit
>From Albert Thuswaldner : Albert Thuswaldner has abandoned this change. Change subject: Correction of translation in sc/source/ui/undo .. Patch Set 1: Abandoned fixed in 98e9cc1796f93447fe7e5c1a6e2683d10389b01c -- To view, v

[Libreoffice-commits] .: sw/source

2012-08-25 Thread Libreoffice Gerrit user
sw/source/ui/config/optload.cxx |5 - 1 file changed, 5 deletions(-) New commits: commit a5546942ec70fca551401ae61eee00b66a92f81d Author: Ivan Timofeev Date: Sat Aug 25 19:58:59 2012 +0400 cast to wrong type, can cause crash when opening Options-Writer-AutoCaption it turn

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

2012-08-25 Thread Libreoffice Gerrit user
sw/source/ui/config/optload.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 5bf93a18e645f5e7146402d5dfa6958ddee44de7 Author: Ivan Timofeev Date: Sat Aug 25 20:33:36 2012 +0400 use dynamic_cast, prevent crash when opening Options-Writer-AutoCaption SwCaptionO

[REVIEW-3-6] adjustment of Calc default options dialog

2012-08-25 Thread Jean-Baptiste Faure
Hi, Please consider backporting to LibreOffice 3.6 this patch https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=f92fcff04a6a88fd004e721294a4817249cabf26 which ajust the Calc Default Options dialog to be able to show French localized labels correctly. Best regards. JBF -- Seuls des fo

Re: Binfilter build fail with mergelibs enabled

2012-08-25 Thread Tomáš Chvátal
2012/8/25 Matúš Kukan : > >> So any ideas? > > I'd say --enable-mergelibs is future and --enable-binfilter past and > don't use both. > But since they somehow meet in 3.7 (or 3.6) you could fix it. > > Just put some ifdefs info binfilter like > if $(MERGELIBS) == TRUE > SVTOOLS=-lmerged > else > SV

[Libreoffice-commits] .: configure.in

2012-08-25 Thread Libreoffice Gerrit user
configure.in | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) New commits: commit 43b6f77506bdb5ef767ac2211f930bfc911f2046 Author: Matúš Kukan Date: Sat Aug 25 21:32:13 2012 +0200 --enable-mergelibs: does not work with binfilter; warning for other platforms

Re: Binfilter build fail with mergelibs enabled

2012-08-25 Thread Matúš Kukan
On 25 August 2012 19:51, Tomáš Chvátal wrote: > 2012/8/25 Matúš Kukan : >> >> Just put some ifdefs info binfilter like >> if $(MERGELIBS) == TRUE >> SVTOOLS=-lmerged >> else >> SVTOOLS=-lsvt >> endif >> maybe also for other libraries. > > Poof this will be hellish mess to do for all merged librari

[ANN] LibreOffice 3.6.1 RC2 available

2012-08-25 Thread Thorsten Behrens
Dear Community, The Document Foundation is happy to announce the second release candidate of LibreOffice 3.6.1. The upcoming 3.6.1 will be the first in a series of frequent bugfix releases, for our feature-packed 3.6 branch. Please be aware that LibreOffice 3.6.1 RC2 is not ready for production us

localize spreadsheet style template names runtime

2012-08-25 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andras, All I just looked into this patch and I saw many OTS files being replaced, which is OK. Change-Id: I16d45284cfb4ab8d239ea5e9a326160a742c4bf1 Sorry if I look a dumb user, but I think I never saw these templates in any template dialog. The