[Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report server problem

2010-11-27 Thread someone
Ugh. I was wonder why the report hadn't updated in a while, so I looked at dmesg, and... [769748.123672] cppcheck[3299]: segfault at bf12dff8 ip 080b6cb4 sp bf12dff0 error 6 in cppcheck[8048000+c4000] [770896.363343] cppcheck[6124]: segfault at bf12dff8 ip 080b6cb4 sp bf12dff0 error 6 in cppcheck[

Re: [Libreoffice] question about cppcheck for libreoffice.boldandbusted.com

2010-11-27 Thread Julien Nabet
Hi Jesse I was talking about cppcheck bugtracker. There has been a fix for the tracker #2235, this one has been corrected yesterday. About false positives, i've created 3 trackers on cppcheck for the moment. 2 have been fixed : #2235 i talked about and #2210 which has been corrected by the cpp

[Libreoffice] [PATCH] Fix for bug/feature request i#8288

2010-11-27 Thread Mattias Johnsson
Also one of the easy hacks. Patch ensures that after doing "replace all" the cursor is left at original position, rather than moved to the position of the last replacement. Code contributed under MPL 1.1 / GPLv3+ / LGPLv3+ licenses. Cheers, Mattias From 5f26ecaf56db73b8877808ca716276f1b3245474 M

Re: [Libreoffice] Release criteria

2010-11-27 Thread Yi Fan Jiang
Hi Petr, The blocker criteria would be quite useful ;-) Thank you! For the process to nominate a blocker, is there a specific reason to report a nomination twice (1 in mailing list, 2 in bugzilla)?

Re: [Libreoffice] libreoffice3.3-freedesktop-menus-3.3.1.noarch.rpm - what distri is this for

2010-11-27 Thread Christian Lohmaier
Hi David, *, On Sat, Nov 27, 2010 at 9:23 PM, David Nelson wrote: > > In the Linux RPM download, in the "desktop-integration" directory, > there is a .rpm named > "libreoffice3.3-freedesktop-menus-3.3.1.noarch.rpm". What distribution > is this for? That is my "baby" :-) - it is for all distros t

Re: [Libreoffice] question about cppcheck for libreoffice.boldandbusted.com

2010-11-27 Thread someone
I've added some code to my report generation scripts to insert the cppcheck git sha1 hash in the title of the report. I had to do a bit of shell trickery to get Gentoo's Portage to give me the hash of the installed cppcheck. It is in the middle of a report run now, so probably in 4-6 hours from thi

Re: [Libreoffice] [PATCH] improve style according to cppcheck

2010-11-27 Thread Norbert Thiebaud
On Sat, Nov 27, 2010 at 3:02 PM, Caolán McNamara wrote: > On Sat, 2010-11-27 at 13:39 -0600, Norbert Thiebaud wrote: >> On Sat, Nov 27, 2010 at 12:09 PM, Christian Lohmaier >> wrote: >> > Hi *, >> > >> > On Sat, Nov 27, 2010 at 5:40 PM, Takeshi Abe wrote: >> >> [cppcheck patches] >> > >> > I'm c

Re: [Libreoffice] question about cppcheck for libreoffice.boldandbusted.com

2010-11-27 Thread someone
Hi Julien, It is the "git" version of cppchcek, which I checkout every few days via Portage. If you find false positives, you should let the cppcheck folks know, and they'll remove it or otherwise correct it (or tell you that it isn't a false positive ;) ). Which "tracker" are you referencing? cp

[Libreoffice] Compilation error

2010-11-27 Thread Julien Nabet
Hello, I use now "rawbuild" to compile. I updated repositories 2 hours ago and i have this (even after a rm -rf unxlngi6.pro/) I use this to compile : ./autogen.sh --with-num-cpus=1 --without-junit --disable-kde && make Must i do a "make clean" ? ... languages en-US ... ... analyzing files ..

[Libreoffice] question about cppcheck for libreoffice.boldandbusted.com

2010-11-27 Thread Julien Nabet
Hello, libreoffice.boldandbusted.com is a great idea, but what's the version cppcheck used for libreoffice.boldandbusted.com ? I ask this because cppcheck has sometimes false positives. For example, lately i had opened a tracker (#2235: false Resource leak) and today it's corrected. It could b

Re: [Libreoffice] [PATCH] improve style according to cppcheck

