[Libreoffice-commits] .: android/experimental

2012-06-25 Thread Tor Lillqvist
android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java | 37 -- 1 file changed, 32 insertions(+), 5 deletions(-) New commits: commit cd43461697c0532b5056f9d3449e880d88084c7d Author: Tor Lillqvist tlillqv...@suse.com Date: Thu Jun 21 17:01:34

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf2' - 2 commits - sc/qa sc/source

2012-06-25 Thread Daniel Bankston
sc/qa/unit/subsequent_filters-test.cxx |6 +++- sc/source/filter/xml/xmlimprt.cxx |3 -- sc/source/filter/xml/xmlsubti.cxx | 42 - sc/source/filter/xml/xmlsubti.hxx |1 4 files changed, 5 insertions(+), 47 deletions(-) New commits:

Re: [GSOC] ODS Row height import

2012-06-25 Thread Daniel Bankston
Hi, Markus, I was right about some things, and I was wrong about some other things. XMLTableStylesContext::EndElement() did use ScXMLImport::InsertStyles() which used ScTable::SetOptimalHeight() (or something similar) to set the row heights. I used ScDocument::EnableAdjustHeight(false) to

[Libreoffice-commits] .: configure.in

2012-06-25 Thread Tor Lillqvist
configure.in | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) New commits: commit e6dfd9da6bdc0b2bf8c9990eca83207edf86011f Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Jun 25 09:32:30 2012 +0300 Improve help message at end of configure Change-Id:

Re: minutes of ESC call ...

2012-06-25 Thread Miklos Vajna
Hi Cor, On Sun, Jun 24, 2012 at 11:23:13PM +0200, Cor Nouws oo...@nouenoff.nl wrote: Just taking a quick look at issues from the query below, I would suggest to skip mentioning numbers. There is pollution with old issues, regressions in new functions, minor-if at all issues .. The query is

[Libreoffice-commits] .: oox/inc

2012-06-25 Thread Miklos Vajna
oox/inc/oox/vml/vmlformatting.hxx | 44 +++--- 1 file changed, 22 insertions(+), 22 deletions(-) New commits: commit 35c2b717857baa37d1f31f0bb6aa1ae27201b419 Author: Miklos Vajna vmik...@suse.cz Date: Mon Jun 25 09:32:18 2012 +0200 oox: kill last vml

[gsoc] circular dependency in feature/template-dialog

2012-06-25 Thread Miklos Vajna
Hi Rafael, Here is the build error I get when I try to build your branch from scratch: ~/git/libreoffice/gsoc2012/tail_build$ make -sr [ build MOD ] accessibility [ build MOD ] animations make: Circular

patch for building on OS X 10.7 using clang

2012-06-25 Thread Ward van Wanrooij
When building using Mac OS X 10.7.4, the latest Xcode (4.3.3) and the default clang, the build fails to build two unit-tests and aborts: [ build LNK ] CppunitTest/libtest_sw_subsequent_rtftok.dylib Undefined symbols for architecture i386: typeinfo for cppu::OWeakObject, referenced from:

RE: fdo 50950 make (ISO)WEEKNUM comply with ODFF1.2, advise asked

2012-06-25 Thread Winfried Donkers
Hi Eike, Please see my Splinter review in https://bugs.freedesktop.org/show_bug.cgi?id=50950#c3 I will do that. (I hope my contributions don't cost you too much time in correcting so that they fit well in the general picture...) It seems one point didn't make it across: I did not suggest

[Libreoffice-commits] .: sw/CppunitTest_sw_subsequent_ooxmltok.mk sw/CppunitTest_sw_subsequent_rtftok.mk

2012-06-25 Thread Miklos Vajna
sw/CppunitTest_sw_subsequent_ooxmltok.mk |1 + sw/CppunitTest_sw_subsequent_rtftok.mk |1 + 2 files changed, 2 insertions(+) New commits: commit ece31c7f44061b89019b334a6fee29dd7cb778c5 Author: Ward van Wanrooij w...@ward.nu Date: Mon Jun 25 09:56:10 2012 +0200 fix build on OS X

Re: [PUSHED] for building on OS X 10.7 using clang

2012-06-25 Thread Miklos Vajna
Hi Ward, On Mon, Jun 25, 2012 at 12:26:11AM +0200, Ward van Wanrooij w...@ward.nu wrote: The below patch (LGPLv3+ / MPL) solves this. Pushed. Next time please use git format-patch to create patches as described here: http://wiki.documentfoundation.org/Development#Preparing_patches I had to

REMINDER: Release 3.5.5-rc2 from libreoffice-3-5-5 branch

