[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-07-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on||39159

[Libreoffice] [PATCH] Accept either 'amd64' or 'x86_64' in the platform id on FreeBSD

2011-07-12 Thread Mike Eberdt
Greetings, Any config.guess from the last 5 years will identify FreeBSD on 64-bit X86 as 'x86_64', but set_soenv.in recognizes only 'amd64'. This is not a problem if one is building LO within the FreeBSD Ports environment (because an ancient config.guess that outputs 'amd64' will be silently

Re: [Libreoffice] Errors building Animation

2011-07-12 Thread Caolán McNamara
On Mon, 2011-07-11 at 21:17 -0700, Joseph Powers wrote: Matus, You removed component_getImplementationEnvironment in your patch 552bb0d5fc2e2d4b0934a9f7f017785962669fbb, While I don't really miss the function, some one seems to. From the looks of things, it appears like we have a list

[Libreoffice] [PUSHED] Accept either 'amd64' or 'x86_64' in the platform id on FreeBSD

2011-07-12 Thread Caolán McNamara
On Tue, 2011-07-12 at 00:23 -0700, Mike Eberdt wrote: The following patch allows one to configure LO outside of the FreeBSD Ports environment as well. Contributed under LGPL3+/MPL. Pushed now, thanks for this. C. ___ LibreOffice mailing list

Re: [Libreoffice] [PATCH] Implement new rule for xref to numbered paragraphs

2011-07-12 Thread Caolán McNamara
On Mon, 2011-07-11 at 23:02 +1000, Troy Rollo wrote: --- sw/inc/numrule.hxx| 10 ++- sw/source/core/doc/number.cxx | 56 ++--- 2 files changed, 61 insertions(+), 5 deletions(-) This looks good, however what does it do :-) Set sane

Re: [Libreoffice] [GSoC][performance] report - week #6

2011-07-12 Thread Michael Meeks
Hi Matus, On Sun, 2011-07-03 at 22:32 +0200, Matúš Kukan wrote: This week I'm finally done with school till next year. I was mostly cleaning some unused components and component_getImplementation methods. Cool :-) so - I merged all the patches you sent except the testtool/

[Libreoffice] [REVIEW] 4 minutes 27 seconds - 11 seconds

2011-07-12 Thread Caolán McNamara
cmc-thb: I had some .doc documents which were awesomely slow to load up, apparently because some polygons had to be split up into large polypolygons due to a custom dashed line in use to draw them or something of that nature. Could you double check my change to basegfx2

Re: [Libreoffice] Unit tests - cppunit crashing with debug build

2011-07-12 Thread Lubos Lunak
On Monday 11 of July 2011, Caolán McNamara wrote: I think the whole mixing code with and without -D_GLIBCXX_DEBUG is sadly hopeless. this flag changes the sizes and behavior of standard class templates such as std::vector, and therefore you can only link code compiled with debug mode and code

Re: [Libreoffice] [REVIEW] 4 minutes 27 seconds - 11 seconds

2011-07-12 Thread Michael Meeks
Hi Caolan, On Tue, 2011-07-12 at 09:27 +0100, Caolán McNamara wrote: I'm *sure* its good, but the scale of speed-up from 4 minutes 27 seconds to 11 seconds is massively more than I expected. Oooh - nice :-) Especially as the insert point is at the end, rather than at the beginning

[Libreoffice] component maps without getImpl...

2011-07-12 Thread Michael Meeks
Hi there, Interestingly, I just got a tinderbox failure on OSX: On Tue, 2011-07-12 at 08:26 +, nthieb...@gmail.com wrote: build failed - error is:: .. Compiling: animations/source/animcore/targetpropertiescreator.cxx /usr/bin/xsltproc --nonet --stringparam uri \

Re: [Libreoffice] Errors building Animation

2011-07-12 Thread Michael Meeks
Hi there, On Tue, 2011-07-12 at 09:04 +0100, Caolán McNamara wrote: It must be from solenv/src/unloadablecomponent.map given source/animcore/makefile.mk I just pushed a fix for this. Sorry for the interruption - I added a 'nogetimpl' suffix - which is the right map to use when

Re: [Libreoffice] [GSOC] Report #7: Wizards

2011-07-12 Thread Michael Meeks
Hi Xisco, First - again nice to hear of your good work :-) On Tue, 2011-07-12 at 01:24 +0200, Xisco Faulí wrote: - Migrate basic to the new resource service rewrote by Björn a while ago. Ooh - right :-) and I assume we've merged this all to master ? By the way, I was

Re: [Libreoffice] [PATCH] Implement new rule for xref to numbered paragraphs

2011-07-12 Thread Troy Rollo
On Tuesday 12 July 2011, Caolán McNamara wrote: This looks good, however what does it do :-) Set sane leading/trailing text/space defaults for a new list numbering level based on the previous one ? Implements the rules discussed in

Re: [Libreoffice] [REVIEWED] [PUSHED 3-4] patch for fdo#39023: shared formulas are not imported correctly from xlsx, first part

