Re: gbuild deps: removed header

2012-07-23 Thread David Tardon
Hi, On Sun, Jul 22, 2012 at 09:01:45PM +0200, Matúš Kukan wrote: Hi all, Should gbuild dependencies survive removed header ? Yes, ideally :-) Something like: touch solver/*/inc/foo.h +#include foo.h e.g. in salhelper/source/condition.cxx make gb_FULLDEPS=T salhelper Now

Re: make check with DEBUGCCPUNIT=TRUE is waiting for console output

2012-07-23 Thread Miklos Vajna
Hi Noel, On Fri, Jul 20, 2012 at 10:54:04AM +0200, Noel Grandin n...@peralex.com wrote: Ping? Anybody have any ideas? This is driving me nuts during my testing. So - I think this has been already mentioned in this thread, to just avoid the pain, the best is to run make check without

[Libreoffice-commits] .: mdds/makefile.mk mdds/mdds_0.6.0-unused-parameter.patch

2012-07-23 Thread Stephan Bergmann
mdds/makefile.mk |2 +- mdds/mdds_0.6.0-unused-parameter.patch | 11 +++ 2 files changed, 12 insertions(+), 1 deletion(-) New commits: commit f86d51e1bc15e46090a59cfa10b71055ceccd381 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jul 23 09:36:11 2012

Re: make check with DEBUGCCPUNIT=TRUE is waiting for console output

2012-07-23 Thread Noel Grandin
On 2012-07-23 09:27, Miklos Vajna wrote: So - I think this has been already mentioned in this thread, to just avoid the pain, the best is to run make check without DEBUGCCPUNIT=TRUE My point is that this used to work, and I'm pretty sure it's a bug in the make scripts, since it doesn't seem

[Libreoffice-commits] .: oox/source

2012-07-23 Thread Stephan Bergmann
oox/source/dump/dumperbase.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6aff9717426db96f41ab04cd96da2b5d074625e1 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jul 23 10:28:03 2012 +0200 Bogus warning C4701: potentially uninitialized local

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

2012-07-23 Thread David Tardon
filter/inc/filter/msfilter/msdffimp.hxx | 14 +++--- filter/inc/filter/msfilter/svdfppt.hxx | 12 ++-- filter/source/msfilter/svdfppt.cxx |8 svx/inc/svx/svditer.hxx |6 +++--- 4 files changed, 24 insertions(+), 16 deletions(-) New

Re: C++11 in LibreOffice

2012-07-23 Thread Lubos Lunak
On Saturday 21 of July 2012, Kohei Yoshida wrote: On 07/19/2012 11:26 AM, Michael Meeks wrote: On Thu, 2012-07-19 at 16:04 +0200, Michael Stahl wrote: i'm saying it doesn't benefit from the sophisticated optimizations that vendor compilers like SunStudio or Intel do that speed up your BLAS

Re: No Win builds?

2012-07-23 Thread Rainer Bielefeld
Norbert Thiebaud schrieb: humm, indeed. apparently push_nightly.sh is not finding stuff to push Hi, today I see some progress, /daily/Win-x86@6/master/2012-07-22_22.08.18 contains a build. Others still empty! Best regards Rainer ___

Re: C++11 in LibreOffice

2012-07-23 Thread Lubos Lunak
On Thursday 19 of July 2012, Michael Meeks wrote: Having said that, I totally agree, our problems are 95% algorithmic, and fiddling with compiler optimiser settings is the last refuge of the desperate man ;-) The thing that concerns me about gcc vs. MSVC++ is not the speed of the

Re: Tinderbox failure, W2008R2@16-minimal_build, MASTER, last success: 2012-07-22 13:36:59

2012-07-23 Thread Lubos Lunak
On Monday 23 of July 2012, nthieb...@gmail.com wrote: Hi folks, One of you broke the build of LibreOffice with your commit :-( Please commit and push a fix ASAP! Full log available at http://tinderbox.libreoffice.org/MASTER/status.html Tinderbox info: Box name: W2008R2@16-minimal_build

Re: gbuild deps: removed header

2012-07-23 Thread Lubos Lunak
On Sunday 22 of July 2012, Matúš Kukan wrote: Hi all, Should gbuild dependencies survive removed header ? Something like: touch solver/*/inc/foo.h +#include foo.h e.g. in salhelper/source/condition.cxx make gb_FULLDEPS=T salhelper Now workdir/*/Dep/LinkTarget/Library/*salhelper*.d should

Re: Tinderbox nightlies broken (was Re: No Win builds?)

2012-07-23 Thread Lubos Lunak
On Sunday 22 of July 2012, Norbert Thiebaud wrote: ... but I used a simple grep + sed to extract INPATH= simpler and most importantly avoid using 'make' on platform for which that may not resolve to a gnumake. You forgot to tell grep what to grep for, so if anybody has updated after this,