2012-06-25 Thread Petr Mladek
Hi, please note that the commit deadline for 3.5.5-rc2 is today, June 25, 2012. It will be used as LO-3.5.5 final if no blocker is reported. See also http://wiki.documentfoundation.org/ReleasePlan#3.5_release http://wiki.documentfoundation.org/Release_Criteria

Re: patch for building on OS X 10.7 using clang

2012-06-25 Thread Michael Meeks
Hi Ward, Thanks for your patch ! :-) On Mon, 2012-06-25 at 00:26 +0200, Ward van Wanrooij wrote: The below patch (LGPLv3+ / MPL) solves this. What really helps ease the license book-keeping is if you can make a blanket license statement on the public list for all commits that

[Libreoffice-commits] .: vcl/aqua

2012-06-25 Thread Tor Lillqvist
vcl/aqua/source/gdi/coretext/salcoretextfontutils.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 3220899cd80dd3e0f10e305d882da92eaeed8055 Author: Tor Lillqvist t...@iki.fi Date: Mon Jun 25 11:37:52 2012 +0300 Fix error: redefinition of 'value'

Re: [PATCH] fdo#35365 default font color for documents

2012-06-25 Thread Jan Holesovsky
Hi Benjamin, On 2012-06-23 at 19:57 +0200, Benjamin Drung wrote: I am afraid this breaks the way we are handling the hicontrast theme that is supposed to target visually impaired people - we use dark background and white text in the hicontrast case (which wouldn't be the case any more

Re: Calc-Edit Picture with External Tool

2012-06-25 Thread Michael Meeks
Hi there, On Sun, 2012-06-24 at 18:32 -0700, jkedar wrote: Is there a way to set up Right Click -Edit Picture With External Tool in Calc the same way as in Writer ? If you want to hack on this it shouldn't be a huge problem to come up with something: git grep FN_EXTERNAL_EDIT

Re: 3D-Spreadsheets-Setting Transparency to sheets

2012-06-25 Thread Michael Meeks
Hi there, On Sun, 2012-06-24 at 17:40 -0700, jkedar wrote: Is there an in-built way API, Macro, etc. to set Transparency to sheets in Calc in LibreOffice ? Again, this seems like a user question not suited for the developers' list; please read:

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - vcl/generic vcl/inc vcl/source

2012-06-25 Thread Petr Mladek
vcl/generic/fontmanager/fontsubst.cxx | 59 ++-- vcl/inc/outfont.hxx | 38 +-- vcl/source/gdi/outdev3.cxx| 165 ++ 3 files changed, 210 insertions(+), 52 deletions(-) New commits: commit

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

2012-06-25 Thread Michael Meeks
vcl/generic/fontmanager/fontsubst.cxx | 59 ++-- vcl/inc/outfont.hxx | 38 +-- vcl/source/gdi/outdev3.cxx| 165 ++ 3 files changed, 210 insertions(+), 52 deletions(-) New commits: commit

Re: minutes of ESC call ...

2012-06-25 Thread Michael Meeks
Hi Cor, On Sun, 2012-06-24 at 23:23 +0200, Cor Nouws wrote: Michael Meeks wrote (21-06-12 17:55) * 3.5 bugs tagged with 'regression' + 179(+12) bugs open of 631(+17) total [...] Just taking a quick look at issues from the query below, I would suggest to skip mentioning numbers.

[Libreoffice-commits] .: Branch 'libreoffice-3-5-5' - vcl/generic vcl/inc vcl/source

2012-06-25 Thread Michael Meeks
vcl/generic/fontmanager/fontsubst.cxx | 59 ++-- vcl/inc/outfont.hxx | 38 +-- vcl/source/gdi/outdev3.cxx| 165 ++ 3 files changed, 210 insertions(+), 52 deletions(-) New commits: commit

Re: another 3.6.0beta2 build error

2012-06-25 Thread Michael Meeks
Hi Andreas, On Sun, 2012-06-24 at 11:10 +0200, Andreas Radke wrote: In file included from /build/src/libreoffice-core-3.6.0.0.beta2/avmedia/source/framework/mediacontrol.cxx:33:0: /build/src/libreoffice-core-3.6.0.0.beta2/solver/unxlngx6.pro/inc/avmedia/mediaplayer.hxx:32:29: fatal error:

Re: [PATCH] Give Macro recorder separate option, apart from Experimental features

2012-06-25 Thread Michael Meeks
On Sat, 2012-06-23 at 22:12 +0200, Cor Nouws wrote: Ah well, my memory was wrong. But apparently some change in the dialog container code saved me: the 3.6.0 beta produces a higher dialog on Windows :-) Great :-) So I can forget my initial thoughts about rearrangements.

