Re: [PATCH] New Unit test

2012-02-09 Thread Jan Holesovsky
Hi Santiago, Santiago Martinez píše v Čt 09. 02. 2012 v 21:15 +0100: > Hello, in file comphelper/qa/string/test_string.cxx there is a missing > unit test to check the method "islowerAsciiString(rtl::OString > const&)". Attached to this mail there is a patch to add this new test. > Please review.

Faster installation suggestion

2012-02-09 Thread Wim de Lange
I was always wondering why it takes so long to calculate how much space is needed, while I have space enough!!! The suggestion, check if there is at least 40Gb (or any other minimum amount) free on the installation location and if so, skip the calculation of how much space is needed. Groetjes,

[PATCH] convert table.hxx use in editeng/inc/editeng/forbiddencharacterstable.hxx

2012-02-09 Thread Noel Grandin
Hi Convert tools/table.hxx usage in editeng/inc/editeng/forbiddencharacterstable.hxx to boost::ptr_map Contributed under LGPLv3+ / MPL 1.1 or later. (And my license statement is on file in the wiki) Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html diff --git a/edi

Re: [Libreoffice-qa] Issues with 3.5.0 - ready for release ...

2012-02-09 Thread Thorsten Behrens
Cor Nouws wrote: > As promised to Thorsten on Sunday, I've been looking at 3.5.0 and issues. > [...] Cor, thanks a whole lot. It is much appreciated! -- Thorsten pgpfluwyepPb1.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@li

Same expression on both sides of '|'

2012-02-09 Thread julien2412
Hello, Cppcheck reports this : [formmetadata.cxx:169] -> [formmetadata.cxx:169]: (style) Same expression on both sides of '|' Here's the line : DEF_INFO_4( INSERTONLY,DATAENTRY, DATAENTRY, FORM_VISIBLE, DATA_PROPERTY, COMPOSEABLE, COMPOSEABLE ), If we look at the definit

Re: [PATCH 0/8][PUSHED (full)] Remove some more unused methods

2012-02-09 Thread Caolán McNamara
On Wed, 2012-02-08 at 11:25 -0800, Greg Kroah-Hartman wrote: > On Wed, Feb 08, 2012 at 11:24:01AM -0600, Norbert Thiebaud wrote: > > On Wed, Feb 8, 2012 at 10:57 AM, Greg Kroah-Hartman > > wrote: > > > Here are 8 patches removing some more unused methods in the tree. > > > > > > Hopefully I didn't

Re: opengrok not updated?

2012-02-09 Thread Jan Holesovsky
Hi Korrawit, Korrawit Pruegsanusak píše v St 08. 02. 2012 v 15:30 +0700: > Hello all, > > I've noticed that the opengrok [1] hasn't been updated for a while. > IMHO the cause is the cgit failure last week. > [1] http://opengrok.libreoffice.org/ > > Although the date at the footer says "Indexes c

Re: GNU make version

2012-02-09 Thread Michael Meeks
On Thu, 2012-02-09 at 20:35 +0100, Jan Holesovsky wrote: > > Also check the version of make. make 3.81 shipped with cygwin is buggy. > > Use make 3.82 from http://dev-www.libreoffice.org/bin/cygwin/make > > Actually, I am not really happy with stock 3.82 either; on my Linux box, > it adds 5 unne

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Alex Thurgood changed: What|Removed |Added Depends on||40261 -- Configure bugmail: https://bug

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #178 from Alex Thurgood 2012-02-09 12:42:55 PST --- Nominating 40261, see also bug 43567 where there are bt provided by Julien - nasty crash in XML form control Alex -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi

Re: Obsoleting RTL_CONSTASCII_USTRINGPARAM

2012-02-09 Thread Caolán McNamara
On Thu, 2012-02-09 at 18:16 +0100, Lubos Lunak wrote: > suggests that OString in fact does not stop at \0's when handling > strings. I'm kind of baffled by this, I personally consider it a flaw > that a string class does this, but the unittest is very explicit about > this. Does somebody know? svt

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 43567, which changed state. Bug 43567 Summary: Crash when editing formcontrol properties in XML-Form-Document https://bugs.freedesktop.org/show_bug.cgi?id=43567 What|Old Value |New Value

