Re: [Libreoffice] Simplified C++ configuration access

2012-02-01 Thread Stephan Bergmann
On 02/02/2012 08:31 AM, David Tardon wrote: Why don't you generate two overloads of the set function--one taking explicit context argument and the other not? Then the context could remain as the first argument. Yeah, but in some cases there are already overloaded functions (the get functions f

Re: [Libreoffice] Simplified C++ configuration access

2012-02-01 Thread David Tardon
On Tue, Jan 31, 2012 at 05:28:39PM +0100, Stephan Bergmann wrote: > On 01/31/2012 03:06 PM, Lubos Lunak wrote: > > How usual is the case that one does not want to pass > >comphelper::getProcessComponentContext() to all these functions? Or in other > >words, why not simply make it the default argum

Re: [Libreoffice] R: R: Fatal error building Windows release (Cygwin)

2012-02-01 Thread Noel Grandin
I'm building from master, and I didn't need to update Env.host.sh In my Env.host.sh, the CC line looks like: CC="/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/cl.exe" On 2012-02-02 01:33, Mat M wrote: Hi Noel Could you confirm you needed to update Env.host.sh before launching it ? At least *I* need

Re: [Libreoffice] autocorrect limits

2012-02-01 Thread Tommy
On Wed, 01 Feb 2012 22:37:40 +0100, Michael Meeks wrote: On Wed, 2012-02-01 at 21:03 +0100, Tommy wrote: Hi, as far as I know, the more entries you have inside a OOo/LibO acor.dat file the longer the replacement table will take to load. That is as expected -but- this should be an

Re: [Libreoffice] [ANNOUNCE] Gitorious Mirror

2012-02-01 Thread Norbert Thiebaud
Follow-up I actually now push directly from people.fdo, using a cron that resync every 15 minutes That should be more stable... Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreof

[Libreoffice] [ANNOUNCE] Gitorious Mirror

2012-02-01 Thread Norbert Thiebaud
cgit on freedesktop had another hick-up. This time it seems related to a DNS snafu: from #freedesktop: "[...]currently experiencing problems accessing anongit.freedesktop.org and cgit.freedesktop.org due to a change in DNS resolving from 131.252.210.176 to 131.252.210.161. [..] "In case anybody ha

[Libreoffice] StarCalc 1.0 to 5.0 filters

2012-02-01 Thread Kohei Yoshida
Hi there, Looking at this http://opengrok.libreoffice.org/xref/core/sc/source/ui/docshell/docsh.cxx#162 We still have some code left in sc that appears to handle import of the now defunct StarCalc binary file format. I believe this stuff has been moved to binfilter so I guess it's okay to remov

Re: [Libreoffice] cgit.freedesktop?

2012-02-01 Thread Norbert Thiebaud
btw olivier, that is the kind of things taht are much more efficently handled on IRC... you should try it :-) Norbert On Wed, Feb 1, 2012 at 6:27 PM, Norbert Thiebaud wrote: > On Wed, Feb 1, 2012 at 6:06 PM, Olivier Hallot > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Is cg

Re: [Libreoffice] cgit.freedesktop?

2012-02-01 Thread Norbert Thiebaud
On Wed, Feb 1, 2012 at 6:06 PM, Olivier Hallot wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Is cgit.freedesktop OK these last 12 hours? I can't get it to work. cgit is out of commission. in the mean time, since you do have ssh access, edit your .git/config replace url = g

[Libreoffice] cgit.freedesktop?

2012-02-01 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is cgit.freedesktop OK these last 12 hours? I can't get it to work. PLease advise. Thanks - -- Olivier Hallot Founder, Board of Directors Member - The Document Foundation LibreOffice translation leader for Brazilian Portuguese +55-21-8822-8812 -

Re: [Libreoffice] [REVIEW] problems with encryption if thunderbird is installed

2012-02-01 Thread Markus Mohrhard
Hey, 2012/1/27 Stephan Bergmann : > On 01/27/2012 12:11 AM, Markus Mohrhard wrote: >> >> - the problem is in >> connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx:228-235 >> -- the loop is sleeping for 1 ms and therefore running a thousand >> times per second without doing any real work becau

