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

2012-05-03 Thread Jan Holesovsky
check.php | 20 1 file changed, 12 insertions(+), 8 deletions(-) New commits: commit a4fe558d36097424601467b310ab83cb39f623cb Author: Jan Holesovsky ke...@suse.cz Date: Thu May 3 09:50:26 2012 +0200 3.5.3 RC2 is Final, update everything earlier to that. diff --git

[Libreoffice-commits] .: src/pptstream.py

2012-05-03 Thread Tor Lillqvist
src/pptstream.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 26802820dda81ffdd07fba03e259a271be7149d6 Author: Tor Lillqvist tlillqv...@suse.com Date: Thu May 3 14:35:47 2012 +0300 Print record type and instance in decimal, too Makes

[Libreoffice-commits] .: 3 commits - src/pptrecord.py src/pptstream.py

2012-05-03 Thread Tor Lillqvist
src/pptrecord.py | 48 src/pptstream.py |7 --- 2 files changed, 52 insertions(+), 3 deletions(-) New commits: commit a19153ea5e828e4465e9e9896a5ab050945ec28e Author: Tor Lillqvist tlillqv...@suse.com Date: Thu May 3 15:36:11 2012

[Libreoffice-commits] .: binfilter/inc

2012-05-03 Thread Caolán McNamara
binfilter/inc/bf_svtools/svdde.hxx |4 1 file changed, 4 insertions(+) New commits: commit b85701cac464778e0717773da342450648151e97 Author: Caolán McNamara caol...@redhat.com Date: Thu May 3 18:00:18 2012 +0100 Revert Remove unused parts This reverts commit

[Libreoffice-commits] .: 2 commits - cui/source officecfg/registry

2012-05-03 Thread Stephan Bergmann
cui/source/options/optpath.cxx |4 +-- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 17 + 2 files changed, 9 insertions(+), 12 deletions(-) New commits: commit 920db17e94a8880658090f0887f788db0b15e2a2 Author: Stephan Bergmann

[Libreoffice-commits] .: sc/CppunitTest_sc_chart_regression_test.mk

2012-05-03 Thread René Engelhard
sc/CppunitTest_sc_chart_regression_test.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit ee7628aeebd21d672dd9a32672f802849da2d2f8 Author: Rene Engelhard r...@debian.org Date: Thu May 3 09:13:35 2012 +0200 fix sc_chart_regression_test build with system-libxml2

Re: [GSOC] Template UI Dialog

2012-05-03 Thread Cedric Bosdonnat
Hello Rafael, Great to see that you are still around :) Do you have exams or classes that could conflict with GSoC? It would be great for you to join the des...@global.libreoffice.org mailing list: the guys there are eager to work with you on this project. IMHO, we should split the project into

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #301 from Michael Pappas painful...@gmail.com 2012-05-03 01:11:38 PDT --- I would like to nominate bug 39791. Reason: there is a large number of Libreoffice corporate deployments. A number of them, including my own, has a mixed

Re: [GSoC] Keeping silence during the first weeks isn't good

2012-05-03 Thread Cedric Bosdonnat
Hi Rafael, First, it would be great to have our conversations publicly on the mailing list: it would help others to jump in if needed. On Wed, 2012-05-02 at 21:09 -0430, Rafael Dominguez wrote: Hi Cedric, sorry i been away for a weeks or so, now im back to work on the gsoc task. I probably

[Libreoffice-commits] .: git-hooks/commit-msg

2012-05-03 Thread Norbert Thiebaud
git-hooks/commit-msg | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 298fbdc42af781cdd47d2cbedd945ec8c4a564bc Author: Norbert Thiebaud nthieb...@gmail.com Date: Thu May 3 03:17:35 2012 -0500 commit-hook: tweak add_ChangeId() to tolerate git-am -s

[Libreoffice-commits] .: solenv/gbuild

2012-05-03 Thread Stephan Bergmann
solenv/gbuild/platform/unxgcc.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 4d68b95cb9e2fcf761940de6f8662d21218452f2 Author: David Ostrovsky david.ostrov...@gmx.de Date: Sat Apr 28 20:57:54 2012 +0200 add --not-as-needed linker option on unxgcc platform

Re: help with windows tinbuild and symlinks

