Re: Patch review

2020-11-10 Thread Ilmari Lauhakangas
anshu khare kirjoitti 10.11.2020 klo 16.27: Hi Please review my patch https://gerrit.libreoffice.org/c/core/+/105501 I have tested it. It's working fine. Please merge it. You did not address Jim's comment: "Please see https://stackoverflow.com/questions/1967370/git-replacing-lf-with-crlf#19

Re: [PATCH] Review corrections in basctl/.../basobj3.cxx

2012-10-15 Thread Ricardo Montania
Yes, no problem. Thanks :) On Mon, Oct 15, 2012 at 4:06 PM, Jan Holesovsky wrote: > Hi Ricardo, > > Ricardo Montania (via Code Review) píše v Út 09. 10. 2012 v 20:31 +: > > > https://gerrit.libreoffice.org/851 > > Thank you a lot for the patch! :-) Having seen it pushed, I've done a >

Re: [PATCH] Review corrections in basctl/.../basobj3.cxx

2012-10-15 Thread Jan Holesovsky
Hi Ricardo, Ricardo Montania (via Code Review) píše v Út 09. 10. 2012 v 20:31 +: > https://gerrit.libreoffice.org/851 Thank you a lot for the patch! :-) Having seen it pushed, I've done a small follow-up tweak: http://cgit.freedesktop.org/libreoffice/core/commit/?id=5ad86ef1caaa029b8c9

[PUSHED 3-6] Re: [PATCH][REVIEW 3-6] fdo#52268: splash: change color and position of messages

2012-10-03 Thread Jan Holesovsky
Hi Ivan, Ivan Timofeev píše v Út 02. 10. 2012 v 21:00 +0400: > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=a9097843e6b2935dcab9f038b80e5a51bc5cfc94 > > oh, right, I forgot about that, thanks! You have my sign-off. [...] > http://cgit.freedesktop.org/libreoffice/core/commit/?id=509d

Re: [PUSHED] Re: [PATCH][REVIEW 3-6] fdo#52268: splash: change color and position of messages

2012-10-02 Thread Ivan Timofeev
Hi Kendy, On 02.10.2012 18:03, Jan Holesovsky wrote: > Marking it pushed; and want to ask you to cherry-pick the following > addition to the libreoffice-3-6 branch :-) > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=a9097843e6b2935dcab9f038b80e5a51bc5cfc94 oh, right, I forgot about t

[PUSHED] Re: [PATCH][REVIEW 3-6] fdo#52268: splash: change color and position of messages

2012-10-02 Thread Jan Holesovsky
Hi Ivan, Marking it pushed; and want to ask you to cherry-pick the following addition to the libreoffice-3-6 branch :-) http://cgit.freedesktop.org/libreoffice/core/commit/?id=a9097843e6b2935dcab9f038b80e5a51bc5cfc94 Thank you, Kendy Jan Holesovsky píše v Út 02. 10. 2012 v 15:46 +0200: > Hi Iva

Re: [PATCH][REVIEW 3-6] fdo#52268: splash: change color and position of messages

2012-10-02 Thread Jan Holesovsky
Hi Ivan, Ivan Timofeev píše v So 29. 09. 2012 v 21:52 +0400: > this patch fixes bug 52268: > https://bugs.freedesktop.org/show_bug.cgi?id=52268 > "Splash Screen: Messages on first start displayed in wrong colour in > the wrong place" Thanks f or that! :-) Pushed that both to master and libreoff

Re: [PATCH][REVIEW 3-6][REVIEW 3-6-1] Create the desktop icon (on Windows) again

2012-08-16 Thread Stefan Knorr
Hi Kendy, Michael, sure, go ahead. You've disproved the only somewhat weighty argument I had (the password requirement – sorry for not researching that before). What remains is a purely philosophical argument (the desktop is the user's space) which everyone has different opinions about. So, I gues

Re: [PATCH][REVIEW 3-6][REVIEW 3-6-1] Create the desktop icon (on Windows) again

2012-08-16 Thread Michael Meeks
On Thu, 2012-08-16 at 18:52 +0200, Jan Holesovsky wrote: > Attached is a patch that I know you are not too happy about ;-) - change > the default of creating the desktop icon on Windows back to 'yes'. Patch itself seems reasonable; the ux-advise mail I saw seemed like we'd got confused ab

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

