Re: [Libreoffice] comprehensive binfilter tests?

2011-09-27 Thread Stephan Bergmann
On 09/26/2011 09:58 PM, Michael Meeks wrote: (And the cost of analysing the regressions, if they are eventually found, will also be rather high, given the aggressive pruning of allegedly dead code in the meantime). Surely git bisect is pretty impervious to the size or number of changes

Re: [Libreoffice] cppunittester hang when LC_ALL/LANG set

2011-09-27 Thread Stephan Bergmann
On 09/27/2011 12:47 AM, Miklos Vajna wrote: I just updated my master build on my notebook after about two weeks and the build hanged in sal when I did *not* unset LANG/LC_ALL. First I bisected it: [...] Does this ring any bell? I tried to revert the commit, but it's a large one, and I could

Re: [Libreoffice] subsequenttest hang ...

2011-09-27 Thread Stephan Bergmann
On 09/26/2011 11:23 PM, Norbert Thiebaud wrote: So... my Linux tinderbox hanged again in make check... after only 3 green iterations... I have not noticed for 7 hours, nor anyone else apparently... Would that be

Re: [Libreoffice] subsequenttest hang ...

2011-09-27 Thread Norbert Thiebaud
On Tue, Sep 27, 2011 at 1:28 AM, Stephan Bergmann sberg...@redhat.com wrote: On 09/26/2011 11:23 PM, Norbert Thiebaud wrote: So... my Linux tinderbox hanged again in make check... after only 3 green iterations... I have not noticed for 7 hours, nor anyone else apparently... Would that be

[Libreoffice] anyone else having trouble pulling from git under windows?

2011-09-27 Thread Noel Grandin
Hi I get sick for a couple of days and when I come back, my machine refuses to pull from git. Maybe it caught the same flu :-) The connection seems to start off fine, and then get dropped during the negotiation phase. Any ideas? Thanks, Noel Grandin. PS. log file created by doing git pull

Re: [Libreoffice] Compilation error in svx undefined reference to `XPropertyList::operator delete(void*)'

2011-09-27 Thread julien2412
Hello, Just to tell it compiles ok now, no more pb in svx. (But make dev-install still fails). Julien. -- View this message in context: http://nabble.documentfoundation.org/Compilation-error-in-svx-undefined-reference-to-XPropertyList-operator-delete-void-tp3366197p3371936.html Sent from the

Re: [Libreoffice] Compilation error in svx undefined reference to `XPropertyList::operator delete(void*)'

2011-09-27 Thread Michael Meeks
On Mon, 2011-09-26 at 20:25 +0200, Stephan Bergmann wrote: If the only way to create XBitmapList instances is via an (XBitmapList member) factory function, you do not need (and should remove again) private new/delete -- private ctor/dtor suffice. And of course you are most welcome

