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

2012-06-05 Thread Michael Stahl
/primitive2d/clippedborderlineprimitive2d.cxx | 3 4 files changed, 66 insertions(+), 49 deletions(-) New commits: commit ee42895d684be9430a414adf3f569d279d437148 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 5 15:23:54 2012 +0200 fdo#49438: heuristic pseudo-hack to use hair

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

2012-06-05 Thread Michael Stahl
/primitive2d/clippedborderlineprimitive2d.cxx | 3 4 files changed, 66 insertions(+), 49 deletions(-) New commits: commit 8fd62d93d583a1ed67a7cea76b51acc104aeaa08 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 5 15:23:54 2012 +0200 fdo#49438: heuristic pseudo-hack to use hair

[Libreoffice-commits] .: testtools/CustomTarget_bridgetest.mk testtools/CustomTarget_bridgetest_climaker.mk testtools/CustomTarget_bridgetest_javamaker.mk testtools/CustomTarget_uno_test.mk

2012-06-05 Thread Michael Stahl
(+), 41 deletions(-) New commits: commit 71dbf5bfd0b9622ad485a5b7620e11d8405ed474 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 5 16:04:20 2012 +0200 normalize gbuild variable names in testtools. Variables should have module name as prefix to prevent collisions. Change

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - testtools/CustomTarget_bridgetest.mk testtools/CustomTarget_bridgetest_climaker.mk testtools/CustomTarget_bridgetest_javamaker.mk testtools/CustomTa

2012-06-05 Thread Michael Stahl
(+), 41 deletions(-) New commits: commit 160181bbf11586796a6deb50ad13d895f3a74727 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 5 16:04:20 2012 +0200 normalize gbuild variable names in testtools. Variables should have module name as prefix to prevent collisions. Change

[REVIEW][3-5] fdo#33634, fdo#49438 border line drawing regressions

2012-06-05 Thread Michael Stahl
drawing of borders in Calc looks rather ugly, the lines suddenly getting much fatter when zooming in etc., and there's a fix for that by moggi, mostly doing arithmetic on doubles and changing the hairline predicate from something that is right for Writer to something that is right (or at least

[Libreoffice-commits] .: sw/source

2012-06-05 Thread Michael Stahl
sw/source/ui/uiview/view2.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit a8080cad1089431a2d97903f73623eabe2eb23a7 Author: Muhammad Haggag mhag...@gmail.com Date: Mon Jun 4 20:25:19 2012 +0200 fdo#50386 Page count field makes scrolling impossible

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

2012-06-05 Thread Michael Stahl
sw/source/ui/uiview/view2.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 59ea2faff4e938c77c71ec89bf9b6ea17a446cd1 Author: Muhammad Haggag mhag...@gmail.com Date: Mon Jun 4 20:25:19 2012 +0200 fdo#50386 Page count field makes scrolling impossible

[Libreoffice-commits] .: sw/source

2012-06-05 Thread Michael Stahl
sw/source/ui/uiview/view2.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 78b61b4d944db7f00093d7ee250d234694f1d5b5 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 5 20:09:54 2012 +0200 fdo#50386: SwView::StateStatusLine: remove SwWait: This will turn

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

2012-06-05 Thread Michael Stahl
sw/source/ui/uiview/view2.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 265772797081d6d5b5cb94248a3a85d18487cd93 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 5 20:09:54 2012 +0200 fdo#50386: SwView::StateStatusLine: remove SwWait: This will turn

[PUSHED] Re: [PATCH] Bug 50386 - Page count field makes scrolling impossible

2012-06-05 Thread Michael Stahl
On 04/06/12 20:39, Muhammad Haggag wrote: Hello. = Bugs = https://bugs.freedesktop.org/show_bug.cgi?id=50386 https://bugs.freedesktop.org/show_bug.cgi?id=50540 = Patch = https://bugs.freedesktop.org/attachment.cgi?id=62532 thanks a lot for investigating problems caused by your new

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - wizards/com

2012-06-05 Thread Michael Stahl
legacy reports: survive absence of Sorting hidden control Reports created in 3.4 and earlier lack it. Change-Id: I2cf1cad75fff59f23ad98299c4f94253adf7355b (cherry picked from commit 3533328aae5f38d6d21c2baee782abc4511bb649) Signed-off-by: Michael Stahl mst...@redhat.com

[PUSHED] Re: [PATCH] [REVIEW:3-5] fdo#47325 legacy reports from 3.4 or earlier fail to open

2012-06-05 Thread Michael Stahl
On 05/06/12 18:54, Lionel Elie Mamane wrote: Legacy reports (not Sun/Oracle Report Builder ones) created by LibreOffice 3.4 or earlier fail to open in LibreOffice 3.5 and later: show empty data. That's because LibreOffice 3.5 expects a hidden control named Sorting to be present; but older

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

2012-06-05 Thread Michael Stahl
in the SwPageFrm's themselves. Change-Id: I4de0a34f657143ef2d4409b604cc8e114dad132f Signed-off-by: Michael Stahl mst...@redhat.com diff --git a/sw/source/ui/docvw/FrameControlsManager.cxx b/sw/source/ui/docvw/FrameControlsManager.cxx index 5c00b58..1413942 100644 --- a/sw/source