Re: gbuild deps: removed header

2012-07-23 Thread Michael Stahl
On 23/07/12 08:14, David Tardon wrote: On Sun, Jul 22, 2012 at 09:01:45PM +0200, Matúš Kukan wrote: But what works is if we use /home/matus/git/libo/solver/unxlngx6.pro/inc/foo.h: @true instead of just /home/matus/git/libo/solver/unxlngx6.pro/inc/foo.h: Do we want to hack contac-deps

Re: [PUSHED] updated tango artwork ...

2012-07-23 Thread Michael Meeks
On Fri, 2012-07-20 at 21:57 +0200, Bjoern Michaelsen wrote: On Thursday, 2012-07-19 17:57:49 +0100, Michael Meeks wrote: all looks good to me, though the sendmail icon is a tad cute :-) Anyhow, no cows, no dogs, no middle fingers.. have my sign-off. IANAL and trust Michael on that.

Re: [REVIEW 3-6][REVIEW 3-6-0] fdo#52232 Hidden MediaWiki options page

2012-07-23 Thread Stephan Bergmann
On 07/18/2012 02:38 PM, Stephan Bergmann wrote: This is a little embarrassing, but I just noticed that the simplified C++ configuration access, introduced into master towards LO 3.6, breaks down on localized configuration properties. The result is

Re: C++11 in LibreOffice

2012-07-23 Thread Michael Meeks
Hi Lubos, On Mon, 2012-07-23 at 11:04 +0200, Lubos Lunak wrote: But no doubt more work is ahead to further optimize this structure. Where's the benchmark for that? I'd like to see what difference it makes, but I cannot find anything in the blog post. Benchmark ? as in a huge

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

2012-07-23 Thread Marco Cecchetti
Hi everybody, unfortunately this week I have not been able to commit any new piece of code. The reason is that the analysis of the state of svg text support required more time and tests than I could believe. Rather than presenting the week activity on a daily basis, I decided to subdivide it

Re: gbuild deps: removed header

