Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Francois Tigeot
Hi, On Wed, Jan 25, 2012 at 11:23:39PM +0100, Michael Stahl wrote: oh, and i definitely second the other Michael's recommendations against SunStudio: i'd personally only use that again if somebody paid me for it... and i guess by now it won't be any more work to resurrect the Solaris/GCC

Re: [Libreoffice] [REVIEW] NetBSD fixes

2012-01-26 Thread Stephan Bergmann
On 01/25/2012 08:24 PM, Francois Tigeot wrote: I've just pushed two small fixes to -master and I'd like to have them cherry-picked to the 3.5 and 3.5.0 branches: * Ensure Env.Host.sh always return a zero exit code

Re: [Libreoffice] [Libreoffice-commits] .: vcl/source fix rendering of metafiles embedded in emf+

2012-01-26 Thread Radek Doulik
Hi Stephan, I am unable to reproduce it here. Do you have some other way to reproduce it other then make check? I am attaching updated patch with fixed loop. Please could you try it? Cheers Radek On Wed, 2012-01-25 at 10:42 +0100, Stephan Bergmann wrote: One thing I did notice with the first

[Libreoffice] [REVIEW-3-5-0]

2012-01-26 Thread Fridrich Strba
Hello, good people, I received a report last night about some WordPerfect documents not being imported (encoded text dialog pops up). I tracked it and this is the fix: http://cgit.freedesktop.org/libreoffice/core/commit/?id=79299dcae534943f6107afc99542ddf028d20117 Pulling of non-existing

Re: [Libreoffice] [REVIEW] NetBSD fixes

2012-01-26 Thread Norbert Thiebaud
On Thu, Jan 26, 2012 at 2:44 AM, Stephan Bergmann sberg...@redhat.com wrote: On 01/25/2012 08:24 PM, Francois Tigeot wrote: I've just pushed two small fixes to -master and I'd like to have them cherry-picked to the 3.5 and 3.5.0 branches: * Ensure Env.Host.sh always return a zero exit code

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

2012-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36662, which changed state. Bug 36662 Summary: Missing icons (option controls) in right click Wrap over an image https://bugs.freedesktop.org/show_bug.cgi?id=36662 What|Old Value |New

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Jonathan Adams
there is an issue with compiling Mozilla with the gcc compiler on Solaris (unless they've fixed it in the last year) I think it's due to the c++ compatibility issue with some standard Solaris libs compiled with Sun studio. I will try compiling without mozilla, using gcc (I'm stuck on the stlport,

[Libreoffice] [REVIEWED] fix for fdo#43462, ScTableSheetObj::findAll returns always the whole sheet if something is found

2012-01-26 Thread Michael Meeks
On Wed, 2012-01-25 at 22:31 +0100, Eike Rathke wrote: Ok from me, one more needed. An inexpert: this will not horribly crash or do worse than before review ;-) [ I can't hope to better the calc experts ], and I've pushed it to libreoffice-3-5-0. Thanks !

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Alex Thurgood alex.thurg...@gmail.com changed: What|Removed |Added Depends on||42543 ---

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #148 from Alex Thurgood alex.thurg...@gmail.com 2012-01-26 01:43:21 PST --- Adding Bug 42543 - Report Designer Wizard missing Label display and editing capability - regression -- Configure bugmail:

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45248, which changed state. Bug 45248 Summary: insertDocumentFromURL doesn't insert RTF files at cursor position https://bugs.freedesktop.org/show_bug.cgi?id=45248 What|Old Value |New

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Norbert Thiebaud
On Thu, Jan 26, 2012 at 3:27 AM, Jonathan Adams t12nsloo...@gmail.com wrote: there is an issue with compiling Mozilla with the gcc compiler on Solaris (unless they've fixed it in the last year) I think it's due to the c++ compatibility issue with some standard Solaris libs compiled with Sun

Re: [Libreoffice] [Libreoffice-commits] .: vcl/source fix rendering of metafiles embedded in emf+

2012-01-26 Thread Stephan Bergmann
On 01/26/2012 09:55 AM, Radek Doulik wrote: I am unable to reproduce it here. Do you have some other way to reproduce it other then make check? No, only way I'm aware of is to run forms_unoapi check and watch system's memory consumption grow obsessively (first slowly but steadily, then

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Stephan Bergmann
On 01/26/2012 10:52 AM, Norbert Thiebaud wrote: humm... we don't need stlport these day... we only build it for external extensions that may still need it... but surely for OpenSolaris existing base of extension is probably not a critical issue ...and any existing C++ extensions for

[Libreoffice] UNO make me crazy

2012-01-26 Thread Execute SARL
I'm always with my Delphi URP client I've made this test 1) start soffice on local host on port 8001 2) start an office proxy of mine on port 8000 that redirect everything to port 8001 and record everything to disk 3) start a python script to load a file and convert it to PDF 4) start my

Re: [Libreoffice] UNO make me crazy