Re: [Libreoffice] [REVIEW][3.5][3.5.0?] fix for fdo#44836 (leaking page breaks)

2012-02-09 Thread Jan Holesovsky
Hi Michael, Michael Meeks píše v Čt 09. 02. 2012 v 14:56 +: > > >> http://cgit.freedesktop.org/libreoffice/core/commit/?id=9babbf346c4d6f76e8b3a243a00e73a173c16ba6 > ... > > Did this make 3.5.0rc3? > > Yes - it's in the branch before rc3. > > > While working with RC3, if I open a docu

Re: Hosting LibreOffice online

2012-02-09 Thread Michael Meeks
On Thu, 2012-02-09 at 12:56 -0500, drew wrote: > Hope you don't mind. Of course not ! :-) > Added Micheal's repo to SuseStudio. Neat. > From within an OpenSUSE 12.1 (32bit) vm project, go to the Software tab, > click on Add repository and enter the name: mm-gtk3 I hope

[PATCH] unusedcode.easy: Removed unused code

2012-02-09 Thread Alexander Bergmann
--- .../source/drivers/postgresql/pq_tools.cxx | 14 --- .../source/drivers/postgresql/pq_tools.hxx |2 - pyuno/inc/pyuno/pyuno.hxx | 11 -- pyuno/source/module/pyuno_impl.hxx |2 - pyuno/source/module/pyuno_runtime.cxx

[PATCH] New Unit test

2012-02-09 Thread Santiago Martinez
Hello, in file comphelper/qa/string/test_string.cxx there is a missing unit test to check the method "islowerAsciiString(rtl::OString const&)". Attached to this mail there is a patch to add this new test. Please review. ___ LibreOffice mailing list LibreO

[PATCH] Remove unused code

2012-02-09 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 15c5ffc7456b5155dfb634110daa518d6dde8535 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Thu, 9 Feb 2012 20:45:46 +0100 Subject: [PATCH] Remove unused code. --- comphelper/inc/comphelper/string.hxx | 30 ---

GNU make version

2012-02-09 Thread Jan Holesovsky
Hi, On 2012-02-09 at 15:47 +0100, Andras Timar wrote: > Also check the version of make. make 3.81 shipped with cygwin is buggy. > Use make 3.82 from http://dev-www.libreoffice.org/bin/cygwin/make Actually, I am not really happy with stock 3.82 either; on my Linux box, it adds 5 unnecessary minu

[PATCH] [REVIEW:3-5] PostgreSQL getColumns()

2012-02-09 Thread Lionel Elie Mamane
getColumns() is a XDatabaseMetadata interface function to get the list of columns of a table and info on these columns. The PostgreSQL-SDBC implementation in 3.5.0 has a couple of bugs fixed by the attached patch. - If the table previously had a column that has since been dropped (removed),

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Alex Thurgood changed: What|Removed |Added Depends on||43567 -- Configure bugmail: https://bug

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #177 from Alex Thurgood 2012-02-09 10:24:18 PST --- Nominating 43567, nasty crash in XML Form document production. Alex -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: Hosting LibreOffice online

2012-02-09 Thread drew
On Thu, 2012-02-09 at 16:38 +, Michael Meeks wrote: > Hi Andor, > > On Thu, 2012-02-09 at 16:05 +0100, Andor E wrote: > > I have read recently that LibreOffice 3.5 will support an online mode. > > Correct :-) at least - this is a prototype feature, and it needs a > chunk of work to prod

minutes of ESC call ...

2012-02-09 Thread Michael Meeks
* Present + Norbert, David, Michael M, Fridrich, Stephan, Mitch, Lionel, Rainer, Markus, Eike, Petr, Bjoern, Michael S, Caolan, Kohei, Andras, Kendy * Completed Action Items + poke admins wrt. anongit / cgit down-ness (Michael) + talk to Debian guys wrt.

[PATCH] [REVIEW:3-5] fdo#45249 cannot use aggregate functions in with PostgreSQL

2012-02-09 Thread Lionel Elie Mamane
With a PostgreSQL-SDBC database, Base query design does not allow the user to use groupings and aggregate functions. Change PostgreSQL-SDBC so that it declares to support Core SQL. Please apply to libreoffice-3-5 See dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx OSelectionBrowseBox::ini

