Re: [Libreoffice] Need translation and to define the expected behaviour for fdo#34072

2011-02-17 Thread Chr. Roßmanith
Hi, I've started to translate (and pushed what I've done so far). Maybe it's already useful. Will continue later. Christina -Ursprüngliche Nachricht- Von: Julien Nabet serval2...@yahoo.fr Gesendet: 17.02.2011 08:22:20 An: libreoffice@lists.freedesktop.org Betreff: [Libreoffice] Need

[Libreoffice] [PATCH] unused variable in writer/uno

2011-02-17 Thread Kevin Hunter
Hullo List, A simpleton patch removing unused variables in writer/uno. Cheers, Kevin 0001-cppcheck-Remove-unused-variables.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PATCH] Remove TCPP support

2011-02-17 Thread Thomas Arnhold
Hi, TCPP seems to be an old compiler. Google doesn't know anything about it, but there were some comments in the source which let me conclude that this a compiler. I've removed it from filter and writer. For libs-gui I need a review, because there's a fuzzy logic in rsc/source/prj/gui.cxx. I

[Libreoffice] Remove dead code

2011-02-17 Thread Bálint Dózsa
Hi, I have removed some dead code form */xmloff*. My code is under the LGPLv3+/MPL dual license. Regards, Balint Dozsa From 19e70d9c4dc00255a264cca7a331ea5833860285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20D=C3=B3zsa?= dozsabal...@gmail.com Date: Thu, 17 Feb 2011 10:32:07 +0100

Re: [Libreoffice] [PATCH] Remove TCPP support

2011-02-17 Thread Thomas Arnhold
Ah, forgot one. On 02/17/2011 10:31 AM, Thomas Arnhold wrote: Hi, TCPP seems to be an old compiler. Google doesn't know anything about it, but there were some comments in the source which let me conclude that this a compiler. I've removed it from filter and writer. For libs-gui I need a

Re: [Libreoffice] [PATCH] Remove TCPP support

2011-02-17 Thread Tor Lillqvist
TCPP seems to be an old compiler. Turbo C++ ? --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] cppcheck headers problem? (was 'Question about cppcheck unused private')

2011-02-17 Thread Caolán McNamara
On Wed, 2011-02-16 at 20:09 -0800, some...@boldandbusted.com wrote: Hi Caolán, So cppcheck can't find the headers it needs? Is this a bug in cppcheck, or LO's construction of header file paths? And how many examples of cppcheck false positives due to this problem are present? Does a clear

Re: [Libreoffice] [PATCH] [PUSHED] unused variable in writer/uno

2011-02-17 Thread David Tardon
On Thu, Feb 17, 2011 at 03:27:08AM -0500, Kevin Hunter wrote: Hullo List, A simpleton patch removing unused variables in writer/uno. Good catch, thanks! D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PATCH] [PUSHED] fixed spelling menues - menus

2011-02-17 Thread David Tardon
On Wed, Feb 16, 2011 at 12:48:14PM +0100, David Tardon wrote: On Wed, Feb 16, 2011 at 07:56:06AM +0100, David Tardon wrote: On Sun, Feb 13, 2011 at 08:42:42PM +0100, Christina Roßmanith wrote: diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx

Re: [Libreoffice] Question concerning comment / translation

2011-02-17 Thread Caolán McNamara
On Wed, 2011-02-16 at 22:44 +0100, Christina Roßmanith wrote: Hi, is the output of DBG_ASSERT read? Might it be useful to focus translation work to German strings used in DBG_ASSERT calls? Yeah, that'd be good Or might it be useful to have a list of files which are more interesting to

Re: [Libreoffice] [PATCH] [PUSHED] fixed spelling menues - menus

2011-02-17 Thread David Tardon
On Wed, Feb 16, 2011 at 10:29:34PM +0100, Christina Roßmanith wrote: Hi David, Am 16.02.2011 07:56, schrieb David Tardon: On Sun, Feb 13, 2011 at 08:42:42PM +0100, Christina Roßmanith wrote: diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index

Re: [Libreoffice] [PATCH] [PUSHED] redundant pointer check

2011-02-17 Thread David Tardon
On Thu, Feb 17, 2011 at 04:14:35AM -0500, Kevin Hunter wrote: Hullo List, Simpleton patch to remove a redundant if-block. Looks reasonable, pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] Remove unused methods

2011-02-17 Thread Bálint Dózsa
Hi, I have removed this unused methods: writerfilter::dmapper::FFDataHandler::dropDownEntriesPushBack(rtl::OUString const) writerfilter::dmapper::FFDataHandler::getCalcOnExit() const writerfilter::dmapper::FFDataHandler::getCheckboxDefault() const Regards, Balint Dozsa From