[PUSHED] Re: [REVIEW 3-5] fdo#48932 speed up scrolling/typing in huge writer documents

2012-06-05 Thread Michael Stahl
On 24/05/12 10:12, Caolán McNamara wrote: fdo#48932 is a large 7000 page document which reacts very slowly on text input and scrolling around. It appears to be mostly managing the header/footer and page break indicators which makes it sluggish b63766b3dd453a82f59db505c736d861f662cc0f make it

[Libreoffice-commits] .: np_sdk/mozsrc

2012-06-05 Thread Michael Stahl
np_sdk/mozsrc/npunix.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 50cc97689e1ceb7754505d7c5b99510e48dbe674 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 5 22:55:02 2012 +0200 np_sdk: it looks like the NP_* functions need exporting

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - np_sdk/mozsrc

2012-06-05 Thread Michael Stahl
np_sdk/mozsrc/npunix.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 2787968e044c0c83e7affb0a4c3375178dfa783c Author: Michael Stahl mst...@redhat.com Date: Tue Jun 5 22:55:02 2012 +0200 np_sdk: it looks like the NP_* functions need exporting

[Libreoffice-commits] .: ucb/source

2012-06-05 Thread Michael Stahl
ucb/source/core/ucb.cxx |4 ++-- ucb/source/inc/regexpmap.hxx |2 -- ucb/source/inc/regexpmap.tpt | 14 ++ 3 files changed, 4 insertions(+), 16 deletions(-) New commits: commit 33839f90e6f8275a584b483827585a6da05aab75 Author: Michael Stahl mst...@redhat.com Date: Tue

Re: [PATCH] [PYTHON] DialogBox class for Python

2012-06-06 Thread Michael Stahl
On 05/06/12 19:37, Joost Eekhoorn wrote: I could not found a dialogbox class, thus I build one: class DialogBox in dialogbox.py. I did not look good enough. There is UnoDialog2.py in wizards/com/sun/star/wizards/ui. hi Joost, this is apparently a result of a GSoC project from last year;

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

2012-06-06 Thread Michael Stahl
sw/source/ui/docvw/edtwin.cxx | 59 +++--- ucb/source/inc/regexpmap.tpt | 10 +++ 2 files changed, 32 insertions(+), 37 deletions(-) New commits: commit 6506af86b5e20a860c8d2d1dd578a22914df5f53 Author: Michael Stahl mst...@redhat.com Date: Wed Jun 6

[PUSHED] Re: [PUSHED] Re: [PATCH 1/2] Replace SvStringsISortDtor in edtwin.cxx and gloslst.[ch]xx

2012-06-06 Thread Michael Stahl
On 06/06/12 11:42, Brad Sowden wrote: Hi Michael, * I used a pointer to the vector as the move() function previously copied and cleared all elements whereas a pointer swap would suffice. ah that's why, i had wondered would it be possible to use std::swap on the vector itself rather

Re: udk module fails to compile

2012-06-06 Thread Michael Stahl
On 05/06/12 22:04, julien2412 wrote: After having exported LD_LIBRARY_PATH + SOLARBINDIR, I launched gdb : gdb /home/julien/compile-libreoffice/libo/solver/unxlngx6/bin/cppumaker then : (gdb) run -Gc -L -BUCR

[Libreoffice-commits] .: embeddedobj/source

2012-06-06 Thread Michael Stahl
embeddedobj/source/msole/olepersist.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 38a809d9497006e570847d899c8b7c738bca6136 Author: Michael Stahl mst...@redhat.com Date: Wed Jun 6 13:20:56 2012 +0200 embeddedobj: try to make MSVC happy Change-Id

Re: Draft document-rendering tiling API to be called from viewer apps

2012-06-06 Thread Michael Stahl
On 06/06/12 15:31, Stephan Bergmann wrote: On 06/06/2012 03:11 PM, Tor Lillqvist wrote: I would go the UNO approach nevertheless. It's a hard decision to make... With the current state of touch/idl, what you would want to do in C++ is an implementation of the Document service, plus

Re: Is it ok to remove visual navigator comments?