2012-01-26 Thread Stephan Bergmann
On 01/26/2012 11:22 AM, Execute SARL wrote: I'm always with my Delphi URP client I've made this test 1) start soffice on local host on port 8001 2) start an office proxy of mine on port 8000 that redirect everything to port 8001 and record everything to disk 3) start a python script to load a

Re: [Libreoffice] [REVIEW-3-5-0]

2012-01-26 Thread Stephan Bergmann
On 01/26/2012 10:00 AM, Fridrich Strba wrote: I received a report last night about some WordPerfect documents not being imported (encoded text dialog pops up). I tracked it and this is the fix: http://cgit.freedesktop.org/libreoffice/core/commit/?id=79299dcae534943f6107afc99542ddf028d20117

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

2012-01-26 Thread Michael Meeks
Hi Albert, On Wed, 2012-01-25 at 21:48 +0100, Albert Thuswaldner wrote: Can you give me any pointers on how to intercept a input value change event. I've done some digging (looking for an event listener) but haven't found it quite yet. Let me help de-tangle a bit (if I can). It rather

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Michael Meeks
On Thu, 2012-01-26 at 11:21 +0100, Stephan Bergmann wrote: On 01/26/2012 10:52 AM, Norbert Thiebaud wrote: humm... we don't need stlport these day... we only build it for external extensions that may still need it... I forget when that happened, but you're really best off with the

Re: [Libreoffice] [REVIEWED-3-5-0]

2012-01-26 Thread Michael Meeks
On Thu, 2012-01-26 at 11:29 +0100, Stephan Bergmann wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=79299dcae534943f6107afc99542ddf028d20117 Looks good, esp. given that OdtGenerator already contained other mentions of libwpd:mimetype and none of libwpg:*. Pushed to

[Libreoffice] [LibreOffice] [39428] Remove SvStream operator/