[Libreoffice] problem with ScTableSheetsObj::replaceByName

2012-02-01 Thread Markus Mohrhard
Hey, while writing api tests I found ScTableSheetsObj::replaceByName. The method should take a name of a sheet and a ScTableSheetObj wrapped into an uno::Any and then replace the old sheet with the new one. I identified now several problems in this method. Line 2568 tests that the ScTableSheetObj

Re: [Libreoffice] R: R: Fatal error building Windows release (Cygwin)

2012-02-01 Thread Mat M
Hi Noel Could you confirm you needed to update Env.host.sh before launching it ? At least *I* needed, since CC="/cygdrive/c/Program Files (x86)/MICROS~2.0/VC/bin/cl.exe" is not the kind of path make likes (spaces & parens). TY Mathias M Le Wed, 01 Feb 2012 17:22:58 +0100, Noel Grandin a

[Libreoffice] Question about iterator management in sw/source/core/fields/cellfml.cxx

2012-02-01 Thread julien2412
Hi, Cppcheck reports this : core/sw/source/core/fields/cellfml.cxx 970 StlMissingComparisonstyle Missing bounds check for extra iterator increment in loop. Here are the lines : 961 // dann mal die Tabellenkoepfe raus: 962 for( SwSelBoxes::iterator it = rB

Re: [Libreoffice] autocorrect limits

2012-02-01 Thread Michael Meeks
On Wed, 2012-02-01 at 21:03 +0100, Tommy wrote: > Hi, as far as I know, the more entries you have inside a OOo/LibO acor.dat > file the longer the replacement table will take to load. That is as expected -but- this should be an incredibly fast operation (AFAICS), unless there is some re

[Libreoffice] [PUSHED] Re: Same expression on both sides of '&&' on editeng/source/accessibility/AccessibleStaticTextBase.cxx

2012-02-01 Thread julien2412
Commited and pushed on master (see commit 428c9d516d3408460f1b7f8ce2c753b9a829de87) Thank you Eike ! Julien. -- View this message in context: http://nabble.documentfoundation.org/Same-expression-on-both-sides-of-on-editeng-source-accessibility-AccessibleStaticTextBase-cxx-tp3704737p3707754.html

[Libreoffice] [PUSHED] Re: Double Duplicate branches for if and else in sw/source/core/doc/ftnidx.cxx

2012-02-01 Thread julien2412
Commited and pushed on master (see commit 428c9d516d3408460f1b7f8ce2c753b9a829de87) Thank you Caolán ! Julien. -- View this message in context: http://nabble.documentfoundation.org/Double-Duplicate-branches-for-if-and-else-in-sw-source-core-doc-ftnidx-cxx-tp3704713p3707753.html Sent from the De

Re: [Libreoffice] autocorrect limits

2012-02-01 Thread Tommy
On Wed, 01 Feb 2012 19:51:38 +0100, Olivier Hallot wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Just to add that I remember once in OO 3.x that a very large autocorrection file has impact in the time spent to load the autocorrection contents, specially the replacement table. Toda

[Libreoffice] [PATCH] fdo#43398: FORMATTING: Documents opened in LibreOffice Writer incorrectly appear as right justified

2012-02-01 Thread Muhammad Haggag
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=43398 Cause: dmapper used to treat the presence of a w:BiDi element in a paragraph's properties as an indicator of RTL directionality, which is incorrect. A w:BiDi element may have a value of 0, indicating LTR. Fix: Inspect the integral value of w

Re: [Libreoffice] autocorrect limits

2012-02-01 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Just to add that I remember once in OO 3.x that a very large autocorrection file has impact in the time spent to load the autocorrection contents, specially the replacement table. Today in pt-BR it takes 1/2 to 1 second to display the autocorrectio

Re: [Libreoffice] [PATCH] follow-up of fdo#30788: fix showing of unnecessary empty horizontal scrollbar