Re: [Libreoffice] Compilation error in svx undefined reference to `XPropertyList::operator delete(void*)'

2011-09-27 Thread Michael Meeks
On Tue, 2011-09-27 at 01:06 -0700, julien2412 wrote: Just to tell it compiles ok now, no more pb in svx. (But make dev-install still fails). I believe that may be the smoke-test, which Lubos is labouring away to fix in a satisfying way. Thanks ! Michael. --

Re: [Libreoffice] [PATCH] Refactoring for WMF Loading

2011-09-27 Thread Marc-André Laverdière
/me bumps up the thread in the inboxes. Anyone had time to look at those? Thanks Scarabeus for the trick :) Marc-André Laverdière Software Security Scientist Innovation Labs, Tata Consultancy Services Hyderabad, India On 09/23/2011 04:36 PM, Marc-André Laverdière wrote: Hello everybody.

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Michael Meeks
Hi Marc, On Tue, 2011-09-27 at 10:06 +0530, Marc-André Laverdière wrote: That experience lead me to believe that the policy should be make it easy for the n00b. Quite; easy, and friendly too :-) When I tried using this flag, I ended up not being able to _build_ at all. And that

Re: [Libreoffice] [REVIEW] Libreoffice 3.4 crash on screen resize (lp#852819)

2011-09-27 Thread Michael Meeks
On Mon, 2011-09-26 at 23:56 +0200, Bjoern Michaelsen wrote: I found another patch that is on master, but missing on -3-4 (after rootcausing it myself, just to find it being fixed on master). .. To reproduce the issue: - Open Libreoffice - change screen resolution = Crash Wow - that

[Libreoffice] per-library types headers ...

2011-09-27 Thread Michael Meeks
Hi guys, I'm still a tad annoyed by our compile times, and was wondering - has a footypes.hxx header approach been tried in the past. This would add a near complete set of forward declarations of classes, templates, etc. necessary to use that library. I suspect (at the moment)

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Marc-André Laverdière
I actually like the auto-detect idea! As long as we still have an option to turn it off in case it is misbehaving :) Marc-André Laverdière Software Security Scientist Innovation Labs, Tata Consultancy Services Hyderabad, India On Tue 27 Sep 2011 02:03:59 PM IST, Michael Meeks wrote: Hi Marc,

Re: [Libreoffice] per-library types headers ...

2011-09-27 Thread Noel Grandin
Some compilers can pull header-parse-caching tricks, but in order for that to work nicely - all compilation modules need to import other files in the same order - the list of macro definitions and other parameters passed into the compiler must be the same for all the compilation modules

Re: [Libreoffice] cppunittester hang when LC_ALL/LANG set

2011-09-27 Thread Stephan Bergmann
On 09/27/2011 08:20 AM, Stephan Bergmann wrote: On 09/27/2011 12:47 AM, Miklos Vajna wrote: I just updated my master build on my notebook after about two weeks and the build hanged in sal when I did *not* unset LANG/LC_ALL. First I bisected it: [...] Does this ring any bell? I tried to revert

[Libreoffice] IAccessible2 - Windows (from libreoffice-accessibility)

2011-09-27 Thread Christophe Strobbe
Hi, For those of you who are interested in the accessibility of LibreOffice (and OpenOffice.org) on Windows - i.e. replacing the Java Accessibility API with IAccessible2 - , I am forwarding a message that Malte Timmermann sent to the LibreOffice Accessibility list. It appears that the code is

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Stephan Bergmann
On 09/27/2011 10:33 AM, Michael Meeks wrote: On Tue, 2011-09-27 at 10:06 +0530, Marc-André Laverdière wrote: When I tried using this flag, I ended up not being able to _build_ at all. And that wasn't even due to my own mistake, only some module I know nothing at all is breaking the build.

Re: [Libreoffice] subsequenttest hang ...

2011-09-27 Thread Bjoern Michaelsen
On Tue, 27 Sep 2011 01:53:35 -0500 Norbert Thiebaud nthieb...@gmail.com wrote: here the tail of the make check log. LOG Log started 26.08.2011 - 11:34:33 checking: [forms.OEditModel::com::sun::star::beans::XMultiPropertySet] is iface: [com.sun.star.beans.XMultiPropertySet] testcode:

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Michael Meeks
Hi Bjoern, On Mon, 2011-09-26 at 19:47 +0200, Bjoern Michaelsen wrote: This seems to me to be a bit overzealous. Invoking the impression that development on branches is oldschool and obsolete is just wrong -- There is no problem with working on branches, indeed - I'm actively working

[Libreoffice] [PUSHED] Libreoffice 3.4 crash on screen resize (lp#852819)

2011-09-27 Thread Bjoern Michaelsen
On Tue, 27 Sep 2011 09:41:09 +0100 Michael Meeks michael.me...@novell.com wrote: No that's fine - until 3.4.next goes post RC1, having said that it gets my thumbs up too :-) Nice catch ! Pushed as:

[Libreoffice] Short bios for LiboCon Com

2011-09-27 Thread Sophie Gautier
Hi all, For our press agency organizing the LibOCon communication, I need a short bio (3/4 lines) of the developers doing a conf or a talk or anything else. Humor is welcome, and of course it will be publicly published so you have to agree on this too. Thanks a lot in advance. Ah and the sooner

Re: [Libreoffice] anyone else having trouble pulling from git under windows?

2011-09-27 Thread Tor Lillqvist
Works normally for me. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] per-library types headers ...

2011-09-27 Thread Michael Meeks
Hi Noel, On Tue, 2011-09-27 at 11:03 +0200, Noel Grandin wrote: Some compilers can pull header-parse-caching tricks, but in order for that to work nicely Sure - we have lots of (IIRC unused) precompiled_ header stuff - that of course tends to work in the opposite direction: include as

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Bjoern Michaelsen
On Tue, 27 Sep 2011 10:24:12 +0100 Michael Meeks michael.me...@novell.com wrote: and it seems unclear what the benefit vs. the pain pwrt. when re-synching (around deleting old remote branches etc.) would be. Given enough eyeballs all bugs are shallow. Having commits visible some time before

[Libreoffice] True Trojans or false positives ?

2011-09-27 Thread dionysien
Hi, For the first time I just downloaded a part of LibO source, libreoffice-writer-3.4.3.2.tar.bz2, From the .bz2 file I extracted the .tar one, and from the latter I extracted the directories and files. Immediately 'Autoprotect' (from Symantec, on win XP) claimed to detect and move to quarantine

Re: [Libreoffice] True Trojans or false positives ?

2011-09-27 Thread Thorsten Behrens
dionysien wrote: Immediately 'Autoprotect' (from Symantec, on win XP) claimed to detect and move to quarantine a series of Trojans (7) plus 'Bloodhound.Exploit.108' plus 'Bloodhound.Exploit.359', all allegedly from directory Hi Jean-François, those are harmless test files from the Writer

Re: [Libreoffice] True Trojans or false positives ?

2011-09-27 Thread Michael Meeks
Hi there, On Tue, 2011-09-27 at 03:45 -0700, dionysien wrote: For the first time I just downloaded a part of LibO source, libreoffice-writer-3.4.3.2.tar.bz2, Heh :-) From the .bz2 file I extracted the .tar one, and from the latter I extracted the directories and files.

Re: [Libreoffice] anyone else having trouble pulling from git under windows?

2011-09-27 Thread Noel Grandin
Thanks. git-gc and git-fsck didn't help, so I'm going to blow everything away and download again overnight. -- Noel G Tor Lillqvist wrote: Works normally for me. --tml Disclaimer: http://www.peralex.com/disclaimer.html ___ LibreOffice mailing

Re: [Libreoffice] anyone else having trouble pulling from git under windows?

2011-09-27 Thread Bjoern Michaelsen
On Tue, 27 Sep 2011 13:19:58 +0200 Noel Grandin n...@peralex.com wrote: Thanks. git-gc and git-fsck didn't help, so I'm going to blow everything away and download again overnight. Try to use: http://dev-www.libreoffice.org/bundles/libo_git_from_tar.sh it should be a lot faster. Best,

Re: [Libreoffice] anyone else having trouble pulling from git under windows?

2011-09-27 Thread Noel Grandin
Cool! Thanks! Bjoern Michaelsen wrote: On Tue, 27 Sep 2011 13:19:58 +0200 Noel Grandin n...@peralex.com wrote: Thanks. git-gc and git-fsck didn't help, so I'm going to blow everything away and download again overnight. Try to use:

Re: [Libreoffice] per-library types headers ...

2011-09-27 Thread Stephan Bergmann
On 09/27/2011 01:24 PM, Noel Grandin wrote: (1) Nice pragma trick for making this problem show up at compile time: http://stackoverflow.com/questions/74326/how-should-i-detect-unnecessary-include-files-in-a-large-c-project/109890#109890 This would flag double includes that are there for good

[Libreoffice] [REVIEW 3.4] fdo#35728 forms.OGridControlModel segfault

2011-09-27 Thread Bjoern Michaelsen
Hi all, I found another patch that fell though the cracks: http://cgit.freedesktop.org/libreoffice/core/commit/?id=a8d1349bf5d84fc7170a80813d4edcf562184d48 fixes a forms crasher. Best, Bjoern -- https://launchpad.net/~bjoern-michaelsen ___

Re: [Libreoffice] per-library types headers ...

2011-09-27 Thread Stephan Bergmann
On 09/27/2011 10:55 AM, Michael Meeks wrote: I'm still a tad annoyed by our compile times, and was wondering - has a footypes.hxx header approach been tried in the past. This would add a near complete set of forward declarations of classes, templates, etc. necessary to use that library.

Re: [Libreoffice] True Trojans or false positives ?

2011-09-27 Thread dionysien
Thank you for your fast replies, I was not that affraid, being confident in LibO, but I prefered to tell it, for safety reasons. Here is the content of the Symantec quarantine : Bloodhound. Exploit. 359CVE-2009-3302-2.doc Troian HorseCVE-2008-2752-3.doc Trojan Horse

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Stephan Bergmann
On 09/26/2011 08:41 AM, Stephan Bergmann wrote: Just a friendly reminder that all developers should use --enable-werror all the time. I wasn't aware that this might come across negatively, arrogantly, dictatorial, or something like that. Hope I didn't put off too many people. I had

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Michael Meeks
On Tue, 2011-09-27 at 12:21 +0200, Bjoern Michaelsen wrote: and it seems unclear what the benefit vs. the pain pwrt. when re-synching (around deleting old remote branches etc.) would be. Given enough eyeballs all bugs are shallow. Having commits visible some time before they hit master

Re: [Libreoffice] cppunittester hang when LC_ALL/LANG set

2011-09-27 Thread Miklos Vajna
On Tue, Sep 27, 2011 at 10:15:17AM +0200, Stephan Bergmann sberg...@redhat.com wrote: ^ This hangs, but after an 'unset LANG LC_ALL' the build continues fine. Yes, I can reproduce this here -- will provide a fix. Sorry for the trouble.

[Libreoffice] [PUSHED, partial][PATCH] Refactoring for WMF Loading

2011-09-27 Thread Caolán McNamara
On Fri, 2011-09-23 at 16:36 +0530, Marc-André Laverdière wrote: Hello everybody. Here is a patch from the I have no idea what I'm doing department. 0001 looks good to me anyway, pushed now, sorry for the delay. 0002 looks a bit more dubious, broad stroke fine, but isn't it the case that

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Michael Meeks
On Tue, 2011-09-27 at 14:21 +0200, Stephan Bergmann wrote: I wasn't aware that this might come across negatively, arrogantly, Hey - sorry for rather an over-sharp response too; you weren't to know that we as a team hadn't even discussed asking this of all developers yet AFAIR.

[Libreoffice] Diploma thesis: a survey about OpenOffice.org and LibreOffice

2011-09-27 Thread Andre Schnabel
Hi, yesterday we received a request for participation in a survey at the German LibreOffice list. As the survey's target is the LibO/OOo community in general, I'm forwarding this to the related lists. I'd be happy to see many community members participating (but please don't crash the survey

Re: [Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-27 Thread Knut Olav Bøhmer
Hello, Here is the LibreOffice bug report: https://bugs.freedesktop.org/show_bug.cgi?id=41255 I did not check if the patch was applied in latest LibreOffice git repository. If it is, I can just close the bug. Thank you for all the help :) Best regards Knut Olav Bøhmer 2011/9/8 Harald Kagerer

Re: [Libreoffice] IAccessible2 - Windows (from libreoffice-accessibility)

2011-09-27 Thread Michael Meeks
Hi Christophe, Thanks for forwarding this. On Tue, 2011-09-27 at 10:50 +0200, Christophe Strobbe wrote: It appears that the code is still only available in CWSes: http://hg.services.openoffice.org/. Malte Timmermann's message describes in what order the code from the CWSes was meant

Re: [Libreoffice] [REVIEW 3.4] fdo#35728 forms.OGridControlModel segfault

2011-09-27 Thread Bjoern Michaelsen
On Tue, 27 Sep 2011 13:54:44 +0100 Michael Meeks michael.me...@novell.com wrote: --- a/svx/inc/svx/gridctrl.hxx +++ b/svx/inc/svx/gridctrl.hxx @@ -116,7 +116,7 @@ public: virtual void columnChanged() = 0; }; -#define GRID_COLUMN_NOT_FOUND ((sal_uInt16)-1) +#define

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Norbert Thiebaud
On Tue, Sep 27, 2011 at 4:17 AM, Stephan Bergmann sberg...@redhat.com wrote: On 09/27/2011 10:33 AM, Michael Meeks wrote: No need to go creative here, IMO.  With a default --disable-werror, I *hope* it should suffice to just remind developers that they should --enable-werror (the same way we

Re: [Libreoffice] IAccessible2 - Windows (from libreoffice-accessibility)

2011-09-27 Thread Fridrich Strba
On 27/09/11 16:41, Michael Meeks wrote: It is very useful for archiving understanding on the off chance that IBM don't meet their commitment to do the right thing and get this into Apache in a form that we can easily consume. At ODF PlugFest in Berlin this July, IBM's Rob Weir announced

Re: [Libreoffice] IAccessible2 - Windows (from libreoffice-accessibility)

2011-09-27 Thread Christophe Strobbe
Hi Michael, At 16:41 27-9-2011, Michael Meeks wrote: Hi Christophe, Thanks for forwarding this. On Tue, 2011-09-27 at 10:50 +0200, Christophe Strobbe wrote: It appears that the code is still only available in CWSes: http://hg.services.openoffice.org/. Malte Timmermann's message

Re: [Libreoffice] windows build fix

2011-09-27 Thread Bjoern Michaelsen
On Tue, 27 Sep 2011 16:41:07 +0100 Caolán McNamara caol...@redhat.com wrote: Seem to have a problem with 096397e9da806aef68812c40ddc02075c296ba72 and getting the right paths. The attached, for msvc anyway, seems to work ? That looks a bit odd to me: gb_LinkTarget_add_nativeres should take

Re: [Libreoffice] IAccessible2 - Windows (from libreoffice-accessibility)

2011-09-27 Thread Michael Meeks
Hi Christophe Fridrich, On Tue, 2011-09-27 at 17:51 +0200, Christophe Strobbe wrote: My understanding was that IBM donated IAccessible2 code based on an OpenOffice.org version that was outdated by the time of their .. As far as I know, what IBM has done working in-house and promised to

[Libreoffice] License for my contributions

2011-09-27 Thread Lucas Baudin
Hi, A quick mail to confirm that all my future contributions will be under MPL/LGPLv3+. Lucas ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Removal of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *()

2011-09-27 Thread Stephan Bergmann
Hi all, As has recently been discussed on #libreoffice-dev, its probably a good idea to remove the rather unhelpful conversion operators rtl::OString::operator sal_Char const * () rtl::OStringBuffer::operator sal_Char const * () rtl::OUString::operator sal_Unicode const * ()

Re: [Libreoffice] Removal of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *()

2011-09-27 Thread Caolán McNamara
On Tue, 2011-09-27 at 21:00 +0200, Stephan Bergmann wrote: introduce the operator [] replacements. Any reason, we make operator[] const ?, i.e. unassignable. plenty of code out there using operator[] to get a given index, and setCharAt to set it, which is kind of clumsy. C.

Re: [Libreoffice] Removal of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *()

2011-09-27 Thread Stephan Bergmann
On 09/27/2011 09:07 PM, Caolán McNamara wrote: On Tue, 2011-09-27 at 21:00 +0200, Stephan Bergmann wrote: introduce the operator [] replacements. Any reason, we make operator[] const ?, i.e. unassignable. plenty of code out there using operator[] to get a given index, and setCharAt to set it,

[Libreoffice] [PATCH] Re: Replace SvULongs and SvUShorts in svx with std::vector

2011-09-27 Thread Maciej Rumianowski
Marking as PATCH. Might got lost. Cheers Maciej ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #206 from Francisco franciscoadriansanc...@gmail.com 2011-09-27 13:41:54 PDT --- I would wish to add 39052, which is a basic funcionality that doesn't work. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

Re: [Libreoffice] Pb with lightproof

2011-09-27 Thread julien2412
Kálmán, Since for the moment, it's impossible to use make dev-install with lightroom enabled and nobody seems to be against it, go ahead for the patch. If there's a pb, it could easily be reverted. Julien. -- View this message in context:

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #207 from Francisco franciscoadriansanc...@gmail.com 2011-09-27 14:13:13 PDT --- I would wish to add 39052, which is a basic funcionality that doesn't work. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Libreoffice] How Diagram.oxt should be retrieved ?

2011-09-27 Thread julien2412
Hello, By doing make dev-install, I've got these errors : ERROR: The following files could not be found: ERROR: File not found: Diagram.oxt ERROR: File not found: lightproof-en-US.oxt I already talked about lightproof but I had never had a pb with Diagram.oxt and this one has been here since

Re: [Libreoffice] Removal of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *()

2011-09-27 Thread Stephan Bergmann
On 09/27/2011 09:21 PM, Stephan Bergmann wrote: (Note that my commits just broke various tinderboxes due to some GCCs apparently complaining about alleged ambiguities in a+=b when a is a tools String and b an rtl::OUString; fixing it right now.) Hopefully fixed now with

Re: [Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-27 Thread Neil Leathers
On Mon, 2011-09-26 at 09:43 +0200, Stephan Bergmann wrote: On 09/26/2011 01:30 AM, Neil Leathers wrote: I was looking into the Easy Hacks: Removal/Replacement of the String/UniString/ByteString with OUString/OString once and for all and ran into needing to translate a

[Libreoffice] Easy Hack String replacement: OUString to String

2011-09-27 Thread Neil Leathers
I need to know how the correct way to convert from OUString to String. I know this is a not desired but in order to roll in the changes gradually it is necessary to do conversion back to deal with areas that haven't been move to the new string classes. Neil Leathers

[Libreoffice] Some bugtracker cleaning ?

2011-09-27 Thread julien2412
Hello, I'm taking a look at the bugtracker, base part. I stopped on the 36356. Since nobody reproduced it and the one who submited the bug said it was ok with the new version, could I simply close it (with of course a comment which explains why) ? Julien -- View this message in context:

Re: [Libreoffice] Easy Hack String replacement: OUString to String

2011-09-27 Thread Michael Stahl
On 28.09.2011 00:02, Neil Leathers wrote: I need to know how the correct way to convert from OUString to String. I know this is a not desired but in order to roll in the changes gradually it is necessary to do conversion back to deal with areas that haven't been move to the new string classes.

Re: [Libreoffice] subsequenttest hang ...

2011-09-27 Thread Michael Stahl
On 26.09.2011 20:46, Stephan Bergmann wrote: Tinderboxes need to handle non-terminating builds, anyway (think a non-terminating, say, idlc), so no need to address non-terminating tests specifically for them. or, for a more realistic example, a non-terminating autodoc :-P

Re: [Libreoffice] clean rebuilds needed

2011-09-27 Thread Michael Stahl
On 26.09.2011 22:27, Stephan Bergmann wrote: On 09/26/2011 10:01 PM, Bjoern Michaelsen wrote: No need for such theory, as for all practical proposes, there is ccache doing exactly that (although with a bit of addition IO). As for finer granularity: With the practical reality of C/C++ with

Re: [Libreoffice] --enable-werror

2011-09-27 Thread Michael Stahl
On 27.09.2011 10:33, Michael Meeks wrote: Sure sure, so - I think Stephan has a point - that we ought to find some way of enabling this for some set of people that can cope with it. I suspect a good heuristic would be to have an 'auto' mode for the flag that checks if you have git push

Re: [Libreoffice] Some bugtracker cleaning ?

2011-09-27 Thread Norbert Thiebaud
On Tue, Sep 27, 2011 at 5:03 PM, julien2412 serval2...@yahoo.fr wrote: Hello, I'm taking a look at the bugtracker, base part. I stopped on the 36356. Since nobody reproduced it and the one who submited the bug said it was ok with the new version, could I simply close it (with of course a

Re: [Libreoffice] subsequenttest hang ...

2011-09-27 Thread Norbert Thiebaud
On Tue, Sep 27, 2011 at 5:44 PM, Michael Stahl m...@openoffice.org wrote: On 26.09.2011 20:46, Stephan Bergmann wrote: Tinderboxes need to handle non-terminating builds, anyway (think a non-terminating, say, idlc), so no need to address non-terminating tests specifically for them. or, for a

[Libreoffice] Option convert-to

2011-09-27 Thread Arianne Valdes Alvarez
I'm studying ho w to convert a n csv file to ods file. I'm using, for exaple, the comand line: libreoffice --headless --convert-to ods --outdir /home/user/Desktop/ /home/user/Desktop/example.cvs But, I need to know if there are any possibility that I could specify an columns separator like

Re: [Libreoffice] Option convert-to

2011-09-27 Thread Cor Nouws
Hi Arianne, Arianne Valdes Alvarez wrote (28-09-11 03:53) I'm studying how to convert an csv file to ods file. [...] This list is for developer issues. See. http://lists.freedesktop.org/mailman/listinfo/libreoffice For (all kind of) user questions, please see the Support tab on the website.

Re: [Libreoffice] Option convert-to

2011-09-27 Thread Cor Nouws
Cor Nouws wrote (28-09-11 06:45) For (all kind of) user questions, please see the Support tab on the website. Having connection with the website right now: http://www.libreoffice.org/get-help/ -- - Cor - http://nl.libreoffice.org ___

Re: [Libreoffice] LO Custom properties

2011-09-27 Thread swagat sharma
Hi, I have created a .deb package of LO using epm. i have a 64-bit ubuntu machine. And the package generated is x86_64. I have to install it using --force-architecture option. I dont want that. Q1) How can I generate 32-bit package using epm? Q2) Is the build we make machine specific? Like if

[Libreoffice-commits] .: configure.in

2011-09-27 Thread Tor Lillqvist
configure.in |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 47d7d1e987e1caa030c7623767d9dfe3d85eb924 Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 27 09:46:00 2011 +0300 Enforce use of internal Python for MacOSX 10.[45] only, as apparently is the

[Libreoffice-commits] .: sal/inc sal/osl sal/textenc

2011-09-27 Thread Stephan Bergmann
sal/inc/osl/module.h| 24 ++ sal/inc/osl/module.hxx | 15 sal/osl/unx/module.c| 168 +++- sal/osl/w32/module.cxx |6 + sal/textenc/textenc.cxx | 12 --- 5 files changed, 144 insertions(+), 81 deletions(-) New commits:

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - vcl/unx

2011-09-27 Thread Bjoern Michaelsen
vcl/unx/inc/plugins/gtk/gtkdata.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit b3d61e7991192986dcd7103d3c86ee50f8425504 Author: Radek Doulik r...@novell.com Date: Tue Jun 21 13:25:16 2011 +0200 fix crash when changing screen resolution -

[Libreoffice-commits] .: cairo/cairo cairo/cairo-1.8.0.ios.patch cairo/cairo-1.8.0.no-atsui.patch

2011-09-27 Thread Tor Lillqvist
cairo/cairo-1.8.0.ios.patch | 30 -- cairo/cairo-1.8.0.no-atsui.patch | 32 cairo/cairo/makefile.mk |4 3 files changed, 36 insertions(+), 30 deletions(-) New commits: commit

[Libreoffice-commits] .: 2 commits - README.cross solenv/bin

2011-09-27 Thread Jan Holesovsky
README.cross | 26 ++ solenv/bin/linkoo | 35 +-- 2 files changed, 47 insertions(+), 14 deletions(-) New commits: commit 07a7e3a76a2b64735f5c96a399d1da78a6209dd8 Author: Jan Holesovsky ke...@suse.cz Date: Tue Sep 27 12:02:01 2011

[Libreoffice-commits] .: solenv/inc

2011-09-27 Thread Thorsten Behrens
solenv/inc/extension_helplink.mk |4 ++-- solenv/inc/extension_post.mk |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 1b5bcb6562abc4fe684fe4e046bde93df1af3d12 Author: Thorsten Behrens tbehr...@novell.com Date: Tue Sep 27 12:16:55 2011 +0200 Make

[Libreoffice-commits] .: 7 commits - lingucomponent/source sfx2/source svx/inc svx/source unusedcode.easy

2011-09-27 Thread Caolán McNamara
lingucomponent/source/languageguessing/guess.cxx |6 lingucomponent/source/languageguessing/guess.hxx |2 lingucomponent/source/languageguessing/simpleguesser.cxx | 95 +++ lingucomponent/source/languageguessing/simpleguesser.hxx |4

[Libreoffice-commits] .: binfilter/bf_sw binfilter/inc

2011-09-27 Thread Caolán McNamara
binfilter/bf_sw/source/core/doc/makefile.mk |1 binfilter/bf_sw/source/core/doc/sw_docfmt.cxx | 18 binfilter/bf_sw/source/core/doc/sw_docredln.cxx |7 - binfilter/bf_sw/source/core/doc/sw_extinput.cxx | 90

[Libreoffice-commits] .: configure.in

2011-09-27 Thread Tor Lillqvist
configure.in | 31 +-- 1 file changed, 25 insertions(+), 6 deletions(-) New commits: commit f8682923858c39a5e980324388b2ca482d0d45fa Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 27 14:34:06 2011 +0300 Fix system Python configuration for MacOSX SDK = 10.6

[Libreoffice-commits] .: Repository.mk

2011-09-27 Thread Tor Lillqvist
Repository.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 5e9b48bd17b7e360c35407ad56bf202ac4260277 Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 27 15:30:38 2011 +0300 Add bestreversemap diff --git a/Repository.mk b/Repository.mk index a161c0e..73e591f 100644 ---

[Libreoffice-commits] .: svtools/source

2011-09-27 Thread Caolán McNamara
svtools/source/filter/wmf/enhwmf.cxx | 136 +-- svtools/source/filter/wmf/winmtf.hxx |3 2 files changed, 55 insertions(+), 84 deletions(-) New commits: commit f6a34255af1339cd7132b7527dc0c10c10d38249 Author: Marc-Andre Laverdiere marc-an...@atc.tcs.com

[Libreoffice-commits] .: solenv/bin

2011-09-27 Thread Jan Holesovsky
solenv/bin/linkoo | 77 -- 1 file changed, 40 insertions(+), 37 deletions(-) New commits: commit 28cf0a3cf30c81d8e0120ed13147f1a71b5b46d5 Author: Jan Holesovsky ke...@suse.cz Date: Tue Sep 27 14:45:00 2011 +0200 Process options early

[Libreoffice-commits] .: idlc/source

2011-09-27 Thread Tor Lillqvist
idlc/source/preproc/unix.c | 36 1 file changed, 36 deletions(-) New commits: commit 41bc308973c8567aaa368949a02f1cf420c1ee8a Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 27 15:59:48 2011 +0300 Let's rely on memmove() being sane on all our

[Libreoffice-commits] .: sc/qa

2011-09-27 Thread Michael Meeks
sc/qa/unit/filters-test.cxx | 13 + sc/qa/unit/ucalc.cxx|1 + 2 files changed, 14 insertions(+) New commits: commit 0e3361c0aee39c72e4f85d408676ac38efcf9bd0 Author: Michael Meeks michael.me...@suse.com Date: Tue Sep 27 14:43:26 2011 +0100 assert on the console in

[Libreoffice-commits] .: unotools/source

2011-09-27 Thread Michael Meeks
unotools/source/config/pathoptions.cxx | 33 + 1 file changed, 9 insertions(+), 24 deletions(-) New commits: commit baa36ed2f1f35f311e11aa630ea16e969f841303 Author: Michael Meeks michael.me...@suse.com Date: Tue Sep 27 14:44:54 2011 +0100 remove obsolete

[Libreoffice-commits] .: 2 commits - sc/CppunitTest_sc_test_filters.mk sc/prj sc/source

2011-09-27 Thread Markus Mohrhard
sc/CppunitTest_sc_test_filters.mk |2 ++ sc/prj/build.lst |2 +- sc/source/ui/inc/namedlg.hxx |2 ++ sc/source/ui/namedlg/namedlg.cxx | 34 ++ sc/source/ui/src/namedlg.src |8 5 files changed, 43 insertions(+),

[Libreoffice-commits] .: cui/source sd/source vcl/inc vcl/source

2011-09-27 Thread Michael Meeks
cui/source/inc/cuitabarea.hxx|6 ++--- cui/source/tabpages/tabarea.cxx |8 --- cui/source/tabpages/tabline.cxx | 12 --- cui/source/tabpages/tparea.cxx |9 +++- cui/source/tabpages/tpbitmap.cxx | 36 +--

[Libreoffice-commits] .: cairo/cairo

2011-09-27 Thread Tor Lillqvist
cairo/cairo/makefile.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 516d2e05183770d93037b388a2af4928d90bf83a Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 27 17:53:25 2011 +0300 Hmm, why did I think the ATSUI API would be gone in the 10.5 SDK?

[Libreoffice-commits] .: 2 commits - redland/raptor redland/rasqal redland/redland

2011-09-27 Thread Thorsten Behrens
redland/raptor/makefile.mk|1 redland/raptor/raptor-1.4.18.patch.rindex | 62 ++ redland/rasqal/makefile.mk|2 redland/rasqal/rasqal-0.9.16.patch.autotools | 27 +++ redland/redland/makefile.mk

[Libreoffice-commits] .: redland/redland

2011-09-27 Thread Thorsten Behrens
redland/redland/redland-1.0.8.patch.autotools | 20 1 file changed, 20 insertions(+) New commits: commit ed73eb561c8176ac552d8cab0a587043c25f6799 Author: Thorsten Behrens tbehr...@novell.com Date: Tue Sep 27 18:06:49 2011 +0200 More Android config.sub fixing.

[Libreoffice-commits] .: 3 commits - desktop/Executable_quickstart.mk desktop/Executable_sbase.mk desktop/Executable_scalc.mk desktop/Executable_sdraw.mk desktop/Executable_simpress.mk desktop/Executa

2011-09-27 Thread David Tardon
desktop/Executable_quickstart.mk |2 +- desktop/Executable_sbase.mk|2 +- desktop/Executable_scalc.mk|2 +- desktop/Executable_sdraw.mk|2 +- desktop/Executable_simpress.mk |2 +- desktop/Executable_smath.mk|2 +-

[Libreoffice-commits] .: binfilter/bf_forms binfilter/bf_sc binfilter/bf_sch binfilter/bf_xmloff binfilter/inc

2011-09-27 Thread Stephan Bergmann
binfilter/bf_forms/source/component/forms_DatabaseForm.cxx |4 - binfilter/bf_sc/source/core/tool/sc_compiler.cxx |6 - binfilter/bf_sc/source/filter/xml/sc_xmlconti.cxx |2 binfilter/bf_sch/source/core/sch_memchrt.cxx | 30 -

[Libreoffice-commits] .: vcl/ios

2011-09-27 Thread Tor Lillqvist
vcl/ios/source/dtrans/ios_clipboard.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 296823ab8634b0980fc8fe81a2de2b043d036179 Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 27 22:35:24 2011 +0300 More WaE fixes for iOS diff --git

[Libreoffice-commits] .: idlc/source

2011-09-27 Thread Tor Lillqvist
idlc/source/idlccompile.cxx | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) New commits: commit 82836f28150a48a5ffce41d189cc8a62393c2ae0 Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 27 22:44:33 2011 +0300 WaE: comparison between signed and unsigned integer

[Libreoffice-commits] .: icu/makefile.mk

2011-09-27 Thread Tor Lillqvist
icu/makefile.mk |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 2a214cc6d34937a5a996f9fd4b6eb6ed4823f727 Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 27 23:31:37 2011 +0300 Compile also ICU for debugging if --enable-debug diff --git a/icu/makefile.mk

[Libreoffice-commits] .: formula/source

2011-09-27 Thread Fridrich Strba
formula/source/core/api/FormulaCompiler.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 928f7a47a15d53817697283ba0a7fa4987ea458f Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Tue Sep 27 23:11:16 2011 +0200 Fixx FormulaCompiler build after the

[Libreoffice-commits] .: formula/source

2011-09-27 Thread Stephan Bergmann
formula/source/core/api/FormulaCompiler.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 59af654b80c595905ebf4fbc5c6454359beda337 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Sep 27 23:28:58 2011 +0200 Revert Fixx FormulaCompiler build after the

[Libreoffice-commits] .: 2 commits - sw/source

2011-09-27 Thread Takeshi Abe
sw/source/core/attr/cellatr.cxx |2 -- sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx |2 +- sw/source/core/doc/docbm.cxx |4 ++-- sw/source/ui/config/caption.cxx |4 sw/source/ui/lingu/hyp.cxx |

[Libreoffice-qa] Bug Submission Assistant Project

2011-09-27 Thread Rainer Bielefeld
Hi, to be honest: I completely lost the overview what's going on to fulfill what needs. CU Rainer ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org Change settings:

  1   2   >