2012-05-03 Thread Noel Grandin
On 2012-05-02 19:54, Michael Stahl wrote: so i've added a --with-solver-and-workdir-root to do that on master Thanks, that's an awesome idea. But now I'm getting all kinds of weird errors, see the attached log. Also, I think make clean will need to explicitly clean out the solver and

Re: [PUSHED] Re: make check problem in libtest_smoketest building master

2012-05-03 Thread Stephan Bergmann
On 04/28/2012 09:27 PM, David Ostrovsky wrote: With this ugly (work-in-progress) hack (needed only in gbuild-part) make check command pass now on Ubuntu 11.10 (with default --as-needed linker option) I'm not sure, if this is the best place to do it. Note: I did it unconditionally: the production

Re: [Libreoffice-commits] .: drop ensure for non-NULL pointer and use a ref

2012-05-03 Thread Stephan Bergmann
On 05/03/2012 01:07 AM, Caolán McNamara wrote: commit 80fdb3498c68f9e7f9bdd98674e762cb084fce57 Author: Caolán McNamaracaol...@redhat.com Date: Wed May 2 22:45:52 2012 +0100 drop ensure for non-NULL pointer and use a ref That was the common(?) idiom of passing out parameters by pointer

[PUSHED] Re: [PATCH] fdo#31005: Table Autoformats does not save/apply all properties

2012-05-03 Thread Michael Stahl
On 24/04/12 22:11, Muhammad Haggag wrote: Hello. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=31005 Patch: = https://bugs.freedesktop.org/attachment.cgi?id=60462 hi Muhammad, that's some really nice work from you here! sorry for taking so long, but i had hoped that

[Libreoffice-commits] .: instsetoo_native/inc_openoffice

2012-05-03 Thread Andras Timar
instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 97c7955a7d6c59510580cf21d297cea71a2560bd Author: Andras Timar ati...@suse.com Date: Thu May 3 11:31:52 2012 +0200 fdo#48812 change Customer

Re: [PUSHED] Re: [PATCH] fdo#31005: Table Autoformats does not save/apply all properties

2012-05-03 Thread Lubos Lunak
On Thursday 03 of May 2012, Michael Stahl wrote: On 24/04/12 22:11, Muhammad Haggag wrote: Pieter, who reported the bug, is willing to do some testing provided he's given a Windows build. He's not a developer, so if there's an easy way to get him a Windows build with the changes, it'd be

Re: LO Help

2012-05-03 Thread Jan Holesovsky
Hi Italo, Italo Vignoli píše v Út 01. 05. 2012 v 15:05 +0200: I have made a quick and dirty comparison between the contents of the help and the wiki WRT LO functions, and I have discovered a further mess. Sorry to hear that - it must be a problem in the help - wikihelp converter. Can you

Re: [PATCH] Re: input for fdo#45779 from a basegfx knowledgeable person needed

2012-05-03 Thread Thorsten Behrens
Pierre-André Jacquod wrote: back again after a while. Hi Pierre-André, welcome back! :) It happens that basegfx::GetLineArrow(...) (also defined within msdffimp.cxx, line 1102) does not create a valid polygon when eLineEnd has the value mso_lineNoEnd... In the switch(eLineEnd), this goes

Re: [PATCH] Move polygon creation from rect attrs into helper method

2012-05-03 Thread Thorsten Behrens
Christina Roßmanith wrote: @Thorsten: The method importSVG which calls the ShapeRenderingVisitor is used for magic file type detection? Hi Christina, nah, type detection happens in filter/source/svg/svgfilter.cxx's SVGFilter::detect() - and is rather crude. ;) And good catch wrt.

Re: LO Help

2012-05-03 Thread Italo Vignoli
Actually, the wiki I have been pointed to by Regina is the OOo documentation wiki, which is a useful reference but not LO Help Wiki. The links are the following: http://wiki.services.openoffice.org/wiki/Documentation/How_Tos/Calc:_Functions_listed_by_category

Re: svgreader.cxx: XML_RECT question

2012-05-03 Thread Thorsten Behrens
Marco Cecchetti wrote: Btw I have no idea which user action the ShapeRenderingVisitor is triggered by. Hi Marco, sigh, yeah, as mentioned in another mail - the whole importSvg() is dead code by now, sorry for having missed that earlier when Christina started consolidating stuff - commit

Re: [RESOLVED] Delete-unused-code-TypeDescriptor_Init_Impl.patch