2012-02-01 Thread Ivan Timofeev
Hi Caolán, 30.01.2012 21:08, Caolán McNamara пишет: The original code with... git show 7b0b5cdf source/ui/inc/scroll.hxx source/ui/uiview/scroll.cxx it seems that this SwScrollbar had its own SwScrollbar::Show method and inherits from Window which has a Window::Show method as well. The Window::S

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Stephan Bergmann
On 02/01/2012 03:16 PM, Caolán McNamara wrote: On Wed, 2012-02-01 at 09:26 +0100, Stephan Bergmann wrote: Unless there's someone who screams "but all this should go away in the next couple months, anyway!" I would therefore go ahead and clean that code up, ridding it of any tools dependencies (s

[Libreoffice] [PUSHED][PATCH] unusedcode.easy: Removed unused code (basegfx)

2012-02-01 Thread Caolán McNamara
On Wed, 2012-02-01 at 10:16 +, Noel Power wrote: > perhaps there is a callcatcher special case at work.. Anyway, fixed this up and pushed. The special case is that callcatcher is a simple-minded compiler wrapper, and only sees stuff that gcc emits code for. In these cases gcc, even with -O0,

Re: [Libreoffice] getopt in sal/osl

2012-02-01 Thread Norbert Thiebaud
On Wed, Feb 1, 2012 at 10:30 AM, Stephan Bergmann wrote: > > > If you could put it into soltools, that would make me feel much better. >  (After all, its use is within our build-time tools, so it nicely fits > there, anyway.) ok, it is settled then. on the bright side that means that the level of

Re: [Libreoffice] getopt in sal/osl

2012-02-01 Thread Stephan Bergmann
On 02/01/2012 04:04 PM, Norbert Thiebaud wrote: I can add in somewhere else... is sounded like sal was a natural... on the other hand it could be re-used in a couple of soltools executable so, maybe I could put it there, as a static lib Note that getopt is used in idlc and rscdep and partially r

[Libreoffice] R: R: R: Fatal error building Windows release (Cygwin)

2012-02-01 Thread walter
I'm trying to rebuild from start. How do you clone / checkout libreoffice locally ? Today I have used the new statement: $ git checkout -b libreoffice-3-5 origin/libreoffice-3-5 Regards Walter ___ LibreOffice mailing list LibreOffi

Re: [Libreoffice] R: R: Fatal error building Windows release (Cygwin)

2012-02-01 Thread Noel Grandin
I managed to get a successful Windows build. I'm running 64-bit Windows7, and my configure looks like: --with-max-jobs=6 --with-num-cpus=6 --without-junit --without-java --with-ant-home=/cygdrive/c/libreoffice/apache-ant-1.8.2 --disable-build-mozilla --disable-atl --disable-activex --with-windows

Re: [Libreoffice] autocorrect limits

2012-02-01 Thread Tommy
On Wed, 01 Feb 2012 15:42:26 +0100, Caolán McNamara wrote: On Wed, 2012-02-01 at 06:12 +0100, Tommy wrote: this issue sounds similar to https://issues.apache.org/ooo/show_bug.cgi?id=87672 Bug 87672 - autocorrect limit. acor.dat with entry 65535: Loop and/or loss of acor data *probably*

Re: [Libreoffice] autocorrect limits

2012-02-01 Thread Eike Rathke
Hi, On Wednesday, 2012-02-01 14:42:26 +, Caolán McNamara wrote: > On Wed, 2012-02-01 at 06:12 +0100, Tommy wrote: > > this issue sounds similar to > > https://issues.apache.org/ooo/show_bug.cgi?id=87672 > > Bug 87672 - autocorrect limit. acor.dat with entry 65535: Loop and/or loss > > of

Re: [Libreoffice] Same expression on both sides of '&&' on editeng/source/accessibility/AccessibleStaticTextBase.cxx