2012-01-26 Thread Keith McRae
Hello all I've removed all the operator/ from SvStream and replaced with Read/Write[sal_type] functions. While fixing up the references I noticed the template'd functions below: templatetypename prefix rtl::OString read_lenPrefixed_uInt8s_ToOString(SvStream rStrm) { prefix nUnits = 0;

Re: [Libreoffice] [Libreoffice-qa] 3.5.0 QA ... from BHS 1 to BHS 2

2012-01-26 Thread Cor Nouws
Hi Petr, Petr Mladek wrote (25-01-12 10:57) Please, look at http://download.go-oo.org/lo/lo-release-plan-in-colors.png I recognise that one - you showed it in Paris and we discussed it. See my slide #23 ;-) = developers spend a lot of time on bug fixing Here are the commit statistics

[Libreoffice] [REVIEW 3-5-0] Updated License document

2012-01-26 Thread Andras Timar
Hi, http://cgit.freedesktop.org/libreoffice/core/commit/?id=d2961f3fff10ea1254a082ad6d0a72bff740d66e I updated LICENSE.odt and generated THIRDPARTYLICENSEREADME.html and license.txt from it. Unfortunately the diff is not clean, I could not reproduce the same word wrapping. There were new external

[Libreoffice] where can I find bug 2446?

2012-01-26 Thread Winfried Donkers
Hello all, I'm working on bug 44516 and try to address bug 35104 and 41755 simultaneously. That is, I want to solve the last two first. The problem is that when using a label form with e.g. 3 labels of 70mm on an A4 sheet (210mm wide), the document is not created correctly (the labels do not

[Libreoffice] correction: where can I find bug 24446?

2012-01-26 Thread Winfried Donkers
Sorry, title should be where can I find bug 24446 Hello all, I'm working on bug 44516 and try to address bug 35104 and 41755 simultaneously. That is, I want to solve the last two first. The problem is that when using a label form with e.g. 3 labels of 70mm on an A4 sheet (210mm wide), the

Re: [Libreoffice] [Libreoffice-qa] 3.5.0 QA ... from BHS 1 to BHS 2

2012-01-26 Thread Cor Nouws
Hi Michael, Michael Meeks wrote (25-01-12 11:18) On Tue, 2012-01-24 at 23:10 +0100, Cor Nouws wrote: The idea/hope is, that faster/smarter fixing of bugs, leads to a shift in the time spending: less weeks on bug fixing and more on features. Sure - of course, those bugs need good

Re: [Libreoffice] correction: where can I find bug 24446?

2012-01-26 Thread julien2412
Hello, Maybe it corresponds to https://issues.apache.org/ooo/show_bug.cgi?id=24446. I didn't find anything else. Julien -- View this message in context: http://nabble.documentfoundation.org/where-can-I-find-bug-2446-tp3690303p3690328.html Sent from the Dev mailing list archive at Nabble.com.

Re: [Libreoffice] where can I find bug 2446?

2012-01-26 Thread Christian Lohmaier
Hi Winfried, *, On Thu, Jan 26, 2012 at 1:30 PM, Winfried Donkers w.donk...@dci-electronics.nl wrote: converting MM100 to TWIPS (I can solve that) and fix 24466 (sw/source/ui/app/applab.cxx::301 -315). Commenting out the lines 301-315 makes the labels fit on the page, but I want to know what

[Libreoffice] [REVIEW-3-5-0] Danish dictionary 2.0

2012-01-26 Thread Andras Timar
Hi, https://bugs.freedesktop.org/show_bug.cgi?id=44841 http://cgit.freedesktop.org/libreoffice/dictionaries/commit/?id=39746e8ca76315187d30a115ad1a0cab58a4ccb3 Update Danish dictionaries (2.0) Optimized for Hunspell 1.3.x Changed word proposal strategy Added approximatively 11.000 words and

Re: [Libreoffice] where can I find bug 2446?

2012-01-26 Thread Winfried Donkers
The in-file-history of the file that was present in the initial checking shows Rev 1.62 21 Feb 1997 09:28:52 MA #36621# neue Umrandungstechnik beruecksichtigen i.e. that suggests that this code dates back to 1996 or earlier. Ok, that is clear, not much else to go on than the comment in the

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

2012-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 38595, which changed state. Bug 38595 Summary: FILEOPEN: thin double line cell borders invisible https://bugs.freedesktop.org/show_bug.cgi?id=38595 What|Old Value |New Value

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on||45255 -- Configure

Re: [Libreoffice] [PUSHED] Re: [PATCH] optimized zoom to use more common intervals

2012-01-26 Thread Stefan Knorr (Astron)
Hi, I just checked, and must say that I can only second Cor and Drew in that it is too quick now. Could we go back to 1.1 or maybe 2^(1/8)=1.0905 (that should deliver a similar effect as 2^(1/4), no? – I am bad at maths, so this might be nonsense)? Instead of increasing the step amount by five

[Libreoffice] [REVIEW][3.5.0][3-5][3-4] fdo#38595 Calc cell borders lost in ODF import

2012-01-26 Thread Eike Rathke
Hi, please review and cherry-pick to 3-5, 3.5.0 and 3-4 http://cgit.freedesktop.org/libreoffice/core/commit/?id=34315e7ec4062f9521cd19951b5f7f6ad9ce0d2e Resolves https://bugs.freedesktop.org/show_bug.cgi?id=38595 Thanks Eike -- LibreOffice Calc developer. Number formatter stricken i18n

Re: [Libreoffice] [REVIEW] fdo#43869 use the old rtf importer for paste

2012-01-26 Thread Cedric Bosdonnat
Hi Miklos, On Wed, 2012-01-25 at 16:49 +0100, Miklos Vajna wrote: See http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb147bbb801b53dba8928340df7e2aa2d4545349 Could somebody sign-off and push to -3-5, please? I cherry-picked it to -3-5, but it would be good to have 2 more reviews to

Re: [Libreoffice] [REVIEW] fdo#43869 use the old rtf importer for paste

2012-01-26 Thread Lubos Lunak
On Thursday 26 of January 2012, Cedric Bosdonnat wrote: Hi Miklos, On Wed, 2012-01-25 at 16:49 +0100, Miklos Vajna wrote: See http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb147bbb801b53dba 8928340df7e2aa2d4545349 Could somebody sign-off and push to -3-5, please? I

Re: [Libreoffice] [REVIEW] 3-5, 3-5-0, 3-4 corrupted Indic characters and crash under Windows fdo#44208, fdo#45107

2012-01-26 Thread Andras Timar
2012/1/25 Caolán McNamara caol...@redhat.com: On Wed, 2012-01-25 at 16:44 +0100, Andras Timar wrote: Result on Windows is confusing. My test language was Hindi (hi). Case 1 - without the patch in officecfg ... default-font entry for hi IN added ... searching for a node for hi for type

[Libreoffice] [REVIEW 3-5, 3-5-0, 3-4] The type-detection of extension-less documents is broken

2012-01-26 Thread Fridrich Strba
Hello, This patch: http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d9aa8cce792d69d5147a2230b61b1cbdc089206 fixes a bug where the catch-all type detector was called first in the list of type detectors when an extension-less document was passed. This caused quite a number of macintosh

[Libreoffice] Adabas still being built in master ?

2012-01-26 Thread Alex Thurgood
Hi, Perhaps I misunderstood what François' commits were supposed to do, but I thought that the Adabas db stuff had been pulled out of the compilation sequence. However, I keep seeing this in my build (and I've not activated any sort of Adabas db switch that I know of) : [ build CXX ]

Re: [Libreoffice] Wrong cast to css.table.BorderLine2

2012-01-26 Thread Eike Rathke
Hi, On Wednesday, 2012-01-25 16:33:28 +0100, Eike Rathke wrote: On Wednesday, 2012-01-25 11:17:54 +0100, Stephan Bergmann wrote: On 01/25/2012 09:48 AM, Cedric Bosdonnat wrote: Hum, I'll have a look at that... but my problem with BorderLine and BorderLine2 is that the second one should be

Re: [Libreoffice] [LibreOffice] [39428] Remove SvStream operator/