2012-07-17 Thread Stephan Bergmann
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) to libreoffice-3-6 in time for rc2. This would allow me to get

Re: [PATCH] [REVIEW:3-5,3-6] size optimisation

2012-07-04 Thread Alexander Thurgood
Le 04/07/12 10:34, Lionel Elie Mamane a écrit : Hi Lionel, A big thumbs up from me. With a bit of luck, it might make hsqldb embedded dbs a bit less corruption prone... Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.

Re: [PATCH] [REVIEW:3-5,3-6] size optimisation

2012-07-04 Thread Michael Meeks
Hi Lionel, On Tue, 2012-07-03 at 20:33 +0200, Lionel Elie Mamane wrote: > I'm unsure whether I should apply this to libreoffice-3-6 or maybe > even libreoffice-3-5; I'd be glad of your opinions. Sounds reasonable for -3-6 to me (but doesn't require approval there as a bug fix:-). > This

Re: [PATCH] [REVIEW:3-5,3-6] size optimisation

2012-07-04 Thread Miklos Vajna
On Wed, Jul 04, 2012 at 10:34:36AM +0200, Lionel Elie Mamane wrote: > Yes, but *which* statement that is depends on the underlying database > engine. For example: > > * HSQLDB: "CHECKOPOINT DEFRAG;" will do it on the whole database > > * MySQL: "OPTIMIZE TABLE foo, bar, qux;" will do it on t

Re: [PATCH] [REVIEW:3-5,3-6] size optimisation

2012-07-04 Thread Lionel Elie Mamane
On Wed, Jul 04, 2012 at 09:30:20AM +0200, Miklos Vajna wrote: > On Tue, Jul 03, 2012 at 08:33:13PM +0200, Lionel Elie Mamane > wrote: >> The alternative would be to introduce an UI element >> "compress/cleanup/defrag database", but: >> 1) It would necessarily be specific to sdbc(x) direct drive

Re: [PATCH] [REVIEW:3-5,3-6] size optimisation

2012-07-04 Thread Miklos Vajna
Hi Lionel, On Tue, Jul 03, 2012 at 08:33:13PM +0200, Lionel Elie Mamane wrote: > The alternative would be to introduce an UI element > "compress/cleanup/defrag database", but: > > 1) It would necessarily be specific to sdbc(x) direct drivers as AFAIK >odbc / jdbc / ... don't have a standard

Re: [PUSHED 3-5] Re: [PATCH] [REVIEW:3-5, 3-5-5] fdo#51619 crash regression in 3.5.5 wrt to 3.5.4

2012-07-03 Thread Fridrich Strba
My approval for 3-5-5, one more needed. Fridrich On 02/07/12 15:51, Michael Stahl wrote: > On 02/07/12 15:33, Lionel Elie Mamane wrote: >> The fix to fdo#47473 exposed (the underlying reason for) fdo#51619 >> which could not be triggered before. So from the point of view of the >> user, this is a

Re: [PATCH] [REVIEW:3-5,3-5-5] fdo#51619 crash regression in 3.5.5 wrt to 3.5.4

2012-07-02 Thread Lionel Elie Mamane
On Mon, Jul 02, 2012 at 03:33:21PM +0200, Lionel Elie Mamane wrote: > diff --git a/connectivity/source/commontools/dbtools.cxx > b/connectivity/source/commontools/dbtools.cxx > index 755fe9e..9286efd 100644 > --- a/connectivity/source/commontools/dbtools.cxx > +++ b/connectivity/source/commontools

[PUSHED 3-5] Re: [PATCH] [REVIEW:3-5, 3-5-5] fdo#51619 crash regression in 3.5.5 wrt to 3.5.4

2012-07-02 Thread Michael Stahl
On 02/07/12 15:33, Lionel Elie Mamane wrote: > The fix to fdo#47473 exposed (the underlying reason for) fdo#51619 > which could not be triggered before. So from the point of view of the > user, this is a regression in 3.5.5 wrt to 3.5.4: 3.5.4 did not crash > and 3.5.5 does. > > Attached patch fix

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