Re: [PATCH] follow-up of fdo#30788: fix showing of unnecessary empty horizontal scrollbar

2012-02-09 Thread Ivan Timofeev
Hi, actually there was not a scrollbar appearing at the bottom, there was a border. :) The root cause lives in sw/source/ui/uiview/viewport.cxx, SwView::CalcAndSetBorderPixel. The code is: //#i32913# in browse mode the visibility of the horizontal scrollbar // depends on the content

Re: [CLOSED] Module READMEs for libs-extern-sys, extensions, extras, postprocess, sdk and testing

2012-02-09 Thread Petr Mladek
Michael Meeks píše v Čt 09. 02. 2012 v 12:16 +: > Hi Josh, > > On Thu, 2012-02-09 at 18:37 +1030, Josh Heidenreich wrote: > > These patches are the last of the module READMEs in the copying over > > from the wiki. > > Cool :-) > > > It covers the modules from libs-extern-sys, extension

Re: Moderator / maintainer for FDO Bugzilla ?

2012-02-09 Thread Alexander Thurgood
Le 09/02/12 18:06, Petr Mladek a écrit : Hi Petr, It seems to have done the trick, I am no longer receiving hundreds of mails saying I'm the assignee of bug x, bug y :-) Have closed the issue opened by Rainer. Thanks to all for looking into this. Alex ___

Re: OK to merge the fw? libraries in framework?

2012-02-09 Thread Tor Lillqvist
> But now --enable-mergelibs is used only for android, Hmm, but was the concept developed only for Android's benefit? If it was, why then have a configure switch at all, why not just test "$(OS) "== "ANDROID" directly? > but will somebody use it on Windows ? Don't know;) If it is likely to be un

Obsoleting RTL_CONSTASCII_USTRINGPARAM

2012-02-09 Thread Lubos Lunak
On Thursday 09 of February 2012, Lubos Lunak wrote: > On Thursday 09 of February 2012, Michael Meeks wrote: > > Personally, I'd -love- someone to rename ~all of these > > RTL_USTR() or RTL_STR() or somesuch - we have enough pointlessly hard to > > read and indent coding around the place. Hey -

Re: Moderator / maintainer for FDO Bugzilla ?

2012-02-09 Thread Petr Mladek
Alexander Thurgood píše v Čt 09. 02. 2012 v 14:32 +0100: > Le 09/02/12 11:43, Christian Lohmaier a écrit : > > Hi Petr, Christian, > > > > This would be possible when you are watching the default owner > > (libreoffice-b...@lists.freedesktop.org) and/or when you're actually > > subscribed to the

Re: AES encryption support - please check a text in wiki

2012-02-09 Thread Caolán McNamara
On Sat, 2012-02-04 at 00:47 +0700, Korrawit Pruegsanusak wrote: > Could someone please have a look at this, and then move it into the > Article page? Thanks! :-) Looks about right to me, made some trivial tweaks and inserted it. C. ___ LibreOffice mail

Re: [REVIEW 3-4] Couple of wiki-help related patches

2012-02-09 Thread Jan Holesovsky
Hi Mat, Mat M píše v Čt 09. 02. 2012 v 00:14 +0100: > How NL translators are warned about changes in WikiHelp system ? Is there > an automatic process, or just a mail is pushed to L10n list ? Whenever I do something that would affects translators, I warn them on the l10n list. But this change

Re: [REVIEW 3-4] Couple of wiki-help related patches

2012-02-09 Thread Jan Holesovsky
Hi Muthu, Muthu Subramanian K píše v Čt 09. 02. 2012 v 19:12 +0530: > +1 Looks ok to me. > > PS: How many sign-off's would we need in these cases (script changes)? Just one is enough - so please push to libreoffice-3-x, if you haven't yet :-) Thanks a lot, Kendy __

[PUSHED][PATCH] fdo#43398: FORMATTING: Documents opened in LibreOffice Writer incorrectly appear as right justified

2012-02-09 Thread Caolán McNamara
On Mon, 2012-02-06 at 10:15 +, Noel Power wrote: > On 02/02/12 18:17, Muhammad Haggag wrote: > > On Thu, Feb 2, 2012 at 5:13 PM, Muhammad Haggag > > wrote: > > On Thu, Feb 2, 2012 at 2:01 PM, Noel Power > > wrote: > > very nice patch, looking at the spec I agr