2012-01-26 Thread Stephan Bergmann
On 01/26/2012 12:40 PM, Keith McRae wrote: I've removed all the operator/ from SvStream and replaced with Read/Write[sal_type] functions. Great. While fixing up the references I noticed the template'd functions below: templatetypename prefix rtl::OString

[Libreoffice] [REVIEW][3-5][3.5.0][3-4] invalid cast from BoderLine to BorderLine2

2012-01-26 Thread Eike Rathke
Hi, Please review and cherry-pick to 3-5, 3.5.0 and 3-4 http://cgit.freedesktop.org/libreoffice/core/commit/?id=97c66b3b13528cc50f271217663718b3d6681bd9 Fixes an invalid cast that caused an arbitrary memory access. Thanks Eike -- LibreOffice Calc developer. Number formatter stricken i18n

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on||45254 --- Comment #149

Re: [Libreoffice] [REVIEW 3-5, 3-5-0, 3-4] The type-detection of extension-less documents is broken

2012-01-26 Thread Fridrich Strba
On 26/01/12 14:40, Fridrich Strba wrote: Please, gather enough support for both 3-4 and 3-5-0 branches My bad, the affected code is not in the 3-4 branch and adding it there would be much more intrusive. Cheers F. ___ LibreOffice mailing list

[Libreoffice] PDF converter cross compilation general questions

2012-01-26 Thread Andrzej.Pacanowski
Hi guys, I've been investigating a possibility of LibreOffice cross-compilation for Linux X-less device(ARM) and use it as document(writer/calc/impress) to pdf converter. 1) Is it possible to compile LO without any graphic library (pure -headless)? Or how much work would that require?

Re: [Libreoffice] [REVIEW 3-5, 3-5-0, 3-4] The type-detection of extension-less documents is broken

2012-01-26 Thread Michael Meeks
On Thu, 2012-01-26 at 14:40 +0100, Fridrich Strba wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d9aa8cce792d69d5147a2230b61b1cbdc089206 fixes a bug where the catch-all type detector was called first in the list of type detectors when an extension-less document was passed.

Re: [Libreoffice] [REVIEW][PUSHED:3-5-0] fdo#43869 use the old rtf importer for paste

2012-01-26 Thread Petr Mladek
Lubos Lunak píše v Čt 26. 01. 2012 v 14:30 +0100: On Thursday 26 of January 2012, Cedric Bosdonnat wrote: Hi Miklos, On Wed, 2012-01-25 at 16:49 +0100, Miklos Vajna wrote: See http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb147bbb801b53dba 8928340df7e2aa2d4545349

Re: [Libreoffice] [REVIEW 3-5, 3-5-0, 3-4] The type-detection of extension-less documents is broken

2012-01-26 Thread Fridrich Strba
On 26/01/12 15:27, Michael Meeks wrote: Gosh; I'd rather like to know why the explicit code to sort it to the front was there in the first instance. The code was there because that detector is catch-all it will in a certain branch simply not allow anything to be detected any more, so

Re: [Libreoffice] PDF converter cross compilation general questions

2012-01-26 Thread Riccardo Magliocchetti
Hi Andrzej, Il 26/01/2012 15:01, andrzej.pacanow...@tieto.com ha scritto: Hi guys, I've been investigating a possibility of LibreOffice cross-compilation for Linux X-less device(ARM) and use it as document(writer/calc/impress) to pdf converter. i'd like to do more or less the same :) 1)

[Libreoffice] [REVIEWED][REVIEW 3-5, 3-5-0] The type-detection of extension-less documents is broken

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-26 at 14:27 +, Michael Meeks wrote: On Thu, 2012-01-26 at 14:40 +0100, Fridrich Strba wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d9aa8cce792d69d5147a2230b61b1cbdc089206 fixes a bug where the catch-all type detector was called first in the list of

Re: [Libreoffice] [REVIEW][3.5.0][3-5][3-4] fdo#38595 Calc cell borders lost in ODF import

2012-01-26 Thread Michael Meeks
On Thu, 2012-01-26 at 14:20 +0100, Eike Rathke wrote: please review and cherry-pick to 3-5, 3.5.0 and 3-4 http://cgit.freedesktop.org/libreoffice/core/commit/?id=34315e7ec4062f9521cd19951b5f7f6ad9ce0d2e Picked to -3-5 :-) couple? more reviews for -3-5-0 needed. Thanks,

Re: [Libreoffice] [REVIEW][3-5][3.5.0][3-4] invalid cast from BoderLine to BorderLine2

2012-01-26 Thread Michael Meeks
On Thu, 2012-01-26 at 14:45 +0100, Eike Rathke wrote: Please review and cherry-pick to 3-5, 3.5.0 and 3-4 http://cgit.freedesktop.org/libreoffice/core/commit/?id=97c66b3b13528cc50f271217663718b3d6681bd9 looks good to me for -3-5 and -3-5-0. Thanks ! Michael.

Re: [Libreoffice] Adabas still being built in master ?