2012-06-06 Thread Michael Stahl
On 06/06/12 16:46, Philipp Weissenbacher wrote: Hi all, Is it ok to remove visual navigator comments (starting and ending with ** and only containing the function's name)? E.g. what I did in fe436d. In my experience this greatly reduces visual noise to the cost of visual separation. Or

Re: Is it ok to remove visual navigator comments?

2012-06-07 Thread Michael Stahl
On 07/06/12 11:46, Stephan Bergmann wrote: On 06/06/2012 05:00 PM, Michael Stahl wrote: it is more useful if it separates a chunk of related stuff from another chunk of related stuff, e.g. if there are multiple classes implemented in one file it can be nice to have a separator between

[Libreoffice-commits] .: solenv/gbuild

2012-06-07 Thread Michael Stahl
31a353719851b08664b7f13ca59f39a993e66ba6 Author: Michael Stahl mst...@redhat.com Date: Thu Jun 7 14:04:06 2012 +0200 gbuild: introduce gb_Package_Package_internal: The gb_InternalUnoApi_set_xmlfile function creates a new package, which registers at the current Module, overwriting the InternalUnoApi targets set

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 4 commits - solenv/gbuild ucb/source

2012-06-07 Thread Michael Stahl
(+), 8 deletions(-) New commits: commit c5ec146a759cdbf7d38714ceb382fba1b59ce67a Author: Michael Stahl mst...@redhat.com Date: Thu Jun 7 14:04:06 2012 +0200 gbuild: introduce gb_Package_Package_internal: The gb_InternalUnoApi_set_xmlfile function creates a new package, which

[Libreoffice-commits] .: unodevtools/source

2012-06-07 Thread Michael Stahl
unodevtools/source/skeletonmaker/cppcompskeleton.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9af0eb7e998c7bbf514e324919b710a0ff601244 Author: Michael Stahl mst...@redhat.com Date: Thu Jun 7 15:13:41 2012 +0200 skeletonmaker: add back \ in string

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

2012-06-07 Thread Michael Stahl
unodevtools/source/skeletonmaker/cppcompskeleton.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 34578f1f0e2683c4a75b7c5c89c04d5b931689cc Author: Michael Stahl mst...@redhat.com Date: Thu Jun 7 15:13:41 2012 +0200 skeletonmaker: add back \ in string

Re: Draft document-rendering tiling API to be called from viewer apps

2012-06-07 Thread Michael Stahl
On 06/06/12 16:54, Michael Stahl wrote: On 06/06/12 15:31, Stephan Bergmann wrote: On 06/06/2012 03:11 PM, Tor Lillqvist wrote: I would go the UNO approach nevertheless. It's a hard decision to make... With the current state of touch/idl, what you would want to do in C

[PUSHED] Re: [PATCH] Convert various SV_DECL_PTRARR in SFX2 module

2012-06-08 Thread Michael Stahl
On 07/06/12 16:57, Noel Grandin wrote: Hi These patches convert various SV_DECL_PTRARR stuff to std::set and std::vector in the SFX2 module. Passes make check at global level, and compiled with debug=true thanks, pushed. patch #1 had a DeleteAndDestroy method that didn't actually

[PUSHED] Re: [PATCH] Convert various SV_DECL_PTRARR in SVL and SVTOOLS modules

2012-06-08 Thread Michael Stahl
On 07/06/12 17:38, Noel Grandin wrote: Hi These patches convert various SV_DECL_PTRARR stuff to std::set and std::vector in the SVL and SVTOOLS modules. Passes make check at global level, and compiled with debug=true thanks, pushed. although there was quite some DBGUTIL code in svtools

[Libreoffice-commits] .: sfx2/source

2012-06-08 Thread Michael Stahl
sfx2/source/appl/appdde.cxx | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) New commits: commit f4ac2ffd9e0854a767f15ed38eab947cb16e66ad Author: Michael Stahl mst...@redhat.com Date: Sat Jun 9 00:31:29 2012 +0200 fix WNT only SfxApplication::AddDdeTopic

[Libreoffice-commits] .: sfx2/source

2012-06-08 Thread Michael Stahl
sfx2/source/appl/appdde.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit f859ee7f9b867ab893d2414c2cd35b42b64a5e63 Author: Michael Stahl mst...@redhat.com Date: Sat Jun 9 00:58:14 2012 +0200 sigh... fix const abuse in WNT only code... Change-Id

Re: How to compile headless LibreOffice on OpenSuse or Debian - asking for documentation

2012-06-11 Thread Michael Stahl
On 11/06/12 08:13, Thomas Gries wrote: Hello, for the mere use of converting documents of different formats to PDF or HTML in Etherpad Lite which currently uses AbiWord for this purpose I need some information how to configure + LibreOffice(releases, and also developer version from SVN)

[Libreoffice-commits] .: sw/source

2012-06-11 Thread Michael Stahl
sw/source/core/txtnode/txtedt.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a585863f013aa4207270e11f5e031126adf1ed4a Author: Muhammad Haggag mhag...@gmail.com Date: Sat Jun 9 23:48:27 2012 +0200 fdo#50141: Character count (with spaces) incorrect with

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

2012-06-11 Thread Michael Stahl
sw/source/core/txtnode/txtedt.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 29ff3d49c8f0bc45a322d3ab67300bd269593181 Author: Muhammad Haggag mhag...@gmail.com Date: Sat Jun 9 23:48:27 2012 +0200 fdo#50141: Character count (with spaces) incorrect with

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

2012-06-11 Thread Michael Stahl
strings to be the only ones counted in a numbered list. Change-Id: I9d96311065f66026dd4f05d3cd5ae61e2c0dafb4 (cherry picked from commit a585863f013aa4207270e11f5e031126adf1ed4a) Signed-off-by: Michael Stahl mst...@redhat.com diff --git a/sw/source/core/txtnode/txtedt.cxx b

Re: [PATCH] fdo#50141: Word Count Characters (with spaces) incorrect with Numbering on

