Re: [Libreoffice] Review request for 3-4-2 build fix for Windows

2011-07-21 Thread Michael Meeks
On Thu, 2011-07-21 at 10:00 +0200, Fridrich Strba wrote: > I need several reviews to get these two fixes to the 3-4-2 branch. Ack'd both fixes - much cleaner than this (::std::max)(a,b) type ugliness IMHO :-) I'd also love to drop the mdds patch that added those. Thanks,

[Libreoffice] Review request for 3-4-2 build fix for Windows

2011-07-21 Thread Fridrich Strba
Hello, good people, I need several reviews to get these two fixes to the 3-4-2 branch. http://cgit.freedesktop.org/libreoffice/libs-extern-sys/commit/?h=libreoffice-3-4 (2 reviews) and http://cgit.freedesktop.org/libreoffice/calc/commit/?id=a027bee4bb2565f14eb70c4325592b23a86c007a (3 review

Re: [Libreoffice] Review request: fdo#34805: http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=6c397dfce4f7afddb55329b738388ab4eb16b7f8

2011-07-19 Thread Michael Meeks
Hi Tor, On Tue, 2011-07-19 at 08:45 -0600, Tor Lillqvist wrote: > This seems to fix fdo#34805. If I understand correctly, the autosave > files are always written in ODF formats, but the recovery code still > tried to load them using the filter for the original document. :-) > It should o

[Libreoffice] Review request: fdo#34805: http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=6c397dfce4f7afddb55329b738388ab4eb16b7f8

2011-07-19 Thread Tor Lillqvist
This seems to fix fdo#34805. If I understand correctly, the autosave files are always written in ODF formats, but the recovery code still tried to load them using the filter for the original document. That caused the bug, for the specific case described in the initial bug report, it tried to use

Re: [Libreoffice] Review Request: fdo#39023 for 3.4.* branch

2011-07-19 Thread David Tardon
On Tue, Jul 19, 2011 at 02:35:42PM +0200, Markus Mohrhard wrote: > Hello David, > > I think the original version should be safe. Our formula api can't deal with > broken documents during import especially the oox import can't deal with > errors of any kinds in formulas. But a broken document won't

Re: [Libreoffice] Review Request: fdo#39023 for 3.4.* branch

2011-07-19 Thread Markus Mohrhard
Hello David, I think the original version should be safe. Our formula api can't deal with broken documents during import especially the oox import can't deal with errors of any kinds in formulas. But a broken document won't create a crash only a #Name entry in the cell that is not correct. I know

Re: [Libreoffice] Review Request: fdo#39023 for 3.4.* branch