Re: [Libreoffice] [PATCH] Remove TCPP support

2011-02-17 Thread Caolán McNamara
On Thu, 2011-02-17 at 10:34 +0100, Thomas Arnhold wrote: Ah, forgot one. All looks good, go for it. CSET is probably also complete foo IIRC. Though I don't know to what it referred. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] Bug 32552 - Patch

2011-02-17 Thread Bálint Dózsa
Hi, I fixed this bug: https://bugs.freedesktop.org/show_bug.cgi?id=32552 My code is under the LGPLv3+/MPL dual license. Regards, Balint Dozsa From 06554f14b1f32b4f8d0020509be59619785ade36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20D=C3=B3zsa?= dozsabal...@gmail.com Date: Thu, 17 Feb

[Libreoffice] Python LibO bootstrapping on Mac

2011-02-17 Thread Alexander Thurgood
Just a quick question : Say I want to develop a python module that bootstraps LibO on Mac from outside the LibO application - will this work on OSX 10.6 bearing in mind that the Apple supplied version is Python 2.6 and mac ports is offering version 2.7 ? I saw that Christian proposed some

Re: [Libreoffice] [REVIEW] fdo#32552 (alt key opens File-menu)

2011-02-17 Thread Michael Meeks
Hi Julien, On Tue, 2011-02-15 at 22:22 +0100, Julien Nabet wrote: Here is small patch to close the tracker 32552 (alt key opens File-menu). I wonder how this interacts / complements: commit ba110ce308ac66d568a1f6430d4e3217a1849716 Author: Lucas Baudin xapa...@gmail.com Remove the

Re: [Libreoffice] WIN16 references

2011-02-17 Thread Francois Tigeot
On Wed, Feb 16, 2011 at 02:56:06PM -0700, Tor Lillqvist wrote: Looking at your diffs for the SCO stuff, I found a _WIN16 test. Look for WIN , too, that is OOo-speak for 16-bit Windows. (NT-based Windows it calls WNT.) You will find *much* of that. Some files that have #ifdef WIN blocks,

Re: [Libreoffice] Build speedup

2011-02-17 Thread Francois Tigeot
On Thu, Feb 17, 2011 at 10:08:58AM +, Caolán McNamara wrote: CSET is probably also complete foo IIRC. Though I don't know to what it referred. I don't know if these cleanups are the reason, but my builds are now faster by a few minutes. I'm down to 2:38 on a 3GHz Core 2. -- Francois

[Libreoffice] libreoffice wiki account creation ...

2011-02-17 Thread Michael Meeks
Hi Manuel, Rumour has it that you're helping out with the LibreOffice wiki - which is wonderful. I hear that (due to wiki spam, and E-mail verification being inadequate) new account creation has been shut down. Unfortunately, a key part of our new developer flow - of picking an

Re: [Libreoffice] [REVIEW] fdo#32552 (alt key opens File-menu)

2011-02-17 Thread David Tardon
On Thu, Feb 17, 2011 at 11:29:53AM +, Michael Meeks wrote: Hi Julien, On Tue, 2011-02-15 at 22:22 +0100, Julien Nabet wrote: Here is small patch to close the tracker 32552 (alt key opens File-menu). I wonder how this interacts / complements: commit

Re: [Libreoffice] FOSDEM feedback, re: Improved bug filing form / flow

2011-02-17 Thread Dirk Haun
On Sun, Feb 13, 2011 at 1:42 PM, Dirk Haun 68k...@gmail.com wrote: This is what's running on http://support.mozilla.com/ and lets them handle (IIRC) 11 million support issues per month. Here are the slides for the SUMO presentation if anyone's interested:

Re: [Libreoffice] libreoffice wiki account creation ...

2011-02-17 Thread Manuel Schneider
Hi Michael, On 17.02.2011 13:09, Michael Meeks wrote: Unfortunately, a key part of our new developer flow - of picking an claiming an Easy Hack is therefore not working, and/or requires a painful round-trip to a real person to ask for an account. We can't really afford to be putting off

Re: [Libreoffice] FOSDEM feedback, re: Improved bug filing form / flow

2011-02-17 Thread Michael Meeks
Hi Dirk, On Thu, 2011-02-17 at 13:18 +0100, Dirk Haun wrote: This is what's running on http://support.mozilla.com/ and lets them handle (IIRC) 11 million support issues per month. .. Here are the slides for the SUMO presentation if anyone's interested:

Re: [Libreoffice] Issues building LO on Linux prior to attempting on Android