2012-06-11 Thread Michael Stahl
On 09/06/12 23:57, Muhammad Haggag wrote: = Bug = https://bugs.freedesktop.org/show_bug.cgi?id=50141 = Patch = https://bugs.freedesktop.org/attachment.cgi?id=62850 = Patch Review = https://bugs.freedesktop.org/page.cgi?id=splinter.htmlbug=50141attachment=62850 = Changes = There was a

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

2012-06-11 Thread Michael Stahl
resulted in less space for the textbox contents than required). (cherry picked from commit e652ba3c7357e0396498629891a1391ace67c4d7) Signed-off-by: Michael Stahl mst...@redhat.com diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx index 7aec55a

[Libreoffice-commits] .: drawinglayer/source

2012-06-11 Thread Michael Stahl
drawinglayer/source/primitive2d/borderlineprimitive2d.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 0044bd800b742f28056805bb163ff243cf4095f3 Author: Michael Stahl mst...@redhat.com Date: Mon Jun 11 20:19:32 2012 +0200 fdo#38116, fdo#49438: fix

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

2012-06-11 Thread Michael Stahl
drawinglayer/source/primitive2d/borderlineprimitive2d.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 24076bea4fd290bd5f3babcb34a9a9b0831a0387 Author: Michael Stahl mst...@redhat.com Date: Mon Jun 11 20:19:32 2012 +0200 fdo#38116, fdo#49438: fix

[REVIEW][3-5] fdo#38116, fdo#49438 fix double hairline border drawing some more

2012-06-11 Thread Michael Stahl
so it turns out that the fixes for fdo#48647 and fdo#49438 interact in a bad way, and hence the border in the bugdoc on fdo#38116 is not displayed; this is a regression in libreoffice-3-5. let me lament about the fact that the people doing these 2 fixes have _clearly_ not communicated well with

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

2012-06-11 Thread Michael Stahl
sfx2/inc/sfx2/XmlIdRegistry.hxx|9 ++--- sfx2/source/doc/DocumentMetadataAccess.cxx |7 +++ 2 files changed, 9 insertions(+), 7 deletions(-) New commits: commit 40b7eff9075c88d80fb0f3472d2671c5d2c72d0d Author: Michael Stahl mst...@redhat.com Date: Mon Jun 11 23:18

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

2012-06-12 Thread Michael Stahl
. Every file's first element wasn't imported. This fixes the issue. (everyfile = everyfile imported via that path e.g. theme?.xml) (cherry picked from commit 25dd603fe2044f35341fe0c6d0b632c9295a824e) Signed-off-by: Michael Stahl mst...@redhat.com diff --git a/unoxml/source/dom

[PUSHED][3-5] Re: [REVIEW-3-5] MSVC stl usage.

2012-06-12 Thread Michael Stahl
On 12.06.2012 13:14, Muthu Subramanian K wrote: Hi, Can somebody review and cherry-pick this one please? http://cgit.freedesktop.org/libreoffice/core/commit/?id=25dd603fe2044f35341fe0c6d0b632c9295a824e hmm... that old code looks legit to me? well, if it helps MSVC, pushed.

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

2012-06-12 Thread Michael Stahl
. Every file's first element wasn't imported. This fixes the issue. (everyfile = everyfile imported via that path e.g. theme?.xml) (cherry picked from commit 25dd603fe2044f35341fe0c6d0b632c9295a824e) Signed-off-by: Michael Stahl mst...@redhat.com diff --git a/unoxml/source/dom

[Libreoffice-commits] .: sdext/source xmloff/source

2012-06-12 Thread Michael Stahl
commits: commit cd18b8e313b792f5fc42edb3314a95d202406899 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 12 14:13:22 2012 +0200 fix invalid vector.push_back(vector.back()) The vector::back() does not return a value but a reference, hence this is invalid. Change-Id

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

2012-06-12 Thread Michael Stahl
commits: commit 73d3edc46e49411750294e203131cef3f6570210 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 12 14:13:22 2012 +0200 fix invalid vector.push_back(vector.back()) The vector::back() does not return a value but a reference, hence this is invalid. Change-Id

[REVIEW-3-5] Re: [PUSHED][3-5] Re: [REVIEW-3-5] MSVC stl usage.

2012-06-12 Thread Michael Stahl
On 12.06.2012 13:54, Stephan Bergmann wrote: On 06/12/2012 01:32 PM, Michael Stahl wrote: On 12.06.2012 13:14, Muthu Subramanian K wrote: Can somebody review and cherry-pick this one please? http://cgit.freedesktop.org/libreoffice/core/commit/?id=25dd603fe2044f35341fe0c6d0b632c9295a824e hmm

Re: [PUSHED][3-5] Re: [REVIEW-3-5] MSVC stl usage.

2012-06-12 Thread Michael Stahl
On 12.06.2012 14:12, Tor Lillqvist wrote: No, growing a vector (which push_back can do) invalidates all references into the vector. Would building with --enable-dbgutil on Linux (thus defining _GLIBCXX_DEBUG) had caught this problem? no, because there's no iterator involved: back() returns