Re: [PUSHED 3-5][REVIEW 3-5-5] Fix fdo#48602: code-page mismatch in Visio 2000 files

2012-06-25 Thread Michael Meeks
On Fri, 2012-06-22 at 17:11 +0200, Petr Mladek wrote: Two more approvals are needed for 3-5-5. You have one from me :-) the diff looks big, but the text/ tool is irrelevant for us, and the charset stuff is mostly code-movement and simplification it seems. Thanks,

[PATCH] fdo#44602 Modeless word count window hides when user clicks into note

2012-06-25 Thread Muhammad Haggag
Hello. = Bug = https://bugs.freedesktop.org/show_bug.cgi?id=44602 = Patch = https://bugs.freedesktop.org/attachment.cgi?id=63423 = Patch Review = https://bugs.freedesktop.org/page.cgi?id=splinter.htmlbug=44602attachment=63423 = Changes =

[Libreoffice-commits] .: extensions/source

2012-06-25 Thread Tor Lillqvist
extensions/source/bibliography/bibconfig.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ee7404c81903896515d5248a0dc4543989f6023c Author: Tor Lillqvist t...@iki.fi Date: Mon Jun 25 13:06:58 2012 +0300 WaE: 'Mapping' defined as a struct here but previously

[PUSHED 3-5-5] Request sign-off for crash fix

2012-06-25 Thread Michael Meeks
Found pushed to libreoffice-3-5-5. Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Gerrit review patch query helper...

2012-06-25 Thread Michael Meeks
Hi Sebastian, On Fri, 2012-06-22 at 16:03 +0200, Sebastian Spaeth wrote: Hi all, I was annoyed by the oververbose gerrit query output so I fixed it for me. Me too :-) I learned too late that David has something similar as logerrit in the core repository. But it is in shell script,

[Libreoffice-commits] .: sc/source

2012-06-25 Thread Markus Mohrhard
sc/source/filter/excel/xetable.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 66ea6d9801ea8e214f39a70251e5ccc5f47c315a Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25 12:29:02 2012 +0200 only export the supported number of rows/columns,

Re: [PUSHED 3-5][PUSHED 3-6][REVIEW 3-5-5?] fdo#47636 font fallback performance regression

2012-06-25 Thread Petr Mladek
Michael Meeks píše v Čt 21. 06. 2012 v 17:21 +0100: Hi there, On Thu, 2012-06-21 at 16:20 +0100, Caolán McNamara wrote: So 8c023fd645c8b83637ffcde4055886b2e4f94393 should fix a performance regression with font fallback under fontconfig using platforms when a font is missing. This may

Re: libicudata in non-standard directory linking issues.

2012-06-25 Thread Jonathan Adams
yeah, that compiled icu fine, and I didn't even have to copy the icu libs to the solver ... compiled for a long time after that ... tools_test fails though ... If you can look through the debug file (sorry 1.7Mb https://docs.google.com/open?id=0B6o_jmGQm0dWd3VMWEc5alhJaWc ) and give me pointers

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

2012-06-25 Thread Markus Mohrhard
sc/source/filter/excel/xetable.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 462f94c2b93a65e5388e2935baaeeac165679a14 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25 12:29:02 2012 +0200 only export the supported number of rows/columns,

[Libreoffice-commits] .: writerfilter/source

2012-06-25 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper.cxx | 10 ++ writerfilter/source/dmapper/DomainMapper_Impl.cxx | 14 ++ writerfilter/source/dmapper/DomainMapper_Impl.hxx |6 ++ 3 files changed, 30 insertions(+) New commits: commit

[Libreoffice-commits] .: filter/inc

2012-06-25 Thread Michael Meeks
filter/inc/filter/msfilter/msdffimp.hxx | 126 1 file changed, 63 insertions(+), 63 deletions(-) New commits: commit 003b4d21a43b607fb754ca3a65746937cbcc20e9 Author: Jesso Clarence Murugan jmuru...@kacst.edu.sa Date: Sat Jun 23 12:09:37 2012 +0300

[PUSHED] German comments translation

2012-06-25 Thread Michael Meeks
Hi Jesso, On Sat, 2012-06-23 at 12:28 +0300, Jesso Murugan wrote: I tranlsated German comments in filter/inc/filter/msfilter/msdffimp.hxx Lovely; Philipp has some good comments, hopefully he can improve the corner cases there, but I pushed your patch thus far as it is :-) It's no