2011-02-17 Thread Michael Meeks
Hi Andrew, On Fri, 2011-02-11 at 17:45 +, Andrew Wafaa wrote: I'm trying to build LO on openSUSE 11.3, but get a failure with make. Most odd :-) did you try re-pulling ? if you don't have the repositories, presumably they are downloaded during the make; what does ls clone/ look like

Re: [Libreoffice] [PUSHED] Need translation and to define the expected behaviour for fdo#34072

2011-02-17 Thread Christina Roßmanith
Hi, translation of comments is finished and pushed. Christina Am 17.02.2011 08:22, schrieb Julien Nabet: Hello, This pb is about Protected cells can not be modified using Replace on unprotected cell. I try to understand the process and I found that this error message comes from :

Re: [Libreoffice] [REVIEW] [PUSHED] fdo#32552 (alt key opens File-menu)

2011-02-17 Thread David Tardon
On Tue, Feb 15, 2011 at 10:22:07PM +0100, Julien Nabet wrote: Hello, Here is small patch to close the tracker 32552 (alt key opens File-menu). I removed the block quoted in the comments, it compiles but I didn't test it. I use Gnome and so Gtk on my Debian. Hi, in that case you most

Re: [Libreoffice] Build logs from the tinderbox

2011-02-17 Thread Jan Holesovsky
Hi Christian, On 2011-02-17 at 00:25 +0100, Christian Lohmaier wrote: sorry for not replying earlier No problem at all! :-) As you already have experience with what the tinder mails should contain, do you think you could enhance bin/tinbuild in the bootstrap repo to actually send the

[Libreoffice] [PATCH] Removed unused methods

2011-02-17 Thread Christina Roßmanith
Hi, I've removed ImpTryUrl() and ImpGetPreTopPtr() from dirent.cxx and fsys.hxx respectively. Changes are under LGPLv3+ / MPL. Christina Rossmanith From 45beb99e639fe18a1e7ffe91ff230e2c58bed3ce Mon Sep 17 00:00:00 2001 From: Christina Rossmanith chrrossman...@web.de Date: Thu, 17 Feb 2011

Re: [Libreoffice] libreoffice wiki account creation ...

2011-02-17 Thread Jonathan Aquilina
I haven't worked with the wiki software that LO is using, but would it be possible to add captcha's to signups? that makes it a lot harder for bots to spam a site. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] libreoffice wiki account creation ...

2011-02-17 Thread Sophie Gautier
On 17/02/2011 15:17, Manuel Schneider wrote: Hi Michael, On 17.02.2011 13:09, Michael Meeks wrote: Unfortunately, a key part of our new developer flow - of picking an claiming an Easy Hack is therefore not working, and/or requires a painful round-trip to a real person to ask for an account. We

Re: [Libreoffice] Build logs from the tinderbox

2011-02-17 Thread Christian Lohmaier
Hi Jan, *; On Thu, Feb 17, 2011 at 1:54 PM, Jan Holesovsky ke...@suse.cz wrote: On 2011-02-17 at 00:25 +0100, Christian Lohmaier wrote: [...] I see; I looked at that too after Thorsten's recommendation, but thought it was unable to add the X-Tinder header - my bad, but at least I learned

Re: [Libreoffice] Python LibO bootstrapping on Mac

2011-02-17 Thread Christian Lohmaier
Hi Alexander, *, On Thu, Feb 17, 2011 at 11:49 AM, Alexander Thurgood alex.thurg...@gmail.com wrote: Just a quick question : I saw that Christian proposed some patches that enabled this possibility with respect to the OOo source code http://qa.openoffice.org/issues/show_bug.cgi?id=111496

Re: [Libreoffice] libreoffice wiki account creation ...

2011-02-17 Thread Florian Effenberger
Sorry for confusion. Yes, I enabled it again, as Sophie returned from vacation and asked for it. ;) -- Florian Effenberger flor...@effenberger.org Friedrichswalder Str. 20, 87600 Kaufbeuren, DE Skype: floeff | Twitter/Identi.ca: @floeff *** Message sent from my mobile phone. Please excuse the

Re: [Libreoffice] Issues building LO on Linux prior to attempting on Android

2011-02-17 Thread Andrew Wafaa
Hi Michael, On 17 February 2011 12:49, Michael Meeks michael.me...@novell.com wrote: Hi Andrew, On Fri, 2011-02-11 at 17:45 +, Andrew Wafaa wrote: I'm trying to build LO on openSUSE 11.3, but get a failure with make.        Most odd :-) did you try re-pulling ? if you don't have the

[Libreoffice] German comments translated (writer-startmath-inc)