2012-05-03 Thread Thorsten Behrens
Finishing up thread. -- Thorsten pgpMmYpnm54Rp.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: LO Help

2012-05-03 Thread Jan Holesovsky
Hi Italo, Italo Vignoli píše v Čt 03. 05. 2012 v 12:09 +0200: Actually, the wiki I have been pointed to by Regina is the OOo documentation wiki, which is a useful reference but not LO Help Wiki. The links are the following:

Re: [RESOLVED] Removed unused methods

2012-05-03 Thread Thorsten Behrens
Finishing up thread. -- Thorsten pgpA2wF6DuJuV.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: Makefile

2012-05-03 Thread Michael Stahl
Makefile |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 38a91f15e60d01e2d33dd70c1f83e9b2e73426c4 Author: Michael Stahl mst...@redhat.com Date: Thu May 3 12:51:36 2012 +0200 Makefile: clean should rm $SOLARVER (see f33ba93b) diff --git a/Makefile

Re: [PATCH] Move polygon creation from rect attrs into helper method

2012-05-03 Thread Christina Roßmanith
Then let's bury ShapeRenderingVisitor as well...(already commited locally) Christina Am 03.05.2012 11:40, schrieb Thorsten Behrens: Christina Roßmanith wrote: @Thorsten: The method importSVG which calls the ShapeRenderingVisitor is used for magic file type detection? Hi Christina, nah,

Re: [PUSHED] SVG: text elements and graphic elements should not share style ids

2012-05-03 Thread Thorsten Behrens
Fridrich Strba wrote: BTW, do you have a commit access? I guess you should be pushing this kind of stuff without having it reviewed. Thorsten, what do you think? Seconded. Christina, would you perform the steps listed here: http://wiki.documentfoundation.org/Development/NewAccount ?

[Libreoffice-commits] .: desktop/Executable_soffice_bin.mk desktop/Package_soffice_bin.mk solenv/gbuild

2012-05-03 Thread David Tardon
desktop/Executable_soffice_bin.mk | 15 +++ desktop/Package_soffice_bin.mk|6 -- solenv/gbuild/LinkTarget.mk |1 - 3 files changed, 15 insertions(+), 7 deletions(-) New commits: commit 056b9b45bf94bf5c362d8409c5919a6565d2922d Author: David Tardon

should global keyboard shortcuts override sidepane mnemonics? (was: Re: [PATCH]bnc#753458: CtrlW in Impress starts presentation mode)

2012-05-03 Thread Thorsten Behrens
Felix Zhang wrote: It will be great if someone review it for me, thanks! Hi Felix, yeah, makes sense as a first cut - ultimately, though, there's a deeper problem, in that apparently global shortcuts are eaten by this dialog-in-disguise pane. For example, Ctrl-S is similarly eaten - you would

Re: [Libreoffice] [PATCH] Corrected typo in names of four swriter classes

2012-05-03 Thread Michael Meeks
Hi Christoph, On Mon, 2011-02-07 at 21:30 +0100, Christoph Herzog wrote: Checked for the misspelled names via ./g grep, built master before and after the changes and no error occurred. So hopefully it is ok. ... patch under LGPLv3+/MPL. I'm just working through the MPL/LGPLv3+

Re: help with windows tinbuild and symlinks

2012-05-03 Thread Noel Grandin
Interesting, my problem under Cygwin went away when I changed from this --with-solver-and-workdir-root=/cygdrive/d to this --with-solver-and-workdir-root=d:\ My build is still running, but it's getting much further than it was earlier today. On 2012-05-02 19:54, Michael Stahl wrote: so i've

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

2012-05-03 Thread Caolán McNamara
sot/inc/sot/stg.hxx |6 +++--- sot/source/sdstor/stg.cxx| 14 +++--- sot/source/sdstor/storage.cxx|2 +- sot/source/sdstor/ucbstorage.cxx |4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) New commits: commit

Re: [GERRIT][PATCH] gbuild conversion l10ntools module

2012-05-03 Thread Thorsten Behrens
David Ostrovsky wrote: 5. -.IF $(OS) == MACOSX $(CPU) == P $(COM) == GCC -# There appears to be a GCC 4.0.1 optimization error causing _file:good() to -# report true right before the call to writeOut at HelpLinker.cxx:1.12 l. 954 -# but out.good() to report false right at the start of

Re: help with windows tinbuild and symlinks