2011-07-12 Thread Petr Mladek
Kohei Yoshida píše v Út 12. 07. 2011 v 00:48 -0400: Hello Markus, On Tue, 2011-07-12 at 04:51 +0200, Markus Mohrhard wrote: this patch solves the problem that shared formulas are not imported correctly from xlsx. The cell containing the shared formula displayed =#Name because the range

Re: [Libreoffice] Remove CREDITS.odt?

2011-07-12 Thread Petr Mladek
Sebastian Spaeth píše v Po 11. 07. 2011 v 14:22 +0200: On Mon, 11 Jul 2011 12:24:55 +0100, Michael Meeks michael.me...@novell.com wrote: It was planned to create it automatically via a script. For now, I simply run it from time to time on my laptop, creating an .html file which had

[Libreoffice] [REVIEW] fix for ppt export fdo#32709 (and possibly more issues)

2011-07-12 Thread Radek Doulík
Hi all, I am looking for 1 review to include the patch in 3-4 branch. It fixes ppt export and possibly more areas where the code use SvGlobalName class and operator. It is regression in #i101100# strict-alias clean changes. The original code (before strict alias clean) was using beginning of

Re: [Libreoffice] [REVIEWED] + Cherrypick request for 3.4.2

2011-07-12 Thread Muthu Subramanian K
hmm...there are 2 things in pie chart - one to show the values and second to show the percentages. (the user can choose to display both). While the data store in impress doesn't seem to hold much of the formatting information. I assumed it is the responsibility of the importer (in this case pptx),

Re: [Libreoffice] Doubled files: testsax.cxx?

2011-07-12 Thread Thomas Arnhold
Hi Caolán, I've got it compiled and pushed this to master. As next step I'll check if it does something useful. Thomas ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Running smoketest module standalone.

2011-07-12 Thread Yifan Jiang
Hello all, I was working on extracting smoketestoo_native module out of the build system, to investigate the possibility running it with Libreoffice binary build. So that we could allow QA to run this quick test for a basic level of smoke testing with a released or pre-released build. Here is my

[Libreoffice] [PUSHED] fix for ppt export fdo#32709 (and possibly more issues)

2011-07-12 Thread Caolán McNamara
On Tue, 2011-07-12 at 12:09 +0200, Radek Doulík wrote: http://cgit.freedesktop.org/libreoffice/libs-gui/commit/?id=345dc7961bc142f167a1b8e5f43f4439e8234f06 mea culpa, oops. Yeah, +1, pushed to 3-4 C. ___ LibreOffice mailing list

Re: [Libreoffice] [REVIEWED][PUSHED:3-4] fix for ppt export fdo#32709 (and possibly more issues)

2011-07-12 Thread Petr Mladek
Radek Doulík píše v Út 12. 07. 2011 v 12:09 +0200: Hi all, I am looking for 1 review to include the patch in 3-4 branch. It fixes ppt export and possibly more areas where the code use SvGlobalName class and operator. It is regression in #i101100# strict-alias clean changes. The

Re: [Libreoffice] [REVIEW] 4 minutes 27 seconds - 11 seconds

2011-07-12 Thread Radek Doulik
Hi Caolán, the patch looks good to me. I am also surprised by the speedup (given that it always inserts at the end of the vector array in your case). Hard to check without the actual document. Might be problem in std::vector not detecting that the rest of reserved space doesn't need to be moved

Re: [Libreoffice] Running smoketest module standalone.

2011-07-12 Thread Caolán McNamara
On Tue, 2011-07-12 at 18:51 +0800, Yifan Jiang wrote: Hello all, I was working on extracting smoketestoo_native module out of the build system, to investigate the possibility running it with Libreoffice binary build. So that we could allow QA to run this quick test for a basic level of smoke

Re: [Libreoffice] [REVIEW] 4 minutes 27 seconds - 11 seconds

2011-07-12 Thread Caolán McNamara
On Tue, 2011-07-12 at 12:51 +0200, Radek Doulik wrote: Hi Caolán, the patch looks good to me. I am also surprised by the speedup (given that it always inserts at the end of the vector array in your case). Hard to check without the actual document. Might be problem in std::vector not

[Libreoffice] [REVIEW] regression in cairo canvas setColor

2011-07-12 Thread Radek Doulík
Hi all, I am looking for 1 review to include the patch in 3-4 branch. It fixes problem with transparency in cairo canvas. Fixes fdo#33591 and fdo#35681 The fix is here http://cgit.freedesktop.org/libreoffice/libs-gui/commit/?id=ac4419bd8a262c6248f06d2124ada924e9b92e99 commit

Re: [Libreoffice] Bug 38831 - [EasyHack] Get rid of SV_DECL_VARARR, SV_DECL_VARARR_PLAIN, SV_DECL_VARARR_SORT ....

2011-07-12 Thread Nigel Hawkins
Hi Maciej, On Tue, 2011-07-12 at 00:31 +0200, Maciej Rumianowski wrote: I picked up this bug and tried to get rid of SvULongs. I'm the person who's been (slowly) picking away at this, so welcome to Libreoffice. I found for example in ScImportExport::Sylk2Doc and thought it would be good to