[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
editeng/inc/editeng/borderline.hxx |4 +-- editeng/qa/items/borderline_test.cxx | 12 +-- editeng/source/items/borderline.cxx | 10 - editeng/source/items/frmitems.cxx| 16 --- editeng/source/rtf/rtfitem.cxx

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 44719, which changed state. Bug 44719 Summary: extremely slow import of pptx ... https://bugs.freedesktop.org/show_bug.cgi?id=44719 What|Old Value |New Value

Re: [PATCH] fdo#44602 Modeless word count window hides when user clicks into note

2012-06-25 Thread Muhammad Haggag
Gerrit change: https://gerrit.libreoffice.org/236 Regards, --Muhammad ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 51115, which changed state. Bug 51115 Summary: [FILEOPEN] PDF is not opened in draw, but as text file https://bugs.freedesktop.org/show_bug.cgi?id=51115 What|Old Value |New Value

Re: Bibisect for 3.6

2012-06-25 Thread Michael Meeks
On Sun, 2012-06-24 at 15:12 +0200, Lionel Elie Mamane wrote: Hmm... http://people.canonical.com/~bjoern/bibisect-3.6-20120428.tar.xz requires GNU glibc 2.15, while Debian only has 2.13 :-( It would be better (if possible) to build the builds inside our very old 'generic linux' system /

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

2012-06-25 Thread Michael Meeks
cui/source/dialogs/about.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b20a723a6915ba1d8a8ca908bf27182ce577557f Author: Robinson Tryon qu...@runcibility.com Date: Thu Jun 21 13:01:34 2012 -0400 fdo#43180: Use hyphen for copyright range in About box

Re: [PUSHED 3-5-5][REVIEW 3-5-5] Fix fdo#48602: code-page mismatch in Visio 2000 files

2012-06-25 Thread David Tardon
On Mon, Jun 25, 2012 at 10:58:49AM +0100, Michael Meeks wrote: On Fri, 2012-06-22 at 17:11 +0200, Petr Mladek wrote: Two more approvals are needed for 3-5-5. You have one from me :-) the diff looks big, but the text/ tool is irrelevant for us, and the charset stuff is mostly

[Libreoffice-commits] .: Branch 'libreoffice-3-5-5' - libvisio/libvisio-0.0.17-fdo48601_part1.patch libvisio/libvisio-0.0.17-fdo48601_part2.patch libvisio/libvisio-0.0.17-fdo50988.patch libvisio/libvi

2012-06-25 Thread David Tardon
libvisio/libvisio-0.0.17-fdo48601_part1.patch | 26 -- libvisio/libvisio-0.0.17-fdo48601_part2.patch | 64 -- libvisio/libvisio-0.0.17-fdo50988.patch | 27 -- libvisio/libvisio-0.0.17.patch| 35 --

[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
sdext/Extension_minimizer.mk |4 ++-- sdext/Extension_pdfimport.mk | 10 -- sdext/Extension_presenter.mk |4 ++-- sfx2/Library_qstart.mk |1 - solenv/gbuild/Extension.mk | 20 solenv/gbuild/TargetLocations.mk |6 +++---

[Libreoffice-commits] .: bin/lo-commit-stat

2012-06-25 Thread Thorsten Behrens
bin/lo-commit-stat |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 418df9282d772d21eebb56f858fd84036d9b691a Author: Thorsten Behrens tbehr...@suse.com Date: Sat Jun 23 16:08:10 2012 +0200 Slightly more robust removal of bug title prefix.

[Libreoffice-commits] .: configure.in

2012-06-25 Thread Petr Mladek
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit df3c7d6ddf633f8511cbd72a536c58a5006ca31e Author: Petr Mladek pmla...@suse.cz Date: Wed Jun 20 15:26:46 2012 +0200 explicitely check gmodule build flags for gtk3 module g_module_open is used

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 48243, which changed state. Bug 48243 Summary: Some extensions not work after install https://bugs.freedesktop.org/show_bug.cgi?id=48243 What|Old Value |New Value

[GSoC] testing - Weekly Report no. 5

2012-06-25 Thread Artur Dorda
Hello, This week I have dumped all the EnhancedCustomShape* services and structs from there: http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/drawing/ resulting in about * 10 services and structs dumped * containing about 50 properties, * having ~850 lines of code Next week's todo

[Libreoffice-commits] .: binfilter/inc

2012-06-25 Thread David Tardon
binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 64f9aceb74ca4c36049d89bfbd63b2fa6e71fb6b Author: David Tardon dtar...@redhat.com Date: Mon Jun 25 10:37:12 2012 +0200 remove useless extern declaration This fixes

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

2012-06-25 Thread David Tardon
binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 8dcb94c6fcb2613834a91762aacdb07d4096a537 Author: David Tardon dtar...@redhat.com Date: Mon Jun 25 10:37:12 2012 +0200 remove useless extern declaration This fixes

Re: Is fdo#43460 done and can be closed? Or: status of EasyHacks in Bugzilla is important too

2012-06-25 Thread Michael Meeks
On Fri, 2012-06-22 at 11:12 +0200, Philipp Riemer wrote: status NEW https://bugs.freedesktop.org/show_bug.cgi?id=43460. As far as I understand the comments, it is completed and can either be closed or needs new input: Nice catch; found closed :-) Thanks,

[Libreoffice-commits] .: writerfilter/source

2012-06-25 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper.cxx | 10 -- writerfilter/source/dmapper/DomainMapper_Impl.cxx | 14 -- writerfilter/source/dmapper/DomainMapper_Impl.hxx |6 -- 3 files changed, 30 deletions(-) New commits: commit

testing: activate components ...

2012-06-25 Thread Michael Meeks
Hi Artur, On Mon, 2012-06-25 at 14:47 +0200, Artur Dorda wrote: This week I have dumped all the EnhancedCustomShape* services and structs from there: Nice :-) Next week's todo is: - improve the Impress' test files, different Shapes and Properties need to be separated - connect