Re: [Libreoffice] [PATCH] Making default tab prefix name configurable in Calc

2012-02-09 Thread Stefan Knorr (Astron)
Hi Albert, > At least I get two annoying bugs: > 1) The cursor moves In front of the text when the Prefix is reverted. > 2) When trying to delete text in the edit box, the last character > sticks (can't be deleted). > > Does someone have a clue whats going on? Hm, no (not a coder I am). But can y

Re: OK to merge the fw? libraries in framework?

2012-02-09 Thread Michael Meeks
Hi Tor, On Thu, 2012-02-09 at 16:59 +0200, Tor Lillqvist wrote: > BTW, one thought about using --enable-mergelibs in a Windows build > (MSVC or Mingw, same issue) that came to my mind: :-) > How is the FOO_DLLIMPLEMENTATION thing handled? Don't we in the > --enable-mergelibs case need to

Re: [Libreoffice] [PUSHED-partially][PATCH]a better about dialog

2012-02-09 Thread Petr Mladek
Michael Meeks píše v St 08. 02. 2012 v 15:03 +: > On Wed, 2012-02-08 at 12:48 +0100, Petr Mladek wrote: > > Also I am not sure whether the following change is desired: > > > > --- cut --- > > - Text[ en-US ] = "This product was supplied by %OOOVENDOR."; > > + Text[ en-US ] = "%PRODUCTNAME is a

Re: Hosting LibreOffice online

2012-02-09 Thread Michael Meeks
Hi Andor, On Thu, 2012-02-09 at 16:05 +0100, Andor E wrote: > I have read recently that LibreOffice 3.5 will support an online mode. Correct :-) at least - this is a prototype feature, and it needs a chunk of work to productise it, but you can certainly play with it. > I'm aware that thi

[PUSHED][PATCH] unusedcode.easy: Removed unused code (linguistic)

2012-02-09 Thread Caolán McNamara
On Wed, 2012-02-08 at 12:29 +0100, Alexander Bergmann wrote: > --- > linguistic/inc/linguistic/misc.hxx |6 > linguistic/source/misc.cxx | 51 > > unusedcode.easy|5 --- > 3 files changed, 0 insertions(+), 62 deletion

Re: OK to merge the fw? libraries in framework?

2012-02-09 Thread Matúš Kukan
On 9 February 2012 15:59, Tor Lillqvist wrote: > BTW, one thought about using --enable-mergelibs in a Windows build > (MSVC or Mingw, same issue) that came to my mind: SAL_DLLPUBLIC_IMPORT is empty for Mingw ( http://cgit.freedesktop.org/libreoffice/core/tree/sal/inc/sal/types.h#n250 ) so it shou

scp2 debugging :-)

2012-02-09 Thread Michael Meeks
On Thu, 2012-02-09 at 16:11 +0100, Riccardo Magliocchetti wrote: > > When you've done that a rm -Rf unxlngi6.pro ; build&& deliver in scp2 > > - before re-running make install is prolly what you want to do. > > Fixed this issue but now something failing in scp2 during dev-install: F

minor autogen.sh (windows /cygwin) bug

2012-02-09 Thread walter
Using --with-max-jobs=1 --with-num-cpus=1 fails generating vfork error. Regards Walter ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: How to compile Calc

2012-02-09 Thread Michael Meeks
On Thu, 2012-02-09 at 21:19 +0800, LOH KOK HOE wrote: > My development is on Fedora Linux with Firefox web browser. Fine :-) You're trying to get the web office piece working then I assume ? if so you'll need to compile the latest gtk3 from git as well. > I was reading the guide from thi

Re: [RFC] x11 / cairo-less build try #2

2012-02-09 Thread Riccardo Magliocchetti
Hi Michael, Il 08/02/2012 16:37, Michael Meeks ha scritto: Hi Riccardo, On Tue, 2012-02-07 at 18:19 +0100, Riccardo Magliocchetti wrote: I've progressed a bit with X11 / cairo less build. Now everything builds but somethings chokes in make dev-install: As Matus says, you'll need to a