2012-05-03 Thread Michael Stahl
On 03/05/12 10:37, Noel Grandin wrote: On 2012-05-02 19:54, Michael Stahl wrote: so i've added a --with-solver-and-workdir-root to do that on master Thanks, that's an awesome idea. But now I'm getting all kinds of weird errors, see the attached log. the gbuild ones apparently come

Re: [PATCH] Replace equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator

2012-05-03 Thread Thorsten Behrens
Elton Chung wrote: Replacement is done by using regex. More to come :) Hi Elton, just a quick feedback, beyond what Michael Lubos mentioned - this specific one breaks at unotools/source/config/fontcfg.cxx:360 seems '! aLocale.Country == cn' needs some explicit bracketing. Cheers, --

[Libreoffice-commits] .: sot/source

2012-05-03 Thread Caolán McNamara
sot/source/sdstor/stgstrms.cxx |2 +- sot/source/sdstor/stgstrms.hxx | 18 +- 2 files changed, 10 insertions(+), 10 deletions(-) New commits: commit 6577e56a9cfd946d7382c87995d35b8c47776698 Author: Caolán McNamara caol...@redhat.com Date: Thu May 3 13:24:48 2012 +0100

Re: [REVIEW 3-5] Fix Windows debug build

2012-05-03 Thread Tor Lillqvist
But how can one in the module where something links to this library know if it has been built in debug mode or not? --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH proposed for 3.5 only] Re: vcl module fails to compile (3.5 branch)

2012-05-03 Thread Julien Nabet
On 30/04/2012 15:01, Caolán McNamara wrote: On Sun, 2012-04-29 at 01:15 -0700, julien2412 wrote: FWIW I *think* we're still building the universal LibO on a RHEL-4-alike baseline so we'd need some route to use the api that exists on glib2-2.4.7 (!, ?) so we can't unconditionally use

Re: [PATCH proposed for 3.5 only] Re: vcl module fails to compile (3.5 branch)

2012-05-03 Thread Lubos Lunak
On Thursday 03 of May 2012, Julien Nabet wrote: On 30/04/2012 15:01, Caolán McNamara wrote: On Sun, 2012-04-29 at 01:15 -0700, julien2412 wrote: FWIW I *think* we're still building the universal LibO on a RHEL-4-alike baseline so we'd need some route to use the api that exists on

Re: Regarding your commit: Add all the available themes to the list

2012-05-03 Thread khagaroth
On Wed, May 2, 2012 at 12:31 PM, Michael Meeks michael.me...@suse.com wrote:        Personally, I'd like to ship just two themes: tango and highcontrast, I hope that was meant only for Linux builds, because the only theme that doesn't look completely out of place on Windows is Galaxy.

Re: [REVIEW 3-5] Fix Windows debug build