[Libreoffice-commits] .: sw/source

2012-06-12 Thread Michael Stahl
sw/source/filter/ww8/ww8graf.cxx |4 1 file changed, 4 insertions(+) New commits: commit 36e43b52992735c622833e923faa63774b9e2f76 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 12 15:40:45 2012 +0200 fdo#43249: WW8: fix double border import: The border widths

[REVIEW][3-5] fdo#43249: WW8: fix double border import regression

2012-06-12 Thread Michael Stahl
yet another import filter where double border widths are tripled, fix proposed for libreoffice-3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?id=36e43b52992735c622833e923faa63774b9e2f76 i'm beginning to think this should really be solved in the SvxBorderLine class as opposed to in

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

2012-06-12 Thread Michael Stahl
sw/source/filter/ww8/ww8graf.cxx |4 1 file changed, 4 insertions(+) New commits: commit 2930a1abf8ba74d9bba0be808c1172ea7cd8e149 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 12 15:40:45 2012 +0200 fdo#43249: WW8: fix double border import: The border widths

[PUSHED] Re: [PATCH} more SV_DECL_PTRARR conversions

2012-06-12 Thread Michael Stahl
On 12.06.2012 18:20, Noel Grandin wrote: Hi These patches converts various SV_DECL_PTRARR stuff to std::set and std::vector and boost::ptr_vector in various modules Passes make check at global level, and compiled with debug=true pushed, thanks. a bunch of your patches do this:

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

2012-06-12 Thread Michael Stahl
basic/source/classes/propacc.cxx | 21 + basic/source/inc/propacc.hxx |2 +- 2 files changed, 14 insertions(+), 9 deletions(-) New commits: commit dfa7f7cd91f1860ed0e469b121a5ec0604aea125 Author: Michael Stahl mst...@redhat.com Date: Tue Jun 12 22:25:23 2012 +0200

Re: [PUSHED-3-5][PATCH-3-5-5] rhbz#678440: Always include User-Agent to avoid 403 from picky servers