2010-11-27 Thread Caolán McNamara
On Sat, 2010-11-27 at 13:39 -0600, Norbert Thiebaud wrote: > On Sat, Nov 27, 2010 at 12:09 PM, Christian Lohmaier > wrote: > > Hi *, > > > > On Sat, Nov 27, 2010 at 5:40 PM, Takeshi Abe wrote: > >> [cppcheck patches] > > > > I'm curious: Why does cppcheck "complain" about "for i++" and > > su

[Libreoffice] [PUSHED] Re: [PATCH] improve style according to cppcheck

2010-11-27 Thread Caolán McNamara
On Sun, 2010-11-28 at 01:40 +0900, Takeshi Abe wrote: > Hi, > > Followed cppcheck. Great, thanks. They looks good and I've pushed them now. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[Libreoffice] libreoffice3.3-freedesktop-menus-3.3.1.noarch.rpm - what distri is this for

2010-11-27 Thread David Nelson
Hi, :-) In the Linux RPM download, in the "desktop-integration" directory, there is a .rpm named "libreoffice3.3-freedesktop-menus-3.3.1.noarch.rpm". What distribution is this for? David Nelson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.

Re: [Libreoffice] [PATCH] improve style according to cppcheck

2010-11-27 Thread Norbert Thiebaud
On Sat, Nov 27, 2010 at 12:09 PM, Christian Lohmaier wrote: > Hi *, > > On Sat, Nov 27, 2010 at 5:40 PM, Takeshi Abe wrote: >> [cppcheck patches] > > I'm curious: Why does cppcheck "complain" about "for i++" and > suggests/demands pre-increment instead (for ... ++i)? > > Is there any noticabl

[Libreoffice] [patch] Removed some commented out code

2010-11-27 Thread Timo Heino
I removed rest of commented out code in that folder. Moving to the next one From 40080fe884a2fdb5664fcb3c70bce9bfb56b388d Mon Sep 17 00:00:00 2001 From: Timo Heino Date: Sat, 27 Nov 2010 20:27:01 +0200 Subject: [PATCH] Removed somecomments Signed-off-by: Timo Heino --- chart2/source/controller

Re: [Libreoffice] [PATCH] improve style according to cppcheck

2010-11-27 Thread Takeshi Abe
Hi Christian, On Sat, 27 Nov 2010 19:09:36 +0100, Christian Lohmaier wrote: > I'm curious: Why does cppcheck "complain" about "for i++" and > suggests/demands pre-increment instead (for ... ++i)? > > Is there any noticable difference? Yes, see: http://www.parashift.com/c++-faq-lite/operator

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Jani Monoses
The OPs mail simply shows Ubuntus attitude and cluelessless, both reasons for why they have to die. http://www.youtube.com/watch?v=zrzMhU_4m-g#t=1m20s ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailm

Re: [Libreoffice] [PATCH] improve style according to cppcheck