2012-06-20 Thread Lionel Elie Mamane
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 of the whole LibO > process. Interestingly, the error is in the backport to libreoffice-3-5; the original com

Re: [PATCH] [REVIEW 3-5-5 (2/3)][PUSHED 3-5] fdo#43967 legacy report wizard improperly formats dates

2012-06-19 Thread Stephan Bergmann
On 06/18/2012 10:14 PM, Caolán McNamara wrote: On Mon, 2012-06-18 at 16:54 +0200, Lionel Elie Mamane wrote: Legacy reports (not Sun/Oracle Report Builder ones) wizard show date columns as an integer days-since-epoch instead of e.g. nicely formatted "DD-MM-YY" (day-month-year) in *newly* *created

Re: [PATCH] [REVIEW 3-5-5 (2/3)][PUSHED 3-5] fdo#43967 legacy report wizard improperly formats dates

2012-06-19 Thread Miklos Vajna
On Mon, Jun 18, 2012 at 09:14:09PM +0100, Caolán McNamara wrote: > On Mon, 2012-06-18 at 16:54 +0200, Lionel Elie Mamane wrote: > > Legacy reports (not Sun/Oracle Report Builder ones) wizard show date > > columns as an integer days-since-epoch instead of e.g. nicely > > formatted "DD-MM-YY" (day-

Re: [PATCH] [REVIEW 3-5-5 (1/3)][PUSHED 3-5] fdo#43967 legacy report wizard improperly formats dates

2012-06-18 Thread Caolán McNamara
On Mon, 2012-06-18 at 16:54 +0200, Lionel Elie Mamane wrote: > Legacy reports (not Sun/Oracle Report Builder ones) wizard show date > columns as an integer days-since-epoch instead of e.g. nicely > formatted "DD-MM-YY" (day-month-year) in *newly* *created* reports. > > Commit message is explanator

Re: [PATCH] [REVIEW:3-5] fdo#47473 legacy reports created in 3.5 fail to open

2012-06-06 Thread Bjoern Michaelsen
On Wed, Jun 06, 2012 at 06:21:43AM +0200, Lionel Elie Mamane wrote: > (And somebody find me a brown paper bag...) Here you have one from my collection! Best, Bjoern ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop

Re: [PATCH] [REVIEW:3-5] fdo#47473 legacy reports created in 3.5 fail to open

2012-06-05 Thread Lionel Elie Mamane
On Wed, Jun 06, 2012 at 06:11:31AM +0200, Lionel Elie Mamane wrote: > On Tue, Jun 05, 2012 at 10:11:23PM +0200, Lionel Elie Mamane wrote: >> Legacy reports (not Sun/Oracle Report Builder ones) created by the >> wizard in LibreOffice 3.5 or later fail to open (in LibreOffice 3.5 >> and later): show

Re: [PATCH] [REVIEW:3-5] fdo#47473 legacy reports created in 3.5 fail to open

2012-06-05 Thread Lionel Elie Mamane
On Tue, Jun 05, 2012 at 10:11:23PM +0200, Lionel Elie Mamane wrote: > Legacy reports (not Sun/Oracle Report Builder ones) created by the > wizard in LibreOffice 3.5 or later fail to open (in LibreOffice 3.5 > and later): show empty data. > Please apply to libreoffice-3-5 branch. Wait... I causes

[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

Re: [PATCH] [REVIEW:3-5] fdo#50372 crash on timestamp primary key

2012-06-01 Thread Lionel Elie Mamane
On Fri, Jun 01, 2012 at 05:15:57PM +0200, Lionel Elie Mamane wrote: > Attached patch fixes a crash when a row fails to refresh > correctly. (...) The crash was as follows: When doTryRefetch_throw fails (but does not throw an exception), m_aKeyIter is incremented. In the case where after incremen

Re: [PATCH] [REVIEW:3-5] fdo#50372 crash on timestamp primary key

2012-06-01 Thread Riccardo Magliocchetti
Hello, Il 01/06/2012 17:15, Lionel Elie Mamane ha scritto: Attached patch fixes a crash when a row fails to refresh correctly. This can be triggered when the primary key is a timestamp column with SQLite (because LibO truncates timestamp values and thus does not find the exact same value back).

Re: Re: [PUSHED] Re: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed

2012-04-13 Thread Matúš Kukan
On 13 April 2012 15:58, David Ostrovsky wrote: > > Hi Matúš, > > this patch should fix the missing key in hash on Macos build [1]: > > illegal combination app/SDKBIN/URELIB at > /Volumes/TBRAM/core/solenv/bin/macosx-change-install-names.pl line 70, > line 2. Nice catch, I think it will help, p

Fwd: Re: [PUSHED] Re: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed

2012-04-13 Thread David Ostrovsky
build LO wth idlc converted? Thanks David [1] http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&full-log=1334322010.10061 Original Message Subject: Re: [PUSHED] Re: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed Date: Fri, 13

Re: [PUSHED] Re: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed

2012-04-13 Thread Stephan Bergmann
On 04/13/2012 01:39 PM, Matúš Kukan wrote: On 13 April 2012 12:56, David Ostrovsky wrote: Here is the corrected patch. I fixed the build error with --enable-werror option enabled. Hmm, I would not push it together. Warning errors are somehow related to gbuild because there are different setti

Re: [PUSHED] Re: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed

2012-04-13 Thread David Ostrovsky
Hej Matúš, you don't have to be scared, just push it ;-) here is warning fix as a seperate patch. David On 13.04.2012 13:39, Matúš Kukan wrote: On 13 April 2012 12:56, David Ostrovsky wrote: Hi, Here is the corrected patch. I fixed the build error with --enable-werror option enabled. Hmm,

[PUSHED] Re: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed

2012-04-13 Thread Matúš Kukan
On 13 April 2012 12:56, David Ostrovsky wrote: > Hi, > > Here is the corrected patch. > I fixed the build error with --enable-werror option enabled. Hmm, I would not push it together. Warning errors are somehow related to gbuild because there are different settings but I would push that separatel

[PUSHED] Re: [PATCH][REVIEW] gbuild conversion: idlc module

2012-04-13 Thread Matúš Kukan
Hi David On 12 April 2012 23:45, David Ostrovsky wrote: > > thank you for your comments on my patch. I changed it accordingly. nice patch, thanks I pushed it with few modifications: - removed new_style from CustomTarget - also removed makefile.mk from inc/ - and please, could you be consistent

Fwd: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- build problems fixed

2012-04-13 Thread David Ostrovsky
Original Message Subject: Fwd: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- problem with --enable-werror Date: Fri, 13 Apr 2012 11:26:03 +0200 From: David Ostrovsky To: Libreoffice-dev Hi, my patch (that is apparently not pushed yet ;-) breaks the build with

Re: Fwd: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- problem with --enable-werror

2012-04-13 Thread Stephan Bergmann
On 04/13/2012 11:26 AM, David Ostrovsky wrote: C++ error is about bison generated parser: idlc/source/parser.y:261:13: Fehler: #pragma system_header außerhalb include-Datei ignoriert [-Werror] source/parser.y: In Funktion »int yyparse()«: source/parser.y:604:65: Fehler: Um Zuweisung, die als Wah

Fwd: Re: [PATCH][REVIEW] gbuild conversion: idlc module -- problem with --enable-werror

2012-04-13 Thread David Ostrovsky
r] source/parser.y: In Funktion »int yyparse()«: source/parser.y:604:65: Fehler: Um Zuweisung, die als Wahrheitswert verwendet wird, werden Klammern empfohlen [-Werror=parentheses] I'm investigating this. David Original Message Subject: Re: [PATCH][REVIEW] gbuild c

Re: [PATCH][REVIEW] gbuild conversion: idlc module

2012-04-12 Thread David Ostrovsky
at, how could we simplify the gnu_getopt treatment in tools/Executable_rscdep.mk? David ---- Original Message Subject:Re: [PATCH][REVIEW] gbuild conversion: idlc module Date: Thu, 12 Apr 2012 06:33:19 +0200 From: David Tardon To: David Ostrovsky CC: Libreoffice-dev

Re: [PATCH][REVIEW] gbuild conversion: idlc module

2012-04-12 Thread Matúš Kukan
Hi David, On 11 April 2012 23:18, David Ostrovsky wrote: > this is gbuild conversion for idlc module. nice > We don't have lexer function for gbuild, so I converted dmake stuff directly > in CustomTarget_scanner.mk. With http://cgit.freedesktop.org/libreoffice/core/commit/?id=0a45deba2be4a77d

Re: [PATCH][REVIEW] gbuild conversion: idlc module

2012-04-11 Thread Matúš Kukan
On 12 April 2012 06:33, David Tardon wrote: > Originally idlc is linked with salhelper too. It is possible it is no > longer necessary, but it is also possible that it is necessary on a > different platform. salhelper is often needed only for Windows. > ifeq ($(HAVE_GETOPT),YES) > > # nothing ne

Re: [PATCH][REVIEW] gbuild conversion: idlc module

2012-04-11 Thread David Tardon
On Wed, Apr 11, 2012 at 11:18:46PM +0200, David Ostrovsky wrote: > Hi, > > this is gbuild conversion for idlc module. Good. But it is not quite ready yet, see comments below. > diff --git a/Repository.mk b/Repository.mk > index 1a3851e..638f4f8 100644 > --- a/Repository.mk > +++ b/Repository.mk

Re: [PUSHED] Re: Patch review for About Dialog redesign

2012-04-11 Thread Andrew Higginson
On 10/04/12 12:51, Caolán McNamara wrote: > On Fri, 2012-04-06 at 09:01 +0100, Andrew Higginson wrote: >> Ack! Sorry, forgot about them :) >> They are now attached > > Seems to work, pushed now. I just tweaked the "website" button to be the > "default" one. > > C. > Wow! thanks for the prompt r