2011-07-19 Thread David Tardon
On Tue, Jul 19, 2011 at 04:29:32PM +0530, Muthu Subramanian K wrote: > Hi, > > +if( maCurrCell.mnSharedId >= 0 ) > +{ > +Reference< XFormulaTokens > xTokens( maCurrCell.mxCell, > UNO_QUERY_THROW ); > +ExtCellFormulaContext aContext( *this, xTokens, > maCur

Re: [Libreoffice] Review Request: fdo#39023 for 3.4.* branch

2011-07-19 Thread Katarina Machalkova
> Looks good to me. Will push it to 3.4. > > 2011/7/19 Muthu Subramanian K > > > Hi, > > > > It would be great if somebody could review+push the attached patch to > > 3.4 branch(s). This is _not_ a problem in master. > > Without this patch shared formula(s) would not be imported correctly in >

Re: [Libreoffice] Review Request: fdo#39023 for 3.4.* branch

2011-07-19 Thread Markus Mohrhard
Looks good to me. Will push it to 3.4. 2011/7/19 Muthu Subramanian K > Hi, > > It would be great if somebody could review+push the attached patch to > 3.4 branch(s). This is _not_ a problem in master. > Without this patch shared formula(s) would not be imported correctly in > builds from 3.4 bra

[Libreoffice] Review Request: fdo#39023 for 3.4.* branch

2011-07-19 Thread Muthu Subramanian K
Hi, It would be great if somebody could review+push the attached patch to 3.4 branch(s). This is _not_ a problem in master. Without this patch shared formula(s) would not be imported correctly in builds from 3.4 branches. Thanks to Markus (moggi) for debugging this to quite some level (and also f

Re: [Libreoffice] Review request: fix for crash fdo#36495

2011-05-20 Thread Kohei Yoshida
On Fri, 2011-05-20 at 12:11 -0400, Kohei Yoshida wrote: > On Fri, 2011-05-20 at 07:48 -0600, Tor Lillqvist wrote: > > http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=37b8567fc76b78b1844461926175ba6919b8c7bd > > > Not marked as a mostly annoying bug, but it is a crasher, so perhaps > >

Re: [Libreoffice] Review request: fix for crash fdo#36495

2011-05-20 Thread Kohei Yoshida
On Fri, 2011-05-20 at 07:48 -0600, Tor Lillqvist wrote: > http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=37b8567fc76b78b1844461926175ba6919b8c7bd > Not marked as a mostly annoying bug, but it is a crasher, so perhaps > should be cherry-picked to the -3-4 or even -3-4-0 branches? if

Re: [Libreoffice] Review request: fix for crash fdo#36495

2011-05-20 Thread Fridrich Strba
Giving you first signoff and pushing to 3-4 Fridrich On Fri, 2011-05-20 at 07:48 -0600, Tor Lillqvist wrote: > http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=37b8567fc76b78b1844461926175ba6919b8c7bd > > A proper fix would be to make sure the code doesn't even get into a > situa

[Libreoffice] Review request: fix for crash fdo#36495

2011-05-20 Thread Tor Lillqvist
http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=37b8567fc76b78b1844461926175ba6919b8c7bd A proper fix would be to make sure the code doesn't even get into a situation where it feels the need to try to use elements in an empty vector, but whatever... Not marked as a mostly annoying

[Libreoffice] Review request: http://pastebin.com/bgVxQKug

2011-05-12 Thread Tor Lillqvist
OK to apply to the branch? --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Review request: http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=d559d4fce17a08cda40d7fcddeb18cbe7d332489

2011-05-12 Thread Tor Lillqvist
Please review and cherry-pick to libreoffice-3-4. I have verified that it doesn't break the installer. The two files in question are not needed; we have no idea in what situation they are supposed to be run by the user and/or sysadmin. And rebasegui.exe (which just displays some information) doe

Re: [Libreoffice] Review request: http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=7bc42b864b22fd8e0b159dfec212abaf989ff9aa

2011-02-07 Thread Noel Power
Hi Tor On 04/02/11 15:34, Tor Lillqvist wrote: I would like to cherry-pick that to libreoffice-3-3. (Otherwise it can't be built on Windows with a recent DirectX SDK.) looks ok to me, I would say go for it ___ LibreOffice mailing list LibreOffice@l

[Libreoffice] Review request: http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=7bc42b864b22fd8e0b159dfec212abaf989ff9aa

2011-02-04 Thread Tor Lillqvist
I would like to cherry-pick that to libreoffice-3-3. (Otherwise it can't be built on Windows with a recent DirectX SDK.) --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] REVIEW REQUEST: fdo#33088

2011-01-18 Thread Tor Lillqvist
> However - I would like to do the same thing in the toolbar code: I don't notice the same kind of lagginess in the toolbars, so maybe not for 3.3.0. For 3.3 and master, yes, go ahead. --tml ___ LibreOffice mailing list LibreOffice@lists.freede

Re: [Libreoffice] REVIEW REQUEST [PUSHED]: fdo#33088

2011-01-18 Thread Tor Lillqvist
Pushed to libreoffice-3-3 and libreoffice-3-3-0. Not master yet, we should do even bigger cleanups of the related messy places there. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/lib

Re: [Libreoffice] REVIEW REQUEST: fdo#33088

2011-01-18 Thread Fridrich Strba
Signoff me :) F. On Tue, 2011-01-18 at 06:36 -0700, Tor Lillqvist wrote: > Thorsten asked for an actual diff, so here: > > diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx > index e4e2716..e269766 > --- a/vcl/source/window/menu.cxx > +++ b/vcl/source/window/menu.cxx > @@ -11

Re: [Libreoffice] REVIEW REQUEST: fdo#33088

2011-01-18 Thread Thorsten Behrens
Tor Lillqvist wrote: > diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx > index e4e2716..e269766 > --- a/vcl/source/window/menu.cxx > +++ b/vcl/source/window/menu.cxx > @@ -1119,9 +1119,6 @@ void Menu::Highlight() > if ( pStartMenu && ( pStartMenu != this ) ) >

Re: [Libreoffice] REVIEW REQUEST: fdo#33088

2011-01-18 Thread Michael Meeks
On Tue, 2011-01-18 at 06:36 -0700, Tor Lillqvist wrote: > Thorsten asked for an actual diff, so here: You have an approval from me. However - I would like to do the same thing in the toolbar code: diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index

Re: [Libreoffice] REVIEW REQUEST: fdo#33088

2011-01-18 Thread Caolán McNamara
On Tue, 2011-01-18 at 06:36 -0700, Tor Lillqvist wrote: > Thorsten asked for an actual diff, so here: > > diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx > index e4e2716..e269766 > --- a/vcl/source/window/menu.cxx > +++ b/vcl/source/window/menu.cxx > @@ -1119,9 +1119,6 @@ void

Re: [Libreoffice] REVIEW REQUEST: fdo#33088

2011-01-18 Thread Tor Lillqvist
Thorsten asked for an actual diff, so here: diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index e4e2716..e269766 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -1119,9 +1119,6 @@ void Menu::Highlight() if ( pStartMenu && ( pStartMenu != this )

[Libreoffice] REVIEW REQUEST: fdo#33088

2011-01-18 Thread Tor Lillqvist
See https://bugs.freedesktop.org/show_bug.cgi?id=33088#c23 I would like to remove two lines of code from Menu::Highlight() in (libs-gui/)vcl/source/window/menu.cxx in the libreoffice-3-3 and libreoffice-3-3-0 branches. (Not maybe in master, yet, in the hope that either the OOO people will fix t

Re: [Libreoffice] Review request: Typo in binfilter/bf_so3/source/ole/socli.cxx

2011-01-18 Thread Petr Mladek
Jan Holesovsky píše v Út 18. 01. 2011 v 10:37 +0100: > Hi Fridrich, > > On 2011-01-18 at 10:22 +0100, Thorsten Behrens wrote: > > > > -::SolarMuexGuard aGuard; > > > +::SolarMutexGuard aGuard; > > > > > Of course, fine by me. > > You have my OK too. Sure, go for it. Best Regards, Pe

Re: [Libreoffice] Review request: Typo in binfilter/bf_so3/source/ole/socli.cxx

2011-01-18 Thread Jan Holesovsky
Hi Fridrich, On 2011-01-18 at 10:22 +0100, Thorsten Behrens wrote: > > -::SolarMuexGuard aGuard; > > +::SolarMutexGuard aGuard; > > > Of course, fine by me. You have my OK too. Regards, Kendy ___ LibreOffice mailing list LibreOffice@lists.f

Re: [Libreoffice] Review request: Typo in binfilter/bf_so3/source/ole/socli.cxx

2011-01-18 Thread Tor Lillqvist
OK from me. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Review request: Typo in binfilter/bf_so3/source/ole/socli.cxx

2011-01-18 Thread Thorsten Behrens
> -::SolarMuexGuard aGuard; > +::SolarMutexGuard aGuard; > Of course, fine by me. -- Thorsten pgpnzEQsJeCI7.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis

[Libreoffice] Review request: Typo in binfilter/bf_so3/source/ole/socli.cxx

2011-01-18 Thread Fridrich Strba
>From a8b9ca32a544bdd6b6feae334cf3799f15ed6361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Tue, 18 Jan 2011 09:38:53 +0100 Subject: [PATCH] Fix a typo SolarMuexGuard -> SolarMutexGuard --- binfilter/bf_so3/source/ole/socli.cxx |2 +- 1 files changed, 1 insertions

Re: [Libreoffice] [REVIEW REQUEST] fdo#33112

2011-01-14 Thread Kálmán „KAMI” Szalai
Okay if you ask me. KAMI 2011-01-14 18:15 keltezéssel, Tor Lillqvist írta: >> Good point! I've attached two additional patches to cover the >> extensions and sw modules. > I approve all three. > > --tml > signature.asc Description: OpenPGP digital signature ___

Re: [Libreoffice] [REVIEW REQUEST] fdo#33112

2011-01-14 Thread Tor Lillqvist
> Good point! I've attached two additional patches to cover the > extensions and sw modules. I approve all three. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [REVIEW REQUEST] fdo#33112

2011-01-14 Thread Kohei Yoshida
On Fri, 2011-01-14 at 17:46 +0100, Kálmán „KAMI” Szalai wrote: > It is right! +1 > > However we might have to change all of these files: > > ./writer/sw/uiconfig/swform/menubar/menubar.xml > ./writer/sw/uiconfig/swxform/menubar/menubar.xml > ./writer/sw/uiconfig/swreport/menubar/menubar.xml > ./b

Re: [Libreoffice] [REVIEW REQUEST] fdo#33112

2011-01-14 Thread Kálmán „KAMI” Szalai
It is right! +1 However we might have to change all of these files: ./writer/sw/uiconfig/swform/menubar/menubar.xml ./writer/sw/uiconfig/swxform/menubar/menubar.xml ./writer/sw/uiconfig/swreport/menubar/menubar.xml ./base/dbaccess/uiconfig/dbtdata/menubar/menubar.xml ./components/extensions/sourc

[Libreoffice] [REVIEW REQUEST] fdo#33112

2011-01-14 Thread Kohei Yoshida
Hi there, I'd like my patch attached in https://bugs.freedesktop.org/show_bug.cgi?id=33112 reviewed for the inclusion for the 3.3.0 branch, which needs three sign-offs. The patch simply removes one 'Registration...' menu item from Base's data view window. It's simple & safe. Thanks! Kohei

Re: [Libreoffice] Review request

2011-01-14 Thread Michael Meeks
On Thu, 2011-01-13 at 17:04 +, Caolán McNamara wrote: > Well, it looks reasonable, I can't be completely sure though. Still, go > for it I say, but someone else will have to merge it in for the moment. Pushed to libreoffice-3-3-0 and libreoffice-3-3. Thanks,

Re: [Libreoffice] Review request

2011-01-13 Thread Caolán McNamara
On Wed, 2011-01-12 at 10:57 +, Michael Meeks wrote: > Caolan - can you give it a 3rd review and merge it if you're happy :-) > If we're not completely ecstatic about it perhaps libreoffice-3-3 would > be adequate. Well, it looks reasonable, I can't be completely sure though. Still, go fo

Re: [Libreoffice] [REVIEW] request for review for patch for fdo#32742# regression

2011-01-13 Thread Michael Meeks
On Thu, 2011-01-13 at 08:50 +0100, Jonathan Aquilina wrote: > Not trying to hijack, but i'm still a novice developer still learning > the ways of development, but is there such a thing as over optimization? Certainly :-) eg. writing in-line assembly for the "button clicked" method (or an

Re: [Libreoffice] [REVIEW] request for review for patch for fdo#32742# regression

2011-01-12 Thread Jonathan Aquilina
Not trying to hijack, but i'm still a novice developer still learning the ways of development, but is there such a thing as over optimization? On 1/12/11 7:36 PM, Noel Power wrote: On 12/01/11 18:03, Norbert Thiebaud wrote: On Wed, Jan 12, 2011 at 10:35 AM, Octavio Alvarez wrote: On Wed, 12

Re: [Libreoffice] [REVIEW] request for review for patch for fdo#32742# regression

2011-01-12 Thread Noel Power
On 12/01/11 18:03, Norbert Thiebaud wrote: On Wed, Jan 12, 2011 at 10:35 AM, Octavio Alvarez wrote: On Wed, 12 Jan 2011 03:18:01 -0800, Noel Power wrote: Hi there fix for fdo#32742#, its a simple fix ( but was a bugger to find ) imo is riskless etc. http://cgit.freedesktop.org/libreoffic

Re: [Libreoffice] [REVIEW] request for review for patch for fdo#32742# regression

2011-01-12 Thread Norbert Thiebaud
On Wed, Jan 12, 2011 at 10:35 AM, Octavio Alvarez wrote: > On Wed, 12 Jan 2011 03:18:01 -0800, Noel Power wrote: > >> Hi there >> >> fix for fdo#32742#, its a simple fix ( but was a bugger to find ) imo is >> riskless etc. >> >> >> http://cgit.freedesktop.org/libreoffice/base/commit/?id=0afe22660

Re: [Libreoffice] [REVIEW] request for review for patch for fdo#32742# regression

2011-01-12 Thread Octavio Alvarez
On Wed, 12 Jan 2011 03:18:01 -0800, Noel Power wrote: Hi there fix for fdo#32742#, its a simple fix ( but was a bugger to find ) imo is riskless etc. http://cgit.freedesktop.org/libreoffice/base/commit/?id=0afe2266016b03f6e11008463042c7daacead0e1 is ripe for signoff and cherrypicking, be g

Re: [Libreoffice] [REVIEW] request for review for patch for fdo#32742# regression

2011-01-12 Thread Michael Meeks
Hi Noel, On Wed, 2011-01-12 at 11:18 +, Noel Power wrote: > fix for fdo#32742#, its a simple fix ( but was a bugger to find ) imo is > riskless etc. wow - that is a surprising code flow :-) > http://cgit.freedesktop.org/libreoffice/base/commit/?id=0afe2266016b03f6e11008463042c7daace

[Libreoffice] [REVIEW] request for review for patch for fdo#32742# regression

2011-01-12 Thread Noel Power
Hi there fix for fdo#32742#, its a simple fix ( but was a bugger to find ) imo is riskless etc. http://cgit.freedesktop.org/libreoffice/base/commit/?id=0afe2266016b03f6e11008463042c7daacead0e1 is ripe for signoff and cherrypicking, be grateful if someone could help with that thanks, Noel

Re: [Libreoffice] Review request

2011-01-12 Thread Michael Meeks
On Tue, 2011-01-11 at 20:29 +0100, Cedric Bosdonnat wrote: > I'ld like to get a crasher fix around the enhanced fields into > libreoffice-3-3 branch... .. > Could anyone review and cherry-pick this commit? > http://cgit.freedesktop.org/libreoffice/writer/commit/?id=0921bd5dc88dfd212fc5a332e0902347

[Libreoffice] Review request

2011-01-11 Thread Cedric Bosdonnat
Hello, I'ld like to get a crasher fix around the enhanced fields into libreoffice-3-3 branch... Could anyone review and cherry-pick this commit? http://cgit.freedesktop.org/libreoffice/writer/commit/?id=0921bd5dc88dfd212fc5a332e0902347377be119 Thanks, -- Cédric Bosdonnat LibreOffice hacker htt

[Libreoffice] Review request

2010-12-31 Thread Kálmán „KAMI” Szalai
Hi All, Few days ago I sent patches for LibreOffice (and OxygenOffice-only related changes). Can you review and push them? From: http://lists.freedesktop.org/archives/libreoffice/2010-December/author.html Subjects are: [PATCH] Updates for LightProof extension handling [PATCH] Fix-font-assignatio

Re: [Libreoffice] [Review Request] remove a confusing use of GetMutex() when a SolarMutexGuard is really meant

2010-11-01 Thread Thorsten Behrens
Norbert Thiebaud wrote: > The attached patches are pending... I am submitting them to the list > for comments or objections before pushing them. > Hi Norbert - patches seem to be pushed - many thanks for the cleanup! Cheers, -- Thorsten pgp52GbxTjXhW.pgp Description: PGP signature

Re: [Libreoffice] [Review Request] remove a confusing use of GetMutex() when a SolarMutexGuard is really meant

2010-11-01 Thread Caolán McNamara
On Sun, 2010-10-31 at 23:07 -0500, Norbert Thiebaud wrote: > The attached patches are pending... I am submitting them to the list > for comments or objections before pushing them. Looks reasonable to me anyway, most of this is in toolkit, maybe Thorsten can have a double-check of that as I'd guess