2012-01-26 Thread Michael Meeks
On Thu, 2012-01-26 at 14:41 +0100, Alex Thurgood wrote: Perhaps I misunderstood what François' commits were supposed to do, but I thought that the Adabas db stuff had been pulled out of the compilation sequence. However, I keep seeing this in my build (and I've not activated any sort of

Re: [Libreoffice] [REVIEWED][REVIEW 3-5, 3-5-0] The type-detection of extension-less documents is broken

2012-01-26 Thread Michael Meeks
On Thu, 2012-01-26 at 14:46 +, Caolán McNamara wrote: Pushed to 3-5 anyway. FWIW I put the original sort code in, my intent was to try the known to claim to open everything typedetector last and everything else first. Ah ! makes perfect sense. So one more review for -3-5-0 I

Re: [Libreoffice] Adabas still being built in master ?

2012-01-26 Thread Alex Thurgood
Le 26/01/2012 15:57, Michael Meeks a écrit : Hi Michael, Hah :-) I believe we should have expunged that code thoroughly from master too, perhaps Lionel knows more about: The code was kept in at my request as a teaching example for future developers who might want to develop a

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 35669, which changed state. Bug 35669 Summary: Incorrect cross-references to illustrations and equations in master documents https://bugs.freedesktop.org/show_bug.cgi?id=35669 What|Old Value

Re: [Libreoffice] [REVIEW][3-5][3.5.0][3-4] invalid cast from BoderLine to BorderLine2

2012-01-26 Thread Michael Stahl
On 26/01/12 15:56, Michael Meeks wrote: On Thu, 2012-01-26 at 14:45 +0100, Eike Rathke wrote: Please review and cherry-pick to 3-5, 3.5.0 and 3-4 http://cgit.freedesktop.org/libreoffice/core/commit/?id=97c66b3b13528cc50f271217663718b3d6681bd9 looks good to me for -3-5 and -3-5-0. me

[Libreoffice] [REVIEW]Fix for annoying bug fdo#35669

2012-01-26 Thread Cedric Bosdonnat
Hi all, Could someone review and cherry-pick this commit to -3-5, -3-5-0 and -3-4? http://cgit.freedesktop.org/libreoffice/core/commit/?id=5e51960dede5015b862df05b7b16f02884647889 Thanks, -- Cedric ___ LibreOffice mailing list

Re: [Libreoffice] Adabas still being built in master ?

2012-01-26 Thread julien2412
Just for information adabas is present at these locations : - connectivity/prj/d.lst - core/Repository.mk - dbaccess/Module_dbaccess.mk Hope it may help. Julien. -- View this message in context: http://nabble.documentfoundation.org/Adabas-still-being-built-in-master-tp3690462p3690708.html

[Libreoffice] [PUSHED-3-4][PUSHED[3-5][REVIEW] 3-5, 3-5-0, 3-4 corrupted Indic characters and crash under Windows fdo#44208, fdo#45107

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-26 at 14:33 +0100, Andras Timar wrote: I still don't understand what's happening, i.e. in good case it reads UI_SANS list for hi once, then several time for en, and it looks good, and in bad case it reads UI_SANS list for hi_IN several times and still, we get corrupted

[Libreoffice] [PUSHED 3-5][REVIEW-3-5-0] Danish dictionary 2.0

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-26 at 13:52 +0100, Andras Timar wrote: Please review and cherry-pick to libreoffice-3-5-0 Pushed to 3-5 now, need another ack for 3.5.0 I presume. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PATCH] Code cleanup: ( () ) replaced by (())