Hosting LibreOffice online

2012-02-09 Thread Andor E
Hi, I have read recently that LibreOffice 3.5 will support an online mode. I'm aware that this is still experimental, but I'd like to give it a test anyway, since we are highly interested in such a feature. I was unable to find any documentation how to host LibreOffice. Could someone give me some p

Re: OK to merge the fw? libraries in framework?

2012-02-09 Thread Tor Lillqvist
BTW, one thought about using --enable-mergelibs in a Windows build (MSVC or Mingw, same issue) that came to my mind: How is the FOO_DLLIMPLEMENTATION thing handled? Don't we in the --enable-mergelibs case need to add into the Library_blah.mk file for each library that will be part of libmerged a -

Re: [Libreoffice] [REVIEW][3.5][3.5.0?] fix for fdo#44836 (leaking page breaks)

2012-02-09 Thread Michael Meeks
On Thu, 2012-02-09 at 13:53 +0100, Cor Nouws wrote: > >> http://cgit.freedesktop.org/libreoffice/core/commit/?id=9babbf346c4d6f76e8b3a243a00e73a173c16ba6 ... > Did this make 3.5.0rc3? Yes - it's in the branch before rc3. > While working with RC3, if I open a document and the mouse pointe

Re: [Libreoffice] [PATCH] Making default tab prefix name configurable in Calc

2012-02-09 Thread Albert Thuswaldner
Hi, > > Given that, I still think it's better (and easier) to check for every > key-press, but instead of launching an error dialog for an illegal name, > just put the old legal name back into the text box and sound an beep or > something.  That's less intrusive than a big dialog being thrown righ

Re: R: Errror building LO lang=it - windows / cygwin

2012-02-09 Thread Andras Timar
Hi Walter, 2012.02.08. 16:00 keltezéssel, walter írta: Now I get the same error but with a different behavior. _JOBS_="--with-max-jobs=8" _CPUS_="--with-num-cpus=8" Do you have 8 core CPU? If not, do not set these values, configure will set them for you to reasonable values. Also check the v

R: R: Errror building LO lang=it - windows / cygwin

2012-02-09 Thread walter
I have a 4 core cpu with hyper-threading enabled. I'm already using make 3.82. If I don't use 'lang=.. ' all works fine ! Best regards, walter -Messaggio originale- Da: Andras Timar [mailto:tima...@gmail.com] Inviato: giovedì 9 febbraio 2012 15:47 A: w.guerri...@ranocchilab.com Cc: Li

Re: OK to merge the fw? libraries in framework?

2012-02-09 Thread Matúš Kukan
On 9 February 2012 15:25, Tor Lillqvist wrote: > Anyway, I think Matus had planned/experimented with merging also fwk > (and more) into libmerged; will next then try that with the new fwk > and see what happens and what needs to be fixed for it to work. fwe in used in Library_sfx.mk so you would

License statement

2012-02-09 Thread Muhammad Haggag
Hi, My past and present patches for LibreOffice are contributed under LGPLv3+ / MPL 1.1. My future patches for LibreOffice are contributed under LGPv3+ / MPL 1.1 until further notice. Regards, --Muhammad ___ LibreOffice mailing list LibreOffice@lists.fr

Re: OK to merge the fw? libraries in framework?

2012-02-09 Thread Tor Lillqvist
>        I'd do whatever is easiest :-) Well, that would be to verify that what I have already done, i.e. merging all fw* libraries into the fwk one, actually works also in a MSVC build. And if yes, then push it and wait for complaints;) Anyway, I think Matus had planned/experimented with mergin

Re: Moderator / maintainer for FDO Bugzilla ?

2012-02-09 Thread Alexander Thurgood
Le 09/02/12 11:43, Christian Lohmaier a écrit : Hi Petr, Christian, > This would be possible when you are watching the default owner > (libreoffice-b...@lists.freedesktop.org) and/or when you're actually > subscribed to the list and then don't receive the mails from bugzilla > itself, but via th

Re: [REVIEW 3-4] Couple of wiki-help related patches