2012-07-23 Thread Matúš Kukan
On 23 July 2012 11:23, Lubos Lunak l.lu...@suse.cz wrote: On Sunday 22 of July 2012, Matúš Kukan wrote: Hi all, Should gbuild dependencies survive removed header ? Something like: touch solver/*/inc/foo.h +#include foo.h e.g. in salhelper/source/condition.cxx make gb_FULLDEPS=T salhelper

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

2012-07-23 Thread Mek Otar
It'd be great to have a blanket MPL/LGPLv3+ license statement from you Mek Otar is my nickname, I will send you a license statement with my real name: Mathieu Vonlanthen. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: gbuild deps: removed header

2012-07-23 Thread Matúš Kukan
On 23 July 2012 11:37, Michael Stahl mst...@redhat.com wrote: the _real_ fix for this is to get rid of the silly practice of delivering header files; that way the only headers that can cause such breakage are generated (IDL) and external library headers, neither of which tend to be removed

[Libreoffice-commits] .: sal/inc

2012-07-23 Thread Stephan Bergmann
sal/inc/rtl/string.hxx |7 ++- sal/inc/rtl/ustring.hxx |7 ++- 2 files changed, 4 insertions(+), 10 deletions(-) New commits: commit 8ee7c47404cdf408bcd3b6ea0267fbe54193c93f Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jul 23 12:09:12 2012 +0200 Make

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

2012-07-23 Thread Eike Rathke
sc/source/core/data/table2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8ac1d7cc1d825e53d42aac699b077ffddb9c8769 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Jul 22 21:15:37 2012 +0200 use correct source table for cond format paste,

Re: [PUSHED 3-6][REVIEW 3-6-0] fix for fdo#52340, use correct table for conditional format paste

2012-07-23 Thread Eike Rathke
Hi Markus, On Monday, 2012-07-23 11:22:20 +0200, Markus Mohrhard wrote: [1] fixes several problems around conditional format paste. Perfect ;-) Pushed to 3-6 with http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-6id=8ac1d7cc1d825e53d42aac699b077ffddb9c8769 Two more reviews

Re: Tinderbox nightlies broken (was Re: No Win builds?)

2012-07-23 Thread Michael Stahl
On 22/07/12 16:36, Lubos Lunak wrote: There was one more thing broken. The recent changes to get dev-install working changed the package format built in the 'build' target to .zip, so there was no .msi package to upload. I've reverted that change and moved the FORCE2ARCHIVE part to

Re: Memory options defaults

2012-07-23 Thread Michael Meeks
On Fri, 2012-07-20 at 22:35 -0300, Olivier Hallot wrote: Someone from the Brazilian users list raised an issue about the current memory defaults we carry in our age-old options. He argues that the current values were set when computers were short on GBytes, which is not the case anymore

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-23 Thread Michael Meeks
Hi Nico, So - firstly, thanks for your work - it's great to have an improved structure for the autocompletion data; as you say there are a number of nasty performance problems self-inflicted wounds there. On Sat, 2012-07-21 at 00:39 +, Nico Weyand wrote: Well, in that case, I'm

gbuild: fix dep target dependencies

2012-07-23 Thread Gerrit
From Matúš Kukan matus.ku...@gmail.com: Matúš Kukan has abandoned this change. Change subject: gbuild: fix dep target dependencies .. Patch Set 1: Abandoned Does not fix anything wrong and causes regression. -- To view,

[Libreoffice-commits] .: config_host.mk.in configure.in

2012-07-23 Thread Fridrich Strba
config_host.mk.in |1 + configure.in |7 +++ 2 files changed, 8 insertions(+) New commits: commit ed8cb1ae0ff1537d2885c2d3cde50a2b6dd4a29d Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Mon Jul 23 12:50:21 2012 +0200 Check for uuidgen and for winegcc

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on||51659 --- Comment #49 from

[REVIEW 3-6-0] fix for fdo#52340, use correct table for conditional format paste

2012-07-23 Thread Michael Meeks
On Mon, 2012-07-23 at 12:17 +0200, Eike Rathke wrote: [1] fixes several problems around conditional format paste. Perfect ;-) Pushed to 3-6 with http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-6id=8ac1d7cc1d825e53d42aac699b077ffddb9c8769 You have a +1 from me

Re: git branch audit ...

2012-07-23 Thread Caolán McNamara
On Fri, 2012-07-20 at 17:03 +0100, Michael Meeks wrote: On Thu, 2012-07-19 at 11:36 +0100, Caolán McNamara wrote: On Wed, 2012-07-18 at 17:51 +0100, Michael Meeks wrote: origin/feature/cmclayouttrans A work in progress, to munge translating .ui files into our localization mechanism.

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

2012-07-23 Thread Caolán McNamara
i18npool/source/localedata/data/de_AT.xml |1 + i18npool/source/localedata/data/de_CH.xml |1 + i18npool/source/localedata/data/de_LI.xml |1 + i18npool/source/localedata/data/de_LU.xml |1 + 4 files changed, 4 insertions(+) New commits: commit

Re: [PUSHED 3-6][PUSHED 3-6-0] fdo#52240 added abbreviated date acceptance patterns for [de-{AT,CH,LI,LU}]

2012-07-23 Thread Caolán McNamara
On Fri, 2012-07-20 at 18:27 +0200, Markus Mohrhard wrote: Hey, 2012/7/20 Eike Rathke er...@redhat.com: Hi, Please review and cherry-pick to 3-6 and 3-6-0 the no-brainer http://cgit.freedesktop.org/libreoffice/core/commit/?id=d0d840c27943f976fd59a673f2de84a10ea475c9 Looks good.

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

2012-07-23 Thread Caolán McNamara
cui/source/inc/treeopt.hxx |9 - cui/source/options/treeopt.cxx | 318 + 2 files changed, 175 insertions(+), 152 deletions(-) New commits: commit 10ae81acb68ba6e03cfe8907d8a0a1ea33067376 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Jul

Re: [PUSHED 3-6][REVIEW 3-6-0 1/3] fdo#52232 Hidden MediaWiki options page

2012-07-23 Thread Caolán McNamara
On Mon, 2012-07-23 at 11:47 +0200, Stephan Bergmann wrote: On 07/18/2012 02:38 PM, Stephan Bergmann wrote: This is a little embarrassing, but I just noticed that the simplified C++ configuration access, introduced into master towards LO 3.6, breaks down on localized configuration

[Libreoffice-commits] .: 3 commits - svx/inc svx/source sw/source unusedcode.easy

2012-07-23 Thread Caolán McNamara
svx/inc/svx/gallery1.hxx |3 - svx/source/gallery2/gallery1.cxx | 26 -- sw/source/filter/ww8/ww8par.hxx | 16 sw/source/filter/ww8/ww8par5.cxx | 26 +++--- unusedcode.easy | 72 --- 5 files

[Libreoffice-commits] .: binfilter/bf_svx binfilter/inc

2012-07-23 Thread Caolán McNamara
binfilter/bf_svx/source/svdraw/svx_svdmrkv.cxx | 18 -- binfilter/inc/bf_svx/svdmrkv.hxx |2 -- 2 files changed, 20 deletions(-) New commits: commit 90eb42254e0300bad08d8a5d1d205f2ef777dbaf Author: Caolán McNamara caol...@redhat.com Date: Mon Jul 23

[REVIEW 3-6-0] fdo#52232 Hidden MediaWiki options page

2012-07-23 Thread Michael Meeks
On Mon, 2012-07-23 at 12:42 +0100, Caolán McNamara wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=aebf5bf22304c73e121b16dc0b51f909c5f34c28 fdo#52232 ConfigurationSet wrapper unusable for localized properties. It bluntly reverts the adaption of the affected code to the

[Libreoffice-commits] .: configure.in cross_toolset/prj setup_native/prj setup_native/source

2012-07-23 Thread Fridrich Strba
configure.in |2 - cross_toolset/prj/build.lst|2 - setup_native/prj/build.lst |5 ++ setup_native/source/win32/wintools/makecab/makefile.mk | 32 +

[Libreoffice-commits] .: 2 commits - configure.in cppu/source stoc/source

2012-07-23 Thread Tor Lillqvist
configure.in| 10 ++ cppu/source/uno/lbenv.cxx |4 stoc/source/invocation_adapterfactory/iafactory.cxx |2 ++ 3 files changed, 8 insertions(+), 8 deletions(-) New commits: commit

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on||52340 --- Comment #50 from

[Libreoffice-commits] .: 2 commits - cairo/cairo config_host.mk.in configure.in

2012-07-23 Thread Tor Lillqvist
cairo/cairo/makefile.mk |2 +- config_host.mk.in |1 + configure.in| 11 ++- 3 files changed, 8 insertions(+), 6 deletions(-) New commits: commit 8f8edfe737427880dfcee7296186d449f243c5d8 Author: Tor Lillqvist t...@iki.fi Date: Mon Jul 23 15:27:04 2012 +0300

[Libreoffice-commits] .: sw/source

2012-07-23 Thread Michael Stahl
sw/source/core/layout/paintfrm.cxx | 39 - 1 file changed, 26 insertions(+), 13 deletions(-) New commits: commit 02e80d2e431a57ad775a674eb3cfcd6cec53e09f Author: Michael Stahl mst...@redhat.com Date: Mon Jul 23 14:24:31 2012 +0200 fdo#39812: Writer:

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

2012-07-23 Thread Mathieu Vonlanthen
Hi, Here is my license statement: - All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. -- I send a new version of the patch taking into account the last commits. I didn't add error reporting because I don't know the official way to do

Re: [PATCH][PUSHED] Fix for sw_filter_test crash due to ambiguous FieldEntry destructor

2012-07-23 Thread Caolán McNamara
On Sun, 2012-07-22 at 11:25 +0200, Kristian Rietveld wrote: (Please keep me on CC as I am not subscribed to the list) Hi all, I have been building LibreOffice using Clang on Mac OS X Lion again, now that it is possible to get a working build using Clang on Linux. During the build,

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

2012-07-23 Thread Miklos Vajna
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 93 + writerfilter/source/rtftok/rtfdocumentimpl.hxx | 12 ++- writerfilter/source/rtftok/rtfvalue.cxx| 25 ++ writerfilter/source/rtftok/rtfvalue.hxx|5 + 4 files changed, 131 insertions(+), 4

[PATCH] Change in core[libreoffice-3-6]: fdo#39812: Writer: fix collapsing merged table border painti...

2012-07-23 Thread Gerrit
From Michael Stahl mst...@redhat.com: Michael Stahl has uploaded a new change for review. Change subject: fdo#39812: Writer: fix collapsing merged table border painting: .. fdo#39812: Writer: fix collapsing merged table border

[PATCH] Change in core[libreoffice-3-5]: fdo#39812: Writer: fix collapsing merged table border painti...

2012-07-23 Thread Gerrit
From Michael Stahl mst...@redhat.com: Michael Stahl has uploaded a new change for review. Change subject: fdo#39812: Writer: fix collapsing merged table border painting: .. fdo#39812: Writer: fix collapsing merged table border

[Libreoffice-commits] .: vcl/source

2012-07-23 Thread Caolán McNamara
vcl/source/components/rasterizer_rsvg.cxx | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) New commits: commit 682cb83ed59233decbeeaff68c4d871442b58bb1 Author: Caolán McNamara caol...@redhat.com Date: Mon Jul 23 13:59:12 2012 +0100 Resolves: fdo#50975

[Libreoffice-commits] .: Branch 'feature/gbuildfixes' - 0 commits -

2012-07-23 Thread Jan Holesovsky
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: git branch audit - results ...

2012-07-23 Thread Jan Holesovsky
Hi Bjoern, On 2012-07-20 at 23:45 +0200, Bjoern Michaelsen wrote: origin/feature/gbuildfixes mostly mine. Whatever is in there is either merged or obsolete - can be deleted. I've done that; but please, everybody, is it as simple as: git push origin :feature/gbuildfixes If you own a

Re: Tinderbox nightlies broken (was Re: No Win builds?)

2012-07-23 Thread Jan Holesovsky
Hi Michael, On 2012-07-23 at 12:38 +0200, Michael Stahl wrote: I added the push of LibO*.zip files in push_nightlies.sh. Is there any point in uploading a .zip file with a Windows build? that's a good question, it depends on what you want to test; for testing office functionality it's

REMINDER: Release 3.6.0-rc3 from libreoffice-3-6-0 branch

2012-07-23 Thread Petr Mladek
Hi, please note that the commit deadline for 3.6.0-rc3 is today, July 23, 2012. It will be used as LO-3.6.0 final if no blocker is reported. See also http://wiki.documentfoundation.org/ReleasePlan#3.6_release http://wiki.documentfoundation.org/Release_Criteria

[Libreoffice-commits] .: cppu/source stoc/source

2012-07-23 Thread Stephan Bergmann
cppu/source/uno/lbenv.cxx | 15 ++- stoc/source/invocation_adapterfactory/iafactory.cxx |9 - 2 files changed, 10 insertions(+), 14 deletions(-) New commits: commit a4967e4a7563e1d1bd43d1560ed95b9f6bbf58cd Author: Stephan Bergmann

[Libreoffice-commits] .: writerfilter/source

2012-07-23 Thread Stephan Bergmann
writerfilter/source/dmapper/DomainMapper_Impl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6ffe20407f6dc599a309183dcb68b83616f1dcc6 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jul 23 15:21:05 2012 +0200 warning C4101: unreferenced local

Re: Tinderbox nightlies broken (was Re: No Win builds?)

2012-07-23 Thread Norbert Thiebaud
On Mon, Jul 23, 2012 at 4:30 AM, Lubos Lunak l.lu...@suse.cz wrote: On Sunday 22 of July 2012, Norbert Thiebaud wrote: ... but I used a simple grep + sed to extract INPATH= simpler and most importantly avoid using 'make' on platform for which that may not resolve to a gnumake. You forgot

[Libreoffice-commits] .: 2 commits - pango/pango-1.28.3.patch solenv/gbuild solenv/inc

2012-07-23 Thread Tor Lillqvist
pango/pango-1.28.3.patch | 14 -- solenv/gbuild/platform/macosx.mk |1 + solenv/inc/unxmacx.mk|2 +- 3 files changed, 14 insertions(+), 3 deletions(-) New commits: commit abf0ff683bc87fe6b2d88df0ae101d89740d6238 Author: Tor Lillqvist t...@iki.fi Date:

Re: [REVIEW-3-6-0] Fix vertical rulers on MacOS

2012-07-23 Thread Jan Holesovsky
Hi Thorsten, On 2012-07-22 at 16:42 +0200, Thorsten Behrens wrote: would some two people please review then cherry-pick http://cgit.freedesktop.org/libreoffice/core/commit/?id=5bfba6ee21b5576c9da475b13d7db0f735f078d2 into libreoffice-3-6-0? Thanks so much for that! - looks great to

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 52205, which changed state. Bug 52205 Summary: EDITING: Regression: reference to CSV becomes a string, not an integer https://bugs.freedesktop.org/show_bug.cgi?id=52205 What|Old Value

[PUSHED] fdo#47957: refactoring and simplifying the color config settings

2012-07-23 Thread Michael Meeks
On Mon, 2012-07-23 at 14:33 +0200, János Uray wrote: Instead of the data members and the 7 arrays, there are now two classes in ColorConfigWindow_Impl: Entry and Chapter, and they contain the widgets as private data members. They have several member functions to handle the widgets.

[Libreoffice-commits] .: setup_native/prj setup_native/source

2012-07-23 Thread Fridrich Strba
setup_native/prj/d.lst |6 ++ setup_native/source/win32/wintools/makecab/makefile.mk | 10 +++--- setup_native/source/win32/wintools/msidb/makefile.mk | 10 +++--- setup_native/source/win32/wintools/msiinfo/makefile.mk | 10 +++---

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

2012-07-23 Thread Philipp Riemer
Hey, 2012/7/23 Mathieu Vonlanthen mat_...@fastmail.fm: Hi, Here is my license statement: - All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. -- I send a new version of the patch taking into account the last commits. I didn't

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

2012-07-23 Thread Rafael Dominguez
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2012-07-23 Thread Lionel Elie Mamane
wizards/com/sun/star/wizards/db/SQLQueryComposer.java | 33 +- 1 file changed, 24 insertions(+), 9 deletions(-) New commits: commit c5b6a945e898ded83613afefbedef71372665b13 Author: Lionel Elie Mamane lio...@mamane.lu Date: Thu Jul 12 23:23:03 2012 +0200 fdo#50800

[Libreoffice-commits] .: 2 commits - basctl/source basic/source cui/source formula/source sc/source svtools/source svx/source svx/workben sw/source vcl/source

2012-07-23 Thread Michael Meeks
basctl/source/basicide/baside2.cxx | 18 - basctl/source/basicide/baside2b.cxx | 23 + basctl/source/basicide/brkdlg.cxx |1 basic/source/runtime/methods.cxx|1 cui/source/options/optcolor.cxx |2 - formula/source/ui/dlg/funcutl.cxx |

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

2012-07-23 Thread Michael Meeks
On Mon, 2012-07-23 at 03:10 -0700, Mathieu Vonlanthen wrote: I send a new version of the patch taking into account the last commits. I didn't add error reporting because I don't know the official way to do this. Thanks :-) One thing that is worth doing is compiling your code before

[Libreoffice-commits] .: cui/source

2012-07-23 Thread Stephan Bergmann
cui/source/options/optcolor.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6a90d4ec8afd1e58c9b69f4de1364d5b5624300b Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jul 23 16:28:22 2012 +0200 -Werror=sign-compare Change-Id:

Re: [REVIEW-3-6-0] Fix vertical rulers on MacOS

2012-07-23 Thread Michael Meeks
On Mon, 2012-07-23 at 15:53 +0200, Jan Holesovsky wrote: would some two people please review then cherry-pick http://cgit.freedesktop.org/libreoffice/core/commit/?id=5bfba6ee21b5576c9da475b13d7db0f735f078d2 Thanks so much for that! - looks great to me; we should probably remove the

[Libreoffice-commits] .: config_host.mk.source configure.in

2012-07-23 Thread Jan Holesovsky
config_host.mk.source |3 ++- configure.in |4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 17ddd27bf543eadebe3d950b5184ffce48bd5014 Author: Jan Holesovsky ke...@suse.cz Date: Mon Jul 23 16:35:01 2012 +0200 Use config_host.mk.source when

[Libreoffice-commits] .: sal/osl

2012-07-23 Thread Michael Meeks
sal/osl/unx/system.c | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) New commits: commit ba47dd6f03cfea17ae1117598bed8fe4e7d18a51 Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sun Jul 22 16:04:06 2012 +0200 Don't use a mutex for gethostbyname_r

Re: [Libreoffice-qa] Tinderbox nightlies broken (was Re: No Win builds?)

2012-07-23 Thread Rainer Bielefeld
Jan Holesovsky schrieb: Adding the QA guys - from my point of view, the nightly should be as close to our 'normal' installation as possible (ie. .msi), so that the QA guys can see installation problems early too. But up to them do decide, I guess. Hi, that all is a little true for

Re: [PATCH] Fix for sw_filter_test crash due to ambiguous FieldEntry destructor

2012-07-23 Thread Michael Stahl
On 22/07/12 11:25, Kristian Rietveld wrote: (Please keep me on CC as I am not subscribed to the list) During the build, however, the sw_filters_test unit test crashes. The crash happens in rtl_string_release from the FieldEntry (the one in sw/source/file/ww8/ww8par.hxx) destructor. The

Re: [REVIEW-3-6-0] Fix vertical rulers on MacOS

2012-07-23 Thread Thorsten Behrens
Jan Holesovsky wrote: Thanks so much for that! - looks great to me; we should probably remove the AquaSalGraphics::GetGlyphBoundRect() so that it does not confuse others too, right? :-) No idea - Norbert, you were refactoring that recently, any opinion? -- Thorsten pgpZi7zv0NYgd.pgp

Re: [REVIEW-3-6-0] Fix vertical rulers on MacOS

2012-07-23 Thread Thorsten Behrens
Michael Meeks wrote: +1 from me - it simply duplicates the equivalent code [cough] from DrawText - right ? ;-) Yes. ;) -- Thorsten pgpglEapxrvtB.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

mdds::multi_type_vector (was: Re: C++11 in LibreOffice)

2012-07-23 Thread Kohei Yoshida
On 07/23/2012 05:04 AM, Lubos Lunak wrote: Where's the benchmark for that? I'd like to see what difference it makes, but I cannot find anything in the blog post. Good question. I didn't put benchmark data in because I wanted to first get the background story out first, which I knew was

Re: [Libreoffice] [GSoC 2012][svg export filter] Weekly Report #9

2012-07-23 Thread Thorsten Behrens
Marco Cecchetti wrote: A survey on the state of svg text support link: https://docs.google.com/document/d/1hc-0Jh78PiVgn7vT9VRlhv9wlwkBCBqE2bN7v4Ogmhk/edit?pli=1# Hi Marco, nice research writeup - I wonder if some distilled version of that would be possible as a README in filter/source/svg

Re: [GSoC 2012][Collaboration] status, ideas

2012-07-23 Thread Eike Rathke
Hi Matúš, On Friday, 2012-07-20 22:35:53 +0200, Matúš Kukan wrote: https://gerrit.libreoffice.org/#/c/336/ See my nitpicking there.. Right; there is a need to associated XFrames - or SfxSomething's with collaboration sessions I suppose that bit needs doing; It's associated

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

2012-07-23 Thread Michael Meeks
vcl/source/app/vclevent.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 222b7032153cfd3a6f5e12e2fc855ccabc2ea769 Author: Michael Meeks michael.me...@suse.com Date: Mon Jul 23 14:53:27 2012 +0100 fdo#47368 - fix one potential re-enterancy hazard

Re: [REVIEW-3-6-0] Fix vertical rulers on MacOS

2012-07-23 Thread Norbert Thiebaud
On Mon, Jul 23, 2012 at 10:06 AM, Norbert Thiebaud nthieb...@gmail.com wrote: On Mon, Jul 23, 2012 at 9:48 AM, Thorsten Behrens t...@documentfoundation.org wrote: Jan Holesovsky wrote: Thanks so much for that! - looks great to me; we should probably remove the

[Libreoffice-commits] .: 2 commits - boost/boost.4127.warnings.patch boost/makefile.mk i18npool/qa i18npool/source

2012-07-23 Thread Caolán McNamara
boost/boost.4127.warnings.patch| 19 boost/makefile.mk |2 i18npool/qa/cppunit/test_breakiterator.cxx | 80 +++ i18npool/source/breakiterator/data/README | 722 + 4 files changed, 823 insertions(+) New commits: commit

[PATCH-3-6-0] fdo#47368 - many crashes with a11y on OS/X ...

2012-07-23 Thread Michael Meeks
Hi guys, Norbert's trace with bugs suggested a great site for the source of this; an unfortunately outdated copy of listeners that can be emitted after they are removed. This simple patch uses the list copy for safe iteration, while checking the parent listener is still registered. At

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

2012-07-23 Thread Miklos Vajna
oox/inc/oox/mathml/importutils.hxx |7 + oox/source/mathml/importutils.cxx | 16 writerfilter/source/rtftok/rtfdocumentimpl.cxx | 99 ++--- writerfilter/source/rtftok/rtfdocumentimpl.hxx |6 + 4 files changed, 83 insertions(+), 45

[PUSHED] Re: [REVIEW 3-6-0] fdo#52232 Hidden MediaWiki options page

2012-07-23 Thread Michael Stahl
On 23/07/12 14:02, Michael Meeks wrote: On Mon, 2012-07-23 at 12:42 +0100, Caolán McNamara wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=aebf5bf22304c73e121b16dc0b51f909c5f34c28 fdo#52232 ConfigurationSet wrapper unusable for localized properties. It bluntly reverts the

Re: [REVIEW-3-6-0] Fix vertical rulers on MacOS

2012-07-23 Thread Norbert Thiebaud
On Mon, Jul 23, 2012 at 9:48 AM, Thorsten Behrens t...@documentfoundation.org wrote: Jan Holesovsky wrote: Thanks so much for that! - looks great to me; we should probably remove the AquaSalGraphics::GetGlyphBoundRect() so that it does not confuse others too, right? :-) No idea - Norbert,

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

2012-07-23 Thread Michael Stahl
cui/source/inc/treeopt.hxx |9 - cui/source/options/treeopt.cxx | 318 + 2 files changed, 175 insertions(+), 152 deletions(-) New commits: commit 734b653a95a88478ca53d7010aefc82ad78f6740 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Jul

[Libreoffice-commits] .: boost/boost.4127.warnings.patch

2012-07-23 Thread Caolán McNamara
boost/boost.4127.warnings.patch |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit e7ffa3e2d36a800bf2f2d91ca6d08887a21caa31 Author: Caolán McNamara caol...@redhat.com Date: Mon Jul 23 16:25:19 2012 +0100 my patch applied it, other's don't, so regenerating

Re: [REVIEW 3-6, 3-6-0] fdo#50345 accept empty string as scalar numeric 0 argument

2012-07-23 Thread Eike Rathke
Hi Kohei, On Friday, 2012-07-20 10:10:48 -0400, Kohei Yoshida wrote: I'll add this configuration option during 3.7 cycle if this can wait until 3.7. If you guys need it earlier than that I could work on it and push it as a late feature if it's desperately needed for 3.6. I'd appreciate if

Re: [PATCH] [PUSHED:3-6] [URGENT] horrible performance regression

2012-07-23 Thread Petr Mladek
Stephan Bergmann píše v Út 17. 07. 2012 v 13:48 +0200: On 07/17/2012 12:10 AM, Lionel Elie Mamane wrote: Please cherry-pick 0cda6605844ef68e45db7a7c05cc4d09ef2bc49a (http://cgit.freedesktop.org/libreoffice/core/commit/?id=0cda6605844ef68e45db7a7c05cc4d09ef2bc49a and patch also attached)

[REVIEW 3-6] fdo#50975 crash in about dialog on RHEL-5

2012-07-23 Thread Caolán McNamara
So rsvg_handle_new_from_data calls rsvg_handle_close already it turns out. In new versions of librsvg you can call rsvg_handle_close on a handle safely as many times as you want, but in older versions like that of RHEL-5 you can only call it once.

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

2012-07-23 Thread Eike Rathke
Hi Philipp, On Monday, 2012-07-23 16:01:56 +0200, Philipp Riemer wrote: But I do not know what the general opinion of the LO developers for that cases is... Maybe they are happy without any logging in there... Whould love to hear from the others what they think. In general such cases deserve

Re: [REVIEW 3-6, 3-6-0] fdo#50345 accept empty string as scalar numeric 0 argument

2012-07-23 Thread Kohei Yoshida
On 07/23/2012 11:36 AM, Eike Rathke wrote: Hi Kohei, On Friday, 2012-07-20 10:10:48 -0400, Kohei Yoshida wrote: I'll add this configuration option during 3.7 cycle if this can wait until 3.7. If you guys need it earlier than that I could work on it and push it as a late feature if it's

[Libreoffice-commits] .: boost/boost.4127.warnings.patch

2012-07-23 Thread Caolán McNamara
boost/boost.4127.warnings.patch | 42 1 file changed, 21 insertions(+), 21 deletions(-) New commits: commit 31c4ac62dba8f8312ae094def9dfae4cd3fdc05a Author: Caolán McNamara caol...@redhat.com Date: Mon Jul 23 16:46:34 2012 +0100 ah, dos format

Re: [REVIEW 3-6, 3-6-0] fdo#50345 accept empty string as scalar numeric 0 argument

2012-07-23 Thread Petr Mladek
Eike Rathke píše v Po 23. 07. 2012 v 17:36 +0200: Hi Kohei, On Friday, 2012-07-20 10:10:48 -0400, Kohei Yoshida wrote: I'll add this configuration option during 3.7 cycle if this can wait until 3.7. If you guys need it earlier than that I could work on it and push it as a late feature

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

2012-07-23 Thread Michael Stahl
vcl/source/components/rasterizer_rsvg.cxx | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) New commits: commit cd878743c11d977ec1c336918d795180983972e5 Author: Caolán McNamara caol...@redhat.com Date: Mon Jul 23 13:59:12 2012 +0100 Resolves: fdo#50975

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

2012-07-23 Thread Kohei Yoshida
sc/source/core/data/table2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit aeebb0d20c6163ecbea47bb84fc83dd34b1438fa Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Jul 22 21:15:37 2012 +0200 use correct source table for cond format paste,

[Libreoffice-commits] .: Branch 'feature/matrix-new-backend' - 0 commits -

2012-07-23 Thread Kohei Yoshida
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: Tinderbox nightlies broken (was Re: No Win builds?)

2012-07-23 Thread Stephan Bergmann
On 07/23/2012 12:38 PM, Michael Stahl wrote: On 22/07/12 16:36, Lubos Lunak wrote: There was one more thing broken. The recent changes to get dev-install working changed the package format built in the 'build' target to .zip, so there was no .msi package to upload. I've reverted that change

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 52340, which changed state. Bug 52340 Summary: EDITING: CRASH when Copy+Paste row with conditional formatting to other sheet and back to inserted row https://bugs.freedesktop.org/show_bug.cgi?id=52340 What

[PUSHED][3-5][3-6] Re: [REVIEW 3-6] fdo#50975 crash in about dialog on RHEL-5

2012-07-23 Thread Michael Stahl
On 23/07/12 17:41, Caolán McNamara wrote: So rsvg_handle_new_from_data calls rsvg_handle_close already it turns out. In new versions of librsvg you can call rsvg_handle_close on a handle safely as many times as you want, but in older versions like that of RHEL-5 you can only call it once.

[Libreoffice-commits] Changes to 'feature/calc-empty-string-config'

2012-07-23 Thread Kohei Yoshida
New branch 'feature/calc-empty-string-config' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   3   >