[PUSHED] Re: Patch review for About Dialog redesign

2012-04-10 Thread Caolán McNamara
On Fri, 2012-04-06 at 09:01 +0100, Andrew Higginson wrote: > Ack! Sorry, forgot about them :) > They are now attached Seems to work, pushed now. I just tweaked the "website" button to be the "default" one. C. ___ LibreOffice mailing list LibreOffice@li

Re: Patch review for About Dialog redesign

2012-04-06 Thread Andrew Higginson
On 05/04/12 20:11, Caolán McNamara wrote: > On Fri, 2012-03-30 at 18:19 +0100, Andrew Higginson wrote: >> Hi, >> >> So this is my first time contributing to LibreOffice so I was wondering >> if I could have some critique on my patch. >> >> All the info is this the bug report >> https://bugs.freedes

Re: Patch review for About Dialog redesign

2012-04-05 Thread Caolán McNamara
On Fri, 2012-03-30 at 18:19 +0100, Andrew Higginson wrote: > Hi, > > So this is my first time contributing to LibreOffice so I was wondering > if I could have some critique on my patch. > > All the info is this the bug report > https://bugs.freedesktop.org/show_bug.cgi?id=31022 but basically what

Fwd: Re: [PATCH][REVIEW] gbuild conversion: module cpputools

