Re: [Libreoffice] minutes of tech steering call ...

2011-07-08 Thread Norbert Thiebaud
(I would also suggest release on Thursday so that feedback from the second week-end have a chance to be fixed before the next release) Marketing wise, release on Thursday is risky, because one day later (what happens) makes it Friday.. The important release, marketing wise, is the Final

[Libreoffice] Do we still need to support non-XKB X11 systems ?

2011-07-08 Thread Francois Tigeot
Hi, The file libs-gui/tools/inc/tools/prex.h tries to detect the presence of the X11 keyboard extension (XKB) in a completely bogus way - by hardcoding a value depending on the operating system it is build for: // FIXME: should really check for xfree86 or for X11R6.1 and higher #if

[Libreoffice] Patch for Bug 38936

2011-07-08 Thread jeffrey chang
Hi, Proposed patch for https://bugs.freedesktop.org/show_bug.cgi?id=38936, Bug 38936. Many different locations for Hori~zontal Ruler, but it seems like only WriterCommands.xcu in officecfg/registry/data/org/openoffice needed to be modified. Now the toolbar tab matches the title on the box when

Re: [Libreoffice] [REVIEW] [PUSHED] fdo#38457: Crash in DataPilot on moving the fields

2011-07-08 Thread Kohei Yoshida
On Wed, 2011-06-29 at 22:24 +0200, Markus Mohrhard wrote: Kohei, I think, as this is mostly your area, you might want to have a closer look at the whole code around the offset problem. So, everything comes down to what PivotField::nCol is expected to contain; is it a (always 0-based) dimension

Re: [Libreoffice] [PUSHED] CONVERT_ADD() fixes

2011-07-08 Thread Németh László
Hi András, Many thanks for your help. If you don't bother, I send a new patch (1 line) to fix the sometimes bad capitalization in non-standard hyphenation (a few years old, recently recognized bug from me): http://www.numbertext.org/tmp/hyphencap.patch A test file with some bad Hungarian

Re: [Libreoffice] Do we still need to support non-XKB X11 systems ?

2011-07-08 Thread Michael Meeks
Hi Francois, On Fri, 2011-07-08 at 08:10 +0200, Francois Tigeot wrote: The file libs-gui/tools/inc/tools/prex.h tries to detect the presence of the X11 keyboard extension (XKB) in a completely bogus way - by hardcoding a value depending on the operating system it is build for: Lol ;-)

Re: [Libreoffice] [PATCH][PUSHED: master; 3-4] Additional fix for bug fdo#33781

2011-07-08 Thread Petr Mladek
Roland Baudin píše v Čt 23. 06. 2011 v 22:09 +0200: Le 21/06/2011 21:10, Petr Mladek a écrit : Roland Baudin píše v Út 21. 06. 2011 v 09:26 +0200: Hi Petr, I've tested your patch with my test docs and for me it's OK. I've just noticed a small issue when inserting a chart in Calc : when

Re: [Libreoffice] RTF support

2011-07-08 Thread Miklos Vajna
On Tue, Jul 05, 2011 at 03:46:06AM -0700, comunesanfior informat...@comune.san-fior.tv.it wrote: I'm not sure if there is already a solution to my bug https://bugs.freedesktop.org/show_bug.cgi?id=38966 It's already assigned, we'll soon have a look at it. Thank you for your patience.

Re: [Libreoffice] right way to control libs and flags on the link line

2011-07-08 Thread Caolán McNamara
On Thu, 2011-07-07 at 18:21 +0200, Bjoern Michaelsen wrote: The real solution would be to use gb_LinkTarget_add_libs ... Indecently this is what is being done very well with the rework of external linking in gnumake4, centralizing it so that the external-linking-foo is done in one file, and

Re: [Libreoffice] [PATCH] Fix for fdo#30550 Character count without spaces

2011-07-08 Thread Cedric Bosdonnat
Hi John, Korrawit, On Wed, 2011-07-06 at 22:51 +0700, Korrawit Pruegsanusak wrote: On Fri, Jun 24, 2011 at 14:38, John LeMoyne Castle lemoyne.cas...@gmail.com wrote: -- you (and others) cannot reproduce fdo#37584 (redlined text disappears) in 3-3 or 3-3-3 because my patch referenced in

Re: [Libreoffice] Single Git repository migration plan

2011-07-08 Thread Norbert Thiebaud
On Mon, Jul 4, 2011 at 11:47 PM, Simos Xenitellis simos.li...@googlemail.com wrote: On Mon, Jul 4, 2011 at 10:14 PM, Sophie Gautier gautier.sop...@gmail.com wrote: Hi all, [please follow up on projects@ list] There is an planed effort to reduce and consolidate the number of git repositories

[Libreoffice] [REVIEW] RTF import patches for 3-4

2011-07-08 Thread Cedric Bosdonnat
Hi all, Here are two patches to review for the 3.4 branch. I know it's stupid to hack the RTF import filter... but the new one won't be in 3.4 ;) Thanks, -- Cédric Bosdonnat LibreOffice hacker http://documentfoundation.org OOo Eclipse Integration developer http://cedric.bosdonnat.free.fr From

Re: [Libreoffice] [REVIEW] [PUSHED] patch for fdo#38963: crash in number format dialog

