[Libreoffice-commits] .: basctl/source

2012-07-30 Thread Takeshi Abe
basctl/source/basicide/baside3.cxx |2 +- basctl/source/basicide/basides1.cxx | 17 - basctl/source/basicide/basides2.cxx |2 +- basctl/source/basicide/basidesh.cxx | 34 +- basctl/source/basicide/basobj2.cxx | 12 ++-- basctl

[PATCH] fix concat-deps

2012-07-30 Thread Gerrit
>From Björn Michaelsen : Björn Michaelsen has uploaded a new change for review. Change subject: fix concat-deps .. fix concat-deps * make concat-deps use absolute paths whereever possible * collapse /../ _after_ making the path

[PATCH] fdo#48549 System::Beep() removal

2012-07-30 Thread Mathieu Vonlanthen
Hi, As Thomas Arnhold suggested, I've removed the following methods: WinSalFrame::Beep GtkSalFrame::Beep X11SalFrame::Beep SalDisplay::Beep IosSalFrame::Beep SvpSalFrame::Beep I've also removed sndstyle.hxx and calls to MessageBeep(). I've done a complete build without warnings on modified file

[Libreoffice-commits] .: 2 commits - editeng/CppunitTest_editeng_lookuptree.mk editeng/Library_editeng.mk editeng/Module_editeng.mk editeng/Package_inc.mk editeng/inc editeng/qa editeng/source sw/inc

2012-07-30 Thread Tomaž Vajngerl
editeng/CppunitTest_editeng_lookuptree.mk | 71 +++ editeng/Library_editeng.mk|5 editeng/Module_editeng.mk |3 editeng/Package_inc.mk|7 editeng/inc/editeng/LatinLookupTree.hxx | 76 editeng/

mingw build fixed now -- was Re: mingw build is broken (winegcc configuration phase)

2012-07-30 Thread David Ostrovsky
On 28.07.2012 10:09, David Ostrovsky wrote: the last winegcc changes break mingw build. solved my problem. Upgraded wine repo: # cat /etc/zypp/repos.d/Emulators\:Wine.repo [Emulators_Wine] name=Wine (openSUSE_12.1) type=rpm-md baseurl=http://download.opensuse.org/repositories/Emulators:/Wine/op

Re: LibO master fails to build after pull

2012-07-30 Thread Ruslan Kabatsayev
Thank you, now it builds ok. BTW, your commit message says about gcc 3.x while it should say 4.x. Though, seems it's too late to fix the message :) On Mon, Jul 30, 2012 at 11:48 PM, Kohei Yoshida wrote: > On Mon, Jul 30, 2012 at 2:29 PM, Kohei Yoshida > wrote: > >> I'll see if I can patch the i

Draw and gradient opacity

2012-07-30 Thread Christina Roßmanith
Hi, obviously I'm working with gradients at the moment :-) and I'm in need of a code pointer again. I've created a rectangle in Draw (manually - no svg import this time), filled it with a linear gradient with a constant 50% opacity and saved the file as fodg. Then I saw that opacity is st

[GSOC-UPDATE](30.07) Impress Remote

2012-07-30 Thread Andrzej J. R. Hunt
Hi everyone, Today I manged to get basic notes export working. I haven't however managed to get html formatted notes working yet: the code on the android side is more or less ready (not fully tested, but the rendering is done by webkit which I trust is functional), the server side is still ne

RE: Definition of draw:angle in ODF1.2 does not fit to implementation

2012-07-30 Thread Dennis E. Hamilton
There appear to be three considerations: 1. What is type and unit of draw:angle in the element? In ODF 1.0, ODF 1.1, and ISO/IEC 26300:2006 (now aligned with ODF 1.1), the type is integer and there is no explanation of the scale of the unit. ODF 1.2 gives special attention to the integer

Re: [PUSHED 3-6] fix for fdo#52457, fdo#52565, problems with conditional formats

2012-07-30 Thread Eike Rathke
Hi Markus, On Friday, 2012-07-27 23:14:22 +0200, Markus Mohrhard wrote: > They are both two simple fixes and should not create any problems. Work as expected, cherry-picked to 3-6 http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-6&id=71e6a74ca6f77db134cbde5ebea1338cd64439e0 h

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

2012-07-30 Thread Eike Rathke
sc/source/core/data/documen2.cxx |6 ++ sc/source/ui/condformat/condformatdlg.cxx | 14 -- sc/source/ui/inc/condformatdlg.hxx|4 ++-- 3 files changed, 16 insertions(+), 8 deletions(-) New commits: commit 71e6a74ca6f77db134cbde5ebea1338cd64439e0 Author: M

Re: LibO master fails to build after pull

2012-07-30 Thread Kohei Yoshida
On Mon, Jul 30, 2012 at 2:29 PM, Kohei Yoshida wrote: > I'll see if I can patch the internal mdds meantime. K. Just pushed a workaround patch to master. Please pull and try again. Kohei ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] .: mdds/0001-Workaround-for-gcc-bug.patch mdds/makefile.mk