2012-02-01 Thread Eike Rathke
Hi julien2412, On Tuesday, 2012-01-31 13:36:41 -0800, julien2412 wrote: > Should it be just replaced by this : > if( aTextSegment.SegmentStart != -1 && >aTextSegment.SegmentEnd != -1 ) > > or is it not so obvious ? If only SegmentEnd was -1 and SegmentStart was not, th

Re: [Libreoffice] getopt in sal/osl

2012-02-01 Thread Norbert Thiebaud
On Wed, Feb 1, 2012 at 1:29 AM, Stephan Bergmann wrote: > On 02/01/2012 05:14 AM, Norbert Thiebaud wrote: >> >> Looking at gbuildifying idlc, I noticed the glibc hack to get a getopt >> implementation on platform that don't have a native one. >> >> so, I wrote a gnu-compatile implementation based

[Libreoffice] Patches as mbox

2012-02-01 Thread Jan Holesovsky
Hi Noel, On 2012-02-01 at 10:16 +, Noel Power wrote: > Note: I had to copy and paste the patch content from the mail ( would be good > in future to > attach the patch ) Yes, attached output of 'git format-patch HEAD~' is preferred; though when somebody sends the patch directly using 'git s

Re: [Libreoffice] Double Duplicate branches for if and else in sw/source/core/doc/ftnidx.cxx

2012-02-01 Thread Caolán McNamara
On Tue, 2012-01-31 at 13:29 -0800, julien2412 wrote: > Hello, > > Cppchecks reports this : > core/sw/source/core/doc/ftnidx.cxx > 195 duplicateBranch style Found duplicate branches for if and else. > 284 duplicateBranch style Found duplicate branches for if and else. ... > Could we just r

Re: [Libreoffice] autocorrect limits

2012-02-01 Thread Caolán McNamara
On Wed, 2012-02-01 at 06:12 +0100, Tommy wrote: > this issue sounds similar to > https://issues.apache.org/ooo/show_bug.cgi?id=87672 > Bug 87672 - autocorrect limit. acor.dat with entry 65535: Loop and/or loss > of acor data *probably* the entries are shoved into one of our old container class

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Caolán McNamara
On Wed, 2012-02-01 at 09:26 +0100, Stephan Bergmann wrote: > Unless there's someone who screams "but all this should go away in the > next couple months, anyway!" I would therefore go ahead and clean that > code up, ridding it of any tools dependencies (should hopefully not be > too difficult to

Re: [Libreoffice] minutes of ESC call ...

2012-02-01 Thread Terrence Enger
On Wed, 2012-02-01 at 09:16 +0100, David Tardon wrote: > Hi, > > I created a wiki page for cppunit at > http://www.freedesktop.org/wiki/Software/cppunit . I am also going to > notify the Fedora maintainer(s) of cppunit that the project is alive > again :) Perhaps it would be good to add a point o

[Libreoffice] [ANNOUNCE] libreoffice-3.5.0.3 tag created (3.5.0-rc3)

2012-02-01 Thread Petr Mladek
Hi, there have been created the libreoffice-3.5.0.3 tag for 3.5.0-rc3 release. The corresponding official builds will be available within next few days. It will be used as final if no blocker is found. See the attached list of changes against 3.5.0-rc2. Now, you might switch your current 3-5 so

Re: [Libreoffice] default build verbosity

2012-02-01 Thread Lubos Lunak
On Tuesday 31 of January 2012, Norbert Thiebaud wrote: > One thing that would mitigate the size of the log in that case would > be to hide the 'untar' output, even in verbose mode > (put it is a separate file in misc/logs for instance) > un-tarring of boost, for instance, account for thousands of l

Re: [Libreoffice] [PATCH] convert SdPresLayoutDlg from tools/list.hxx to std::map