2011-07-08 Thread Katarina Machalkova
Hi, this patch fixes a crash in calc when you try to format a cell as currency and hit the 'Negative Numbers Red' or 'Thousands seperator' checkbox. http://cgit.freedesktop.org/libreoffice/libs-gui/commit/?id=368227ac4416446 02de197ee0d329f3ea997f9ca Reviewed pushed. Thx (for all the fish)

Re: [Libreoffice] How to compile LibreOffice 3.3 Calc

2011-07-08 Thread Michael Meeks
On Thu, 2011-07-07 at 03:36 -0700, Mahasen Dehideniya wrote: I'm try to download and compile the LibreOffice 3.3 .. Its source code is very big. In addition to Cor's good advice, I would -strongly- recommend contributing to libreoffice-3-4 or better master - since we can always

Re: [Libreoffice] [REVIEW] Better support for distro packaging

2011-07-08 Thread Michael Meeks
Hi Petr, On Fri, 2011-07-08 at 16:00 +0200, Petr Mladek wrote: are you fine with adding the attached changes into master and libreoffice-3-4 branch? So - overall this looks good, particularly if it helps to kill the 'build' module finally and completely. Of course, if it came from

Re: [Libreoffice] Do we still need to support non-XKB X11 systems ?

2011-07-08 Thread Francois Tigeot
Hi Michael, On Fri, Jul 08, 2011 at 09:40:44AM +0100, Michael Meeks wrote: On Fri, 2011-07-08 at 08:10 +0200, Francois Tigeot wrote: #if defined(LINUX) || defined(FREEBSD) || defined(MACOSX) || defined(NETBSD) || \ defined(OPENBSD) || defined(DRAGONFLY) #define

Re: [Libreoffice] [REVIEW] Better support for distro packaging

2011-07-08 Thread Miklos Vajna
On Fri, Jul 08, 2011 at 04:00:48PM +0200, Petr Mladek pmla...@suse.cz wrote: are you fine with adding the attached changes into master and libreoffice-3-4 branch? Sure, it can't really make things worse. :) 6 files changed, 250 insertions(+), 0 deletions(-) create mode 100644

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-08 Thread Xisco Faulí
Wow, thank Peter for this amazing explanation. I'm currently sumerged into the gsoc project too so I can't give it a try right now but I'm sure I will once I finish it. The problem right now is I don't know most of the things you're talking about so I'll need first to get my feet wet. I'll let you

Re: [Libreoffice] [REVIEW] Better support for distro packaging

2011-07-08 Thread Andreas Radke
Am Fri, 8 Jul 2011 18:33:45 +0200 schrieb Miklos Vajna vmik...@frugalware.org: 6 files changed, 250 insertions(+), 0 deletions(-) create mode 100644 distro-configs/SUSE-10.1.conf create mode 100644 distro-configs/SUSE-11.1.conf create mode 100644 distro-configs/SUSE-11.2.conf

[Libreoffice] Libre Office

2011-07-08 Thread Vanessa Peay
Hello, I installed libre office on my computer, but now it's taking up too much memory on my computer. I was trying to unistall it, and it wont let me uninstall it. How can I unistall it? ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] Old X11 code cleanup in libs-gui

2011-07-08 Thread Francois Tigeot
Hi, I'm a bit puzzled by code using what is almost a complete list of all platforms running X11 to define some features: #if defined DBG_UTIL || defined SUN || defined LINUX || defined FREEBSD || \ defined NETBSD || defined OPENBSD || defined DRAGONFLY nProperties_ |=

Re: [Libreoffice] [GSoC 2011][svgexport] set of patches based on master

2011-07-08 Thread Marco
On Fri, 08 Jul 2011 05:41:11 +0200, Thorsten Behrens t...@documentfoundation.org wrote: Marco wrote: I created a set of patches based on master as it was on Monday. Hi Marco, good work! Hi Thorsten, thanks a lot. :) Applied to master pushed - two minor nits: please keep whitespace

Re: [Libreoffice] LibreOffice (filters) mrcekets * filter/source/svg/ (7 files): Enhancing svg export

2011-07-08 Thread Marco
Hi Joseph, I applied your patch and works smoothly. I'll integrate it in my next commit/patch-set. Cheers, Marco On Fri, 08 Jul 2011 07:50:56 +0200, Joseph Powers jpower...@cox.net wrote: Can you verify that I didn't break your patch? My compiler (i686-apple-darwin10-gcc-4.0.1 (GCC)

Re: [Libreoffice] [REVIEW] Fix crash when selecting target after inserting hyperlink to database document

2011-07-08 Thread Skeld Stu
Hi I tried to Libreoffice 3.3.2 but for ODB extention is OK, adn there is a problem in .ODT extention. In .ODT the writer crash . This patch can fixe the bug to ODT too? The problem: Creating,an hyperlink to a document in a FTP, the writer crashes and close after press Ctrl + click, for a ODT

Re: [Libreoffice] [GSoC 2011][svgexport] set of patches based on master

2011-07-08 Thread Fridrich Strba
OK, I get on Windows: Compiling: filter/source/svg/svgexport.cxx c:\master\clone\filters\filter\source\svg\svgscript.hxx(461) : error C2026: string too big, trailing characters truncated c:\master\clone\filters\filter\source\svg\svgscript.hxx(893) : error C2026: string too big, trailing

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-08 Thread André Schnabel
Hi Peter, sorry for randomly jumping in with just some side-notes ... Am 06.07.2011 22:10, schrieb Peter Jentsch: I'm unsure about where to put the xliff files, because I'm completely ignorant of the translation workflow and the different places where translatable items are put in order to get