2012-01-26 Thread Lubos Lunak
On Thursday 26 of January 2012, Alexander Bergmann wrote: -RTTI() SAL_THROW( () ); -~RTTI() SAL_THROW( () ); +RTTI() SAL_THROW(()); +~RTTI() SAL_THROW(()); What is the reason for changes like this? This looks like just a stylistic change that's entirely a matter of taste

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on||45042 --- Comment #150

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Jonathan Adams
beginning to get somewhere with GCC ... gonna update the list of changes so far: file ./configure.in: (this one should be safe for all platforms) grep -q = \$GREP -q file ./solenv/inc/unitools.mk: (this one should be safe for all platforms, since it only affects Solaris, and Solaris 10 has the

[Libreoffice] [PUSHED][PATCH] Removing unused code

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-19 at 13:19 +0100, Alexander Bergmann wrote: --- basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx |7 -- basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx | 14 --- basegfx/source/polygon/b2dpolygonclipper.cxx | 66 -

Re: [Libreoffice] [REVIEWED 3-5, 3-5-0] The type-detection of extension-less documents is broken

2012-01-26 Thread Cedric Bosdonnat
Hello Fridrich, On Thu, 2012-01-26 at 14:40 +0100, Fridrich Strba wrote: This patch: http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d9aa8cce792d69d5147a2230b61b1cbdc089206 fixes a bug where the catch-all type detector was called first in the list of type detectors when an

Re: [Libreoffice] [REVIEWED 3-5, 3-5-0] The type-detection of extension-less documents is broken

2012-01-26 Thread Lionel Elie Mamane
On Thu, Jan 26, 2012 at 02:40:18PM +0100, Fridrich Strba wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d9aa8cce792d69d5147a2230b61b1cbdc089206 fixes a bug where the catch-all type detector was called first in the list of type detectors when an extension-less document was

Re: [Libreoffice] [PATCH] Removing unused code

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-19 at 13:13 +0100, Alexander Bergmann wrote: --- .../inc/basegfx/polygon/b2dpolygoncutandtouch.hxx | 10 -- basegfx/source/polygon/b2dpolygoncutandtouch.cxx | 112 unusedcode.easy|4 - 3 files changed, 0

[Libreoffice] [PUSHED][PATCH] Removing unused code

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-26 at 16:38 +, Caolán McNamara wrote: On Thu, 2012-01-19 at 13:13 +0100, Alexander Bergmann wrote: --- .../inc/basegfx/polygon/b2dpolygoncutandtouch.hxx | 10 -- basegfx/source/polygon/b2dpolygoncutandtouch.cxx | 112 unusedcode.easy

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Norbert Thiebaud
On Thu, Jan 26, 2012 at 10:14 AM, Jonathan Adams t12nsloo...@gmail.com wrote: file ./solenv/inc/unitools.mk: (this one should be safe for all platforms, since it only affects Solaris, and Solaris 10 has the file in this location) GNUMAKE=/usr/sfw/bin/gmake That should really be handled in

[Libreoffice] [PUSHED 3-5][REVIEW] solenv: handle error code from ./g

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-26 at 17:40 +0100, Miklos Vajna wrote: Hi packagers, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=439e5279c5d334f849a6ab7b51bad1bb12f13aae Could you sign-off and push to -3-5 (and possibly -3-5-0), please? pushed to 3-5 with conflict fix-up as

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Jonathan Adams
I'm coming to the conclusion that the system doesn't believe I'm using GCC ... nss keeps trying to build with -KPIC, rather than -fPIC ... any suggestions and I'll eagerly try them :) On 26 January 2012 16:42, Norbert Thiebaud nthieb...@gmail.com wrote: On Thu, Jan 26, 2012 at 10:14 AM, Jonathan

Re: [Libreoffice] [Libreoffice-commits] .: vcl/source fix rendering of metafiles embedded in emf+

2012-01-26 Thread Lubos Lunak
On Thursday 26 of January 2012, Radek Doulik wrote: Hi Stephan, I am unable to reproduce it here. Do you have some other way to reproduce it other then make check? I am attaching updated patch with fixed loop. Please could you try it? I can't say about Stephan's problem, but your changes

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Michael Stahl
On 26/01/12 17:42, Norbert Thiebaud wrote: On Thu, Jan 26, 2012 at 10:14 AM, Jonathan Adams t12nsloo...@gmail.com wrote: good to hear you're making some progress there :) files soltools/adjustvisibility/makefile.mk soltools/mkdepend/makefile.mk soltools/util/makefile.pmk: (probably not

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-26 at 16:14 +, Jonathan Adams wrote: It's further than it has been up until this point, 1/4 of the way around the nice animated status indicator ... At some stage you'll need (the dreaded) uno-bridge[1], first symptom of not having one or a broken one would be a build error

Re: [Libreoffice] [PUSHED 3-5][REVIEW] solenv: handle error code from ./g

2012-01-26 Thread Petr Mladek
Caolán McNamara píše v Čt 26. 01. 2012 v 16:49 +: On Thu, 2012-01-26 at 17:40 +0100, Miklos Vajna wrote: Hi packagers, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=439e5279c5d334f849a6ab7b51bad1bb12f13aae Could you sign-off and push to -3-5 (and possibly -3-5-0),

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Stephan Bergmann
On 01/26/2012 05:56 PM, Caolán McNamara wrote: I see that there *is* one for solaris sparc and gcc (I had to blink a few times when I saw that there was one), i.e. bridges/source/cpp_uno/gcc3_solaris_sparc so you might be incredibly lucky and that's actually buildable and works fine. There's

Re: [Libreoffice] [PUSHED-3-4][PUSHED[3-5][REVIEW] 3-5, 3-5-0, 3-4 corrupted Indic characters and crash under Windows fdo#44208, fdo#45107

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-26 at 17:59 +0100, Andras Timar wrote: In fact hu-HU – and other European languages with country code – seem to be unnecessary there. They have not been working under Windows for ages (or ever), yet nobody complained. :) Some of them look identical to English node. I think we

Re: [Libreoffice] [PUSHED] Re: [PATCH] optimized zoom to use more common intervals