2012-02-09 Thread Muthu Subramanian K
+1 Looks ok to me. PS: How many sign-off's would we need in these cases (script changes)? On 02/08/2012 10:06 PM, Jan Holesovsky wrote: > Hi, > > I'm about to upload the new version of the 3.4 wikihelp. These are the > patches I am using to generate that, would be great to get them in the > rep

Re: How to compile Calc

2012-02-09 Thread LOH KOK HOE
Thank you so much on the support. My development is on Fedora Linux with Firefox web browser. I was reading the guide from this site (the only site I can reference). > http://www.libreoffice.org/developers-3/. I think it should be the latest one. Regarding on the code base documentation, I found

license statement

2012-02-09 Thread Noel Grandin
Hi All of my past, present and future patches for LibreOffice are contributed under LGPLv3+ / MPL 1.1 or later. Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html ___ LibreOffice mailing list LibreOffice@lists.freedesktop.o

[PATCH V2] convert detdata.cxx in SC module to boost:ptr_vector

2012-02-09 Thread Noel Grandin
Hi Attached path converts usage of SV_DECL_PTRARR_DEL in sc/inc/detdata.hxx and associated code to boost::ptr_vector Code is contributed under MPL+/LGPL+/GPL+ Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html diff --git a/sc/inc/detdata.hxx b/sc/inc/detdata.hxx index

Re: [Libreoffice] [REVIEW][3.5][3.5.0?] fix for fdo#44836 (leaking page breaks)

2012-02-09 Thread Cor Nouws
Michael Meeks wrote (31-01-12 16:56) On Tue, 2012-01-31 at 15:48 +0100, Cedric Bosdonnat wrote: I just fixed some remaining leaking page breaks. Could someone review and cherry-pick it for 3.5 (and hopefully it's not too late for 3.5.0)? http://cgit.freedesktop.org/libreoffice/core/commit/?id=

Re: OK to merge the fw? libraries in framework?

2012-02-09 Thread Michael Meeks
On Thu, 2012-02-09 at 13:14 +0200, Tor Lillqvist wrote: > On the other hand, desktop/Pagein_common.mk mentions all except fwm. :-) prolly that needs removing I guess. > (But then fwm is clearly the very smallest of them, so whether it is > included in a merged super-fwk or not shouldn't

Re: off-topic: refund from lenovo for windows license

2012-02-09 Thread Michael Meeks
That prolly fits better on the discuss list ;-) All the best, Michael. -- michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freed

[PUSHED] Module READMEs for libs-extern-sys, extensions, extras, postprocess, sdk and testing

2012-02-09 Thread Michael Meeks
Hi Josh, On Thu, 2012-02-09 at 18:37 +1030, Josh Heidenreich wrote: > These patches are the last of the module READMEs in the copying over > from the wiki. Cool :-) > It covers the modules from libs-extern-sys, extensions, extras, > postprocess, sdk and testing. Lovely stuff. >

off-topic: refund from lenovo for windows license

2012-02-09 Thread Luc Castermans
http://www.techworld.com.au/article/414500/lenovo_ordered_pay_1920_making_french_laptop_buyer_pay_windows_too -- Luc Castermans mailto:luc.casterm...@gmail.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/m

Re: Moderator / maintainer for FDO Bugzilla ?

2012-02-09 Thread Rainer Bielefeld
Christian Lohmaier schrieb: This would be possible when you are watching the default owner Hi, sorry, I only was in contact with Alex ... (I really hate these multi list discussions.) H've got some information from Alex, in his mails I see "You are receiving this mail because: You are t

Re: OK to merge the fw? libraries in framework?