2012-05-03 Thread Michael Stahl
On 03/05/12 14:50, Tor Lillqvist wrote: But how can one in the module where something links to this library know if it has been built in debug mode or not? looks like this should not depend on $(debug) but instead on --enable-dbgutil, which is intended for such cases (see stlport, msvc runtime,

Re: help with windows tinbuild and symlinks

2012-05-03 Thread Matúš Kukan
On 3 May 2012 13:30, Michael Stahl mst...@redhat.com wrote: Matus, is 8fd5ba3749aa740b3c060db775b42f15a5ce50a7 really necessary? it seems to make everything more complex.. It is if you want to build inside /home/ +# Convert path to native notation +# First convert to unix style to avoid

Re: help with windows tinbuild and symlinks

2012-05-03 Thread Noel Grandin
Why are we playing substring games instead of using the cygpath utility to convert between cygwin-unix-style-paths and windows-paths ? Is it a speed issue? On 2012-05-03 16:20, Matúš Kukan wrote: +# Convert path to native notation +# First convert to unix style to avoid problems when +#

Blanket license statement

2012-05-03 Thread Francois Tigeot
All of my past contributions to LibreOffice are licensed under the MPL/LGPLv3+ dual license; subsequent ones may also be licensed as MPL/LGPLv3+ unless stated otherwise. -- Francois Tigeot ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [REVIEW 3-5] Fix Windows debug build

2012-05-03 Thread Jesús Corrius
On Thu, May 3, 2012 at 2:50 PM, Tor Lillqvist t...@iki.fi wrote: But how can one in the module where something links to this library know if it has been built in debug mode or not? Then a better option is probably to change the static library name to always be libpq.lib in all cases. -- Jesús

relicensing

2012-05-03 Thread Martin Hosken
Dear All, All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Yours, Martin Hosken NRSI, SIL International ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[PUSHED] Remove unused method canvas::tools::clipBlit

2012-05-03 Thread Jesús Corrius
On Thu, May 3, 2012 at 1:04 PM, Jordi Mallach jo...@sindominio.net wrote: Hi, Attached is a trivial patch to remove the unused method canvas::tools::clipBlit. I seem to have contributed a a pair of changes to OpenOffice.org in the past, so I hereby declare that: All of my past future

[Libreoffice-commits] .: sot/source

2012-05-03 Thread Caolán McNamara
sot/source/sdstor/stgstrms.cxx | 112 +++-- sot/source/sdstor/stgstrms.hxx |4 + 2 files changed, 100 insertions(+), 16 deletions(-) New commits: commit cdcf2fcefcf05d25411d1cce685f410256ff46cf Author: Caolán McNamara caol...@redhat.com Date: Thu May 3

Patch unused function VendorBase::getJavaExePaths

2012-05-03 Thread Marc Garcia
Hey there, here you have a patch which removes an unused function. Hope it helps. This patch and any other contribution I do to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Cheers, Marc 0001-Remove-unused-method-VendorBase-getJavaExePaths-int.patch Description: Binary

[Libreoffice-commits] .: sc/source

2012-05-03 Thread Caolán McNamara
sc/source/core/data/global.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit d0dcf1d65c79c4c607a1ac24c0c57f4b1a935294 Author: Caolán McNamara caol...@redhat.com Date: Thu May 3 16:43:12 2012 +0100 WaE: variables set but unused Change-Id:

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

2012-05-03 Thread Caolán McNamara
sot/source/sdstor/stgstrms.cxx | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) New commits: commit cede5686f6b622686f6f5c5a3b69e1af7e086741 Author: Caolán McNamara caol...@redhat.com Date: Thu May 3 16:59:43 2012 +0100 should have been SAL_WARN

Re: [PATCH proposed for 3.5 only] Re: vcl module fails to compile (3.5 branch)

2012-05-03 Thread julien2412
Thank you Lubos for your piece of advice, I'm going to -remove Werror from my autogen.lastrun used for 3.5 compilation and I'll keep this option for master compiling. (I'll have to think about it when 3.6 will be freezed soon and master will correspond to future 3.7 :-) ) Julien. -- View this

[Libreoffice-commits] .: sc/inc

2012-05-03 Thread Caolán McNamara
sc/inc/global.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit 2033e7c4f2c0a199dc6124e2ec519f06e7bf0aa3 Author: Caolán McNamara caol...@redhat.com Date: Thu May 3 17:14:58 2012 +0100 include vector for std::vector Change-Id:

Re: help with windows tinbuild and symlinks

2012-05-03 Thread Tor Lillqvist
Is it a speed issue? If it is, one solution would be to require our own make fork on Cygwin (it is very much recommended already), and add some suitable $(cygpath ...) function to it (probably two: cygpath_to_windows and winpath_to_cygwin, or something), which would call the appropriate Cygwin

Re: [PUSHED] Re: [PATCH] fdo#31005: Table Autoformats does not save/apply all properties

2012-05-03 Thread Muhammad Haggag
       Oh - and one more thing :-) as we inch closer to the feature-freeze, it'd be great to update the 3.6 features page:        http://wiki.documentfoundation.org/ReleaseNotes/3.6        For any substantial fixes / improvements. I'll update the release notes once I get confirmation from

Commit license

2012-05-03 Thread Guillaume Poussel
Hi everyone, All of my past and future contributions to LibreOffice may be licensed under MPL/LGPLv3+ dual license (or any other license). Regards, Guillaume Poussel Le 3 mai 2012 13:19, Michael Meeks michael.me...@suse.com a écrit : Hi there, On Sun, 2011-02-27 at 23:03 +0100, Guillaume

Re: [PUSHED] Re: [PATCH] fdo#31005: Table Autoformats does not save/apply all properties

2012-05-03 Thread Muhammad Haggag
On Thu, May 3, 2012 at 11:24 AM, Michael Stahl mst...@redhat.com wrote: sorry for taking so long, but i had hoped that somebody else would perhaps be more familiar with table autoformats and review this rather substantial patch :) No problem. I'm improving my knowledge of AutoFormats and