2012-01-26 Thread Cor Nouws
[ just 'reply' for the cc's ] drew wrote (26-01-12 08:36) On Thu, 2012-01-26 at 08:21 +0100, Jan Holesovsky wrote: Hi Cor, On 2012-01-26 at 00:16 +0100, Cor Nouws wrote: Also I changed the ZOOM_FACTOR from 1.1 to 2^(1/4), it feels better here, the 1.1 means way too much wheel rotation to

Re: [Libreoffice] [PUSHED] Re: [PATCH] optimized zoom to use more common intervals

2012-01-26 Thread Cor Nouws
[ just 'reply' for the cc's ] Stefan Knorr (Astron) wrote (26-01-12 14:16) Hi, I just checked, and must say that I can only second Cor and Drew in that it is too quick now. Could we go back to 1.1 or maybe 2^(1/8)=1.0905 (that should deliver a similar effect as 2^(1/4), no? – I am bad at

Re: [Libreoffice] [ANNOUNCE] Branch libreoffice-3-5-0 created

2012-01-26 Thread Stephan Bergmann
On 01/24/2012 09:11 PM, Petr Mladek wrote: there have been created the libreoffice-3-5-0 branch. It will be used for fine tuning of the 3.5.0 release. It is based on the tag libreoffice-3.5.0.2 for 3.5.0-rc2 release. The following rules apply: + only cherry-picking from libreoffice-3-5

Re: [Libreoffice] [LibreOffice] [39428] Remove SvStream operator/

2012-01-26 Thread Keith McRae
Given that these are almost exclusively called with sal_uInt16, I would simply un-template'ize the functions, substituting sal_uInt16 for prefix. For instantiations with prefix != sal_uInt16, I count four uses of read_lenPrefixed_uInt8s_ToOStringsal_uInt8, two of

Re: [Libreoffice] [REVIEW][3.5.0][3-5][3-4] fdo#38595 Calc cell borders lost in ODF import

2012-01-26 Thread Michael Stahl
On 26/01/12 14:20, Eike Rathke wrote: Hi, please review and cherry-pick to 3-5, 3.5.0 and 3-4 http://cgit.freedesktop.org/libreoffice/core/commit/?id=34315e7ec4062f9521cd19951b5f7f6ad9ce0d2e Resolves https://bugs.freedesktop.org/show_bug.cgi?id=38595 ooh, Calc also has this kind of

[Libreoffice] minutes of ESC call ...

2012-01-26 Thread Michael Meeks
* Present: + Kendy, Norbert, Stephan, Thorsten, Mitch, Fridrich, Andras, Markus, Petr, Caolan, David, Kohei, Eike, Lionel, Rainer * Completed Actions + hack up the Help-File bug menu item (Ivan) + reviewed will be in 3.5.1 + poke

Re: [Libreoffice] [REVIEW][3-5][3.5.0][3-4] invalid cast from BoderLine to BorderLine2

2012-01-26 Thread Kohei Yoshida
On Thu, 2012-01-26 at 16:15 +0100, Michael Stahl wrote: On 26/01/12 15:56, Michael Meeks wrote: On Thu, 2012-01-26 at 14:45 +0100, Eike Rathke wrote: Please review and cherry-pick to 3-5, 3.5.0 and 3-4

Re: [Libreoffice] [REVIEWED][3-5][3.5.0][3-4] invalid cast from BoderLine to BorderLine2

2012-01-26 Thread Kohei Yoshida
On Thu, 2012-01-26 at 12:44 -0500, Kohei Yoshida wrote: me three! I'll push it to the -3-5-0 branch in a minute. Pushed to the -3-5-0 branch. Kohei P.S. Sorry I forgot to add the sign-off lines in the commit message. -- Kohei Yoshida, LibreOffice hacker, Calc

[Libreoffice] [PUSHED] Code cleanup: ( () ) replaced by (())

2012-01-26 Thread Michael Meeks
Hi Alex, On Thu, 2012-01-26 at 16:00 +0100, Alexander Bergmann wrote: --- bridges/inc/bridges/cpp_uno/bridge.hxx | 48 +- OSL_TRACE( ModuleImport::~ModuleImport(). ); Thanks for that :-) it looks rather less contorted. As Lubos says it's probably rather more

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Michael Meeks
Hi Jonathan, On Thu, 2012-01-26 at 16:14 +, Jonathan Adams wrote: beginning to get somewhere with GCC ... gonna update the list of changes so far: Great :-) if you do a: 'git diff' and just send the patch with some nice license is: MPL/LGPLv3+ statement, we can