2012-02-09 Thread Tor Lillqvist
>Thanks for the explanation. It seems that loading a writer document > gives us: 'fwk', 'fwi', and 'fwe' but not 'fwm' and 'fwl' - so prolly it > makes sense to merge only the ones used at startup. On the other hand, desktop/Pagein_common.mk mentions all except fwm. (But then fwm is clearly the v

Re: Need code pointer for bug 43895

2012-02-09 Thread Bjoern Michaelsen
Hi all, On Thu, Feb 09, 2012 at 10:43:48AM +0100, Miklos Vajna wrote: > On Wed, Feb 08, 2012 at 08:40:26PM -0500, Nathan Peterson > wrote: > > Hi, I'm looking at working on bug 43895 ( > > https://bugs.freedesktop.org/show_bug.cgi?id=43895) But there is not > > code pointer provided so that I kn

Re: Moderator / maintainer for FDO Bugzilla ?

2012-02-09 Thread Christian Lohmaier
Hi *, On Thu, Feb 9, 2012 at 10:51 AM, Petr Mladek wrote: > Alexander Thurgood píše v St 08. 02. 2012 v 13:49 +0100: > >> (1) I don't get an e-mail every time someone creates a new bug report > [...] > Hmm, I do not see it in the bugzilla setting page. I could only get > mails for new bugs when I

Re: basegfx::fround and friends seems needed in windows build

2012-02-09 Thread Michael Meeks
On Wed, 2012-02-08 at 21:36 +0100, Stephan Bergmann wrote: > On 02/08/2012 09:30 PM, Caolán McNamara wrote: > > So there are some alternatives options to hide something from > > callcatcher. [...] write unit tests that call it [...] > > I somehow like that solution best. :) Ditto :-)

Re: Counter-productive UNUSED macro in connectivity/source/drivers/postgresql

2012-02-09 Thread Lubos Lunak
On Thursday 09 of February 2012, Michael Meeks wrote: > On Thu, 2012-02-09 at 09:20 +, Caolán McNamara wrote: > > Yeah, see commentary around SAL_UNUSED_PARAMETER in sal/inc/sal/types.h, > > can replace it with that if necessary. > > If we can choose - why do we add such over-long macros

Re: [REVIEWED:3-4] crash on query with outer join

2012-02-09 Thread Lionel Elie Mamane
On Thu, Feb 09, 2012 at 09:34:45AM +, Michael Meeks wrote: > Out of interest, do databasen use 'not zero' for their true state (as > C/C++ etc.) ? or always exactly 1 ? In the SQL standard, the only (explicit, with a cast)s data conversion specified for booleans are to/from the strings

Re: OK to merge the fw? libraries in framework?

2012-02-09 Thread Michael Meeks
Hi Mathias, First - thanks for your input ! :-) On Wed, 2012-02-08 at 23:56 +0100, Mathias Bauer wrote: > Indeed. You should be prepared to have fun. :-) :-) all LibreOffice hackers are prepared to have fun :-) > First we wanted to have two libraries: one for GUI related code th

RE: [PATCH]bug 44516 improved label and business card document creation

2012-02-09 Thread Winfried Donkers
Olivier Hallot wrote (9 februari 2012 10:25) >I wrote a Label.xcu file for a local label manufacturer (Pimaco) [1]. To >update it to your new schema, I just need to add the page size ( in >1/100 of mm) at the end of the Measure , right? >S;5000;14000;5000;14000;500;850;4;2;21000;29700 Yes, that

Re: Android UI branch

2012-02-09 Thread Michael Meeks
On Thu, 2012-02-09 at 08:14 +0100, Jonathan Aquilina wrote: > Would it be possible to get a branch specifically for android work where > i can push any of my work or for now just work on a local clone for the > time being? Git has this wonderful concept of local branches - you can creat

Re: Counter-productive UNUSED macro in connectivity/source/drivers/postgresql

2012-02-09 Thread Michael Meeks
On Thu, 2012-02-09 at 09:20 +, Caolán McNamara wrote: > Yeah, see commentary around SAL_UNUSED_PARAMETER in sal/inc/sal/types.h, > can replace it with that if necessary. If we can choose - why do we add such over-long macros ? :-) Everyone is still suffering daily from:

Re: Moderator / maintainer for FDO Bugzilla ?

2012-02-09 Thread Petr Mladek
Alexander Thurgood píše v St 08. 02. 2012 v 13:49 +0100: > Hi all, > > I've been trying to change my options in the FDO bugzilla, so that : > > (1) I don't get an e-mail every time someone creates a new bug report This behavior is very unusual and definitely not the default one. Have you changed

Re: Need code pointer for bug 43895

2012-02-09 Thread Miklos Vajna
On Wed, Feb 08, 2012 at 08:40:26PM -0500, Nathan Peterson wrote: > Hi, I'm looking at working on bug 43895 ( > https://bugs.freedesktop.org/show_bug.cgi?id=43895) But there is not > code pointer provided so that I know where to start looking. Does > anyone have an idea of where I could start with