Re: [PUSHED] Re: [PATCH] fdo#31005: Table Autoformats does not save/apply all properties

2012-05-03 Thread Michael Stahl
On 03/05/12 19:15, Muhammad Haggag wrote: On Thu, May 3, 2012 at 11:24 AM, Michael Stahl mst...@redhat.com wrote: sorry for taking so long, but i had hoped that somebody else would perhaps be more familiar with table autoformats and review this rather substantial patch :) No problem. I'm

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 tommy27 ba...@quipo.it changed: What|Removed |Added Depends on||49350 --- Comment #302 from

[libreoffice] license statement

2012-05-03 Thread Marco Cecchetti
All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. -- Marco Cecchetti ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: connectivity/source

2012-05-03 Thread Markus Mohrhard
connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) New commits: commit fff2d18a08a37c0fa6a370e56591117fc08664d2 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Thu May 3 23:03:50 2012 +0200

[REVIEW-3-5] respect absolute paths for mozilla profiles, fdo#45171, lp#919659

2012-05-03 Thread Markus Mohrhard
Hey, [1] fixes a nasty problem that if you use absolute paths for the mozilla profile in profiles.ini loading/saving password protected files fails. The problem has been that in the MINIMAL_PROFILEDISCOVER case we just ignored the IsRelative attribute and always assumed that the path is relative.

[Libreoffice-commits] .: extensions/source

2012-05-03 Thread Caolán McNamara
extensions/source/plugin/base/context.cxx |7 ++- extensions/source/plugin/unx/mediator.cxx |9 +++-- extensions/source/scanner/sane.cxx|6 -- 3 files changed, 17 insertions(+), 5 deletions(-) New commits: commit 76cc8aca4270bc2542cc8444d07f80d578eb6581 Author:

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

2012-05-03 Thread Michael Stahl
connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) New commits: commit 3ee18325cf8c06c04296173619f4535671e391e9 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Thu May 3 23:03:50 2012 +0200

[Libreoffice-commits] .: comphelper/Library_comphelp.mk comphelper/Library_comphelper.mk comphelper/Module_comphelper.mk

2012-05-03 Thread Michael Stahl
comphelper/Library_comphelp.mk | 153 --- comphelper/Library_comphelper.mk | 153 +++ comphelper/Module_comphelper.mk |2 3 files changed, 154 insertions(+), 154 deletions(-) New commits: commit

[PUSHED][3-5] Re: [REVIEW-3-5] respect absolute paths for mozilla profiles, fdo#45171, lp#919659

2012-05-03 Thread Michael Stahl
On 03/05/12 23:19, Markus Mohrhard wrote: Hey, [1] fixes a nasty problem that if you use absolute paths for the mozilla profile in profiles.ini loading/saving password protected files fails. The problem has been that in the MINIMAL_PROFILEDISCOVER case we just ignored the IsRelative

Re: help with windows tinbuild and symlinks

2012-05-03 Thread Matúš Kukan
On 3 May 2012 16:28, Noel Grandin n...@peralex.com wrote: Why are we playing substring games instead of using the cygpath utility to convert between cygwin-unix-style-paths and windows-paths ? Is it a speed issue? Hmm, I think it is better because of speed, though I did not run a single test

On SSL library support

2012-05-03 Thread Patrick McCarty
Hello, Due to a license conflict with a project I was working on, I had the task of building LibreOffice without OpenSSL support. To accomplish this, I replaced the relevant code from the OOX module that uses the OpenSSL API (from oox/source/core/filterdetect.cxx) to use the NSS API instead, and

License Statement

2012-05-03 Thread Xisco Faulí
Dear All, I'm still alive but still travelling so I can't code at the moment. I'm coming back in a few months and I'm looking forward to finish the work I did during the last GSOC. For now, here you have my license statement: All of my past future contributions to LibreOffice may be licensed

Re: On SSL library support

2012-05-03 Thread Norbert Thiebaud
On Thu, May 3, 2012 at 7:30 PM, Patrick McCarty patrick.mcca...@linux.intel.com wrote: Hello, Due to a license conflict with a project I was working on, I had the task of building LibreOffice without OpenSSL support. To accomplish this, I replaced the relevant code from the OOX module that

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45171, which changed state. Bug 45171 Summary: Can't open or create libreoffice documents with password, when mozilla profile has an absolute path https://bugs.freedesktop.org/show_bug.cgi?id=45171 What