2012-06-12 Thread Michael Stahl
On 12.06.2012 22:42, Fridrich Strba wrote: Cherry-picked to 3-5, we need two more people for the 3-5-5 branch. +1 from me (though i'd give +2 if the patch added a version number to the value :) F. On 12/06/12 18:50, Stephan Bergmann wrote: It would be nice if

Re: follow up on handling text:p tag on ods import

2012-06-15 Thread Michael Stahl
On 14/06/12 22:12, Daniel Bankston wrote: On 06/14/2012 07:03 AM, Daniel Bankston wrote: So it seems either I should make the import conditionally use my OUString replacement for simple text and XTextCursor withXMLParaContext for complicated text, or I should abandon it all together for

[REVIEW 3-5-5] Re: [PUSHED:3-5] fdo#51243 freeze regression in 3.5.5 wrt to 3.5.4 infinite loope

2012-06-20 Thread Michael Stahl
On 20/06/12 15:11, Fridrich Strba wrote: Pushed to 3-5 F. On 20/06/12 11:35, Lionel Elie Mamane wrote: On Wed, Jun 20, 2012 at 11:27:25AM +0200, Lionel Elie Mamane wrote: fdo#51243 caused by error in fix to fdo#48932, which introduced infinite loop, and thus from the user's POV a freeze

[PUSHED] Re: [PATCH] more SV_DECL_PTRARR patches (19)

2012-06-20 Thread Michael Stahl
On 19/06/12 17:04, Noel Grandin wrote: Hi These patches convert various places from the SV_DECL_PTRARR macros to the STL collection classes. They all pass a full make check (and I compile with --enable-dbgutil) apparently you don't :) or at least i still had to adapt some Count()s in

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

2012-06-20 Thread Michael Stahl
sc/inc/cellsuno.hxx |7 ++--- sc/source/ui/unoobj/cellsuno.cxx | 49 +-- 2 files changed, 35 insertions(+), 21 deletions(-) New commits: commit 0e73f3cbe116ac949264482525167eb750835da9 Author: Michael Stahl mst...@redhat.com Date: Wed Jun

Re: [PATCH] fix some java deprecation warnings in qadevOOo module

2012-06-20 Thread Michael Stahl
On 19/06/12 16:35, Noel Grandin wrote: Hi Since the qadevOOo module seems to require java 1.5, I updated a couple of places to remove some deprecation warnings. thanks for fixing the annoying warnings; the Java baseline was raised to 1.5 already some years ago in OOo times, so feel free to

[Libreoffice-commits] .: sw/CppunitTest_sw_swdoc_test.mk

2012-06-20 Thread Michael Stahl
sw/CppunitTest_sw_swdoc_test.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 38ebb2f94f08009e3e7386449006d06f901400ed Author: Michael Stahl mst...@redhat.com Date: Wed Jun 20 22:39:51 2012 +0200 don't link CppunitTest_sw_swdoc_test against sw This test uses

[Libreoffice-commits] .: sw/source

2012-06-20 Thread Michael Stahl
d3fe01de1e004ecf1af1d28d48cc53cf25457e72 Author: Michael Stahl mst...@redhat.com Date: Thu Jun 21 00:20:03 2012 +0200 fix problems in 1015cd4ff73ee25e55b4da8c8bc55a41e652da87: - inverted check in SwDoc::RemoveInvisibleContent - various too short end positions in DeleteAndDestroy calls

Re: [BUILD] Permission issue with redland

2012-06-21 Thread Michael Stahl
On 11/06/12 17:25, Regina Henschel wrote: Hi, I have build on WinXP with MSVC 20008 from a fresh clone. Build breaks in redland with error: if [ -f ../wntmsci12/misc/build/redland-1.0.8.exists ] ; then mv .../wntmsci12/misc/build/redland-1.0.8

[Libreoffice-commits] .: desktop/Executable_oosplash.mk

2012-06-21 Thread Michael Stahl
desktop/Executable_oosplash.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1266480d38d24e1c5532438223ab33cc25aed08d Author: Michael Stahl mst...@redhat.com Date: Thu Jun 21 14:23:40 2012 +0200 Executable_oosplash.mk: fix typo in Solaris socket lib

Re: Building Libreoffice 3.6 on OpenIndiana x86 with GCC

2012-06-21 Thread Michael Stahl
On 15/06/12 23:52, Matúš Kukan wrote: On 15 June 2012 17:32, Jonathan Adams t12nsloo...@gmail.com wrote: /home/sal/LibreOffice/libo/desktop/Executable_oosplash.mk:83: *** Cannot link against library/libraries -lsocket. Libraries must be registered in Repository.mk. Stop. Just remove the

Re: libicudata in non-standard directory linking issues.

2012-06-21 Thread Michael Stahl
On 20/06/12 00:15, Jonathan Adams wrote: to get icu working on Openindiana/Illumos/Solaris ... http://bugs.icu-project.org/trac/ticket/9390 I downloaded the very latest icu4c from icu-project and then worked through the source till I compiled it ... :) I put a patch on their bug system

Re: big Deps ...

2012-06-21 Thread Michael Stahl
On 21/06/12 13:47, Stephan Bergmann wrote: On 06/21/2012 10:57 AM, Michael Meeks wrote: On Wed, 2012-06-20 at 18:28 +0200, Stephan Bergmann wrote: IIRC, the logic of cppumaker is to first generate temporary .hpp and .hdl files and only copy them over existing ones in solver if they are

[Libreoffice-commits] .: icu/icu4c-solarisgcc.patch icu/makefile.mk

2012-06-21 Thread Michael Stahl
icu/icu4c-solarisgcc.patch | 58 + icu/makefile.mk|1 2 files changed, 59 insertions(+) New commits: commit 850e9faa2db7002c9eb2797178ae837bff08327f Author: Jonathan Adams t12nsloo...@gmail.com Date: Thu Jun 21 21:58:21 2012 +0200

Re: libicudata in non-standard directory linking issues.

2012-06-21 Thread Michael Stahl
On 21/06/12 16:54, Jonathan Adams wrote: umm ... it's 14Mb worth of patch ... oh, I've compiled 4.0.1 (i wonder how I got to that version ...) ... downloading and working through 49.1.2 ... compiled ... running a check ... [All tests passed successfully...] Elapsed Time: 00:00:24.619

Re: Cleaning bug list

2012-06-21 Thread Michael Stahl
On 21/06/12 21:32, bfo wrote: Petr Mladek wrote I'd change the workflow a little bit by putting the obvious things at the top: - feature requests aka wishlist I do not have any strong opinion for this. I think that it is is good to be able to discuss features, so enhancement bugs in

Re: Duplication of some includes due to last commit

2012-06-21 Thread Michael Stahl
On 21/06/12 22:44, Christophe JAILLET wrote: Looking at the last commit : http://cgit.freedesktop.org/libreoffice/core/commit/?id=ec5fa0164b9bae5c5bc6654f581e493206584301 we can see that replacing .hdl include with equivalent .hpp includes leads to duplication of some includes. For

Re: Difficulties with Flat XML under source control

2012-06-21 Thread Michael Stahl
On 21/06/12 14:07, Stephan Bergmann wrote: On 06/20/2012 03:07 PM, Dennis E. Hamilton wrote: I think it is necessary to look at round-trip out-in conversion preservation. For out-in (which this is, presumably), you want to record a decimal expression of the internal value that will convert

Re: Difficulties with Flat XML under source control

2012-06-21 Thread Michael Stahl
On 17/06/12 22:10, Johannes Sixt wrote: - The text:list xml:id=list533178598 changes. That xml:id does not seem to be used anywhere. Can I just remove it? What will I lose? these are sadly auto-generated, which is a bug in itself; they are used in ODF itself for continuations, i.e. there can be

Re: big Deps ...

2012-06-22 Thread Michael Stahl
On 21/06/12 17:05, Stephan Bergmann wrote: On 06/21/2012 04:01 PM, Michael Stahl wrote: On 21/06/12 13:47, Stephan Bergmann wrote: On 06/21/2012 10:57 AM, Michael Meeks wrote: [ indeed, I'm sure there is one - but what is the benefit of separating the .hdl files out, if we are sure

Re: [ANN] Please use Gerrit from now on for Patch Review

2012-06-22 Thread Michael Stahl
On 19/06/12 14:44, Jan Holesovsky wrote: Hi Norbert, On 2012-06-19 at 07:23 -0500, Norbert Thiebaud wrote: Thanks Robert for doing that! Please - is there any chance to use cgit instead, so that it is compatible / familiar with the freedesktop browsing? in theory it is... but gitweb

Re: Possible option to simplify code?

2012-06-24 Thread Michael Stahl
On 23/06/12 21:26, Philipp Riemer wrote: (1) Wouldn't it be better in the method SwXTextDefaults::supportsService to use the output of SwXTextDefaults::getSupportedServiceNames and make an is in array? check there instead of duplicating the allowed/supported string values? yes there is some

[Libreoffice-commits] .: 4 commits - editeng/inc editeng/qa editeng/source sc/qa sc/source sdext/Extension_minimizer.mk sdext/Extension_pdfimport.mk sdext/Extension_presenter.mk sfx2/Library_qstart.mk

2012-06-25 Thread Michael Stahl
/tabsh.cxx|4 +-- 41 files changed, 147 insertions(+), 110 deletions(-) New commits: commit 7fb922b32b3fa612ebc8b7dfbc7e53ed990b40a0 Author: Michael Stahl mst...@redhat.com Date: Mon Jun 25 12:44:43 2012 +0200 Library_qstart.mk: remove -DDLL_NAME The library

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 4 commits - sdext/Extension_minimizer.mk sdext/Extension_pdfimport.mk sdext/Extension_presenter.mk sfx2/Library_qstart.mk solenv/gbuild

2012-06-25 Thread Michael Stahl
+++--- solenv/gbuild/UnoApi.mk |2 +- solenv/gbuild/UnoApiTarget.mk| 24 8 files changed, 60 insertions(+), 11 deletions(-) New commits: commit bd0973a2106cb99b56e20204de85750cc0c8f52e Author: Michael Stahl mst...@redhat.com Date: Mon Jun 25 12:44:43 2012

[Libreoffice-commits] .: sw/source

2012-06-25 Thread Michael Stahl
sw/source/core/docnode/ndtbl.cxx | 45 +-- 1 file changed, 20 insertions(+), 25 deletions(-) New commits: commit ff27d84e08951660edb77938db6ee7dbf806f4f8 Author: Michael Stahl mst...@redhat.com Date: Mon Jun 25 22:45:07 2012 +0200 change

[PUSHED] Re: [PATCH] Converting Svptrarr usage (33)

2012-06-25 Thread Michael Stahl
On 25/06/12 14:29, Noel Grandin wrote: These patches convert various usage of Svptrarr to modern STL containers like std::vector. Along the way, I noticed some other stuff, so one of the patches deletes a dead header file, and one of them cleans up a const-casting mess. This patch series

Re: libicudata in non-standard directory linking issues.

2012-06-25 Thread Michael Stahl
On 25/06/12 12:38, Jonathan Adams wrote: yeah, that compiled icu fine, and I didn't even have to copy the icu libs to the solver ... great! compiled for a long time after that ... tools_test fails though ... If you can look through the debug file (sorry 1.7Mb

[Libreoffice-commits] .: 2 commits - sdext/CppunitTest_pdfimport.mk solenv/gbuild

2012-06-26 Thread Michael Stahl
sdext/CppunitTest_pdfimport.mk |2 ++ solenv/gbuild/CppunitTest.mk |4 solenv/gbuild/Extension.mk |7 ++- 3 files changed, 12 insertions(+), 1 deletion(-) New commits: commit 0d4cd11c74cf90cd3b987f628031d02fe3af47b4 Author: Michael Stahl mst...@redhat.com Date: Tue

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 2 commits - sdext/CppunitTest_pdfimport.mk solenv/gbuild

2012-06-26 Thread Michael Stahl
sdext/CppunitTest_pdfimport.mk |2 ++ solenv/gbuild/CppunitTest.mk |4 solenv/gbuild/Extension.mk |7 ++- 3 files changed, 12 insertions(+), 1 deletion(-) New commits: commit 1d179e2ccfd93c711386007e24828959d38c9c22 Author: Michael Stahl mst...@redhat.com Date: Tue

installation sets, parallel compression, pigz etc.

2012-06-26 Thread Michael Stahl
i've noticed that building archive installation sets on my machine is entirely CPU bound (since everything fits into RAM) and a single gzip takes up most of the time, so i've toyed around a little with a parallel implementation pigz (available in Fedora) and a single line change makes quite a

Re: Including a patch from AOO...

2012-06-27 Thread Michael Stahl
On 27/06/12 10:47, Michael Meeks wrote: On Wed, 2012-06-27 at 10:41 +0400, Ivan Timofeev wrote: a nice patch from AOO: Is it possible to merge this patch in our repo? And if yes, who would be --author then?.. it seems they even add the mail address to the comment nowadays, which isn't as

Re: [GSOC] Removing avmedia dependency in drawinglayer

2012-06-27 Thread Michael Stahl
On 27/06/12 11:54, Rafael Dominguez wrote: Oops my bad, heres the patch attached patch looks good, except for this, which should be a boost::scoped_ptr so you don't need to delete it manually: +const Graphic *mpSnapshot; also, if the goal is to

Re: Filter Selection Dialog

2012-06-28 Thread Michael Stahl
On 28/06/12 11:43, Michael Meeks wrote: On Thu, 2012-06-28 at 10:05 +0100, Michael Meeks wrote: Drat - well, LibreOffice can kill hardware I'm afraid A quick clarification - -building- LibreOffice tends to discover poor thermal management in systems better than anything else

[Libreoffice-commits] .: 5 commits - svx/source sw/source

2012-06-28 Thread Michael Stahl
svx/source/dialog/framelink.cxx| 18 sw/source/core/layout/paintfrm.cxx | 76 - 2 files changed, 43 insertions(+), 51 deletions(-) New commits: commit d0bbbfdef6b31650a351883de09b5338562048a2 Author: Michael Stahl mst...@redhat.com Date: Wed

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

2012-06-28 Thread Michael Stahl
sw/source/core/layout/paintfrm.cxx | 71 ++--- 1 file changed, 43 insertions(+), 28 deletions(-) New commits: commit 91b6ab615b4f72832412b4f4a8c633f93952a17f Author: Michael Stahl mst...@redhat.com Date: Wed Jun 27 23:10:00 2012 +0200 fdo#39415: sw: fix

[REVIEW][3-5] fdo#39415 Writer collapsing table border painting fixes

2012-06-28 Thread Michael Stahl
hi all, to fix this LO 3.4 regression i've committed 3 patches, which should be applied to libreoffice-3-5. i've just pushed these to gerrit, which has strangely resulted in 3 reviews instead of the expected one, but you can look at these here: https://gerrit.libreoffice.org/239

[Libreoffice-commits] .: smoketest/Library_smoketest.mk

2012-06-28 Thread Michael Stahl
smoketest/Library_smoketest.mk |6 ++ 1 file changed, 6 insertions(+) New commits: commit 1e0a880cfe5b9d724f1bb2b6bedb25da46d6c5ab Author: Michael Stahl mst...@redhat.com Date: Thu Jun 28 19:29:18 2012 +0200 smoketest: fix breakage from 328e2263fb6e2415bafbc40a7d7309b66f65971a

[PUSHED] Re: [PATCH] cleanup java code and update to Java5, including generics (36)

2012-06-29 Thread Michael Stahl
On 29/06/12 11:03, Noel Grandin wrote: Hi This patch series primarily updates our java code to use the new features in Java5, which means generics. Along the way I also cleaned up some javadoc warnings, and a few other things. After this patch, make check no longer generates any warnings

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

2012-06-29 Thread Michael Stahl
accessibility/source/extended/AccessibleBrowseBox.cxx | 16 ++ accessibility/source/extended/AccessibleBrowseBoxBase.cxx | 11 -- accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx |7

Re: minutes of ESC call ...

2012-06-29 Thread Michael Stahl
On 29/06/12 10:56, Michael Meeks wrote: * Pending Action Items + [pending] merge the new pretty templates in place of the old ugly ones (Michael S) hmm... how come the minutes say i am merging templates? i consider it unlikely that i said i would do such a thing, except possibly if i

[Libreoffice-commits] .: offapi/com

2012-07-02 Thread Michael Stahl
offapi/com/sun/star/table/BorderLine2.idl |4 1 file changed, 4 insertions(+) New commits: commit 2af8619ac052f54b258865edb6937c6fe820da5d Author: Michael Stahl mst...@redhat.com Date: Mon Jul 2 11:26:52 2012 +0200 BorderLine2.idl: add missing since tag Change-Id

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - offapi/com

2012-07-02 Thread Michael Stahl
offapi/com/sun/star/table/BorderLine2.idl |4 1 file changed, 4 insertions(+) New commits: commit 4364b23e1dc7bd221615bf0a62d59bb9c011fe3e Author: Michael Stahl mst...@redhat.com Date: Mon Jul 2 11:26:52 2012 +0200 BorderLine2.idl: add missing since tag Change-Id

[REVIEW][3-5] Re: API Documentation - Since/Minimum Version

2012-07-02 Thread Michael Stahl
On 30/06/12 21:32, Miklos Vajna wrote: On Fri, Jun 29, 2012 at 02:27:44PM -0700, Joel Madero jmadero@gmail.com wrote: Friendly discussion about if we can commit to putting a minimum version or a since on our API documentation. We've had a user put in a bug report (I closed as not a bug

[Libreoffice-commits] .: Makefile.top

2012-07-02 Thread Michael Stahl
Makefile.top |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 06a2859dba3418d36e76b054303025efbcabc1c2 Author: Michael Stahl mst...@redhat.com Date: Mon Jul 2 12:32:03 2012 +0200 src.downloaded should depend on bin/repo-list Change-Id

<    1   2   3   4   5   6   7   8   9   10   >