[Libreoffice-commits] .: sysui/desktop

2012-06-25 Thread David Tardon
sysui/desktop/menus/base.desktop|4 ++-- sysui/desktop/menus/calc.desktop|4 ++-- sysui/desktop/menus/draw.desktop|4 ++-- sysui/desktop/menus/impress.desktop |4 ++-- sysui/desktop/menus/math.desktop|4 ++-- sysui/desktop/menus/writer.desktop |4 ++-- 6

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sysui/desktop

2012-06-25 Thread David Tardon
sysui/desktop/menus/base.desktop|4 ++-- sysui/desktop/menus/calc.desktop|4 ++-- sysui/desktop/menus/draw.desktop|4 ++-- sysui/desktop/menus/impress.desktop |4 ++-- sysui/desktop/menus/math.desktop|4 ++-- sysui/desktop/menus/writer.desktop |4 ++-- 6

[Libreoffice-commits] .: binfilter/inc

2012-06-25 Thread Caolán McNamara
binfilter/inc/bf_svtools/svarray.hxx |9 - 1 file changed, 9 deletions(-) New commits: commit 0a7904266b9e0281252d4afbca1d25f7df021362 Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 24 00:21:56 2012 +0100 callcatcher: remove unused _ForEach group Change-Id:

[Libreoffice-commits] .: android/experimental

2012-06-25 Thread Iain Billett
android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java | 15 android/experimental/LibreOffice4Android/AndroidManifest.xml |4 android/experimental/LibreOffice4Android/Makefile

where are extras/source/templates/wizard/bitmap used ?

2012-06-25 Thread Caolán McNamara
Does anyone know where (if anywhere) the graphic in extras/source/templates/wizard/bitmap e.g. extras/source/templates/wizard/bitmap/taiwan.gif extras/source/templates/wizard/bitmap/germany.wmf get used ? C. ___ LibreOffice mailing list

[Libreoffice-commits] .: 3 commits - filter/inc

2012-06-25 Thread Michael Meeks
filter/inc/filter/msfilter/msdffimp.hxx | 595 +++- 1 file changed, 295 insertions(+), 300 deletions(-) New commits: commit f3e7d82e7c20f8d78b418ecc92d2e22c0a3fb0dc Author: Philipp Riemer ruderphil...@gmail.com Date: Sat Jun 23 20:21:09 2012 +0200 cleanup

Re: [PATCH] fdo#39468: translate German comments (= filter/inc/filter/msfilter/msdffimp.hxx) plus questions