2011-02-17 Thread tkranz
Hi there, translated the German comments in writer/startmath/inc. Diffs in the attachment. Changes under LGPLv3+ / MPL Tobias Kranzdiff --git a/libreoffice/writer/starmath/inc/document.hxx b/libreoffice/writer/starmath/inc/document.hxx index 6705cf5..1333011 100644 ---

[Libreoffice] [PUSHED] German comments translated (writer-startmath-inc)

2011-02-17 Thread Christina Roßmanith
Am 17.02.2011 15:03, schrieb tkr...@zedat.fu-berlin.de: Tobias Kranz Pushed. Thank you for your contribution. Christina Rossmanith ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [REVIEW] another cairo canvas regression

2011-02-17 Thread Radek Doulík
Hi all, I have fixed another regression in cairo canvas, same area as yesterday. The edge count was miscalculated as # of edges in polygon equals to # of points minus 1 and not to number of points. I would like to push it to libreoffice-3-3 branch - 1 review wanted.

Re: [Libreoffice] compilation and bundled extensions

2011-02-17 Thread David Tardon
On Mon, Feb 14, 2011 at 10:20:27AM +0100, David Tardon wrote: On Sun, Feb 13, 2011 at 09:26:47PM +, Caolán McNamara wrote: caolanm-dtardon: Which reminds me, when i did this I didn't seem to get the python, beanshell, rhino scripting extensions (not that I really want the beanshell,

[Libreoffice] [PUSHED] Re: [Patch] Remove bogus comments and dead code from editeng

2011-02-17 Thread Jan Holesovsky
Hi, On 2011-02-13 at 18:47 +0100, Arnaud Versini wrote: Next part, no reformating this time. Just for the record, somebody pushed this one too :-) Thank you for the patch, and thanks for the push too - just please send a note to the ML, so that we know it :-) Regards, Kendy

Re: [Libreoffice] l10n of patches

2011-02-17 Thread Jan Holesovsky
Hi Andras, On 2011-02-13 at 20:37 +0100, Andras Timar wrote: novell-subscription.diff jholesov I've killed it together with the NovellWin32Eval distro. Thanks for compiling the list! Regards, Kendy ___ LibreOffice mailing list

Re: [Libreoffice] [PUSHED] Remove dead code

2011-02-17 Thread Kohei Yoshida
On Thu, 2011-02-17 at 10:34 +0100, Bálint Dózsa wrote: Hi, I have removed some dead code form /xmloff. My code is under the LGPLv3+/MPL dual license. Pushed to master (with a little bit of modification). Thanks a lot. Kohei -- Kohei Yoshida, LibreOffice hacker, Calc kyosh...@novell.com

Re: [Libreoffice] [PATCH] [PUSHED] Removed unused methods

2011-02-17 Thread Kohei Yoshida
On Thu, 2011-02-17 at 13:53 +0100, Christina Roßmanith wrote: Hi, I've removed ImpTryUrl() and ImpGetPreTopPtr() from dirent.cxx and fsys.hxx respectively. Thanks a lot. I build-tested it and all looks ok. :-) But let's remove the code for real, instead of commenting it out. I've fixed

[Libreoffice] German comments translated (for some files in writer-startmath-source)

2011-02-17 Thread tkranz
Hi, some more translated German comments from files in writer/startmath/source. Diffs in the attachment. Changes under LGPLv3+ / MPL Tobias Kranz diff --git a/libreoffice/writer/starmath/source/rect.cxx b/libreoffice/writer/starmath/source/rect.cxx index 2556a96..ef0cd16 100644 ---

[Libreoffice] [Bug 34404] LibreOffice 3.3.2 release blockers / stoppers

2011-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34404 Petr Mladek pmla...@suse.cz changed: What|Removed |Added CC||libreoffice@lists.freedeskt

[Libreoffice] [Bug 32894] [Task] LibreOffice 3.3.1 release blockers / stoppers

2011-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32894 --- Comment #23 from Petr Mladek pmla...@suse.cz 2011-02-17 09:03:18 PST --- Created bug 34404 for LO-3.3.2 blockers. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Libreoffice] [Bug 32894] [Task] LibreOffice 3.3.1 release blockers / stoppers

2011-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32894 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on|31792, 32861, 32895 | --- Comment #24 from Petr

Re: [Libreoffice] javaldx /proc test in ooinstall

2011-02-17 Thread Michael Meeks
Hi Francois, On Thu, 2011-02-17 at 17:56 +0100, Francois Tigeot wrote: I'm getting annoyed by the /proc test in ooinstall Heh :-) If I just remove the test, the installation goes fine... Good. What is this javaldx thing ? Is there a reason this test cannot be removed for