2012-02-01 Thread Noel Power
On 01/02/12 11:59, Noel Grandin wrote: On 2012-02-01 13:58, Noel Power wrote: e.g. I removed the maLayoutNames.clear() from :~SdPresLayoutDlg() as the vector will go out of scope here anyway and delete the container contents. Really? I wasn't sure about that - the boost documentation is

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Noel Grandin
Evolving a code-base is unpleasant, because you have to deal with somebody else's dirty code, which always feels worse than dealing with your own. But it makes for a healthier project. On 2012-02-01 13:44, Michael Stahl wrote: On 01/02/12 12:29, Noel Grandin wrote: on rewriting things from

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Andras Timar
2012/2/1 Michael Stahl : > On 01/02/12 12:42, Stephan Bergmann wrote: >> On 02/01/2012 12:01 PM, Michael Stahl wrote: >>> actually regressions should be easy to prevent here: just build 2 full >>> trees with all options, e.g. enable all extensions, help, all languages; >>> then diff the files produ

Re: [Libreoffice] minutes of ESC call ...

2012-02-01 Thread Markus Mohrhard
2012/2/1 Stephan Bergmann : > On 01/27/2012 04:44 PM, Markus Mohrhard wrote: >>> >>> * unit test framework issues (Markus) >>>        + we are missing an important feature >>>        + cppunit development appears dead/stalled for 2+ yrs >>>                + but we support system-cppunit >>>        

Re: [Libreoffice] [PATCH] convert SdPresLayoutDlg from tools/list.hxx to std::map

2012-02-01 Thread Noel Grandin
On 2012-02-01 13:58, Noel Power wrote: e.g. I removed the maLayoutNames.clear() from :~SdPresLayoutDlg() as the vector will go out of scope here anyway and delete the container contents. Really? I wasn't sure about that - the boost documentation isn't that great. So I scanned the LibO co

Re: [Libreoffice] [PATCH] convert SdPresLayoutDlg from tools/list.hxx to std::map