2012-07-30 Thread Kohei Yoshida
mdds/0001-Workaround-for-gcc-bug.patch | 27 +++ mdds/makefile.mk |2 +- 2 files changed, 28 insertions(+), 1 deletion(-) New commits: commit 2fe93734ba9136da402162c4c892e8af991164f9 Author: Kohei Yoshida Date: Mon Jul 30 15:44:34 2012 -0400

Re: adding autodetection of delimiter character for CSV files

2012-07-30 Thread Eike Rathke
Hi Ben, On Sunday, 2012-07-29 14:18:32 -0400, Ben Manashirov wrote: > The basic idea is to take a sample amount of lines (e.g. 100). > > - For each line > - - Count the number of times each character occurs > - Compute the "peakiness" for each characters occurrence over the lines. > - Find the c

[Libreoffice-commits] .: bridges/test cli_ure/qa codemaker/test cppu/qa extensions/source odk/examples offapi/com stoc/test testtools/source udkapi/com ure/source

2012-07-30 Thread Michael Stahl
bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug98508_Test.idl |2 - bridges/test/com/sun/star/lib/uno/bridges/java_remote/PolyStructTest.idl |2 - bridges/test/java_uno/acquire/types.idl |2 - bridges/test/java_uno/equals/ty

Re: LibO master fails to build after pull

2012-07-30 Thread Kohei Yoshida
On Mon, Jul 30, 2012 at 12:58 PM, Ruslan Kabatsayev wrote: > Hi Kohei, > > On Mon, Jul 30, 2012 at 5:59 PM, Kohei Yoshida > wrote: >>As a test, when you clone the upstream master branch of mdds from >> >>http://code.google.com/p/multidimalgorithm/source/checkout >> >> run autogen.sh and make che

Re: Definition of draw:angle in ODF1.2 does not fit to implementation

2012-07-30 Thread Thorsten Behrens
[restoring Cc to libreoffice dev list] > >"The draw:angle attribute has the date type integer. A value of n is > >interpreted as n*0.1 degrees." > > Sorry, I would not do that. This would limit the possible precision > without needs in a format definition. > Tend to agree. Keep the double type, b

[Libreoffice-commits] .: Branch 'feature/gbuild_ure' - testtools/CustomTarget_uno_test.mk

2012-07-30 Thread David Tardon
testtools/CustomTarget_uno_test.mk |4 1 file changed, 4 insertions(+) New commits: commit 7e2325ef3c3d40423cb287ba01433580ce9f7435 Author: David Tardon Date: Mon Jul 30 20:09:14 2012 +0200 add necessary deps for the test to run Change-Id: I341b9bf3343f38d93b11ca3265fb8d

[Libreoffice-commits] .: configure.in

2012-07-30 Thread Tor Lillqvist
configure.in | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) New commits: commit 6e60ee677ebbb47ac22d4cb18925afb1fd7e6c9f Author: Tor Lillqvist Date: Mon Jul 30 21:10:41 2012 +0300 Add "support" for building against the 10.8 SDK Presumably like

fdo#47907: fix flickering scrolling in Basic IDE

2012-07-30 Thread János Uray
This patch solves this bug: https://bugs.freedesktop.org/show_bug.cgi?id=47907 The text was flickering because Window::Invalidate() clears the client area by default. To prevent this, I've added an INVALIDATE_NOERASE parameter to Invalidate() calls. On the other hand, the background still needed t

[Libreoffice-commits] Changes to 'feature/gbuild_ure'

2012-07-30 Thread David Tardon
New branch 'feature/gbuild_ure' available with the following commits: commit 01783f499235cb07bff3c6d79d66ad9d770db6c5 Author: David Tardon Date: Sun Jul 29 12:21:38 2012 +0200 add newly eligible modules to cross_tail_build Change-Id: I41113b6e4f53aa0e4b52e08e34938d34838feced commi

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 47769, which changed state. Bug 47769 Summary: FILEOPEN particular DOCX 2007 - pictures shown wrongly on page 1 https://bugs.freedesktop.org/show_bug.cgi?id=47769 What|Old Value |New Val

Re: Styling.