2012-04-03 Thread David Ostrovsky
Hi David, cpputools/prj/makefile.mk was missing in my patch, and this broke the build, fixed: David Original Message Subject:Re: [PATCH][REVIEW] gbuild conversion: module cpputools Date: Mon, 02 Apr 2012 22:32:28 +0200 From: David Ostrovsky To: David Tardon

Re: [PATCH][REVIEW] gbuild conversion: module cpputools

2012-04-02 Thread David Ostrovsky
Hi David, thank you for your comments. Here is another try. As you haven't merged feature/gbuild_components branch to master I let "gb_Executable_add_api" in place: As you suggested the next modules to convert are: idlc, l10ntools, rdbmaker, soltools, unodevtools David PS: contribution notice.

[PUSHED] Re: [PATCH][REVIEW] Fix memory leak in SwWW8ImplReader::ReadPlainChars

2012-04-02 Thread Lubos Lunak
On Sunday 01 of April 2012, Arnaud Versini wrote: > Hi, > > This patch fix a memory leak in SwWW8ImplReader::ReadPlainChars during > import of the RTF specification ( > http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=10725in > doc format). Altered slightly to avoid the copy in

Re: [PATCH][REVIEW] gbuild conversion: module cpputools

2012-04-01 Thread Matúš Kukan
Hi David, On 1 April 2012 16:32, David Ostrovsky wrote: > Hi, > > this patch convert cpputools module to gbuild Wow, this is great. We are quite far with the gbuild conversion but still much has to be done, mostly for external libraries. Any help is appreciated. There is only a little documenta

