Re: [Libreoffice] [libreoffice-l10n] Re: Localizations of UI and help - what languages does LibO support?

2011-01-08 Thread Sophie Gautier
Hi Andras, On 09/01/2011 01:45, Andras Timar wrote: [...] The problem is that we cannot say that he always have more up-to-date translations that OOo hg (or LibreOffice git). I did not check all files, but some seemed to be older then ours, other seemed to be more complete/more up-to-date. It

[Libreoffice] [Bug 31865] [Task]: LibreOffice 3.3 release blockers / stoppers

2011-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31865 --- Comment #57 from ariel cornejo 2011-01-08 23:20:08 PST --- I'm nominating Bug #32929 ("Use system font for user interface" ignored) since this feature works fine in RC1 and is broken in RC2. -- Configure bugmail: https://bugs.freedesktop.o

[Libreoffice] [Bug 31865] [Task]: LibreOffice 3.3 release blockers / stoppers

2011-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31865 ariel cornejo changed: What|Removed |Added Depends on||32929 -- Configure bugmail: https://bug

Re: [Libreoffice] [PATCH][PUSHED] variableScope cppcheck at writer

2011-01-08 Thread Norbert Thiebaud
On Sat, Jan 8, 2011 at 9:00 PM, Kayo Hamid wrote: > Sending for review. You need to check your editor settings, as you are introducing 'tab' characters as indentation. I fixed that. with that caveat, Pushed, thanks. Norbert > > revol_ > > ___ > Libr

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 05:27:08PM -0600, Norbert Thiebaud wrote: > On Sat, Jan 8, 2011 at 4:51 PM, Miklos Vajna wrote: > > On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud > > wrote: > >> Isn't F13 -> F24 = Shift-F1 -> Shift-F12 ? (which are already in the > >> customization panel)

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 06:28:01PM -0500, Kohei Yoshida wrote: > Hi Miklos, > > On Sat, Jan 8, 2011 at 9:51 AM, Miklos Vajna wrote: > > > OK to push to master? > > Yeah, looks indeed trivial. Let's push this baby. Done. :) Thanks. pgp4CTWGdMqPT.pgp Description: PGP signature

[Libreoffice] [PATCH] variableScope cppcheck at writer