Re: PATCH build errors on Ubuntu 10.04

2012-02-09 Thread Michael Meeks
On Wed, 2012-02-08 at 16:44 +0100, Alexander Bergmann wrote: > Now --without-doxygen and --disable-odk look like they can be used, > too. Probably --disable-mozilla as well? Yep. > I guess it might be a good idea, to have a switch --minimal, which > disables all switches, which are not n

[REVIEWED:3-4] crash on query with outer join

2012-02-09 Thread Michael Meeks
On Wed, 2012-02-08 at 18:47 +0100, Lionel Elie Mamane wrote: > fdo#44813 is a crasher on 3.4.x, and has been filed as such > separately in fdo#44823. > > Since it is a crasher, let's fix it in 3.4.x, too. Attached is a port > to libreoffice-3-4 of the corresponding commits in > libreoffice-3-5, w

windows / cygwin build freezes using --with-lang=it

2012-02-09 Thread walter
I must kill cl.exe to stop the build process The build works fine only without --with-lang=it Please see logs AT http://pastebin.com/u/walterLO Regards Walter ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskt

Re: [PATCH]bug 44516 improved label and business card document creation

2012-02-09 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Winfried I wrote a Label.xcu file for a local label manufacturer (Pimaco) [1]. To update it to your new schema, I just need to add the page size ( in 1/100 of mm) at the end of the Measure , right? S;5000;14000;5000;14000;500;850;4;2;21000;297

Re: Counter-productive UNUSED macro in connectivity/source/drivers/postgresql

2012-02-09 Thread Caolán McNamara
On Thu, 2012-02-09 at 10:04 +0200, Tor Lillqvist wrote: > Sure, it silences warnings from gcc. But MSVC still warns. We do want > to eventually be warning-free with MSVC, too, don't we? Don't we > already have a convention how to handle unused parameters in C++ code, > i.e. comment their name out?

Re: Android UI branch

2012-02-09 Thread Tor Lillqvist
Yes, we have web-based help. But the help for the normal desktop LibreOffice will be of little use for a touch-based LibreOffice-based word processor, spreadsheet or presentation viewer (or even editing) app. So how is that relevant? Surely help for such apps needs to be written from scratch. And b

Re: Android UI branch

2012-02-09 Thread Jonathan Aquilina
On 09/02/2012 08:43, Tor Lillqvist wrote: For just basic UI experimentation / "active mockups" without any actual document handling code behind you don't need any LibreOffice code. That said, there is already a feature/android branch. I don't know if we intend to merge it to master soon, perhaps

[REVIEW 3-5] fix RTF export table output for subtables

2012-02-09 Thread Miklos Vajna
Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=1f77a5e8d5bf8a7f1b7bd7206996d2b2efc59462 It makes the RTF export generate valid table output in case the original ODT had table:is-sub-table elements. Could somebody sign-off and push to -3-5, please? Thanks, Miklos __

Re: [PATCH] Module READMEs for libs-extern-sys, extensions, extras, postprocess, sdk and testing

2012-02-09 Thread Riccardo Magliocchetti
Hi Josh, Il 09/02/2012 09:07, Josh Heidenreich ha scritto: Hi, These patches are the last of the module READMEs in the copying over from the wiki. Thanks a lot from a newcomer to the libreoffice codebase :) -- Riccardo Magliocchetti ___ LibreOffice

[PATCH] Module READMEs for libs-extern-sys, extensions, extras, postprocess, sdk and testing

2012-02-09 Thread Josh Heidenreich
Hi, These patches are the last of the module READMEs in the copying over from the wiki. It covers the modules from libs-extern-sys, extensions, extras, postprocess, sdk and testing. After this, I'm going to look to see if there is any modules I missed, and fix them, then it should be all complete

Counter-productive UNUSED macro in connectivity/source/drivers/postgresql

2012-02-09 Thread Tor Lillqvist
In pq_common.hxx there is: #ifdef UNUSED #elif defined(__GNUC__) # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) #elif defined(__LCLINT__) # define UNUSED(x) /*@unused@*/ x #else # define UNUSED(x) x #endif and then UNUSED is used like this (just in two places (so far, I guess the intent