Re: [Libreoffice] [PUSHED-3-4][PUSHED[3-5][REVIEW] 3-5, 3-5-0, 3-4 corrupted Indic characters and crash under Windows fdo#44208, fdo#45107

2012-01-26 Thread Christophe Strobbe
At 17:59 26-1-2012, Andras Timar wrote: Hi Caolan, 2012/1/26 Caolán McNamara http://lists.freedesktop.org/mailman/listinfo/libreofficecaolanm at redhat.com: We should in master generally shrink the rest of the tags down to the minimum correct lang-tag , e.g. hu-HU to hu, but zh-CN

Re: [Libreoffice] [PUSHED][REVIEWED 3-5, 3-5-0] The type-detection of extension-less documents is broken

2012-01-26 Thread Eike Rathke
Hi Cedric, On Thursday, 2012-01-26 17:27:08 +0100, Cedric Bosdonnat wrote: The patch looks good to me. If you tested it with several files, it's ok for me for 3.5.0. I just cherry-picked it in -3-5-0. Just adding [PUSHED] to subject as I was about to do the same.. Eike -- LibreOffice

[Libreoffice] CREDITS.odt, http://www.libreoffice.org/about-us/credits/

2012-01-26 Thread Andras Timar
Hi, readlicense_oo/odt/CREDITS.odt is rather outdated. I would like to update it before 3.5.0. But http://www.libreoffice.org/about-us/credits/ is not so fresh, too. Would it be possible to update it in the next days? Thanks, Andras ___ LibreOffice

Re: [Libreoffice] [REVIEW]Fix for annoying bug fdo#35669

2012-01-26 Thread Michael Stahl
On 26/01/12 16:21, Cedric Bosdonnat wrote: Hi all, Could someone review and cherry-pick this commit to -3-5, -3-5-0 and -3-4? http://cgit.freedesktop.org/libreoffice/core/commit/?id=5e51960dede5015b862df05b7b16f02884647889 your fix looks good to me, except for the line: sal_uInt16

Re: [Libreoffice] [REVIEW]Fix for annoying bug fdo#35669

2012-01-26 Thread Michael Stahl
On 26/01/12 19:30, Michael Stahl wrote: On 26/01/12 16:21, Cedric Bosdonnat wrote: Hi all, Could someone review and cherry-pick this commit to -3-5, -3-5-0 and -3-4? http://cgit.freedesktop.org/libreoffice/core/commit/?id=5e51960dede5015b862df05b7b16f02884647889 your fix looks good to me,

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Stephan Bergmann
On 01/26/2012 06:55 PM, Michael Meeks wrote: On Thu, 2012-01-26 at 16:52 +, Jonathan Adams wrote: I'm coming to the conclusion that the system doesn't believe I'm using GCC ... nss keeps trying to build with -KPIC, rather than -fPIC ... any suggestions and I'll eagerly try them :)

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Norbert Thiebaud
On Thu, Jan 26, 2012 at 12:03 PM, Stephan Bergmann sberg...@redhat.com wrote: On 01/26/2012 06:55 PM, Michael Meeks wrote: On Thu, 2012-01-26 at 16:52 +, Jonathan Adams wrote: I'm coming to the conclusion that the system doesn't believe I'm using GCC ... nss keeps trying to build with

Re: [Libreoffice] [REVIEW][3.5.0][3-5][3-4] fdo#38595 Calc cell borders lost in ODF import

2012-01-26 Thread Eike Rathke
Hi Michael, On Thursday, 2012-01-26 18:21:16 +0100, Michael Stahl wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=34315e7ec4062f9521cd19951b5f7f6ad9ce0d2e Resolves https://bugs.freedesktop.org/show_bug.cgi?id=38595 ooh, Calc also has this kind of problem :) Yup.. your

Re: [Libreoffice] [PUSHED 3-5-0][REVIEW] solenv: handle error code from ./g

2012-01-26 Thread Eike Rathke
Hi, On Thursday, 2012-01-26 17:57:29 +0100, Petr Mladek wrote: Caolán McNamara píše v Čt 26. 01. 2012 v 16:49 +: On Thu, 2012-01-26 at 17:40 +0100, Miklos Vajna wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=439e5279c5d334f849a6ab7b51bad1bb12f13aae pushed to 3-5 with

Re: [Libreoffice] Changing list setup to not add to subject

2012-01-26 Thread Eike Rathke
Hi, On Wednesday, 2012-01-25 15:33:13 -0500, Kohei Yoshida wrote: On Wed, 2012-01-25 at 14:05 -0600, Norbert Thiebaud wrote: I don't mind the removal of [LibreOffice], but I mind messing with the reply-to Same here. Same for me. But, I know that unfortunately there are uncapable mail

Re: [Libreoffice] LibreOffice / openIndiana ...

2012-01-26 Thread Norbert Thiebaud
/usr/bin/bash: /usr/sfw/bin/make: No such file or directory you want to remove GNUMAKE=/usr/sfw/bin/make from solenv/inc/unitools.mk or at the very least replace = by *= as I mentionned earlier GNUMAKE is always set by configure.in Norbert ___

Re: [Libreoffice] [REVIEW 3-5-0] Updated License document

2012-01-26 Thread Norbert Thiebaud
On Thu, Jan 26, 2012 at 6:27 AM, Andras Timar tima...@gmail.com wrote: Hi, http://cgit.freedesktop.org/libreoffice/core/commit/?id=d2961f3fff10ea1254a082ad6d0a72bff740d66e I updated LICENSE.odt and generated THIRDPARTYLICENSEREADME.html and license.txt from it. Unfortunately the diff is not

  1   2   3   >