2010-11-27 Thread Christian Lohmaier
Hi *, On Sat, Nov 27, 2010 at 5:40 PM, Takeshi Abe wrote: > [cppcheck patches] I'm curious: Why does cppcheck "complain" about "for i++" and suggests/demands pre-increment instead (for ... ++i)? Is there any noticable difference? ciao Christian _

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Jonathan Aquilina
Andrew thats the problem with this medium today of emails and chats its hard to gauge ones emotions. i have to agree that there are some Ubuntu ops that might have a stick shove a little far up their backsides. Now I'm stopping there. ___ LibreOffice

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Andrew
On 27/11/10 17:52, Rene Engelhard wrote: > On Sat, Nov 27, 2010 at 07:20:09PM +0200, Jani Monoses wrote: >>> If they can't do a simple pull in one month, though they are paid for doing >>> it and /me >>> who did already the major work (also at nights!) for it, well.. >> >> There may be exceptions

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Rene Engelhard
On Sat, Nov 27, 2010 at 07:20:09PM +0200, Jani Monoses wrote: > >If they can't do a simple pull in one month, though they are paid for doing > >it and /me > >who did already the major work (also at nights!) for it, well.. > > There may be exceptions but I think Ubuntu pulls from sid not from > ex

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Rene Engelhard
Hi, On Sat, Nov 27, 2010 at 06:46:20PM +0100, Jonathan Aquilina wrote: > if im not mistaken if a bug gets filed they might include it. Isnt There is already one for ages > Canonical a sponsor of the project. if that is the case they might I haven't seen *ANY* contribution from Canonical since t

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Jonathan Aquilina
Jani if im not mistaken if a bug gets filed they might include it. Isnt Canonical a sponsor of the project. if that is the case they might bypass the rule and include it directly with out going to upstream debian ___ LibreOffice mailing list LibreOff

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Rene Engelhard
On Sat, Nov 27, 2010 at 05:29:44PM +, Andrew wrote: > If you really want to make something happen, ping someone/ask the > question in #ubuntu-desktop on irc.freenode.net (in the week). I don't. I was just answering the OP. Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux De

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Rene Engelhard
Hi, On Sat, Nov 27, 2010 at 07:20:09PM +0200, Jani Monoses wrote: > There may be exceptions but I think Ubuntu pulls from sid not from > experimental as a rule. When the package appears in sid it will Why did experimental packages not stabilized end up in their releases? :) (yes, happened) Grüße

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Andrew
On 27/11/10 17:20, Jani Monoses wrote: > On 11/27/2010 05:36 PM, Rene Engelhard wrote: >> Hi, >> >> On Sat, Nov 27, 2010 at 04:22:06PM +0100, Rene Engelhard wrote: >>> On Sat, Nov 27, 2010 at 04:08:37PM +0100, Jonathan Aquilina wrote: hey guys what is being done to get LO into debian so th

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Jani Monoses
On 11/27/2010 05:36 PM, Rene Engelhard wrote: Hi, On Sat, Nov 27, 2010 at 04:22:06PM +0100, Rene Engelhard wrote: On Sat, Nov 27, 2010 at 04:08:37PM +0100, Jonathan Aquilina wrote: hey guys what is being done to get LO into debian so that downstream It already for almost a month. to ma

[Libreoffice] [PATCH] improve style according to cppcheck

2010-11-27 Thread Takeshi Abe
Hi, Followed cppcheck. Cheers, -- Takeshi Abe >From a3800ef12f07f6ac56bca79aa55ad480de8cbc84 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 28 Nov 2010 01:28:16 +0900 Subject: [PATCH 1/3] cppcheck: reduce the scope of variables --- dbaccess/source/ui/misc/DExport.cxx |4

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Rene Engelhard
On Sat, Nov 27, 2010 at 04:36:50PM +0100, Rene Engelhard wrote: > > Ask them, not me. > > If they can't do a simple pull in one month, though they are paid for doing > it and /me > who did already the major work (also at nights!) for it, well.. And I wonder why you ask anyways: https://bugs.laun

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Rene Engelhard
Hi, On Sat, Nov 27, 2010 at 04:22:06PM +0100, Rene Engelhard wrote: > On Sat, Nov 27, 2010 at 04:08:37PM +0100, Jonathan Aquilina wrote: > >hey guys what is being done to get LO into debian so that downstream > > It already for almost a month. to make that more precise: first upload to Debia

Re: [Libreoffice] getting LO into debian

2010-11-27 Thread Rene Engelhard
On Sat, Nov 27, 2010 at 04:08:37PM +0100, Jonathan Aquilina wrote: >hey guys what is being done to get LO into debian so that downstream It already for almost a month. >ubuntu can get it pulled from the upstream debian repository? Ask them, not me. Grüße/Regards, René -- .''`. René

[Libreoffice] getting LO into debian

2010-11-27 Thread Jonathan Aquilina
hey guys what is being done to get LO into debian so that downstream ubuntu can get it pulled from the upstream debian repository? -- Jonathan Aquilina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2010-11-27 Thread Jonas Finnemann Jensen
Hi Luke, Just, pushed the two patches... Sorry, that it took a while to get back to you... By the way, is the SmNodeToTextVisitor as good as it gets now? Or is it possible to do more improvements ? and if so, should we leave as an easy hack we or someone can pickup later? (if not lets remove it f

Re: [Libreoffice] [PUSHED] Clean code at writer [source/ui]

2010-11-27 Thread David Tardon
On Fri, Nov 26, 2010 at 02:02:16PM -0800, Kayo Hamid wrote: > Covering {fldui,fmtui,frmdlg,globdoc,index,lingu,misc}, sending for review. > My patchs are ok? I see so many changes, I want to known if i'm doing > something wrong. > revol_ > > > Pushed. D. ___