Re: [PATCH][REVIEW] gbuild conversion: module cpputools

2012-04-01 Thread David Tardon
On Sun, Apr 01, 2012 at 04:32:16PM +0200, David Ostrovsky wrote: > Hi, > > this patch convert cpputools module to gbuild Hi, David, it is a good start, but unfortunately not quite correct yet. See the comments below. > From f44e44974d14be4482f1676600b8b3c407f60684 Mon Sep 17 00:00:00 2001 > Fr

Re: [PATCH] [REVIEW:3-5] fdo#46843 graphical query editor loses sorting order

2012-03-19 Thread Lionel Elie Mamane
On Mon, Mar 19, 2012 at 04:31:34PM +0100, Petr Mladek wrote: > Lionel Elie Mamane píše v Čt 15. 03. 2012 v 18:53 +0100: >> Attached patch fixes fdo#46843, namely that the graphical query editor >> loses the query's sorting order. (most annoying, severity critical) >> Culprit: >> commit 33b9b857e

Re: [PATCH] [REVIEW:3-5] fdo#46843 graphical query editor loses sorting order

2012-03-19 Thread Petr Mladek
Lionel Elie Mamane píše v Čt 15. 03. 2012 v 18:53 +0100: > Attached patch fixes fdo#46843, namely that the graphical query editor > loses the query's sorting order. (most annoying, severity critical) > > Culprit: > > commit 33b9b857ea6cb5a6f731de68f58e532242c43d30 > Author: Ocke Janssen [oj] > D

[PUSHED] Re: [PATCH] [REVIEW:3-5,3-4] odbc 64 bits crash

2012-02-14 Thread Michael Stahl
On 14/02/12 15:37, Lionel Elie Mamane wrote: > Yet another odbc on 64 bit crash because of wrong buffer size. This is > supposed to be a SQLLEN but was hardcoded as 4 bytes. > > You can see that e.g. in > connectivity/source/drivers/odbcbase/OPreparedStatement.cxx, > OPreparedStatement::setNull: >

Re: [PUSHED][3-5] Re: [PATCH] [REVIEW:3-5, 3-4] api documentation error

2012-02-14 Thread Andras Timar
2012/2/14 Michael Stahl : > On 14/02/12 15:46, Lionel Elie Mamane wrote: >> I corrected an error (bad link/reference) in the API documentation for >> com::sun::star::sdbc::XDatabaseMetaData. Do we backport that kind of >> things? It would suck somewhat for our on-line version to be wrong >> until a

[PUSHED][3-5] Re: [PATCH] [REVIEW:3-5,3-4] api documentation error

2012-02-14 Thread Michael Stahl
On 14/02/12 15:46, Lionel Elie Mamane wrote: > I corrected an error (bad link/reference) in the API documentation for > com::sun::star::sdbc::XDatabaseMetaData. Do we backport that kind of > things? It would suck somewhat for our on-line version to be wrong > until after the release of 3.6. > > So

Re: [PATCH] [REVIEW:3-5] PostgreSQL getColumns()

2012-02-13 Thread Radek Doulik
On Mon, 2012-02-13 at 18:08 +0100, Lionel Elie Mamane wrote: > On Mon, Feb 13, 2012 at 05:39:51PM +0100, Radek Doulik wrote: > > > looks OK to me. I have cherry-picked it from master, because the > > attached patch didn't apply. > > Oh, sorry, some difference between my work tree and pristine > l

Re: [PATCH] [REVIEW:3-5] PostgreSQL getColumns()

2012-02-13 Thread Lionel Elie Mamane
On Mon, Feb 13, 2012 at 05:39:51PM +0100, Radek Doulik wrote: > looks OK to me. I have cherry-picked it from master, because the > attached patch didn't apply. Oh, sorry, some difference between my work tree and pristine libreoffice-3-5 must have made a mess. The "sorted by concatenation" proble

Re: [PATCH] [REVIEW:3-5] PostgreSQL getColumns()