2011-01-08 Thread Kayo Hamid
Sending for review. revol_ diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index 1436f6e..73ad556 100644 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -1246,7 +1246,6 @@ void SwDoc::CalculatePagesForPrinting( USHORT nFirstPageNo = 0; USHORT

[Libreoffice] FOSDEM 2011, Proposed Talk: "Kicking off the LibreOffice Design Team"

2011-01-08 Thread Christoph Noack
Hi Michael, Design Team Members, Website Community, Developers! During the last days, I got the impression that it might be helpful to share some ideas how a future collaboration with the LibreOffice Design Team could look like. And, to know what you consider to be helpful when we talk about UX an

Re: [Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Norbert Thiebaud
On Tue, Jan 10, 2006 at 10:25 PM, Kayo Hamid wrote: > On 08/01/2011 17:00, Norbert Thiebaud wrote: >> >> I' confused: >> -    sal_Int32 nCount = xAcc->getAccessibleChildCount(); >> - >> -    for( sal_Int32 i=0; i<  nCount; i++ ) >> +    const sal_Int32 nCount = xAcc->getAccessibleChildCount(); >>

[Libreoffice] Quasi-patch: Cursor vs Scroll

2011-01-08 Thread Andy Hearn
Was that just a long festive hiatus.?! :-) The cursor, when on a post-it note, now can go out of view when Joe User scrolls, and is correctly brought back into 'focus' if the user types something. But however, this patch shouldn't be pushed at all - I suspect that the hack which I've just re

Re: [Libreoffice] calling web services

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 12:24:12AM +0200, Dan Corneanu wrote: > supposing I would venture in writing a content provider implemented in > C++ , to make a CMIS repository accessible to libreoffice, > what library should I use for accessing the web services on the server? In case others don't sugges

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Kohei Yoshida
Hi Miklos, On Sat, Jan 8, 2011 at 9:51 AM, Miklos Vajna wrote: > OK to push to master? Yeah, looks indeed trivial. Let's push this baby. Kohei ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listin

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Norbert Thiebaud
On Sat, Jan 8, 2011 at 4:51 PM, Miklos Vajna wrote: > On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud > wrote: >> Isn't F13 -> F24 = Shift-F1 -> Shift-F12 ? (which are already in the >> customization panel) > > Not really, it's possible to map those crazy multimedia buttons to F13 > e

[Libreoffice] Bug 32790 fixed - please review

2011-01-08 Thread Kohei Yoshida
Hi there, I've just fixed and attached a patch to https://bugs.freedesktop.org/show_bug.cgi?id=32790 intended for 3.3. I would appreciate it if someone who is experienced in the writer mail merge code to review and approve this. Thanks a lot! Kohei

Re: [Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Kayo Hamid
On 08/01/2011 17:00, Norbert Thiebaud wrote: I' confused: -sal_Int32 nCount = xAcc->getAccessibleChildCount(); - -for( sal_Int32 i=0; i< nCount; i++ ) +const sal_Int32 nCount = xAcc->getAccessibleChildCount(); +sal_Int32 i = 0; + +while(i< nCount) { -if(

Re: [Libreoffice] Localizations of UI and help - what languages does LibO support?

2011-01-08 Thread Andras Timar
2010.12.29. 0:21 keltezéssel, Andras Timar írta: > Hi, > > I tested RC2 in regards of localization and I think it needs to be > reviewed. 110 languages (including en-US) are selectable as UI language > and help packs are provided for those. However, > > * Asturian (ast), Catalan (Valencian) (ca-X

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud wrote: > Isn't F13 -> F24 = Shift-F1 -> Shift-F12 ? (which are already in the > customization panel) Not really, it's possible to map those crazy multimedia buttons to F13 etc - then you'll even have Shift-F13. :) pgpjLHXl2ZbTV.pgp Des

Re: [Libreoffice] [libreoffice-design] Change application background [was: How to contribute ?]

2011-01-08 Thread Christoph Noack
Hi Rahul, hi community! Am Samstag, den 08.01.2011, 02:05 +0100 schrieb Bernhard Dippold: > Hi Rahul, all, > > Rahul Prasad schrieb: > > [..] > > * > > I was thinking of a nice background instead of a static colour. > > You can find some of my design here > > http://rahulprasad.com/public/libreOf

[Libreoffice] [PATCH] Translated comments from German to English

2011-01-08 Thread Christina Roßmanith
Hi, I started with a fresh clone this evening and reapplied my changes. So this patch is meant for pushing :-) Christina >From 897639961ab86d9aa7b50a91acea19c3d47b8106 Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Sat, 8 Jan 2011 23:09:47 +0100 Subject: [PATCH] Translated comment

Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-08 Thread Peter Jentsch
Hi Jan, Hi Gioele, here's another patch: split-long-lines.xsl seems to be missing from the list of files in file_xsltfilter.scp. The attached patch should fix that. Bye, Peter >From 7657c25214ea4f0f73713b9cc007690c626480fa Mon Sep 17 00:00:00 2001 From: Peter Jentsch Date: Fri, 7 Jan 2011 22:

Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-08 Thread Peter Jentsch
Hi Jan, Hi Gioele, here's another patch: split-long-lines.xsl seems to be missing from the list of files in file_xsltfilter.scp. The attached patch should fix that. Bye, Peter >From 7657c25214ea4f0f73713b9cc007690c626480fa Mon Sep 17 00:00:00 2001 From: Peter Jentsch Date: Fri, 7 Jan 2011 22

Re: [Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Norbert Thiebaud
On Mon, Jan 9, 2006 at 11:09 PM, Kayo Hamid wrote: > Sending for review. I' confused: -sal_Int32 nCount = xAcc->getAccessibleChildCount(); - -for( sal_Int32 i=0; i < nCount; i++ ) +const sal_Int32 nCount = xAcc->getAccessibleChildCount(); +sal_Int32 i = 0; + +while(i <

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Norbert Thiebaud
On Sat, Jan 8, 2011 at 8:51 AM, Miklos Vajna wrote: > Hi, > > See the attached patch. Motivation: > > 17:51 < boobaa> kohei: is there a way to bind F13/F15 to previous/next sheet > in calc? > 17:58 <@kohei> boobaa, no idea.  did you look into View - Toolbars - > Customize - Keyboard? > 17:58 < b

[Libreoffice] [PATCH] Really use BrOffice in the linux desktop files

2011-01-08 Thread Petr Mladek
Hi Michael, could you please sign off the attached patch? It is needed to create the linux desktop files with "Name[pt_BR]=BrOffice 3.3". I am sorry, I havn't managed to verify your original fix before 3.3-rc2 release. I have lated found that it did not work because of: + * dekstop file

Re: [Libreoffice] Oracle wordbook in LibO

2011-01-08 Thread Khaled Hosny
On Sat, Jan 08, 2011 at 12:43:43AM +0100, Andrea Pescetti wrote: > Petr Mladek wrote: > > Andrea Pescetti píše v Pá 07. 01. 2011 v 02:29 +0100: > > > - It removes all the application names: Writer, Calc, Impress... > > > > Hmm, I am not sure if these are language independent names. Sophie, what >

Re: [Libreoffice] [PATCH] Fix passing distro specific branding via configure

2011-01-08 Thread Kálmán „KAMI” Szalai
Hi, Thank you for comiting it. I converted the files and updated the distro confs too. http://cgit.freedesktop.org/libreoffice/build/commit/?h=libreoffice-3-3&id=06f0119fbc662320da7962a9bb048a1e55a62fa1 KAMI 2011-01-05 19:46 keltezéssel, Petr Mladek írta: > Hi, > > the configure options --with

Re: [Libreoffice] making binfilter aka StarOffice FileFormat read-only

2011-01-08 Thread Andrea Pescetti
Michael Meeks wrote: > Anyhow - just wondering how this is progressing ? :-) and looking > forward to having it integrated. I haven't checked details, but it seems this might overlap with the work done (and possibly still being done) in the OOo trunk, see http://www.openoffice.org/issues/sho

Re: [Libreoffice] Oracle wordbook in LibO

2011-01-08 Thread Andrea Pescetti
Petr Mladek wrote: > Andrea Pescetti píše v Pá 07. 01. 2011 v 02:29 +0100: > > - It removes all the application names: Writer, Calc, Impress... > > Hmm, I am not sure if these are language independent names. Sophie, what > do you think? As far as I know, the application names are typically untran

Re: [Libreoffice] [libreoffice-design] Change application background [was: How to contribute ?]

2011-01-08 Thread Andy Brown
On Fri Jan 07 2011 17:05:02 GMT-0800 (PST) Bernhard Dippold wrote: Hi Rahul, all, Rahul Prasad schrieb: [..] * I was thinking of a nice background instead of a static colour. You can find some of my design here http://rahulprasad.com/public/libreOffice/writer/ Although design is not very appea

[Libreoffice] calling web services

2011-01-08 Thread Dan Corneanu
Hi, supposing I would venture in writing a content provider implemented in C++ , to make a CMIS repository accessible to libreoffice, what library should I use for accessing the web services on the server? Best regards, Dan. ___ LibreOffice mailing list

[Libreoffice] [PATCH] Remove unused code and fix typos

2011-01-08 Thread Takeshi Abe
Hi, Here is a bunch of cleanup on base. Cheers, -- Takeshi Abe >From 17a5c538b6e9ed1c13efda786e39986a82163a98 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 9 Jan 2011 02:04:00 +0900 Subject: [PATCH] Remove unused code and fix typos --- dbaccess/source/core/api/RowSetCache.cxx

Re: [Libreoffice] Horizontal glyph adjustments are ignored with ICU layout

2011-01-08 Thread Thorsten Behrens
Khaled Hosny wrote: > Anyway, it turned out that the issue is not specific to kerning nor > Arabic, but affects all horizontal glyph positioning in the ICU layout > path; the problem does not show on Windows nor with Graphite fonts and > of course not with con-CTL. > > The X adjustment of glyph wi

[Libreoffice] Replacing tools/color.hxx with new type

2011-01-08 Thread Soeren Moeller
Hi I am thinking of replacing the Color class in tools/color.hxx by a new Color type (say new_Color, of course with a better name), not dependant on other parts of tools. The plan then would be to add casts between tools/Color and new_Color to the tools/Color, and replace the uses of tools/Color b

Re: [Libreoffice] [PUSHED] Re: [PATCH] Again cppcheck cleanliness

2011-01-08 Thread Julien Nabet
Le 08/01/2011 08:39, Julien Nabet a écrit : On Fri, 2011-01-07 at 11:07 +, Caolán McNamara wrote: >/ On Thu, 2011-01-06 at 20:36 +0100, Guillaume Poussel wrote: />/ > Hi everybody, />/ > />/ > />/ > A new patch which correct cppcheck warnings in base/. />/ />/ Looks good, pushed. Than

Re: [Libreoffice] [PATCH] installer::archivefiles - remove external find and chmod forks

2011-01-08 Thread Steven Butler
Hi, The patch is LGPLv2+/MPL. Note that the permissions in the patch I sent were not the same as the original so they should be adjusted from 0755 to 0775. Note also that it isn't just done for Windows. There is one branch for the windows build that patches the DLL files, and another branch for

Re: [Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Kayo Hamid
On 10/01/2006 20:09, Kayo Hamid wrote: Please, someone can review this? Thkz. revol_ I forgot to change the headers, sorry. This patch covers the two patchs that I sent early. > http://lists.freedesktop.org/archives/libreoffice/2011-January/005570.html > http://lists.freedesktop.org/archive

[Libreoffice] [PATCH] Transl. German comments in sw/inc/IDocumentFieldsAccess.hxx

2011-01-08 Thread Christoph
From c027b32054bd6222aee64757d0e87af373ad421b Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Fri, 7 Jan 2011 23:58:52 +0100 Subject: [PATCH] Transl. German comments in sw/inc/IDocumentFieldsAccess.hxx Only one comment in this file. In case whitespace of the patch in the body of this mail

[Libreoffice] [PATCH] Translations of comments in writer/sw/inc

2011-01-08 Thread Christoph
some more translations. From d79d2c0dfcdeb3d134bf6ca5a1f1bc3419aadb38 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Sat, 8 Jan 2011 02:37:47 +0100 Subject: [PATCH] Translations of comments in writer/sw/inc --- sw/inc/IDocumentLinksAdministration.hxx | 20 +--- sw/inc/IDocumentRed

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien PS : the 2 sendings with my yahoo.fr address seemed not having worked. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet Date: Sat Jan 8 02:01:25 2011 +0100 Reducing s

[Libreoffice] [Bug 31865] [Task]: LibreOffice 3.3 release blockers / stoppers

2011-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31865 Bug 31865 depends on bug 32897, which changed state. Bug 32897 Summary: templates have hard-coded language https://bugs.freedesktop.org/show_bug.cgi?id=32897 What|Old Value |New Value

[Libreoffice] [PATCH] Remove commented code

2011-01-08 Thread Anders Jonsson
These three patches remove large blocks of commented code in sdk, components and libs-gui respectively. All code has been commented out at least since 2005. Anders Jonsson, (LGPLv3+, MPL) >From bd135dcc65666baf7317d02ba2ed9eecb35d8b2e Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Sat, 8 Jan

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien PS : the first sending seemed not having worked. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet Date: Sat Jan 8 02:01:25 2011 +0100 Reducing spawning of chmod with

Re: [Libreoffice] [libreoffice-design] Change application background [was: How to contribute ?]

2011-01-08 Thread Bernhard Dippold
Hi Rahul, all, Rahul Prasad schrieb: [..] * I was thinking of a nice background instead of a static colour. You can find some of my design here http://rahulprasad.com/public/libreOffice/writer/ Although design is not very appealing, but I am sure people will come come up with better design.* T

Re: [Libreoffice] [PATCH] Standard-color-palette-updates

2011-01-08 Thread Bernhard Dippold
Hi Kami, all, Christoph Noack schrieb: Hi Kami! Am Freitag, den 07.01.2011, 10:54 +0100 schrieb Kálmán „KAMI” Szalai: Hi Christoph, Bernhard, LibO Gurus, Then I provide patch for removing colors from main palette, and create/update a separated palette. Is it okay? That would more than okay

Re: [Libreoffice] Horizontal glyph adjustments are ignored with ICU layout

2011-01-08 Thread Khaled Hosny
On Fri, Jan 07, 2011 at 11:25:33PM +0100, Thorsten Behrens wrote: > Khaled Hosny wrote: > > Anyway, it turned out that the issue is not specific to kerning nor > > Arabic, but affects all horizontal glyph positioning in the ICU layout > > path; the problem does not show on Windows nor with Graphite

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet Date: Sat Jan 8 02:01:25 2011 +0100 Reducing spawning of chmod with xargs instead of exec diff --git a/solenv/bin/m

Re: [Libreoffice] Horizontal glyph adjustments are ignored with ICU layout

2011-01-08 Thread Keith Stribley
Hi Khaled, Michael, On 07/01/2011 8:21 PM, Michael Meeks wrote: Drat; we took ages to reply. I suspect Thorsten might be able to help, but failing that the best text expert I'm aware of is Tim (CC'd) who may be able to give some advice. SIL's Graphite integration would undoubtedly have

[Libreoffice] mdds 0.5.0 required on master

2011-01-08 Thread Kohei Yoshida
Hi there, This is just to inform you that master now requires mdds 0.5.0 to build. I have already uploaded the new package to the server, so all you have to do is pull all repos, and download mdds 0.5.0 package. Note that sc now requires 0.5.0 to build; it won't build with 0.4.0 any more. Thanks

[Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Kayo Hamid
Sending for review. revol_ diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx index e7b8e8b..c382486 100644 --- a/sw/source/core/access/accdoc.cxx +++ b/sw/source/core/access/accdoc.cxx @@ -95,7 +95,7 @@ void SwAccessibleDocumentBase::SetVisArea() } } -void S

Re: [Libreoffice] [Patch] [PUSHED] Make SVG filter export text color

2011-01-08 Thread Thorsten Behrens
KUROSAWA, Takeshi wrote: > I wrote patches for SVG export filter. > These fix a bug that texts in an exported SVG are invisible. > The most of codes come from Flash export filter > (filters/filter/source/swfwriter1.cxx). > Hi Takeshi, wonderful, works like a charm - thanks for your patches, pushe

Re: [Libreoffice] Forwarding cell grid question

2011-01-08 Thread Bernhard Dippold
Hi Christoph, Ferenc, all Christoph Noack schrieb: Hi Ferenc, all, forwarding to libreoffice@lists.freedesktop.org ... There has been a question on the design team mailing list concerning the cell grid - it seems to be drawn in the background, thus, it vanishes if people apply a background col

[Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
Hi, See the attached patch. Motivation: 17:51 < boobaa> kohei: is there a way to bind F13/F15 to previous/next sheet in calc? 17:58 <@kohei> boobaa, no idea. did you look into View - Toolbars - Customize - Keyboard? 17:58 < boobaa> kohei: exactly 17:59 <@kohei> boobaa, if it's not there, then

Re: [Libreoffice] Bug triaging - bugs in OOo code base

2011-01-08 Thread Wols Lists
On 07/01/11 18:09, Alexander Thurgood wrote: > Hi, > A question to the developers, which will inevitably become more > important as things push on with LibO and the code base starts to separate : > > - what is the current approach, with regard to bug triaging, to bugs > caused by the OOo code base

Re: [Libreoffice] making binfilter aka StarOffice FileFormat read-only

2011-01-08 Thread Pierre-André Jacquod
Hi Jan / Hi Michael, some more testing and code reading. Here some answers. [I was writing this mail while testing, mostly written before Michael's mail. Hence this will answers both mails. ] > This is a good point - as you say, I agree we can omit the creation of > the lock file. It would be go

[Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Kayo Hamid
Please, someone can review this? Thkz. revol_ diff --git a/sw/source/core/access/acccell.cxx b/sw/source/core/access/acccell.cxx index dbd1b51..2479c5c 100644 --- a/sw/source/core/access/acccell.cxx +++ b/sw/source/core/access/acccell.cxx @@ -121,7 +121,7 @@ SwAccessibleCell::SwAccessibleCell( S

Re: [Libreoffice] Oracle wordbook in LibO

2011-01-08 Thread Sophie Gautier
Hi Andrea, all, On 08/01/2011 02:43, Andrea Pescetti wrote: Petr Mladek wrote: Andrea Pescetti píše v Pá 07. 01. 2011 v 02:29 +0100: - It removes all the application names: Writer, Calc, Impress... Hmm, I am not sure if these are language independent names. Sophie, what do you think? As far