2012-02-01 Thread Noel Power
Hi Noel On 31/01/12 14:24, Noel Grandin wrote: sorry, that should be "converted to std::vector" you mean boost::ptr_vector I think :-) Hope I didn't miss anything this time, I made some minor changes ( see attached patch ) e.g. I removed the maLayoutNames.clear() from :~SdPresLayoutDlg() as

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Michael Stahl
On 01/02/12 12:42, Stephan Bergmann wrote: > On 02/01/2012 12:01 PM, Michael Stahl wrote: >> actually regressions should be easy to prevent here: just build 2 full >> trees with all options, e.g. enable all extensions, help, all languages; >> then diff the files produced by the tools. > > In princ

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Michael Stahl
On 01/02/12 12:29, Noel Grandin wrote: > on rewriting things from scratch, see here: > http://www.joelonsoftware.com/articles/fog69.html yes, and what a complete disaster that re-write was for Mozilla -- imagine how much of the market Firefox would have today if they had stuck with the unm

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Stephan Bergmann
On 02/01/2012 12:01 PM, Michael Stahl wrote: actually regressions should be easy to prevent here: just build 2 full trees with all options, e.g. enable all extensions, help, all languages; then diff the files produced by the tools. In principle at least (and I'll surely do tests along these lin

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Noel Grandin
on rewriting things from scratch, see here: http://www.joelonsoftware.com/articles/fog69.html On 2012-02-01 13:01, Michael Stahl wrote: it may well be the case that a from-scratch rewrite takes less time and results in a faster program than refactoring the existing C++ code with its dec

Re: [Libreoffice] [Libreoffice-ux-advise] [PATCH] [PUSHED] fdo#45285 - Use more revealing error message for not allowed sheet names

2012-02-01 Thread Ivan Timofeev
Hi Eike, 31.01.2012 17:41, Eike Rathke пишет: Yup, good catch. Technically there's also the limitation that a ' single quote character is not allowed as the very first or last character. The message would get quite lengthy though if we added "and not the character ' at the beginning or end". I

Re: [Libreoffice] bootstrap repos (was: Re: Problem with clipboard paste in 3.5)

2012-02-01 Thread Petr Cisar
OK, I started again from scratch. The build went fine, but unfortunately the result code wouldn't start. It shows the splash window and eventualy there comes an error message window saying this: The application cannot be started. com.sun.star.deployment.DeploymentException: EntityRef: expecting

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45453, which changed state. Bug 45453 Summary: db no bool support => any query with "many" rows fails to open in datasheet https://bugs.freedesktop.org/show_bug.cgi?id=45453 What|Old Value

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Michael Stahl
On 01/02/12 10:55, Andras Timar wrote: > Hi Stephan, > > 2012/2/1 Stephan Bergmann : >> >> Unless there's someone who screams "but all this should go away in the next >> couple months, anyway!" I would therefore go ahead and clean that code up, >> ridding it of any tools dependencies (should hopef

Re: [Libreoffice] [PUSHED:3-5-0] fdo#45453 cannot execute any query if database does not support booleans

2012-02-01 Thread Petr Mladek
Muthu Subramanian K píše v St 01. 02. 2012 v 16:23 +0530: > +1 from me too... This was 3rd. I looked fine to me as well => pushed to 3-5-0 branch, see http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-5-0&id=7f0a631e043c2133af9463f3e22d33b502ef5b92 Best Regards, Petr _

Re: [Libreoffice] [REVIEWED][PUSHED 3-5] Fix a glitch in sbase dialog

2012-02-01 Thread Andras Timar
Hi Korrawit, 2012/2/1 Korrawit Pruegsanusak : > Hello all, > > I've fixed a glitch in sbase dialog, see screenshot attached. > > The UI is found at: > 1. New Database > 2. Connect to an existing database (3rd choice) > 3. Select PostgreSQL (or any choice which require username, eg ADO) > 4. Next,

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Michael Meeks
On Wed, 2012-02-01 at 09:26 +0100, Stephan Bergmann wrote: > However, given the nature of those tools' work, regressions might > be hard to spot, so I would like to keep modifications to the > code in bounds. Presumably for the more text in -> text out tools, we can diff the before/after

Re: [Libreoffice] minutes of ESC call ...

2012-02-01 Thread Michael Meeks
On Wed, 2012-02-01 at 11:28 +0100, Stephan Bergmann wrote: > So, what is our general plan here? Is the below accurate? I guess that's what I had assumed. > 3.2 Tell people building LO --with-system-cppunit (incl. distro > packagers) that they need to upgrade their system's cppunit fro

Re: [Libreoffice] [Libreoffice-qa] [ANN] LibreOffice 3.5.0 RC2 available

2012-02-01 Thread Michael Meeks
On Tue, 2012-01-31 at 15:44 +, LL wrote: > > Concerning the Virus Kazy.7720 Problem: Can you all please contact > > support of your Antivirus Program supplier so that they can check and > > rework their filters? So we can save much trouble with false alarms > > normal users would see when t

Re: [Libreoffice] [PATCH] [REVIEW:3-5] fdo#45453 cannot execute any query if database does not support booleans

2012-02-01 Thread Muthu Subramanian K
+1 from me too... On 02/01/2012 03:58 PM, Noel Power wrote: > On 31/01/12 22:14, Lionel Elie Mamane wrote: >> Attached patch fixes fdo#45453, which breaks datasheet display of all >> queries/tables (with more than twice the number of rows than fit on >> screen), if the database system does not pro

Re: [Libreoffice] CREDITS.odt, http://www.libreoffice.org/about-us/credits/

2012-02-01 Thread Andras Timar
2012/2/1 Muthu Subramanian K : > Hello Kendy, >> >> I am very much afraid this is lost in the history of the CWS merges :-( >> It might be properly affiliated only if you had commit access to >> ooo-build at that time (and committed your stuff there), the history of >> that counts. > Yes, I had com

Re: [Libreoffice] [PATCH] [REVIEW:3-5] fdo#45453 cannot execute any query if database does not support booleans

2012-02-01 Thread Jan Holesovsky
Hi Lionel, On 2012-01-31 at 23:14 +0100, Lionel Elie Mamane wrote: > Attached patch fixes fdo#45453, which breaks datasheet display of all > queries/tables (with more than twice the number of rows than fit on > screen), if the database system does not properly support boolean > types. > > The or

Re: [Libreoffice] CREDITS.odt, http://www.libreoffice.org/about-us/credits/

2012-02-01 Thread Muthu Subramanian K
Hello Kendy, > > I am very much afraid this is lost in the history of the CWS merges :-( > It might be properly affiliated only if you had commit access to > ooo-build at that time (and committed your stuff there), the history of > that counts. Yes, I had commit access to ooo-build as well (during

Re: [Libreoffice] minutes of ESC call ...

2012-02-01 Thread Stephan Bergmann
On 01/27/2012 04:44 PM, Markus Mohrhard wrote: * unit test framework issues (Markus) + we are missing an important feature + cppunit development appears dead/stalled for 2+ yrs + but we support system-cppunit + can we not just declare ourselves the new up-s

Re: [Libreoffice] [PATCH] [REVIEW:3-5] fdo#45453 cannot execute any query if database does not support booleans

2012-02-01 Thread Noel Power
On 31/01/12 22:14, Lionel Elie Mamane wrote: Attached patch fixes fdo#45453, which breaks datasheet display of all queries/tables (with more than twice the number of rows than fit on screen), if the database system does not properly support boolean types. The original bug report is about Firebir

Re: [Libreoffice] [PATCH] unusedcode.easy: Removed unused code (basegfx)

2012-02-01 Thread Noel Power
Hi Alexander After applying this doesn't compile for me, at least in a couple of instances there appear to be getEmptyTuple methods still referenced in the code ( e.g. b32point.hxx:122 ), I knocked out a couple of those but then some errors started appearing in some of the cxx files. Now before

Re: [Libreoffice] CREDITS.odt, http://www.libreoffice.org/about-us/credits/

2012-02-01 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Folks Please consider that the CREDITS page is important for the Membership commitee and TDF community and should be kept updated as much as possible. Being listed there also adds much to the individual resumé, and some governments bids conside

[Libreoffice] [REVIEW] Fix a glitch in sbase dialog

2012-02-01 Thread Korrawit Pruegsanusak
Hello all, I've fixed a glitch in sbase dialog, see screenshot attached. The UI is found at: 1. New Database 2. Connect to an existing database (3rd choice) 3. Select PostgreSQL (or any choice which require username, eg ADO) 4. Next, then type anything for data source, then next again 5. Now the

Re: [Libreoffice] CREDITS.odt, http://www.libreoffice.org/about-us/credits/

2012-02-01 Thread Andras Timar
2012/1/26 Andras Timar : > readlicense_oo/odt/CREDITS.odt is rather outdated. I would like to > update it before 3.5.0. But > http://www.libreoffice.org/about-us/credits/ is not so fresh, either. > Would it be possible to update it in the next days? Web page has not been updated. CREDITS.odt is ev

Re: [Libreoffice] l10ntools clean-up?

2012-02-01 Thread Andras Timar
Hi Stephan, 2012/2/1 Stephan Bergmann : > > Unless there's someone who screams "but all this should go away in the next > couple months, anyway!" I would therefore go ahead and clean that code up, > ridding it of any tools dependencies (should hopefully not be too difficult > to base it either on

Re: [Libreoffice] [PATCH] cygwin is $build_os, not $_os & voreppe needs love

2012-02-01 Thread Korrawit Pruegsanusak
Hello Norbert, On Tue, Jan 31, 2012 at 00:52, Norbert Thiebaud wrote: > this would be a run-time issue, so the test is not  'build_os' = > "cygwin"  but $_os = "WINNT" Thanks! :-) Fixed and pushed as http://cgit.freedesktop.org/libreoffice/core/commit/?id=f18cae12960e945240b8fbd76f9a214d464b71b3

Re: [Libreoffice] [REVIEW]Bug 34425 - [EasyHack] formatting background color toolbar button

2012-02-01 Thread Jan Holesovsky
Hi Winfried, On 2012-02-01 at 10:23 +0100, Winfried Donkers wrote: > >BTW - can you please add a screenshot + short description of your nice > work to: > > Being unfamiliar with this, do you want me to mail text and > screenshots to someone, or is there a way for me to enter/submit the > text an

Re: [Libreoffice] [PUSHED][3-5][3-5-0][3-4] Prevent excessvie references to formula result tokens

2012-02-01 Thread Petr Mladek
Petr Mladek píše v St 01. 02. 2012 v 10:27 +0100: > Markus Mohrhard píše v Út 31. 01. 2012 v 21:55 +0100: > Looked fine -> pushed to 3-5-0 branch, see > http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-5-0&id=6ccf504e590a47bb950aa179590f7e61146c043d And updated subject accordin

Re: [Libreoffice] [REVIEW][3-5][3-5-0][3-4] Prevent excessvie references to formula result tokens

2012-02-01 Thread Petr Mladek
Markus Mohrhard píše v Út 31. 01. 2012 v 21:55 +0100: > Hey, > > 2012/1/31 Kohei Yoshida : > > On Tue, 2012-01-31 at 20:54 +0100, Eike Rathke wrote: > >> Hi Kohei, > >> > >> On Tuesday, 2012-01-31 09:54:03 -0500, Kohei Yoshida wrote: > >> > >> > Well, for expediting the process (since the release

Re: [Libreoffice] [REVIEW]Bug 34425 - [EasyHack] formatting background color toolbar button

2012-02-01 Thread Winfried Donkers
>BTW - can you please add a screenshot + short description of your nice work to: Being unfamiliar with this, do you want me to mail text and screenshots to someone, or is there a way for me to enter/submit the text and screenshots to the ReleaseNotes/3.6 itself? Winfried __

Re: [Libreoffice] CREDITS.odt, http://www.libreoffice.org/about-us/credits/

2012-02-01 Thread Jan Holesovsky
Hi Muthu, On 2012-02-01 at 13:44 +0530, Muthu Subramanian K wrote: > While at it: My commits from around the year 2005 seem to have been > missed causing my joining date to be listed as 2010. It would be great > if it could be fixed as well. Thanks! I am very much afraid this is lost in the hist

Re: [Libreoffice] [REVIEW]Bug 34425 - [EasyHack] formatting background color toolbar button

2012-02-01 Thread Jan Holesovsky
Hi Winfried, On 2012-02-01 at 09:47 +0100, Winfried Donkers wrote: > Could this patch be pushed to versions 3.4(.6) and 3.5(.1) as well? It is a feature, so as such, it should go to the next major release (3.6), not to the stable / bugfix releases, sorry for that :-( But the 3.6 is not really t

[Libreoffice] [REVIEW]Bug 34425 - [EasyHack] formatting background color toolbar button

2012-02-01 Thread Winfried Donkers
Could this patch be pushed to versions 3.4(.6) and 3.5(.1) as well? Winfried ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED 3-5, 3-5-0] fdo#42543: Empty wizard page in reportdesign

2012-02-01 Thread Lionel Elie Mamane
On Tue, Jan 31, 2012 at 05:24:56PM +0100, Jan Holesovsky wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=42543 > As a fix, I propose this: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=03e17a141fbb4e1242de9d9979b5b699e6840454 > Just get rid of the background image; in my opini

[Libreoffice] l10ntools clean-up?

2012-02-01 Thread Stephan Bergmann
Hi all, Trying to make comphelper depend on officecfg (to be able to use the new simplified configmgr API in comphelper), this currently fails due to officecfg depending on translations, translations depending on l10ntools, and l10ntools in turn depending on tools (which is pretty high up in

Re: [Libreoffice] minutes of ESC call ...

2012-02-01 Thread David Tardon
On Fri, Jan 27, 2012 at 04:44:58PM +0100, Markus Mohrhard wrote: > Hey, > > > > > * unit test framework issues (Markus) > >        + we are missing an important feature > >        + cppunit development appears dead/stalled for 2+ yrs > >                + but we support system-cppunit > >        +