[Libreoffice] [PATCH] Initializes the runtime library paths on DragonFly

2011-02-17 Thread Francois Tigeot
One small patch needed at runtime -- Francois Tigeot diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index e485b11..caa975c 100644 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -70,7 +70,8 @@ fi sd_binary=`basename $0 | sed

Re: [Libreoffice] javaldx /proc test in ooinstall

2011-02-17 Thread Francois Tigeot
Hi Michael, On Thu, Feb 17, 2011 at 05:25:06PM +, Michael Meeks wrote: Well; javaldx sets up the LD_LIBRARY_PATH for java to 'actually work' It also used to be the case that without /proc mounted it would crash and burn[1]. I was so bitten by that once, that I added the

[Libreoffice] minutes of tech steering call ...

2011-02-17 Thread Michael Meeks
* Attending: + Norbert, Bjoern, Kendy, Caolan, Petr, Rene, Michael, Andras, David, Fridrich * Action item review: AA: + writer useless in Japan bug - in progress (Caolan) * daily snapshot downloads + tinderbuild script consolidation underway (Kendy)

Re: [Libreoffice] deliver.pl defaulting to strip

2011-02-17 Thread Jan Holesovsky
Hi Caolan, On 2011-02-15 at 09:09 +, Caolán McNamara wrote: Correct, thanks for the hint - so what about to default to provide --disable-symbols instead, and default to building with symbols? ;-) Are symbols insanely large under windows ?. I'd randomly guess that in an ideal world we

Re: [Libreoffice] On-web Help Basic ?

2011-02-17 Thread Jan Holesovsky
Hi Cor, Jan Holesovsky píše v Út 15. 02. 2011 v 10:31 +0100: I noticed that our on-web Help is missing the Basic text: http://help.libreoffice.org/Main_Page Was that decided, or did it just slip through? Not at all, just an omission; what is the best entry page for Basic, please?

[Libreoffice] Is testing/testautomation really needed ?

2011-02-17 Thread Francois Tigeot
Following the removal of files in testing/testautomation/framework/optional I had a look in test/testautomation/ and the files there seemed largely unused. I have removed this directory from my local git tree; I had no trouble building and installing LibreOffice afterwards. -- Francois Tigeot

[Libreoffice] It's not a dev topic, but please read it.

2011-02-17 Thread kayo.hamid
Hey dev's, I have some information to show, sorry about the off-topic, but: We have, in Brazil, one institute without funds that work to 'represent' the community, the name of this institute is what you known be BrOffice. But after some things happended, $, this guys want to command and

[Libreoffice] mso-dumper moved to its own repository

2011-02-17 Thread Kohei Yoshida
Hi there, I'd like to announce that, the mso-dumper scripts have moved from the old location libreoffice/build/scratch/mso-dumper to the new location libreoffice/contrib/mso-dumper In fact, this new location is a stand-alone repository, whereas the old location was a sub directory in the

[Libreoffice] EasyHack: Improved bug filing form / flow

2011-02-17 Thread Daniel Neel
Improved bug filing form / flow *Background:* We have a lot of very poor quality bugs. Worse, our bug reporting interface is pretty terrible - ie. bugzilla. It would be wonderful to have a more easy-to-use, and attractive flow, that guided people to provide - all the information we need,

Re: [Libreoffice] [REVIEW] Properly update column and row header selections. (fdo#34383)

2011-02-17 Thread Kohei Yoshida
On Thu, 2011-02-17 at 22:59 -0500, Kohei Yoshida wrote: I'd like to cherry-pick this commit http://cgit.freedesktop.org/libreoffice/calc/commit/?id=f3df9f8674d559d38b638396cd48c9eb8f0ecca6 into libreoffice-3-3 branch, and (if I can gather enough sign-off's) into libreoffice-3-3-1 branch as

[Libreoffice] Removed some commented code

2011-02-17 Thread Danny Roberts
This is my first attempt at helping out in LibreOffice and I have tried to remove code that was commented out as per one of the Easy hacks suggestions. I haven't found the time to go through all the code yet but I have attached what I have done so far. If the code is usable it is fine to include

Re: [Libreoffice] EasyHack: Improved bug filing form / flow

2011-02-17 Thread Jonathan Aquilina
Daniel just a suggestion if its not already available in the current method. I am not sure if you have worked with launchpad the ubuntu bug tracker, but with it you have the ability to assign a bug to a team or user. Is that something that could be implemented so that users who are signed up

[Libreoffice] (no subject)

2011-02-17 Thread nerea lopez castro
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice