Re: [Libreoffice-commits] .: distro-configs/LibreOfficeMinGW.conf distro-configs/LibreOfficeWin32.conf distro-configs/LibreOfficeWin64.conf

2012-03-29 Thread Stephan Bergmann
On 03/30/2012 08:51 AM, Stephan Bergmann wrote: Looks like this kills MinGW builds Ah, looks like Luboš already fixed it, with e20fa170160e1bb1953ad171e092edfb3de531af. Thanks, Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [PUSHED] remove unnecessary includes

2012-03-29 Thread Noel Grandin
On 2012-03-29 18:58, Michael Meeks wrote: Good stuff, looks like you're really there; are the sc/ pch includes actually necessary ? ATB, Michael. I don't know for sure, so I thought I'd leave them till right at the end :-) Disclaimer: http://www.peralex.com/disclaimer.html

Re: [Libreoffice-commits] .: distro-configs/LibreOfficeMinGW.conf distro-configs/LibreOfficeWin32.conf distro-configs/LibreOfficeWin64.conf

2012-03-29 Thread Stephan Bergmann
On 03/29/2012 12:09 PM, Michael Meeks wrote: New commits: commit 6219ff898a8c3ae6b7abe4272b4b68cc986093e4 Author: Michael Meeks Date: Thu Mar 29 11:09:24 2012 +0100 Disable cairo canvas on Windows fdo#46901 fdo#46532 We never used cairocanvas on Win, this got accidentally enabled

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 sasha.libreoff...@gmail.com changed: What|Removed |Added Depends on||41261 -- Configure bugmail

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #256 from sasha.libreoff...@gmail.com 2012-03-29 23:23:27 PDT --- Slide preview (on left side) of Impress not working correctly, all slides except of first looks corrupted: Bug 41261 - UI: Wrong slides preview when images on slide are

Re: Build breaks, likely somewhere in linking

2012-03-29 Thread Regina Henschel
Hi Matúš, Matúš Kukan schrieb: On 29 March 2012 22:56, Regina Henschel wrote: Hi all, build breaks, I have attached the build_error.log. I have run "make build" twice to make sure, that it not a simple timing problem. make[1]: *** No rule to make target `/c', needed by `/cygdrive/c/git/LO36

Re: Build breaks, likely somewhere in linking

2012-03-29 Thread Matúš Kukan
On 29 March 2012 22:56, Regina Henschel wrote: > Hi all, > > build breaks, I have attached the build_error.log. I have run "make build" > twice to make sure, that it not a simple timing problem. make[1]: *** No rule to make target `/c', needed by `/cygdrive/c/git/LO36APR/workdir/wntmsci12/CxxObje

Source tree location hint for writer table issue?

2012-03-29 Thread David Bolen
I was wondering if someone more familiar with the source tree layout than I am might be able to offer a hint as to where I should be looking for something? I'm trying to investigate an issue with tables (in Writer) that showed up when I auto-generated a table, where selecting the table as a whole

Re: Headless for everything in build? (Re: [Libreoffice-commits] .: hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk)

2012-03-29 Thread Michael Meeks
On Thu, 2012-03-29 at 20:43 +0100, Caolán McNamara wrote: > On Thu, 2012-03-29 at 16:56 +0200, Lubos Lunak wrote: > > Is there any need to run UI stuff during build? IOW, can't we simply > > globally > > force using headless for everything during build? > > Unix has the env SAL_USE_VCLPLUGIN=s

Re: [PUSHED][PATCH] remove unused code (oox)

2012-03-29 Thread Caolán McNamara
On Thu, 2012-03-29 at 15:23 +0200, Petr Vorel wrote: > Hi there, > > removed unused methods pushed, thanks for these C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Headless for everything in build? (Re: [Libreoffice-commits] .: hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk)

2012-03-29 Thread Caolán McNamara
On Thu, 2012-03-29 at 16:56 +0200, Lubos Lunak wrote: > Is there any need to run UI stuff during build? IOW, can't we simply > globally > force using headless for everything during build? Unix has the env SAL_USE_VCLPLUGIN=svp which would force headless mode. Though I don't think macosx or wind

Re: minutes of ESC call ...

2012-03-29 Thread Tommy
On Thu, 29 Mar 2012 18:46:55 +0200, Michael Meeks wrote: snip * Pending Action Items + [well underway] review and re-close 3.4.x MAB fixed in 3.5.x (Rainer) snip "MAB = most annoying bugs" is a registered trademark by Tommy however I'm gonna let you use it under LGPLv3+/GPLv

[ANN] LibreOffice 3.5.2 RC2 available

2012-03-29 Thread Christian Lohmaier
Dear Community, The Document Foundation is happy to announce the first release candidate of LibreOffice 3.5.2. The upcoming 3.5.2 will be the second in a series of frequent bugfix releases on our feature-packed 3.5 code line. Please be aware that LibreOffice 3.5.2 RC2 is not ready for production u

Re: [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Tor Lillqvist
>> On a opposite trend it would be great if the installer ASKED which >> dictionaries should be installed (like Abiword' installer does), while >> suggesting the most obvious (based on locale) My *personal* fear is that if we start doing these kinds of suggestions, we will get into nasty nationali

Re: [Libreoffice-qa] [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Pedro Lino
Hi all, Did anyone verify that the version info is updated (re the secunia > reports problem) > > I think Secunia has already fixed the numbering so that the warning it gone for version 3.5.1. But the Version number in the file Properties for 3.5.2rc2 is now 3.5.0.202 instead of 3.5.2.2 Unless t

[PUSHED] remove unnecessary includes

2012-03-29 Thread Michael Meeks
On Thu, 2012-03-29 at 16:52 +0200, Noel Grandin wrote: > A nice easy patch to review for a change :-) :-) looks exciting. > This removes some unnecessary includes of "tools/table.hxx", part of my > ongoing quest to eliminate it :-) Good stuff, looks like you're really there; ar

minutes of ESC call ...

2012-03-29 Thread Michael Meeks
Present: + Norbert, Andras, Markus, Michael, Will, Rainer, Bjoern, Stephan, Petr, Caolan, Fridrich, Cedric * Completed Action Items + Hamburg Hackfest + Hamburg Hack-fest mail the developers list (Bjoern) + Hamburg Hack-fest in topic of IRC

[PATCH] conver tools/table.hxx usage to std::set in EditorWindow class in basctl module

2012-03-29 Thread Noel Grandin
Hi License is on file. Including this patch (and the last 2 from today), there is only 1 place in the codebase still using the tools/table.hxx class Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html 0001-Convert-tools-table.hxx-to-std-set-in-EditorWindow-c.patch De

Re: [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Michael Meeks
Hi Pedro, On Thu, 2012-03-29 at 07:47 -0700, Pedro wrote: > On a opposite trend it would be great if the installer ASKED which > dictionaries should be installed (like Abiword' installer does), while > suggesting the most obvious (based on locale) Ho hum :-) > Since each dictionary is an

[PATCH] convert tools/table.hxx to std::set in Calendar class in svtools module

2012-03-29 Thread Noel Grandin
Hi License is on file. Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html 0001-Convert-tools-table.hxx-usage-to-std-set-in-Calendar.patch Description: application/mbox ___ LibreOffice mailing list LibreOffice@lists.freedeskto

Re: Providing a mysql connector extension on Linux that works independently of system mysql library versions - a pipe dream ?

2012-03-29 Thread Alex Thurgood
Le 29/03/2012 16:23, Alex Thurgood a écrit : checking whether to build the MySQL Connector extension... yes checking for MySQL prerequisites... configure: error: not given. Please specify either --with-system-mysql or --with-libmysql-path Error running configure at ./autogen.sh line 179. Have

Headless for everything in build? (Re: [Libreoffice-commits] .: hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk)

2012-03-29 Thread Lubos Lunak
On Thursday 29 of March 2012, Lubos Lunak wrote: > hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk |1 + > 1 file changed, 1 insertion(+) > > New commits: > commit 61d6d08667e03271604007fe602063c08e0e8608 > Author: Luboš Luňák > Date: Thu Mar 29 16:52:42 2012 +0200 > > --headless for

[PATCH] remove unnecessary includes

2012-03-29 Thread Noel Grandin
Hi A nice easy patch to review for a change :-) This removes some unnecessary includes of "tools/table.hxx", part of my ongoing quest to eliminate it :-) License statement is on file. Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html 0001-Remove-unnecessary-tools-

Re: [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Pedro
Michael Meeks-2 wrote > > Personally, I think the ability to save 30k of stripped install size is > not really that valuable - so I'd want it to be bundled unconditionally > really if possible. > I agree that saving 30k in a 200Mb+ install is absurd. On a opposite trend it would be great

Re: Providing a mysql connector extension on Linux that works independently of system mysql library versions - a pipe dream ?

2012-03-29 Thread Alex Thurgood
Le 29/03/2012 15:11, Stephan Bergmann a écrit : Hi Stephan, On 03/29/2012 02:42 PM, Alexander Thurgood wrote: Perhaps there is some switch I can use that will force the mysql client libraries to be packaged inside the extension, like the AOOo one did ? Not sure which extension it is exactly

Re: Extensions tutorial

2012-03-29 Thread Miklos Vajna
On Thu, Mar 29, 2012 at 10:52:34AM -0300, Thiago Ferauche wrote: > I would like to start developing extensions. I found some information about > LibreOffice Development at http://www.libreoffice.org/developers-2/. > > Does anybody knows some extensions tutorial, something very simple to teach >

Re: [Libreoffice-qa] [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread ape
Sorry, I am ashamed. It was my mistake. I think that the reason for failure the MS installer was to change the registration of components LibreOffice-3.5.2rc1. Parameter: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\The Document Foundation\LibreOffice\3.5\Capabilities\FileAssociations] "soffice.Star

[PATCH] remove unused code (oox)

2012-03-29 Thread Petr Vorel
Hi there, removed unused methods, hope better this time. Regards, Petr >From 2d8c47fede9ec6842a98663f16c4efa70f833e22 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Thu, 29 Mar 2012 11:54:36 +0200 Subject: [PATCH] remove unused code (oox) --- oox/inc/oox/dump/dffdumper.hxx |1 - oox

Re: Providing a mysql connector extension on Linux that works independently of system mysql library versions - a pipe dream ?

2012-03-29 Thread Stephan Bergmann
On 03/29/2012 02:42 PM, Alexander Thurgood wrote: Perhaps there is some switch I can use that will force the mysql client libraries to be packaged inside the extension, like the AOOo one did ? Not sure which extension it is exactly you are talking about and how you build it, but -- at least in

Re: [Libreoffice-qa] [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Pedro Lino
Hi Christian Did anyone verify that the version info is updated (re the secunia > reports problem) > http://ask.libreoffice.org/question/1459/secunia-psi-reports-insecure > also on the mailinglists) > > i.e. version info of soffice.exe, not the one in the about dialog. > I didn't check that and n

Providing a mysql connector extension on Linux that works independently of system mysql library versions - a pipe dream ?

2012-03-29 Thread Alexander Thurgood
Hi, As some of you may (or may not) know, I have been attempting to provide the native mysql connector extension via the Extensions website. For Mac OS, things still seem to be working (as far as I can tell, no one seems to have complained). However, I've hit a bit of a dilemma with providing a

Re: [Libreoffice-qa] [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Christian Lohmaier
Hi *, On Wed, Mar 28, 2012 at 8:13 PM, Fridrich Strba wrote: > > for the upcoming new version 3.5.2, the RC2 builds now start to be > available on pre-releases. Did anyone verify that the version info is updated (re the secunia reports problem) http://ask.libreoffice.org/question/1459/secunia-ps

Re: [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Fridrich Strba
It is installed with the version that you mention. Look for OpenDocument Text (Flat XML) format. The xslt filters are installed by default now. However, if you are upgrading your LibreOffice, the installer checks what options were chosen the previous time, so if you did not have your XSLT filters

Re: [PUSHED][PATCH] Remove unused code (connectivity)

2012-03-29 Thread Caolán McNamara
On Wed, 2012-03-28 at 21:51 +0200, Santiago Martinez wrote: > This patch removes unused code as listed in unusedcode.easy Looks good, pushed now, thanks for these. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesk

Re: [PUSHED][PATCH] Remove unused code in sqlnode

2012-03-29 Thread Caolán McNamara
On Wed, 2012-03-28 at 21:31 +0200, Santiago Martinez wrote: > This patch removes unused code as listed in unusedcode.easy Look good, pushed now. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis

Re: initializing extensions in daily from Master slooow

2012-03-29 Thread Stephan Bergmann
On 03/29/2012 01:22 PM, Michael Meeks wrote: Stephan - for example, can we inherit UNO structs and be sure the new version is correctly co-erced into the old one in other places ? [ that might be helpful ] No (witness the border line debacle). Stephan __

Re: initializing extensions in daily from Master slooow

2012-03-29 Thread Michael Meeks
On Wed, 2012-03-28 at 21:25 -0500, Norbert Thiebaud wrote: > or you could actually call sync() directly from the save() method once > your done with your writing (*), Urgh; wow, synching the whole system (though fsync tends to end up doing this on ext2/ext3 anyway) is also a bit extreme,

Re: [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Alexander Thurgood
Le 29/03/12 07:28, Pedro a écrit : Hi, > > FlatXML is not installed by default, was it ever? On Mac, all of the filters are installed as default... Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mail

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 46532, which changed state. Bug 46532 Summary: SLIDESHOW does not show pictures with Hardware Acceleration activated https://bugs.freedesktop.org/show_bug.cgi?id=46532 What|Old Value |Ne

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 46901, which changed state. Bug 46901 Summary: cairo canvas used in error on windows. https://bugs.freedesktop.org/show_bug.cgi?id=46901 What|Old Value |New Value

Re: Another Dalvik oddity: "bogus byte value: 128" while processing DNDConstants.class

2012-03-29 Thread Stephan Bergmann
On 03/28/2012 03:12 PM, Tor Lillqvist wrote: The patch below seems to help. OK to commit? I'm looking at you, Stephan;) "UNO BYTE is signed" should hopefully fix this problem at the root rather.

Re: [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Michael Meeks
On Thu, 2012-03-29 at 10:32 +0300, Tor Lillqvist wrote: > The current name of the item doesn't really make much sense. If > "sample" means that the filters in question are intended to be > representative samples of source code for people writing new filters, > why does that have to show up in the

Re: [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread ape
Now I can DOCX files with formulas of Word-2003 and Word-2010 save as ODT files across FODT filter only. I used "Sample.." at all times. But I can not install it normal, when the "LibreOffice-3.5.2rc2_win-x86.msi" was used. The question "sample - simple" is not relevant when Flat XML filter is ins

Re: [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread Tor Lillqvist
> This item is called "Sample Filters". It seems to me, the word "Sample" is > synonymous with the word "Example". Is the "Simple Filters" correct? The current name of the item doesn't really make much sense. If "sample" means that the filters in question are intended to be representative samples

Re: [ANN] LibreOffice 3.5.2 RC2 test builds available

2012-03-29 Thread ape
Filter "Flat XML" is set, if I choose "Sample Filters". But the item "Sample Filters" makes it so that MSI can not finish the job in my OS (Windows_7_HP_32-bit; Windows_XP_64-bit). This item is called "Sample Filters". It seems to me, the word "Sample" is synonymous with the word "Example". Is the

Re: [Libreoffice-ux-advise] [Libreoffice] named formatting attributs overwrite automatic formatting attributs (paragraph / character)

2012-03-29 Thread Maxime de Roucy
Hello, I have been ask to rewrite my mail with the term "direct formatting" (which means with the buttons) and "style formatting" (which means with the "Style and Formatting" window). So here it is : I am wondering, when I apply a direct character formatting attribut on a portion of text (not a

Re: Small "use of english" mistake on the site

2012-03-29 Thread Mark Stanton
There's nothing wrong with saying "very many of them" in this context, it's perfectly acceptable English. Mark Stanton (Publisher and proof reader) ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis

Re: gsoc 2012 idea,Java Guifor Libreoffice based andriod app

2012-03-29 Thread Jonathan Aquilina
On 3/26/12 1:20 PM, Michael Meeks wrote: Hi Vivek, On Sat, 2012-03-24 at 23:28 +0530, vivek nalla wrote: I am vivek nalla , first year undergraduate student from bits pilani institution india. Since i am a fresher out of school, i didn't get a chance to contribute to opensource. First o