Re: [Libreoffice] [REVIEWED][PUSHED:3-4] regression in cairo canvas setColor

2011-07-12 Thread Petr Mladek
Radek Doulík píše v Út 12. 07. 2011 v 13:40 +0200: Hi all, I am looking for 1 review to include the patch in 3-4 branch. It fixes problem with transparency in cairo canvas. Fixes fdo#33591 and fdo#35681 The fix is here

Re: [Libreoffice] [GSOC][patch] Multiline inputbar

2011-07-12 Thread Kohei Yoshida
Hi Anurag, On Mon, 2011-07-11 at 08:28 +0530, Anurag Jain wrote: 1: Setting the proper output area when the toggling happens. I've tried working on it but was not able to get vertical offset proper when in multiline mode. So need to look more into its mathematics. 2: As Noel mentioned in,

[Libreoffice] Don't default to 'Selection' in the print dialog in Writer

2011-07-12 Thread Jan Holesovsky
Hi, I've committed the following to master: http://cgit.freedesktop.org/libreoffice/writer/commit/?id=591dfe338ee2e553f822e8bbd3bc602a8ff0d875 This fixes a particularly confusing behavior that you experience when you want to print something, and have a selection in the document. In this case,

[Libreoffice] [ANNOUNCE] libreoffice-3.4.2.1 tag created (3.4.2-rc1)

2011-07-12 Thread Petr Mladek
Hi, there have been created the libreoffice-3.4.2.1 tag for 3.4.2-rc1 release. The corresponding official builds will be available by the end of the week. See the attached list of changes against 3.4.1-final. I am going to create the libreoffice-3-4-2 branch for the final stabilization. You

[Libreoffice] [ANNOUNCE] Branch libreoffice-3-4-2 created

2011-07-12 Thread Petr Mladek
Hi all, there have been created the libreoffice-3-4-2 branch. It will be used for fine tuning of the 3.4.2 bugfix release. It is based on the the tag libreoffice-3.4.2.1 for 3.4.2-rc1 release. The following rules apply: + preferably just translation or blocker fixes + only

[Libreoffice] gimli.documentfoundation.org down

2011-07-12 Thread Jan Holesovsky
Hi, Unfortunately, gimli is down due to a failing disk :-( This means the following services are currently unavailable: dev-builds.libreoffice.org help.libreoffice.org opengrok.libreoffice.org tinderbox.libreoffice.org The admins assured me that the data should survive, let's hope it is true.

Re: [Libreoffice] gimli.documentfoundation.org down

2011-07-12 Thread Jan Holesovsky
Hi, On 2011-07-12 at 16:50 +0200, Jan Holesovsky wrote: Unfortunately, gimli is down due to a failing disk :-( This means the following services are currently unavailable: dev-builds.libreoffice.org help.libreoffice.org opengrok.libreoffice.org tinderbox.libreoffice.org The admins

[Libreoffice] development summary: year 2011, week 27

2011-07-12 Thread Petr Mladek
Hi, this time a brief summary of what happened during the 27th week in 2011 on LibreOffice repositories and the living branches: + master:LO-3.5 development + libreoffice-3-3: fixes for LO-3.3.4 bug fix release + libreoffice-3-4: fixes for LO-3.4.2 bug fix

Re: [Libreoffice] Extension-Repository: Need help to solve a Python error

2011-07-12 Thread Andreas Mantke
Hi Caolan, *, Am Montag, 11. Juli 2011, 18:27:09 schrieb Caolán McNamara: On Tue, 2011-07-05 at 21:14 +0200, Andreas Mantke wrote: (...) given that a contenttype is required, some total guesswork suggests... -blob = BlobWrapper() -if isinstance(value, basestring): -# make StringIO from

Re: [Libreoffice] Remove CREDITS.odt?

2011-07-12 Thread Michael Meeks
On Tue, 2011-07-12 at 11:51 +0200, Petr Mladek wrote: It would even make sense to have it bootstrap/bin or bootstrap/solenv. I agree; anything in a 'contrib' repository doesn't exist for me, since it takes time and effort to a) work out where that repo is, and b) check things out of it,

Re: [Libreoffice] Replacing ByteString with rtl::OString

2011-07-12 Thread Chr. Rossmanith
Hi, next problem: there is no IsNumericAscii() for O(U)String but for ByteString. Should O(U)String get this method as well? Christina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Remove CREDITS.odt?

2011-07-12 Thread Norbert Thiebaud
On Tue, Jul 12, 2011 at 9:04 AM, Michael Meeks michael.me...@novell.com wrote: but it seems crazy to me to hide things useful to developers / packagers in places where they will not be found / used. I have zero contrib repos checked out currently - up from zero in past times ;- There are the

[Libreoffice] [GSoC 2011][svgexport] shape animations

2011-07-12 Thread Marco
Hi Fridrich, I was exploring the various type of shape animations that Impress provides to the user. After creating a simple Fade In animation on a Rectangle shape I traced its properties as an XShape, the big surprise is that the Effect property of type 'Animation Effect' is set up to a value