2012-02-13 Thread Radek Doulik
Hi, looks OK to me. I have cherry-picked it from master, because the attached patch didn't apply. Pushed. Thanks. Cheers Radek On Thu, 2012-02-09 at 19:27 +0100, Lionel Elie Mamane wrote: > getColumns() is a XDatabaseMetadata interface function to get the list > of columns of a table and info o

[PUSHED] Re: [PATCH] [REVIEW:3-5] fdo#45249 cannot use aggregate functions in with PostgreSQL

2012-02-13 Thread Radek Doulik
Hi, looks OK to me. Pushed. Thanks. Cheers Radek On Thu, 2012-02-09 at 18:44 +0100, Lionel Elie Mamane wrote: > With a PostgreSQL-SDBC database, Base query design does not allow the > user to use groupings and aggregate functions. > > Change PostgreSQL-SDBC so that it declares to support Core S

Re: [PATCH] [REVIEW:3-5] postgresql compatibility with 8.4

2012-02-08 Thread Michael Stahl
On 08/02/12 13:51, Lionel Elie Mamane wrote: > Attached patch restores compatibility of PostgreSQL-SDBC with > PostgreSQL server version 8.4. LibO 3.5.0 accidentally works only with > 9.0 and later. (9.0 came after 8.4, there is no 8.5.) > > Basically, it replaces "try to be extra-smart and look d

[PUSHED 3.5] Re: [PATCH] [REVIEW:3-5] fdo#37024 WEB-View for Form layout no longer available

2012-02-06 Thread Jan Holesovsky
Hi Lionel, Lionel Elie Mamane píše v Po 06. 02. 2012 v 14:42 +0100: > Attached patch (by Michael Stahl) fixes fdo#37024, a "most annoying" > bug for 3.4 and 3.5. It causes forms made in older versions to clip > (not show) controls outside of a fixed area, although there is enough > place on scree

[PUSHED 3.5] Re: [PATCH] [REVIEW:3-5] postgresql module parallel build

2012-02-06 Thread Jan Holesovsky
Hi Lionel, Lionel Elie Mamane píše v Po 06. 02. 2012 v 15:34 +0100: > Attached patch fixes a build issue with large num-cpus in postgresql > module: a .h file is generated, but one of the two .c files that > #include it doesn't depend on it in the Makefile. > > Let's fix it in libreoffice-3-5 so

[Libreoffice] [PUSHED] Re: [PATCH] [REVIEW:3-5, 3-5-0] fdo#34432 ODBC crash on 64 bits

2012-01-30 Thread Michael Stahl
On 30/01/12 15:43, Lionel Elie Mamane wrote: > I attach here the "less invasive" variant originally meant for > libreoffice-3-5. > > However, if people are happy with cherry-picking the (more invasive) > master commit, by all means, cherry-pick it. This would have the > advantage of not "forking"

[Libreoffice] [PUSHED] Re: [PATCH] [REVIEW-3-5] fdo#44025 isLast() erroneously returns true

2012-01-20 Thread Michael Stahl
On 19/01/12 20:47, Lionel Elie Mamane wrote: > Attached patch fixes fdo#44025; the original symptom is "search in a > database does not go beyond prefetch window". The underlying reason is > that dbaccess::ORowSetCache::isLast() returns true on the last line of > the *prefetch* *window* even if it

[Libreoffice] [REVIEW] Re: [PATCH] Review requests for mailmerge to email fixes

2011-03-18 Thread Jan Holesovsky
Hi Petr, On 2011-03-18 at 17:56 +0100, Petr Mladek wrote: > > and I'd like backport three concrete and fairly trivial fixes which > > address the reproducible parts to 3-3-2 Caolán - thank you for that! > > Firstly, the hang. > > http://cgit.freedesktop.org/libreoffice/writer/commit/?id=7482695

[Libreoffice] [RESOLVED] Re: Patch review requested

2010-12-08 Thread Caolán McNamara
On Tue, 2010-12-07 at 00:46 -0500, Kohei Yoshida wrote: > Please someone review my patch at > > https://bugs.freedesktop.org/show_bug.cgi?id=32133 > > which fixes the aforementioned bug for 3.3. The patch in comment 7 is > the one that needs reviewing. Just to note on the list that this is reso