Re: [Libreoffice-qa] 3.5.1 Online Update testing

2012-05-03 Thread Jan Holesovsky
Hi Klaus-Juergen, klaus-jürgen weghorn ol píše v St 02. 05. 2012 v 21:51 +0200: No update to 3.5.3 up to now (3.5.2.2) (after today's announcing). Great catch, sorry for that. I've updated the update service to offer 3.5.3 now. Thank you for noticing! All the best, Kendy

Re: [Libreoffice-qa] Help offered and needed to debug crash with PDF export on Windows [Bug 47511]

2012-05-03 Thread Petr Mladek
Hi Roman, nice catch. Roman píše v So 28. 04. 2012 v 16:48 +0200: Hi there, can someone who has got some experience with Windows debugging please have a look at Bug 47511 - PDF: Writer: exporting a document as pdf file will crash Writer Given the fact that codevi...@gmail.com

Re: [Libreoffice-qa] Help offered and needed to debug crash with PDF export on Windows [Bug 47511]

2012-05-03 Thread Roman Eisele
Am 03.05.12 10:55, schrieb Petr Mladek: Hi Roman, nice catch. Thanks! IMHO there is a good chance (given the user's long and friendly comments #2 and #6) that -- if we can give codevi...@gmail.com a good cooperative experience -- we could win another experienced person who could be a

Re: [Libreoffice-qa] 3.5.3 Online Update testing

2012-05-03 Thread klaus-jürgen weghorn ol
Hi Kendy, Am 03.05.2012 09:55, schrieb Jan Holesovsky: Hi Klaus-Juergen, klaus-jürgen weghorn ol píše v St 02. 05. 2012 v 21:51 +0200: No update to 3.5.3 up to now (3.5.2.2) (after today's announcing). Great catch, sorry for that. I've updated the update service to offer 3.5.3 now. Works

[Libreoffice-qa] LibreOffice QA call 2012-05-04 14:00 UTC

2012-05-03 Thread Bjoern Michaelsen
Hi there, this is the reminder that we have the next QA call on Friday: 2012-05-04 1400UTC prototype agenda below. Additions and corrections most welcome. action item review: - Update/Create active triagers wiki page (Cor/Rainer) - collect further ideas for spending a dedicated resource

Re: [Libreoffice-qa] 3.5.3 Online Update testing

2012-05-03 Thread Jan Holesovsky
Hi Klaus-Juergen, klaus-jürgen weghorn ol píše v Čt 03. 05. 2012 v 16:14 +0200: Thank you for noticing! Was the job you gave me. ;-) :-) Question: What period of time will/should be between official announcing and update service? I do not think it is too problematic if the update

[Libreoffice-qa] Contato - Moura Adv

2012-05-03 Thread Moura
Title: Date - Message - From: mo...@advogadosassociados.com.br Sent: qui 03/05/12 11:00 Prezado Cliente, Primeiramente agradecemos o seu contato. Conforme acordo firmado junto a empresa credora, estamos enviando o boleto de pagamento conforme o combinado: Caso

[Libreoffice-bugs] [Bug 48758] TABLE: Number Format Recognition is performed though Option Number Format Recognition is not Marked

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48758 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 49318] FILEOPEN 3.4.4 created spreadsheet stops with error message

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49318 --- Comment #3 from trent parry tripary.15.dyer...@spamgourmet.com 2012-05-02 23:14:42 UTC --- Created attachment 60945 -- https://bugs.freedesktop.org/attachment.cgi?id=60945 ods file that cannot be opened in 3.5.2 This file opens fine in

[Libreoffice-bugs] [Bug 49318] FILEOPEN 3.4.4 created spreadsheet stops with error message

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49318 --- Comment #4 from trent parry tripary.15.dyer...@spamgourmet.com 2012-05-02 23:15:33 PDT --- I've attached an ODS that fails to open in 3.5.2 but opens fine in 3.4.4. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Libreoffice-bugs] [Bug 49226] CONFIGURATION: writer crash, python related

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49226 vwf bug_...@vulkor.net changed: What|Removed |Added Version|LibO 3.5.2 Release |LibO 3.5.3 release --