2012-07-30 Thread Rafael Dominguez
Well for the thumbnail i use this code, it dosent open the whole document, just extracts the embedded thumbnail picture. BitmapEx TemplateAbstractView::scaleImg (const BitmapEx &rImg, long width, long height) { BitmapEx aImg = rImg; int sWidth = std::min(aImg.GetSizePixel().getWidth(),wid

Re: LibO master fails to build after pull

2012-07-30 Thread Ruslan Kabatsayev
Hi Kohei, On Mon, Jul 30, 2012 at 5:59 PM, Kohei Yoshida wrote: >As a test, when you clone the upstream master branch of mdds from > >http://code.google.com/p/multidimalgorithm/source/checkout > > run autogen.sh and make check (or simply make test.mtv), do you get > the same build error? Yes, the

Styling.

2012-07-30 Thread Iain Billett
Hi, After a bit of struggling I now have the styling somewhere close to the designers' spec. I've attached a screenshot for convenience. I'm working on several things. Firstly, the thumbnails should be the right way up. I'm going to investigate optimising the layouts for different screen sizes. I

Definition of draw:angle in ODF1.2 does not fit to implementation

2012-07-30 Thread Regina Henschel
Hi all, I want to suggest OASIS to change the definition of draw:angle. The draft mail follows below. What do you think about it? Kind regards Regina Draft of the mail to OASIS: For type 'Linear' section 19.218 defines "The axis of the gradient is specified with the draw:angle attribute cl

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

2012-07-30 Thread Kohei Yoshida
filter/source/config/cache/filtercache.cxx | 45 +++-- filter/source/config/cache/filtercache.hxx |5 +-- 2 files changed, 33 insertions(+), 17 deletions(-) New commits: commit 4646a4e5e8a82cffa13cf524b22863f4e805944c Author: Kohei Yoshida Date: Mon Jul 30 10:45:0

[PUSHED] Change in core[libreoffice-3-5]: fdo#48033 fix RTF import of pictures inside table cells

2012-07-30 Thread Gerrit
>From Noel Power : Noel Power has submitted this change and it was merged. Change subject: fdo#48033 fix RTF import of pictures inside table cells .. fdo#48033 fix RTF import of pictures inside table cells Change-Id: I2d9ef3b3

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

2012-07-30 Thread Andrzej J.R. Hunt
android/sdremote/src/org/libreoffice/impressremote/PresentationFragment.java | 3 sd/source/ui/remotecontrol/ImagePreparer.cxx | 91 ++ sd/source/ui/remotecontrol/ImagePreparer.hxx | 1 3 files changed, 93 inserti

[Libreoffice-commits] .: svtools/qa sw/qa

2012-07-30 Thread Caolán McNamara
svtools/qa/cppunit/data/gif/fail/CVE-2008-5937-1.gif |1 + sw/qa/core/data/ww8/pass/EDB-14092-1.doc |binary sw/qa/core/data/ww8/pass/EDB-18952-1.doc |binary 3 files changed, 1 insertion(+) New commits: commit 1460b35d3679cd3dd2053597b6546c65bfeb2006 Author: Caolán M

Re: [PUSHED][REVIEW 3-6] fdo#43989 Automatic restart on Windows

2012-07-30 Thread Noel Power
pushed ( didn't runtime check as no windows build, otoh I trust stephan did test it and the patch looks good ) Noel On 30/07/12 11:04, Stephan Bergmann wrote: Backporting the fix for "LO cannot start (reports runtime error with Visual C++

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

2012-07-30 Thread Noel Power
desktop/inc/app.hxx|2 desktop/source/app/app.cxx | 145 ++--- desktop/win32/source/officeloader/officeloader.cxx |3 3 files changed, 78 insertions(+), 72 deletions(-) New commits: commit 4f61c0d2a32a6bfb28ba1c9ad

[Libreoffice-commits] .: configure.in

2012-07-30 Thread Tor Lillqvist
configure.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 9cd80e1bebf22ab4c54e0196d54588bc137048d8 Author: Tor Lillqvist Date: Mon Jul 30 18:15:45 2012 +0300 Avoid "note: the mangling of 'va_list' has changed in GCC 4.4" messages Change-Id: I28

[PUSHED] Change in core[libreoffice-3-6]: fdo#48033 fix RTF import of pictures inside table cells

2012-07-30 Thread Gerrit
>From Noel Power : Noel Power has submitted this change and it was merged. Change subject: fdo#48033 fix RTF import of pictures inside table cells .. fdo#48033 fix RTF import of pictures inside table cells Change-Id: I2d9ef3b3

Re: [REVIEW 3-6] fdo#43989 Automatic restart on Windows

2012-07-30 Thread Stephan Bergmann
On 07/30/2012 04:49 PM, Noel Power wrote: On 30/07/12 11:04, Stephan Bergmann wrote: "bnc#524250: Show backing component after cancelled recovery" @@ -1203,24 +1203,19 @@ sal_Bool impl_callRecove

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

2012-07-30 Thread Noel Power
writerfilter/source/rtftok/rtfdocumentimpl.cxx |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 577f1a54efe800c0e45bb64d78e2d9f6e489c2c6 Author: Miklos Vajna Date: Fri Jul 27 21:20:34 2012 +0200 fdo#48033 fix RTF import of pictures inside table cells

Re: [GSOC] Template Dialog - Report

2012-07-30 Thread Rafael Dominguez
TODO - Display template information like author, keywords, etc. - Template preview. - Keep improving the dialog UI. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[GSOC] Template Dialog - Report

2012-07-30 Thread Rafael Dominguez
After having a few issues compiling master, the items i worked so far are: - Setup a local alfresco instante to work with the CMIS protocol. - Display list of remote repositories. - Fetch thumbnails of remote templates. - Fix a bug when moving templates to another folder. - Filter remote templates

Re: [REVIEW 3-6] fdo#43989 Automatic restart on Windows

2012-07-30 Thread Noel Power
On 30/07/12 11:04, Stephan Bergmann wrote: Backporting the fix for "LO cannot start (reports runtime error with Visual C++ Runtime Library)" to LO 3.6.0 (which causes LO to routinely try to restart itself now after an upgrade on Windows) unf

Re: Static src analysis of LibreOffice

2012-07-30 Thread bfo
John Smith wrote > > I have been playing around with the llvm/clang static source code > analyzer (http://clang.llvm.org/get_started.html) for a while now, and > thought it might be fun and beneficial to run the analyzer on the > libreoffice ('master') source code. For those interested the result

Re: Static src analysis of LibreOffice

2012-07-30 Thread Stephan Bergmann
On 07/30/2012 03:45 PM, John Smith wrote: [javac] Compliance level '1.5' is incompatible with source level '1.7'. A compliance level '1.7' or better is required Adding the configure switch --with-java-target-version=1.5 might help. Stephan ___

Re: gradient angles

2012-07-30 Thread Michael Stahl
On 29/07/12 19:25, Regina Henschel wrote: > Hi Christine, > > continuing.. > > Christina Roßmanith schrieb: >> Hi, >> >> just to be sure before I continue my work: >> >> SVG gradient with angle=0° changes color from left to right >> (I'm taking this from >> http://www.w3.org/TR/SVG/pservers

Re: LibO master fails to build after pull

2012-07-30 Thread Kohei Yoshida
Hi Ruslan, On Sat, Jul 28, 2012 at 4:11 PM, Ruslan Kabatsayev wrote: > Hello, > > After pulling master updating from tree dated by ~July 18, LibO no > longer builds for me. Here's what I get: http://pastebin.com/YiXhAvM4 > I don't quite understand what's wrong here and how to fix this. Any ideas?

Re: [PUSHED][PATCH] fdo#46968: fixing undo of textbox resizing

2012-07-30 Thread Noel Power
On 30/07/12 10:51, János Uray wrote: This patch indends to solve this bug: http://bugs.freedesktop.org/show_bug.cgi?id=46968 The undo just assigned to SdrTextObj::aRect its previous value. Now it calls NbcSetLogicRect() for this task. This function calls -- among others -- NbcSetMinTextFrameH

[Libreoffice-commits] .: svx/source

2012-07-30 Thread Noel Power
svx/source/svdraw/svdotext.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9348c529d34b0bb457e750b3d5bcbb348995367e Author: Uray M. János Date: Mon Jul 30 11:42:16 2012 +0200 fdo#46968 fixing undo of textbox resizing Change-Id: Ic647e5c337987985f

Re: Static src analysis of LibreOffice

2012-07-30 Thread John Smith
PS: build_error.log gives me this : log for /usr/local/src/libreoffice/hsqldb Buildfile: /usr/local/src/libreoffice/hsqldb/unxlngi6.pro/misc/build/hsqldb/build/build.xml init: javaversion7: javaversion6: javaversion4: javaversion2: -prepare: codeswitcher: [javac] /usr/local/src/lib

Re: Static src analysis of LibreOffice

2012-07-30 Thread John Smith
Ok, so I now scan/build using : scan-build ./configure --with-system-hsqldb=no --with-system-saxon=no --with-system-libs scan-build make But I get no reports wjhatsoever, just this : - Entering /usr/local/src/libreoffice/cli_ur

Re: Revert of hrc cleanup

2012-07-30 Thread Thomas Arnhold
Hi all, so I reverted some stuff. The rest looks still sane to me (despite the fact that it's a huge removal ;). So string problems should not occur due to these changes, because all removals where a resource id was set in the hrc and the string in the src file - and at a first look were "un

[Libreoffice-commits] .: 3 commits - sal/inc sal/osl solenv/inc

2012-07-30 Thread Tor Lillqvist
sal/inc/sal/mathconf.h |3 ++- sal/osl/unx/file.cxx |4 ++-- solenv/inc/unxgcc.mk |2 -- 3 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 1fd10dd070868a28af3de3bf7ad4e74918f8ce69 Author: Tor Lillqvist Date: Mon Jul 30 16:11:44 2012 +0300 Avoid -z dynsor

Re: [PUSHED 3.5.6] Cherry pick straightforward patch

2012-07-30 Thread Petr Mladek
julien2412 píše v Pá 20. 07. 2012 v 03:03 -0700: > Hi, > > fdo#5 FILEOPEN: CRASH by opening .docx file can be "workarounded" by the > commit dfe0baa281d9d4701e9b3846880334213ccb05f5 > > As David Tardon said on > https://bugs.freedesktop.org/show_bug.cgi?id=5#c7, it doesn't solve the > pro

Re: Static src analysis of LibreOffice

2012-07-30 Thread John Smith
On Mon, Jul 30, 2012 at 2:58 PM, Michael Stahl wrote: > On 30/07/12 14:50, John Smith wrote: >> >> If someone knows how to fix that: let me know >> If it's not really a big deal: Ill do a analysis of libreoffice this way now. > > most likely the versions on the system are too old for LO. e.g. we

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

2012-07-30 Thread Caolán McNamara
filter/qa/cppunit/data/pict/fail/EDB-19332-1.pct |binary svtools/qa/cppunit/data/gif/pass/EDB-19333-1.gif |1 + sw/source/core/txtnode/ndhints.cxx |4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) New commits: commit 2d206ffb2612018b54efeda5109d52e269e6b16b Author:

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

2012-07-30 Thread Petr Mladek
writerfilter/source/dmapper/DomainMapper_Impl.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 366a6189f2873f06f9e91be28bc78c95f749f839 Author: David Tardon Date: Mon May 14 14:42:22 2012 +0200 do not crash when opening rtf file with unclosed field group It sti

Re: Static src analysis of LibreOffice

2012-07-30 Thread Michael Stahl
On 30/07/12 14:50, John Smith wrote: > On Mon, Jul 30, 2012 at 2:29 PM, Miklos Vajna wrote: >> >> Did you run sudo yum-builddep libreoffice already? >> > Thanks! that helped a lot. But I still have to do > " ./configure --with-system-hsqldb=no --with-system-saxon=no > --with-system-mdds=no --with-

Re: Build fails 'RuntimeException'

2012-07-30 Thread Michael Stahl
On 30/07/12 04:43, Jean-Tiare LE BIGOT wrote: > > I really have no idea of what to do. It appears that the exception is > intentionally thrown from a test but never caught. i guess something is different about your system that LO code isn't prepared for, and the result is this exception. > On 29

[Libreoffice-commits] .: Branch 'libreoffice-3-6-0' - instsetoo_native/util solenv/inc

2012-07-30 Thread Petr Mladek
instsetoo_native/util/openoffice.lst | 40 +-- solenv/inc/minor.mk |4 +-- 2 files changed, 22 insertions(+), 22 deletions(-) New commits: commit 5782bb689e4dbdc5d2522413a994bf1b072bbe07 Author: Petr Mladek Date: Mon Jul 30 14:54:16 2012 +

Re: Static src analysis of LibreOffice

2012-07-30 Thread John Smith
On Mon, Jul 30, 2012 at 2:29 PM, Miklos Vajna wrote: > > Did you run sudo yum-builddep libreoffice already? > Thanks! that helped a lot. But I still have to do " ./configure --with-system-hsqldb=no --with-system-saxon=no --with-system-mdds=no --with-system-libs " for configure to be satisfied, eve

Re: [REVIEW][3-5][3-6] Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-30 Thread Michael Stahl
On 30/07/12 14:24, Petr Mladek wrote: > Michael Stahl píše v Po 30. 07. 2012 v 13:11 +0200: >> On 28/07/12 19:10, John Smith wrote: >>> On Sat, Jul 28, 2012 at 7:00 PM, Michael Stahl wrote: i guess it fails because you're using Fedora 17 and don't have ccache installed, which causes

[Libreoffice-commits] .: configure.in

2012-07-30 Thread Michael Stahl
configure.in |2 ++ 1 file changed, 2 insertions(+) New commits: commit 59d4e47c62f4b21794eb9ba8ba634df978c3a38f Author: Michael Stahl Date: Mon Jul 30 14:32:06 2012 +0200 configure.in: don't remove AC_SUBST(COMPATH) Change-Id: I1cb11dcfbca09ecdd658849aa9df8245141940c6 diff

Re: Static src analysis of LibreOffice

2012-07-30 Thread Miklos Vajna
On Mon, Jul 30, 2012 at 01:42:44PM +0200, John Smith wrote: > but rpm -qa gives me : > > db4-cxx-4.8.30-10.fc17.i686 > db4-devel-4.8.30-10.fc17.i686 > db4-4.8.30-10.fc17.i686 > > I have no idea whats going on, or how to fix it... > [ running Fedora 17 ] Reading http://www.libreoffice.org/devel

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

2012-07-30 Thread Petr Mladek
Hi, please note that the commit deadline for 3.5.6-rc1 is today, July 30, 2012. The tag and branch libreoffice-3-5-6 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 http://wiki.doc

[Libreoffice-commits] .: configure.in

2012-07-30 Thread Tor Lillqvist
configure.in | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) New commits: commit f1fff153d773a8e526a2054bf3b1230e91bd1479 Author: Tor Lillqvist Date: Mon Jul 30 14:31:04 2012 +0300 Use the toolchain version subdir in -L and -I flags when necessary Change-

Re: [REVIEW][3-5][3-6] Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-30 Thread Petr Mladek
Michael Stahl píše v Po 30. 07. 2012 v 13:11 +0200: > On 28/07/12 19:10, John Smith wrote: > > On Sat, Jul 28, 2012 at 7:00 PM, Michael Stahl wrote: > >> > >> i guess it fails because you're using Fedora 17 and don't have ccache > >> installed, which causes $COMPATH to be the empty string, because

[Libreoffice-commits] .: Branch 'feature/unitymenus' - framework/inc framework/source vcl/inc vcl/Library_vcl.mk vcl/Library_vclplug_gtk.mk vcl/source vcl/unx

2012-07-30 Thread Antonio Fernandez
framework/inc/uielement/menubarmanager.hxx|2 framework/inc/uielement/menubarwrapper.hxx|1 framework/source/uielement/menubarmanager.cxx | 30 +++ framework/source/uielement/menubarwrapper.cxx | 20 +- vcl/Library_vcl.mk|1 vcl/Library_vclplu

[Libreoffice-commits] .: 7 commits - basic/inc basic/source cui/source editeng/source filter/qa fpicker/source framework/inc linguistic/source sc/inc sc/source sfx2/inc sfx2/source starmath/inc svl/in

2012-07-30 Thread Caolán McNamara
basic/inc/basic/sbx.hxx|1 basic/inc/basic/sbxbase.hxx|1 basic/source/classes/propacc.cxx |1 cui/source/inc/cuisrchdlg.hxx |1 editeng/source/editeng/eehtml.hxx |2

Re: Static src analysis of LibreOffice

2012-07-30 Thread John Smith
On Mon, Jul 30, 2012 at 12:29 PM, Tor Lillqvist wrote: >> So if there >> is a way to configure LO (configure --without-foo --without-bar, or >> something) to not make it compile all the 3rd party stuff, > > --with-system-libs. How well that works (how many of the 3rd-party > libs you still need to

[Libreoffice-commits] .: configure.in

2012-07-30 Thread Stephan Bergmann
configure.in |5 - 1 file changed, 5 deletions(-) New commits: commit 9df54ed6d38a550b4c130f987c0994f4d468a1ed Author: Stephan Bergmann Date: Mon Jul 30 13:13:18 2012 +0200 Remove unused SERIALIZER_JAR ...which is likely a leftover. There is a LIBSERIALIZER_JAR that

[REVIEW][3-5][3-6] Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-30 Thread Michael Stahl
On 28/07/12 19:10, John Smith wrote: > On Sat, Jul 28, 2012 at 7:00 PM, Michael Stahl wrote: >> >> i guess it fails because you're using Fedora 17 and don't have ccache >> installed, which causes $COMPATH to be the empty string, because >> CC=/bin/gcc. that is a defect in the configure script, bu

[Libreoffice-commits] .: 2 commits - configure.in solenv/bin

2012-07-30 Thread Tor Lillqvist
configure.in | 14 +- solenv/bin/getcompver.awk |9 + 2 files changed, 22 insertions(+), 1 deletion(-) New commits: commit 659e31939bf364518cfb4e1fa1ac01e0c412b40a Author: Tor Lillqvist Date: Mon Jul 30 14:01:30 2012 +0300 Accept 4.6.x-google

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Lionel Elie Mamane changed: What|Removed |Added Depends on||52615 -- Configure bugmail: https:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #61 from Lionel Elie Mamane 2012-07-30 11:03:32 UTC --- Adding bug 52615; component database; the ADO driver is inactive. This is especially annoying since that's how we "automagically" connect to MS Access databases -> a non-expert

[Libreoffice-commits] .: configure.in

2012-07-30 Thread Michael Stahl
configure.in |5 - 1 file changed, 5 deletions(-) New commits: commit c691d9643994956e8f17710625ccb989d428e1bf Author: Michael Stahl Date: Mon Jul 30 12:46:50 2012 +0200 configure: remove check for empty $COMPATH It would be extremely suprising if we could get to line 110

RE: [Libreoffice-ux-advise] [PATCH] fix bug 51231, but...

2012-07-30 Thread Daniel Mania
> But (don't cast stones at me) could we revert this feature? These new features are annoying me too. In Writer we now have Footer and Header pop-ups and maybe other pop-ups as well. The ones in Writer are not nearly as problematic as the ones in Impress, but they don't work that well either (th

Re: Static src analysis of LibreOffice

2012-07-30 Thread Tor Lillqvist
> So if there > is a way to configure LO (configure --without-foo --without-bar, or > something) to not make it compile all the 3rd party stuff, --with-system-libs. How well that works (how many of the 3rd-party libs you still need to compile) depends on your distro and version. --tml ___

Re: Static src analysis of LibreOffice

2012-07-30 Thread John Smith
On Mon, Jul 30, 2012 at 12:07 PM, John Smith wrote: > On Mon, Jul 30, 2012 at 12:02 PM, Noel Grandin wrote: >> >> On 2012-07-30 11:50, John Smith wrote: >>> Maybe. But even so, bugs in 3rd party software that LibreOffice >>> depends on, potentially means problems in LibreOffice, right ? >>>

Re: [ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-30 Thread Stephan Bergmann
On 07/29/2012 10:55 AM, khagaroth wrote: I just installed RC4 and the bug of not starting on first run (only the splash shows up and then nothing) is back (it was there for 3.5 and then fixed if I remember correctly). This is an unfortunate consequence of the fix for

Re: Static src analysis of LibreOffice

2012-07-30 Thread John Smith
On Mon, Jul 30, 2012 at 12:02 PM, Noel Grandin wrote: > > On 2012-07-30 11:50, John Smith wrote: >>> >> Maybe. But even so, bugs in 3rd party software that LibreOffice >> depends on, potentially means problems in LibreOffice, right ? >> > > Yeah, but it's a lot more painful working on that stuff b

[REVIEW 3-6] fdo#43989 Automatic restart on Windows

2012-07-30 Thread Stephan Bergmann
Backporting the fix for "LO cannot start (reports runtime error with Visual C++ Runtime Library)" to LO 3.6.0 (which causes LO to routinely try to restart itself now after an upgrade on Windows) unfortunately revealed that the fix

Re: Static src analysis of LibreOffice

2012-07-30 Thread Noel Grandin
On 2012-07-30 11:50, John Smith wrote: On Mon, Jul 30, 2012 at 11:45 AM, Olivier Hallot wrote: On a second look, most of the issues are with 3rd parties code (nss, openldap, berkeleydb, etc...) Maybe. But even so, bugs in 3rd party software that LibreOffice depends on, potentially means prob

Re: Static src analysis of LibreOffice

2012-07-30 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Em 30-07-2012 06:50, John Smith escreveu: > On Mon, Jul 30, 2012 at 11:45 AM, Olivier Hallot > wrote: >> >> On a second look, most of the issues are with 3rd parties code (nss, >> openldap, berkeleydb, etc...) >> > Maybe. But even so, bugs in 3rd

[PATCH] fdo#46968: fixing undo of textbox resizing

2012-07-30 Thread János Uray
This patch indends to solve this bug: http://bugs.freedesktop.org/show_bug.cgi?id=46968 The undo just assigned to SdrTextObj::aRect its previous value. Now it calls NbcSetLogicRect() for this task. This function calls -- among others -- NbcSetMinTextFrameHeight(), which is neccessary to avoid this

Re: Static src analysis of LibreOffice

2012-07-30 Thread John Smith
On Mon, Jul 30, 2012 at 11:45 AM, Olivier Hallot wrote: > > On a second look, most of the issues are with 3rd parties code (nss, > openldap, berkeleydb, etc...) > Maybe. But even so, bugs in 3rd party software that LibreOffice depends on, potentially means problems in LibreOffice, right ?

Re: Static src analysis of LibreOffice

2012-07-30 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 HI Great tool indeed. Thanks for the work On a second look, most of the issues are with 3rd parties code (nss, openldap, berkeleydb, etc...) ATB Olivier Em 29-07-2012 15:20, John Smith escreveu: > Hi, > > > I have been playing around with the ll

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

2012-07-30 Thread Michael Stahl
Makefile.top |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1b60abb34466d4604985efeb56d81bc4ac604c2e Author: Luboš Luňák Date: Sun Jul 22 16:26:29 2012 +0200 'make build' again generates .msi on windows This is a partial revert of 0ec45dc41dd4

[Libreoffice-commits] .: configure.in

2012-07-30 Thread Tor Lillqvist
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 83837d6514217c82ebe8d56dddf89fa34f4b5435 Author: Tor Lillqvist Date: Mon Jul 30 12:24:41 2012 +0300 The 'r' in unxandr stands for ARM Change-Id: I5b6e713c130dc52f00d0d1e941ae856e8a3b7e7e di

Re: Static src analysis of LibreOffice

2012-07-30 Thread John Smith
On Mon, Jul 30, 2012 at 10:26 AM, Michael Meeks wrote: > > So - if you send a few patches to fix some of the issues - I'll get > you > a freedesktop commit account which comes with shell access & some web > space - how does that sound ? :-) [ modulo anyone wanting to add this to > the cla

Re: [PUSHED][3-6] MSVC 2008 build now passes "make check"

2012-07-30 Thread Miklos Vajna
On Wed, Jul 18, 2012 at 08:40:29PM +0200, Michael Stahl wrote: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=5d95ab29f228c355029147ee083e9f222545c0ae > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=111e10bd401b3fee981f32f5f98fc7512a5c47f8 > > http://cgit.freedesktop.org/

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 9 commits - Makefile.top sc/qa smoketest/CppunitTest_smoketest.mk smoketest/data smoketest/smoketest_too.cxx solenv/gbuild svl/Module_svl.mk sw/Juni

2012-07-30 Thread Miklos Vajna
Makefile.top|8 +++- sc/qa/extras/scdatapilottableobj.cxx|2 +- smoketest/CppunitTest_smoketest.mk |9 - smoketest/data/Test_Ext.xml |3 ++- smoketest/smoketest_too.cxx |1 + solenv/gbuild/JavaClassSet.mk

[Libreoffice-commits] .: sfx2/source

2012-07-30 Thread Stephan Bergmann
sfx2/source/control/templatelocalview.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 442b57834aa4e01b832cad42b2b466e8cb2a94a8 Author: Stephan Bergmann Date: Mon Jul 30 10:46:00 2012 +0200 ...or rather, renamed #include Change-Id: I01e330672d2382e9241b836e7c2b38c0

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

2012-07-30 Thread Miklos Vajna
Hi János, Nice work! :) I wanted to push this, but it seems it causes a crash here when I do the followings: - start ./soffice.bin - open tools -> options -> user data - don't change anything, just click OK - file -> exit -> abort Here is the backtrace: (gdb) bt #0 0x76e30d95 in raise

Re: [PATCH] Fix a library not found error

2012-07-30 Thread Stephan Bergmann
On 07/28/2012 03:39 PM, Francois Tigeot wrote: testtools/CustomTarget_uno_test.mk may fail with the "uno" binary unable to find its needed shared libraries: ... [ build ALL ] loaded modules: testtools Shared object "libuno_cppu.so.3" not found, required by "uno" I cannot reprod

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 vitriol changed: What|Removed |Added Depends on||51620 --- Comment #60 from vitriol 2012-07-30

Re: Static src analysis of LibreOffice

2012-07-30 Thread Michael Meeks
Hi John, On Sun, 2012-07-29 at 21:33 +0200, John Smith wrote: > But it looks like there still is a need for a place to store the html > output reports somewhere ? I have (limited) space on Wow :-) it's nice to have that publicly available. > http://lbalbalba.x90x.net/clang-analyzer/libre

Re: Solarmutex Deadlock when Closing Calc which contains functions with XVolatileResult return values

2012-07-30 Thread Stephan Bergmann
On 07/27/2012 05:43 PM, anwen wrote: After doing some research, I suspect that the deadlock is because of SolarMutex. The main thread starts termination process, acquires SolarMutex, and tries to close the second thread. But the second thread can not complete if the Listener->modified() function

[Libreoffice-commits] .: sw/qa writerfilter/source

2012-07-30 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo36089.rtf |9 ++ sw/qa/extras/rtfimport/rtfimport.cxx |8 + writerfilter/source/dmapper/DomainMapper_Impl.cxx | 33 ++ writerfilter/source/dmapper/FieldTypes.hxx|1 writerfilter/source/rtftok/rt

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

2012-07-30 Thread Andrzej J.R. Hunt
android/sdremote/src/org/libreoffice/impressremote/PresentationFragment.java |6 android/sdremote/src/org/libreoffice/impressremote/TestClient.java |2 android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationService.java |

[Libreoffice-commits] .: 3 commits - configure.in distro-configs/LibreOfficeAndroidX86.conf

2012-07-30 Thread Tor Lillqvist
configure.in | 86 +++--- distro-configs/LibreOfficeAndroidX86.conf |1 2 files changed, 45 insertions(+), 42 deletions(-) New commits: commit 42f17f3f62471d5be4fe7db7334db09c3b8cbe08 Author: Tor Lillqvist Date: Mon Jul 30 10:32:01 20

[Libreoffice-commits] .: configure.in

2012-07-30 Thread Tor Lillqvist
configure.in |6 ++ 1 file changed, 6 insertions(+) New commits: commit 291dcae246de9e32d9ca5926be463ad910c5bd1e Author: Tor Lillqvist Date: Mon Jul 30 09:40:41 2012 +0300 Add comment about NDK r8b diff --git a/configure.in b/configure.in index 6782015..6d9699d 100644 --- a/confi

[Libreoffice-commits] .: mdds/0001-fix-linking-error-with-boost-1.50.patch mdds/makefile.mk

2012-07-30 Thread David Tardon
mdds/0001-fix-linking-error-with-boost-1.50.patch | 27 ++ mdds/makefile.mk |4 ++- 2 files changed, 30 insertions(+), 1 deletion(-) New commits: commit 43a20bf6fc3213c38a77a2941a4999313bdfefbe Author: David Tardon Date: Mon Jul 30 07:

[Libreoffice-commits] .: sc/source

2012-07-30 Thread Markus Mohrhard
sc/source/core/data/documen2.cxx | 134 +++ 1 file changed, 66 insertions(+), 68 deletions(-) New commits: commit 7c4e057b14c1d7325890297730e6cf710c128bf0 Author: Markus Mohrhard Date: Sat Jul 28 12:14:09 2012 +0200 small code cleanup Change-I

  1   2   >