2012-06-25 Thread Michael Meeks
Hi there, On Sat, 2012-06-23 at 20:45 +0200, Philipp Riemer wrote: (1) Since it was addressed on the mailing list today (see http://lists.freedesktop.org/archives/libreoffice/2012-June/034038.html) I spent some time on filter/inc/filter/msfilter/msdffimp.hxx. Thanks for this set;

Re: [REVIEW 3.5.5 (2/3)] Re: [PATCH] fix proposed for fdo#49178

2012-06-25 Thread Caolán McNamara
On Thu, 2012-06-21 at 15:13 -0700, julien2412 wrote: Sorry for having forgotten review tag :-( http://cgit.freedesktop.org/libreoffice/core/commit/?id=7588fa7a534a217e3949013b7c373fbb5503d466g=libreoffice-3-5 We might have missed the boat on this, but sure, +1 from me, and with the assumption

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - pyuno/zipcore

2012-06-25 Thread Caolán McNamara
pyuno/zipcore/python.sh |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit cf5ac1ad17bd8d2e9c8b585254302ecc053a9547 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jun 22 11:57:12 2012 +0200 fdo#50682: Setting DYLD_LIBRARY_PATH in python script

Re: [PATCH] fdo#39468: translate German comments (= filter/inc/filter/msfilter/msdffimp.hxx) plus questions

2012-06-25 Thread Noel Grandin
On 2012-06-25 15:32, Michael Meeks wrote: On Sat, 2012-06-23 at 20:45 +0200, Philipp Riemer wrote: (2) In addition, I was wondering if it would be possible to shorten parameters (e.g. com::sun::star::uno::Reference com::sun::star::embed::XStorage xDestStg) by using aliases or other ways to

Re: [PUSHED 3-5][REVIEW-3-5-5 (1/3)] Using system libsqlite3.dylib on Mac OS X? (fdo#50682)

2012-06-25 Thread Caolán McNamara
On Fri, 2012-06-22 at 12:27 +0200, Stephan Bergmann wrote: On closer inspection, the real problem appears to be an unnecessary setting of DYLD_LIBRARY_PATH in LO's python wrapper script. http://cgit.freedesktop.org/libreoffice/core/commit/?id=a164d246f2ed941fbdef19ec5b47dac1bab25509

Re: where are extras/source/templates/wizard/bitmap used ?

2012-06-25 Thread Andras Timar
Hi, 2012/6/25 Caolán McNamara caol...@redhat.com: Does anyone know where (if anywhere) the graphic in extras/source/templates/wizard/bitmap e.g. extras/source/templates/wizard/bitmap/taiwan.gif extras/source/templates/wizard/bitmap/germany.wmf usa.gif is used:

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

2012-06-25 Thread Muthu Subramanian
oox/inc/oox/ppt/pptshapegroupcontext.hxx |1 oox/source/drawingml/diagram/diagram.cxx | 66 --- oox/source/ppt/pptshapegroupcontext.cxx | 14 -- 3 files changed, 46 insertions(+), 35 deletions(-) New commits: commit

Re: [PATCH] fdo#39468: translate German comments (= filter/inc/filter/msfilter/msdffimp.hxx) plus questions

2012-06-25 Thread Philipp Riemer
2012/6/25 Noel Grandin n...@peralex.com: On 2012-06-25 15:32, Michael Meeks wrote: On Sat, 2012-06-23 at 20:45 +0200, Philipp Riemer wrote: (2) In addition, I was wondering if it would be possible to shorten parameters (e.g. com::sun::star::uno::Reference com::sun::star::embed::XStorage

Re: another 3.6.0beta2 build error

2012-06-25 Thread Andreas Radke
This error is gone now that I've switched using system clucene. Also my other reported issue not finding some .desktop files is gone now. Strange. But I'm happy that I can compile it again till the end :) -Andy ___ LibreOffice mailing list

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

2012-06-25 Thread Miklos Vajna
sw/qa/extras/ooxmltok/data/n766481.docx |binary sw/qa/extras/ooxmltok/ooxmltok.cxx| 21 ++ writerfilter/source/dmapper/DomainMapper.cxx | 11 +++ writerfilter/source/dmapper/DomainMapper_Impl.cxx | 31 ++

[Libreoffice-commits] .: Branch 'feature/svg-export' - 5 commits - filter/source slideshow/source

2012-06-25 Thread Marco Cecchetti
filter/source/svg/presentation_engine.js | 305 --- slideshow/source/engine/animationnodes/animationbasenode.cxx | 10 slideshow/source/engine/animationnodes/basecontainernode.cxx | 39 + slideshow/source/engine/animationnodes/basecontainernode.hxx |4 4

[Libreoffice] [GSoC 2012][svg export filter] Weekly Report #5

2012-06-25 Thread Marco Cecchetti
Hi everybody, sorry for the delay, I had some unexpected event on this weekend. It follows my weekly report: Report #5 - Ported all transition tables that describe how an animation can pass from one state to another. Added support for the repeatCount attribute for time containers. The

Re: [gsoc] circular dependency in feature/template-dialog

2012-06-25 Thread Rafael Dominguez
On Mon, Jun 25, 2012 at 3:11 AM, Miklos Vajna vmik...@suse.cz wrote: Hi Rafael, Here is the build error I get when I try to build your branch from scratch: ~/git/libreoffice/gsoc2012/tail_build$ make -sr [ build MOD ] accessibility [ build MOD ] animations make: Circular

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 fabien.mic...@hespul.org changed: What|Removed |Added Depends on||40907 --- Comment #26 from

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 fabien.mic...@hespul.org changed: What|Removed |Added Depends on|40907 | -- Configure bugmail:

Re: [PUSHED] Use hyphen for copyright range in About box

2012-06-25 Thread Michael Meeks
On Fri, 2012-06-22 at 10:40 -0400, Robinson Tryon wrote: I've been eyeing some of the unit test bugs (e.g. https://bugs.freedesktop.org/show_bug.cgi?id=39625) and I'll keep my eye out for any more obvious comma-hyphen fixes. Oh - nice ;-) unit testing is really critical; and this

[GSOC] Weekly Report - Template Dialog UI

2012-06-25 Thread Rafael Dominguez
This week progress - Filtered files by their type when clicking the top buttons. - Added toolbar and context toolbar depending if you select a template file or not. - Import template to selected folders. - Open selected templates for editing. - Display search edit box when clicking in the search

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

2012-06-25 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper_Impl.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit ac00b2881824ebd40bfcb2b20c70df6d21daf677 Author: Miklos Vajna vmik...@suse.cz Date: Fri Jun 22 18:55:15 2012 +0200 fdo#46966 dmapper: fix headery/footery

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

2012-06-25 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper.cxx | 11 +++ writerfilter/source/dmapper/DomainMapper_Impl.cxx | 31 ++ writerfilter/source/dmapper/DomainMapper_Impl.hxx | 10 +++ writerfilter/source/dmapper/PropertyMap.cxx |1 4 files changed, 53

Re: where are extras/source/templates/wizard/bitmap used ?

2012-06-25 Thread Caolán McNamara
On Mon, 2012-06-25 at 15:48 +0200, Andras Timar wrote: usa.gif is used: http://opengrok.libreoffice.org/xref/core/wizards/source/schedule/schedule.src#194 BTW this Calendar macro looks broken to me. Other country bitmaps are unused, as far as I can tell. Aha! From that Schedule thing I see

Re: [PATCH] fdo#44602 Modeless word count window hides when user clicks into note

2012-06-25 Thread Lionel Elie Mamane
On Mon, Jun 25, 2012 at 12:08:03PM +0200, Muhammad Haggag wrote: html style=direction: ltr; head meta content=text/html; charset=ISO-8859-1 http-equiv=Content-Type style type=text/cssbody p { margin-bottom: 0cm; margin-top: 0pt; } /style /head Please avoid HTML-mail to

[Libreoffice-commits] .: sw/source

2012-06-25 Thread Caolán McNamara
sw/source/ui/uno/SwXDocumentSettings.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 85c69cbbf54016165053bccb5baaab4eec05dd24 Author: Maxime de Roucy mdero...@linagora.com Date: Wed May 30 10:45:02 2012 +0200 Change unnecessary pointer dereference

Re: Bibisect for 3.6

2012-06-25 Thread Lionel Elie Mamane
On Mon, Jun 25, 2012 at 12:10:24PM +0100, Michael Meeks wrote: On Sun, 2012-06-24 at 15:12 +0200, Lionel Elie Mamane wrote: Hmm... http://people.canonical.com/~bjoern/bibisect-3.6-20120428.tar.xz requires GNU glibc 2.15, while Debian only has 2.13 :-( It would be better (if possible)

Re: [Libreoffice][PATCH] Prevent print settings dialog to show help button when it's called from help window

2012-06-25 Thread Maxime de Roucy
The patch 0003 introduce a bug : -if ( SID_PRINTER_NAME == nId ) -{ -// just set a recorded printer name -if ( pPrinter ) -SetPrinter( pPrinter, SFX_PRINTER_PRINTER ); -break; -} please wait

Re: [PUSHED partial][PATCH] Prevent print settings dialog to show help button when it's called from help window

2012-06-25 Thread Caolán McNamara
On Tue, 2012-06-19 at 16:05 +0200, Maxime de Roucy wrote: Hello, Here is some patchs : 0001 : one line, code simplification. I've pushed this one anyway. 0002 : explicite NULL or 0 comparison in if. I don't know if LibreOffice have a coding standard about that type of comparison ? meh, I

Can #32260 and 51135 be closed? -- both: Request for account

2012-06-25 Thread Philipp Riemer
Hi, (1) I just realized that https://bugs.freedesktop.org/show_bug.cgi?id=32260 from 2010-12-09 is still open/ in NEEDINFO state. Last comment from requesting user Andrew Dent is from end of 2010 and also on the mailing list I could not find any message of him after 2010-10-24 (see

[Libreoffice-commits] .: scp2/source

2012-06-25 Thread Caolán McNamara
scp2/source/ooo/file_ooo.scp |6 -- scp2/source/ooo/module_hidden_ooo.scp |1 - 2 files changed, 7 deletions(-) New commits: commit 3e377de063bc55e2ce71441343b7284599187460 Author: Caolán McNamara caol...@redhat.com Date: Mon Jun 25 16:59:17 2012 +0100

Re: Bibisect for 3.6

2012-06-25 Thread Bjoern Michaelsen
On Mon, Jun 25, 2012 at 05:40:31PM +0200, Lionel Elie Mamane wrote: It would be better (if possible) to build the builds inside our very old 'generic linux' system / virtual-machine, such that they run everywhere. Of course, that is more work ;-) Yes, indeed. Plus the fact that Xen

Re: Possible option to simplify code?

2012-06-25 Thread Miklos Vajna
On Sun, Jun 24, 2012 at 06:28:05PM +0200, Michael Stahl mst...@redhat.com wrote: 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

[Libreoffice-commits] .: sw/source

2012-06-25 Thread Miklos Vajna
sw/source/core/unocore/SwXTextDefaults.cxx | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) New commits: commit 722c675241d3d652e744f445780766effd58b942 Author: Miklos Vajna vmik...@suse.cz Date: Mon Jun 25 18:18:43 2012 +0200 SwXTextDefaults: use

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 2 commits - sfx2/source

2012-06-25 Thread Rafael Dominguez
sfx2/source/doc/templatedlg.cxx | 40 ++-- 1 file changed, 38 insertions(+), 2 deletions(-) New commits: commit a2952b9a768915e9c0c91135fd2f9d7e742c53f6 Author: Rafael Dominguez venccsra...@gmail.com Date: Mon Jun 25 11:51:05 2012 -0430 Add a function

[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/source

2012-06-25 Thread Rafael Dominguez
sfx2/source/doc/templatedlg.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 4cc579ee792fbc81007bb8e0b31b6ae45429b349 Author: Rafael Dominguez venccsra...@gmail.com Date: Mon Jun 25 14:10:04 2012 -0430 Add missing argument to lcl_createTemplate.

Re: Bibisect for 3.6

2012-06-25 Thread Lionel Elie Mamane
On Mon, Jun 25, 2012 at 06:17:54PM +0200, Bjoern Michaelsen wrote: On Mon, Jun 25, 2012 at 05:40:31PM +0200, Lionel Elie Mamane wrote: It would be better (if possible) to build the builds inside our very old 'generic linux' system / virtual-machine, such that they run everywhere. Of

Re: [PATCH] fdo#38828: Save position of tab dialogs

2012-06-25 Thread Caolán McNamara
On Thu, 2012-06-21 at 20:03 -0500, Travis Carter wrote: I've already submitted a patch that isn't as well formed to the bug listing. Sorry. This was my first patch to any project and I should have checked a little better on the preferred submission method. The one attached here should be

Image Scaling in the GUI (for 3.7)

2012-06-25 Thread Tomaž Vajngerl
Hi, Now that we have higher quality scaling algorithms on Bitmap, which are used for PDF export, I wanted to do the same in the GUI. I discovered that grfmgr is responsible for scaling when displaying images on the GUI, but it has its own functions for scaling. So I started to work on removing

[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

License applied on my templates contributions

2012-06-25 Thread will...@gathoye.be
All of my contributions to the LibreOffice Progress template may be licensed under the CC0 license. -- William Gathoye will...@gathoye.be ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

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

About Clean Inspiration Template Licensing

2012-06-25 Thread Mateus Machado Luna
All my past and future contributions to the LibreOffice Clean Inspiration template may be licensed under the CC0 license. :) -- *Mateus Machado Luna* 4º ano do Curso de Eletrônica Integrado ao Nível Médio - IFG Goiânia. http://www.flickr.com/photos/mateus-ml-wetah/

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 6 commits - sfx2/inc sfx2/source

2012-06-25 Thread Rafael Dominguez
sfx2/inc/templatedlg.hxx|8 ++- sfx2/source/doc/templatedlg.cxx | 92 +++- sfx2/source/doc/templatedlg.hrc | 14 ++ sfx2/source/doc/templatedlg.src | 33 +++--- 4 files changed, 128 insertions(+), 19 deletions(-) New commits:

  1   2   3   >