[Libreoffice-bugs] [Bug 48763] TABLE FORMATTING: (context menu) setting Number recognition should be possible for each individual cell

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48763 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 49379] Setting the Temp path (Tools Options) impossible with an extension

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49379 --- Comment #2 from Stephan Bergmann sberg...@redhat.com 2012-05-03 00:23:15 PDT --- Created attachment 60946 -- https://bugs.freedesktop.org/attachment.cgi?id=60946 Sample extension to change temp path Turns out these paths are stored in two

[Libreoffice-bugs] [Bug 49379] Setting the Temp path (Tools Options) impossible with an extension

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49379 Stephan Bergmann sberg...@redhat.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 49413] New: RTF: RTF import does not honor page margins (\marg*) and new section is not displayed

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49413 Bug #: 49413 Summary: RTF: RTF import does not honor page margins (\marg*) and new section is not displayed Classification: Unclassified Product: LibreOffice Version: LibO

[Libreoffice-bugs] [Bug 49414] New: EDITING: Copying table from Writer to Calc text in the table changed to date unexpectedly

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49414 Bug #: 49414 Summary: EDITING: Copying table from Writer to Calc text in the table changed to date unexpectedly Classification: Unclassified Product: LibreOffice Version: LibO

[Libreoffice-bugs] [Bug 49414] EDITING: Copying table from Writer to Calc text in the table changed to date unexpectedly

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49414 Andres attem...@gmail.com changed: What|Removed |Added Platform|Other |x86 (IA32)

[Libreoffice-bugs] [Bug 49378] Setting the paths (Tools Options) with an extension fails

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49378 --- Comment #2 from Stephan Bergmann sberg...@redhat.com 2012-05-03 01:09:13 PDT --- Created attachment 60950 -- https://bugs.freedesktop.org/attachment.cgi?id=60950 working example -- Configure bugmail:

[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #301 from Michael Pappas painful...@gmail.com 2012-05-03 01:11:38 PDT --- I would like to nominate bug 39791. Reason: there is a large number of Libreoffice corporate deployments. A number of them, including my own, has a mixed

[Libreoffice-bugs] [Bug 44160] Date and time, formating broken, calculating impossible

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44160 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 44148] Not able to install desktop menus

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44148 --- Comment #5 from sasha.libreoff...@gmail.com 2012-05-03 01:42:19 PDT --- Thanks for explanations -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Libreoffice-bugs] [Bug 47511] PDF: Writer: exporting a document as pdf file will crash Writer.

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47511 Petr Mladek pmla...@suse.cz changed: What|Removed |Added CC||tima...@gmail.com,

[Libreoffice-bugs] [Bug 47511] PDF: Writer: exporting a document as pdf file will crash Writer.

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47511 Petr Mladek pmla...@suse.cz changed: What|Removed |Added CC||cedric.bosdonnat.ooo@free.f

[Libreoffice-bugs] [Bug 44181] Macros: Macro library attached to document : LibraryNotLoadException

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44181 sasha.libreoff...@gmail.com changed: What|Removed |Added Platform|Other |All OS/Version|All

[Libreoffice-bugs] [Bug 39791] FILEASSOC LibreOffice installation steals .doc association from MS Office by default

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39791 --- Comment #6 from Michael Pappas painful...@gmail.com 2012-05-03 01:51:56 PDT --- Created attachment 60951 -- https://bugs.freedesktop.org/attachment.cgi?id=60951 MSI Logs, password is 4321 Seems I spoke too early: I made an administrative

[Libreoffice-bugs] [Bug 42473] FILEASSOC During execution of group policy Libreoffice associates with Word files

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42473 --- Comment #20 from Michael Pappas painful...@gmail.com 2012-05-03 01:55:54 PDT --- Well something fishy happens with domain computers. Installation on my domain computers results stolen associations for Word files. Please see

[Libreoffice-bugs] [Bug 39791] FILEASSOC LibreOffice installation steals .doc association from MS Office by default

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39791 Andras Timar tima...@gmail.com changed: What|Removed |Added Status|NEEDINFO|ASSIGNED

[Libreoffice-bugs] [Bug 47511] PDF: Writer: exporting a document as pdf file will crash Writer.

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47511 --- Comment #16 from Tor Lillqvist tlillqv...@suse.com 2012-05-03 02:05:59 PDT --- Follow jcorrius's advice? http://www.youtube.com/watch?v=fppBTs215yc -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

  1   2   3   4   >