Re: [Libreoffice] Error in/at end of make install

2011-11-21 Thread Stephan Bergmann
On 11/22/2011 07:06 AM, Cor Nouws wrote: after the make, make install runs fine for some time but finishes with these last lines: " Entering /home/cono/src/git/libo_core/instsetoo_native/util dmake: makefile.mk: line 239: Warning: -- Prior to dmake 4.5 only one %-target per target-definition wo

Re: [Libreoffice] [PUSHED] Some OSL cleanup

2011-11-21 Thread Stephan Bergmann
On 11/21/2011 08:08 PM, Arnaud Versini wrote: I want to add some annotations like format_arg and noreturn (or an equivalent for MSVC, CLang...) specially for trace, assert, abort and info. Is it useful ? Not sure what functions exactly ("trace, assert, abort and info") you are talking about h

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Stephan Bergmann
On 11/22/2011 06:35 AM, Norbert Thiebaud wrote: The run tine flexibility is a great feature, but the proposed implementation is scary perf-wise I kept the implementation simplistic on purpose. First, remember that logging (at least for now) is only enabled in debug/dbgutil builds, and that t

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Jonathan Aquilina
On 22/11/2011 06:35, Norbert Thiebaud wrote: On Fri, Nov 18, 2011 at 8:25 AM, Stephan Bergmann wrote: Second, at runtime the environment variable SAL_LOG further limits which macro calls actually generate log output. The environment varialbe SAL_LOG must either be unset or must mat

Re: [Libreoffice] Error in/at end of make install

2011-11-21 Thread Cor Nouws
Cor Nouws wrote (22-11-11 07:06) And indeed, I cannot start the programm in the following way, that I was able before: " cd /home/cono/src/git/libo_core/install/program . ./ooenv ./soffice.bin " something wrong in make install or new methodology? Of course this info: cono@cono-tm-new:~/src/gi

[Libreoffice] Error in/at end of make install

2011-11-21 Thread Cor Nouws
after the make, make install runs fine for some time but finishes with these last lines: " Entering /home/cono/src/git/libo_core/instsetoo_native/util dmake: makefile.mk: line 239: Warning: -- Prior to dmake 4.5 only one %-target per target-definition worked reliably. Check your makefiles.

Re: [Libreoffice] hickup in my build today

2011-11-21 Thread Cor Nouws
Hi August, August Sodora wrote (22-11-11 03:29) cd into each of those directories and run "build" manually and they all turn out ok; then you can go back and run make in the root yes, that is what I did, and described, maybe not clear enough. I just wanted to let the devs know where it was.

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Norbert Thiebaud
On Fri, Nov 18, 2011 at 8:25 AM, Stephan Bergmann wrote: >> >>    Second, at runtime the environment variable SAL_LOG further limits >> which >>    macro calls actually generate log output.  The environment varialbe >> SAL_LOG >>    must either be unset or must match the regular expression The ru

Re: [Libreoffice] hickup in my build today

2011-11-21 Thread Jonathan Aquilina
On 22/11/2011 03:29, August Sodora wrote: For some reason when I run a build with multiple processes from clean, some combination of nss, xpdf, and openssl will fail to build. I can cd into each of those directories and run "build" manually and they all turn out ok; then you can go back and run m

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Norbert Thiebaud
On Mon, Nov 21, 2011 at 6:30 AM, Caolán McNamara wrote: > On Fri, 2011-11-18 at 15:25 +0100, Stephan Bergmann wrote: > > > Practical question though, is on windows where does the output go ? Actually I have a similar scheme for my own stuff, and I send the output to _.log in the current working d

Re: [Libreoffice] build break in drawinglayer component (unresolved?external in BZPixelRaster)

2011-11-21 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On 21/11/11 17:55, Thorsten Behrens wrote: > Seen this a while ago, Fridrich or someone else fixed it - you may > want to git pull -r & rerun. I fixed this some weeks ago. It was basically visibility markup on purely inlined classes. Windows

Re: [Libreoffice] .: bin/get-bugzilla-attachments-by-mimetype

2011-11-21 Thread Markus Mohrhard
Hey, 2011/11/21 Kohei Yoshida : > On Mon, 2011-11-21 at 13:14 +0100, Markus Mohrhard wrote: >> If everyone is fine with the idea of putting the informatio in >> bugzilla I'll do that later today. > All information are now in bugzilla as fdo#43152. I need to test each document again to see what wa

Re: [Libreoffice] hickup in my build today

2011-11-21 Thread August Sodora
For some reason when I run a build with multiple processes from clean, some combination of nss, xpdf, and openssl will fail to build. I can cd into each of those directories and run "build" manually and they all turn out ok; then you can go back and run make in the root directory again. If this do

[Libreoffice] hickup in my build today

2011-11-21 Thread Cor Nouws
FYI pulled around 20:00 CET build failed internal build errors: ERROR: error 65280 occurred while making /home/cono/src/git/libo_core/xpdf completed after the usual /bin/bash cd /home/cono/src/git/libo_core source ./Env.Host.sh cd xpdf rm -Rf /home/cono/src/git/libo_core/xp

[Libreoffice] [PATCH] remove NfShCurrencyEntries and NfShCurrencyEntryPtr types

2011-11-21 Thread Daniel Di Marco
Hi, attached is a simple patch to remove 2 obsolete datatypes. Cheers, Daniel >From ea8780a248d506ce1d874538c934b5026c8d5e6e Mon Sep 17 00:00:00 2001 From: Daniel Di Marco Date: Mon, 21 Nov 2011 23:10:50 +0100 Subject: [PATCH] remove NfShCurrencyEntries and NfShCurrencyEntryPtr types --- cui

[Libreoffice] Question about IAccessibility2

2011-11-21 Thread Regina Henschel
Hi all, I have started to implement the attribute "stroke-linecap". I come across "IAccessibility2" in files /core/cui/source/tabpages/tabline.hrc /core/cui/source/tabpages/tabline.src There are some string resources defined like #define STR_END_LENGTH 41 Some are commented out in lines 12

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Tor Lillqvist
> From what I vaguely remember it is Windows that closes those streams for > GUI executables, Something like that, yes, although they are not "closed" in the sense that they would first be open ("inherited" in the Unix sense); they are never open in the first place in GUI executables, unless expli

Re: [Libreoffice] [PUSHED] Some OSL cleanup

2011-11-21 Thread Arnaud Versini
Thanks, For getpid, this is my mistake, sorry, I must check before if NPTL getpid is conform to the posix requirements (one PID for all threads in one process). It seems to be Posix compliant : http://linux.die.net/man/7/pthreads I will check and send you a patch for this. I want to add some an

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Eike Rathke
Hi Stephan, On Monday, 2011-11-21 17:53:42 +0100, Stephan Bergmann wrote: > On 11/21/2011 04:42 PM, Caolán McNamara wrote: > >On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote: > >>SAL_INFO/WARN just go to stderr for now. What should work to see them > >>even for a gui soffice.exe is to a

Re: [Libreoffice] report from ODF Plugfest Gouda

2011-11-21 Thread Cor Nouws
Thorsten Behrens wrote (21-11-11 17:48) Use RDF for what it's been designed for, craft extensibility into ODF via other means. Wasn't it a possibility to save data that is not likely to become regular part of ODF in the end (hmm, would you want to have smthing like that in your office-app :-\

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Kevin Hunter
At 11:53am -0500 Mon, 21 Nov 2011, Stephan Bergmann wrote: It would be good if such "impossible to proceed" situations would lead to uncaught exceptions [...] or clear error messages from within LO ("this functionality is unavailable (detailed error message: ...)"), instead of LO silently doing n

Re: [Libreoffice] tinderbox status: email on success, commits since success

2011-11-21 Thread Bjoern Michaelsen
On Mon, Nov 21, 2011 at 06:04:45PM +0100, Thorsten Behrens wrote: > Generally, Björn has some more advanced CI in the works, with > Jenkins/Gerrit, slightly unsure about the status there - but best > sync with Cloph/Björn, for not doing extra work. Yes, indeed. However, first we need to get the ba

Re: [Libreoffice] tinderbox status: email on success, commits since success

2011-11-21 Thread Christian Lohmaier
Hi Lionel, *, On Mon, Nov 21, 2011 at 3:48 PM, Lionel Elie Mamane wrote: > Hi, > > 1) On http://tinderbox.libreoffice.org/MASTER/status.html, the links >   "Check-ins since last build" are all 404s. https://bugs.freedesktop.org/show_bug.cgi?id=38879 " [EasyHack] Add git history/log parser for ti

[Libreoffice] [PUSHED] Start Impress without the wizard by default

2011-11-21 Thread Michael Meeks
Hi Tim, On Mon, 2011-11-21 at 18:05 +0100, Tim Hardeck wrote: > On 11/18/2011 04:54 PM, Michael Meeks wrote: > > Right, just changing that default would be easier. Tim - the best way ... > sure, that should be it. Thanks for that; pushed - we should add to the 3.5 release notes in the wik

[Libreoffice] [PUSHED] Some OSL cleanup

2011-11-21 Thread Michael Meeks
Hi there, On Fri, 2011-11-18 at 20:15 +0100, Arnaud Versini wrote: > The first patch replace the usage of gethostbyname by the reentrant > version. Looks nice, and functional for all unix's that I can see :-) > The second and third patch removes internal gethostbyname_r, backtrace > and

Re: [Libreoffice] build break in drawinglayer component (unresolved?external in BZPixelRaster)

2011-11-21 Thread Noel Grandin
I also saw that error, and I seem to remember Fridrich fixing it. But I think I had to do a 'make clean' and then 'make' to fix it. On Mon, Nov 21, 2011 at 18:55, Thorsten Behrens wrote: > xuanyong.yang wrote: >> I got the following error. Any ideas? and I didn't make any >> changes in the code

Re: [Libreoffice] [PATCH] Start Impress without the wizard by default

2011-11-21 Thread Tim Hardeck
Hi Michael, On 11/18/2011 04:54 PM, Michael Meeks wrote: > Right, just changing that default would be easier. Tim - the best way > (or at least what I'd do) to find that is to cp -a your > ~/.config/libreoffice to somewhere else; change the setting, exit, then > diff -ur on the files, perhaps xmli

Re: [Libreoffice] tinderbox status: email on success, commits since success

2011-11-21 Thread Thorsten Behrens
Lionel Elie Mamane wrote: > 1) On http://tinderbox.libreoffice.org/MASTER/status.html, the links >"Check-ins since last build" are all 404s. > SCM integration is currently not available - Cloph would know the details. > 2) I'd like to get an explicit "tinderbox success" email IF AND ONLY >

Re: [Libreoffice] build break in drawinglayer component (unresolved?external in BZPixelRaster)

2011-11-21 Thread Thorsten Behrens
xuanyong.yang wrote: > I got the following error. Any ideas? and I didn't make any > changes in the code, just trying to build the master on winxp . > Seen this a while ago, Fridrich or someone else fixed it - you may want to git pull -r & rerun. Fridrich, weren't there some known-good-for-window

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Stephan Bergmann
On 11/21/2011 04:42 PM, Caolán McNamara wrote: On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote: On 11/21/2011 01:30 PM, Caolán McNamara wrote: Practical question though, is on windows where does the output go ? SAL_INFO/WARN just go to stderr for now. What should work to see them e

Re: [Libreoffice] report from ODF Plugfest Gouda

2011-11-21 Thread Thorsten Behrens
Cor Nouws wrote: > - The second: RDF > Objective: prevent that data that is not (yet) supported in other > application gets lost when round tripping with those other pps. > Metadata plays a role in this. > Meh. Somehow, "RDF" seems to be the cop-out answer du jour for extending ODF - while being

[Libreoffice] LO and address book wizard

2011-11-21 Thread Arno Teigseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Anyone else having trouble with adding address books to Libreoffice (File->Wizard->Address book). I'm getting "SDBC error" on my system, _git master LO_ on linux mint 11. Have both thunderbird (repo) and evolution (repo) installed. The "more" but

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

2011-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Petr Mladek changed: What|Removed |Added Depends on||35669 --- Comment #26 from Petr Mladek 20

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Stephan Bergmann
On 11/21/2011 04:50 PM, Michael Meeks wrote: Until then, I think we need to stick with the signal handler, sadly, it is truly ugly, and I assume it can deadlock too if the signal happens at certain places wrt. holding mutex', remarkably few posix calls are signal-safe. One indeed occasi

Re: [Libreoffice] [Libreoffice-ux-advise] [PATCH] Make the toolbars not popping-up randomly

2011-11-21 Thread Tim Hardeck
Hi, On 11/21/2011 04:40 PM, Cor Nouws wrote: > Hi Kendy :-) > > Jan Holesovsky wrote (21-11-11 16:25) > >> The problem with docking them there is that if you let the behavior as >> it is now (pop-up when you are in the bullet list / table / etc., and >> disappear when you leave that), then your do

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Michael Meeks
On Mon, 2011-11-21 at 16:23 +0100, Stephan Bergmann wrote: > True. So an improvement probably better left for the hypothetical > future where we have really fast save and/or save in the background. Of course; in a world of interactive co-editing; we should really stream everything peopl

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Caolán McNamara
On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote: > On 11/21/2011 01:30 PM, Caolán McNamara wrote: > > Practical question though, is on windows where does the output go ? > > SAL_INFO/WARN just go to stderr for now. What should work to see them > even for a gui soffice.exe is to add som

Re: [Libreoffice] [Libreoffice-ux-advise] [PATCH] Make the toolbars not popping-up randomly

2011-11-21 Thread Cor Nouws
Hi Kendy :-) Jan Holesovsky wrote (21-11-11 16:25) The problem with docking them there is that if you let the behavior as it is now (pop-up when you are in the bullet list / table / etc., and disappear when you leave that), then your document will be jumping left and right, which would be incre

Re: [Libreoffice] [Libreoffice-ux-advise] [PATCH] Make the toolbars not popping-up randomly

2011-11-21 Thread Jan Holesovsky
Hi Cor, On 2011-11-19 at 08:40 +0100, Cor Nouws wrote: > >>* When we've presented some proposals within the OOo Renaissance > >> project, people "mentioned" that vertical space is valuable due > >> to widescreen displays. > > So what about the possibility to dock the th

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Stephan Bergmann
On 11/21/2011 04:14 PM, Terrence Enger wrote: On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote: (One thing we could IMO improve though, is to not rely on trying to save open documents from within a signal handler, but instead rely o

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Terrence Enger
On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote: > (One thing we > could IMO improve though, is to not rely on trying to save open > documents from within a signal handler, but instead rely on frequent > auto-save and roll back to t

Re: [Libreoffice] [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Sérgio, On Monday, 2011-11-21 14:56:18 +, Sérgio Marques wrote: > I need to change case from months name due to new Portuguese settlement for > spellcheck. Can I get file mentioned, change case and send it to You for > commit? Yes, that's fine, just be sure you use the /plain/ file for mo

Re: [Libreoffice] [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Sérgio Marques
2011/11/21 Eike Rathke > Hi Yury, > > On Saturday, 2011-11-19 21:19:43 +0200, Yury Tarasievich wrote: > > > Now, where do we get a template for the new format of locale? > > Um.. what template? There are the i18npool/source/localedata/data/*.xml > files (see also > > http://cgit.freedesktop.org/l

Re: [Libreoffice] .: bin/get-bugzilla-attachments-by-mimetype

2011-11-21 Thread Kohei Yoshida
On Mon, 2011-11-21 at 13:14 +0100, Markus Mohrhard wrote: > If everyone is fine with the idea of putting the informatio in > bugzilla I'll do that later today. Yes, that's my preferred workflow as well. Thanks a lot, Markus. Kohei -- Kohei Yoshida, LibreOffice hacker, Calc __

[Libreoffice] tinderbox status: email on success, commits since success

2011-11-21 Thread Lionel Elie Mamane
Hi, 1) On http://tinderbox.libreoffice.org/MASTER/status.html, the links "Check-ins since last build" are all 404s. 2) I'd like to get an explicit "tinderbox success" email IF AND ONLY IF the last mail I got from that tinderbox is "tinderbox failure". Or if people would mind that, maybe

Re: [Libreoffice] .: bin/get-bugzilla-attachments-by-mimetype

2011-11-21 Thread Eike Rathke
Hi Markus, On Monday, 2011-11-21 13:14:27 +0100, Markus Mohrhard wrote: > If everyone is fine with the idea of putting the informatio in > bugzilla I'll do that later today. Of course, yes, that's fine, thanks. Eike -- LibreOffice Calc developer. Number formatter stricken i18n transposition

Re: [Libreoffice] [PUSHED] translated comments in /svx/source/stbctrls

2011-11-21 Thread Cor Nouws
Michael Meeks wrote (21-11-11 15:37) Always the way :-) Nasty guys here ;-) Ah I was asking if you wanted a company name: CorNouwsInc. or somesuch against your changes. That is what I understood, yes. So where should I do what to add "Nou&Off" (www.nouenoff.nl) ? -- - Co

Re: [Libreoffice] [PUSHED] [PATCH]: Translate German Comments

2011-11-21 Thread Michael Meeks
On Mon, 2011-11-21 at 13:54 +0100, Lionel Elie Mamane wrote: > I would tend to think that indeed, building LibreOffice just to > translate comments is rather onerous a cost. Agreed, no point in stumbling over that. Having said that - comment translation patches should be -only- comments +

Re: [Libreoffice] [PUSHED] translated comments in /svx/source/stbctrls

2011-11-21 Thread Michael Meeks
On Mon, 2011-11-21 at 14:29 +0100, Cor Nouws wrote: > Phillip was so kind to give some useful comments, just after you > mailed/pushed. Always the way :-) > So pls find my second patch attached here ;-) Ho hum; two patches merged in a day ? ... ;-) > > Unless I'm wrong, th

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-21 Thread Noel Grandin
Hmmm, that looks like a quoting problem with the $CPP variable. What does your $CPP variable look like? On Mon, Nov 21, 2011 at 13:07, Winfried Donkers wrote: >> Excellent. Feel free to ask for help if you get stuck setting it up. > >> -- Noel Grandin > > .autogen.sh succeeded, now make give a s

[Libreoffice] development summary: year 2011, week 46

2011-11-21 Thread Petr Mladek
Hi, this time a brief summary of what happened during the 46th week in 2011 on LibreOffice repositories and the living branches: + master:LO-3.5 development + libreoffice-3-4: fixes for LO-3.4.4 bug fix release There are two logs for each branch: + bugfixes

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Stephan Bergmann
On 11/21/2011 01:30 PM, Caolán McNamara wrote: On Fri, 2011-11-18 at 15:25 +0100, Stephan Bergmann wrote: Alright, so we end up with use assert if you want an assert SAL_WARN if you want to warn about something odd, but which isn't necessarily definitely wrong SAL_INFO for verbose logging Pract

Re: [Libreoffice] [PATCH][PUSHED] Improved Header/Footer UI framerate

2011-11-21 Thread Cedric Bosdonnat
Hello Thomas, On Fri, 2011-11-18 at 20:22 +0100, Thomas Collerton wrote: > Thanks for the reply :-) Sorry for the license, I meant MPL/LGPLv3+. > I'm still a newbie to the coding world, and my C/C++ knowledge is > still very basic, so for now I'd rather not be added to the > developers' list. It w

Re: [Libreoffice] [PUSHED] translated comments in /svx/source/stbctrls

2011-11-21 Thread Cor Nouws
Hi Michael, Michael Meeks wrote (21-11-11 12:44) Prolly not perfect, but should be far better understandable for our friends all over the world. Yes, looks a lot better. Phillip was so kind to give some useful comments, just after you mailed/pushed. So pls find my second patch at

Re: [Libreoffice] uno discoverability

2011-11-21 Thread Stephan Bergmann
On 11/17/2011 06:55 PM, Michael Meeks wrote: On Wed, 2011-11-16 at 14:16 +0100, Stephan Bergmann wrote: throw FooException("Failure loading file '%S' code %d", ... This (as well as cooking something up using OSL_FORMAT) would have the disadvantage that it potentially converts data from

Re: [Libreoffice] [PATCH/REVIEW-3-4] Backport reading AES-encrypted ODF 1.2 documents (as genereated by LibO 3.5)

2011-11-21 Thread Cor Nouws
Hi Michael, Michael Meeks wrote (21-11-11 13:46) On Mon, 2011-11-21 at 12:05 +0100, Cor Nouws wrote: "In LibreOffice 3.5 a different, more often used encryption will be introduced. ..." It'd be great if that final text ended up at: http://wiki.documentfoundation.org/ReleaseN

Re: [Libreoffice] [PUSHED] [PATCH]: Translate German Comments

2011-11-21 Thread Lionel Elie Mamane
On Thu, Nov 03, 2011 at 10:46:36PM +0100, Philipp Weissenbacher wrote: > On 29 October 2011 01:02, Norbert Thiebaud wrote: > > On Fri, Oct 28, 2011 at 3:11 PM, Philipp Weissenbacher > > wrote: Out of curiosity, how did you set-up your repos ? (pure git clone, using the tar.gz primer me

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-21 Thread Winfried Donkers
>Looking at the LibreOffice project's interest, in the short term we >would probably benefit more from your going through other >EasyHacks. Except if it makes the difference between having the fix >for 3.4.5 or not, but I dare hope the Windows build will be fixed >"soon enough" for that not to be

Re: [Libreoffice] [PATCH/REVIEW-3-4] Backport reading AES-encrypted ODF 1.2 documents (as genereated by LibO 3.5)

2011-11-21 Thread Michael Meeks
Hi Cor, On Mon, 2011-11-21 at 12:05 +0100, Cor Nouws wrote: > "In LibreOffice 3.5 a different, more often used encryption will be > introduced. ..." It'd be great if that final text ended up at: http://wiki.documentfoundation.org/ReleaseNotes/3.5 to describe the feature

Re: [Libreoffice] [PATCH] translated comments in /svx/source/stbctrls

2011-11-21 Thread Cor Nouws
Cor Nouws wrote (21-11-11 13:17) (NB, I think I saw a comment somewhere, that display of date/time have been completely disabled .. shall look if I can find that again) Indeed, line 426 in svx/source/stbctrls/pszctrl.cxx // Empty display if neither size nor table position are available. //

Re: [Libreoffice] Assertions and Logging

2011-11-21 Thread Caolán McNamara
On Fri, 2011-11-18 at 15:25 +0100, Stephan Bergmann wrote: Alright, so we end up with use assert if you want an assert SAL_WARN if you want to warn about something odd, but which isn't necessarily definitely wrong SAL_INFO for verbose logging Practical question though, is on windows where does th

Re: [Libreoffice] [PATCH] translated comments in /svx/source/stbctrls

2011-11-21 Thread Cor Nouws
Hi Phillip, Philipp Weissenbacher wrote (21-11-11 12:48) I took a quick look at your patch and found these minor things: Thanks :-) Line 95: "Create an intance of the implementation class, enable the page numbering by default" There's a typo (intance -> instance) and in German text it says

Re: [Libreoffice] Setting up a non-intrusive build cluster

2011-11-21 Thread Lionel Elie Mamane
On Mon, Nov 21, 2011 at 11:50:52AM +, Michael Meeks wrote: > On Sat, 2011-11-19 at 16:15 -0500, Marc-André Laverdière wrote: >> I am convincing some powers-that-be that having a build farm would >> be good, and they are starting to listen. This would really help me >> write patches for LO, as

Re: [Libreoffice] .: bin/get-bugzilla-attachments-by-mimetype

2011-11-21 Thread Markus Mohrhard
Hello Eike, 2011/11/21 Eike Rathke : > Hi Markus, > > On Monday, 2011-11-21 12:40:11 +0100, Markus Mohrhard wrote: > >> Not every document is crash free. We have 15 documents that either >> froze during the import or crashed calc. I have sent the list to Eike >> and Kohei and have already fixed tw

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-21 Thread Lionel Elie Mamane
On Mon, Nov 21, 2011 at 12:07:03PM +0100, Winfried Donkers wrote: > Also, considering the vast amount of messages added to bug 36555 by > Lionel Elie Mamane and Alex Thurgood, it may be wiser to abandon my > attempts to build LibreOffice and continue with easy hacks on my > Linus machine? Well, t

Re: [Libreoffice] [PATCH] translated comments in /svx/source/stbctrls

2011-11-21 Thread Philipp Weissenbacher
Hi Cor, I took a quick look at your patch and found these minor things: Line 95: "Create an intance of the implementation class, enable the page numbering by default" There's a typo (intance -> instance) and in German text it says "Zeitanzeige" (display of time, or showing of the time), but you tr

Re: [Libreoffice] Setting up a non-intrusive build cluster

2011-11-21 Thread Michael Meeks
Hi Marc, On Sat, 2011-11-19 at 16:15 -0500, Marc-André Laverdière wrote: > I am convincing some powers-that-be that having a build farm would be > good, and they are starting to listen. This would really help me write > patches for LO, as my poor computer is having impossibly long compile > cycles

Re: [Libreoffice] .: bin/get-bugzilla-attachments-by-mimetype

2011-11-21 Thread Eike Rathke
Hi Markus, On Monday, 2011-11-21 12:40:11 +0100, Markus Mohrhard wrote: > Not every document is crash free. We have 15 documents that either > froze during the import or crashed calc. I have sent the list to Eike > and Kohei and have already fixed two crashs. If anyone else is > interested in the

[Libreoffice] [PUSHED] translated comments in /svx/source/stbctrls

2011-11-21 Thread Michael Meeks
Hi Cor, On Sat, 2011-11-19 at 23:10 +0100, Cor Nouws wrote: > Our hackfest today was interesting. It learned me that the idea that I > want to realise (zoom in/out with short cut), asks some more effort. > (And there were more other useful things for the people attending.) Nice :-) > H

Re: [Libreoffice] .: bin/get-bugzilla-attachments-by-mimetype

2011-11-21 Thread Markus Mohrhard
2011/11/21 Caolán McNamara : > On Mon, 2011-11-21 at 11:24 +0100, Markus Mohrhard wrote: >>  Big thanks from me too. >> >>  And just for the record all ods, xls and xlsx documents are tested with >> master. > > Really?, wow. i.e. every .ods, .xls and .xlsx available from > freedesktop, redhat.com,

Re: [Libreoffice] [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Yury, On Saturday, 2011-11-19 21:19:43 +0200, Yury Tarasievich wrote: > Now, where do we get a template for the new format of locale? Um.. what template? There are the i18npool/source/localedata/data/*.xml files (see also http://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/local

Re: [Libreoffice] Will the real creator of "Easy Hack 39596 - use the CLang++ static analyser to find bugs" please stand up

2011-11-21 Thread Bjoern Michaelsen
On Mon, Nov 21, 2011 at 10:58:23AM +, Michael Meeks wrote: > Sure - when the easy hack turns out ot be impossible to do, it was > almost certainly one of mine ;-> Na, it was more a "doing fancy compiler stuff" together with the use of some adjectives that hinted me at you. ;) Best, Bjo

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-21 Thread Winfried Donkers
> Excellent. Feel free to ask for help if you get stuck setting it up. > -- Noel Grandin .autogen.sh succeeded, now make give a strange error: ... configure: creating ./config.status ./configure: line 8411: test: too many arguments ./configure: line 8411: test: too many arguments ./configure: lin

Re: [Libreoffice] [PATCH/REVIEW-3-4] Backport reading AES-encrypted ODF 1.2 documents (as genereated by LibO 3.5)

2011-11-21 Thread Cor Nouws
Michael Stahl wrote (19-11-11 18:18) So for the release notes something as follows would be appropriate: In LibreOffice 3.5 a new stronger encryption will be introduced. As am not sure "stronger" is appropriate here, AFAIK the main motivation for the change was that the new algorithm (AES) is

Re: [Libreoffice] Will the real creator of "Easy Hack 39596 - use the CLang++ static analyser to find bugs" please stand up

2011-11-21 Thread Michael Meeks
On Sun, 2011-11-20 at 23:34 +0100, Bjoern Michaelsen wrote: > will the real creator of this Easy Hack: > https://bugs.freedesktop.org/show_bug.cgi?id=39596 Yep - that's me ;-) > please stand up (aka CC himself on the bug). There has been a reply > recently and some mentoring might be hel

Re: [Libreoffice] .: bin/get-bugzilla-attachments-by-mimetype

2011-11-21 Thread Caolán McNamara
On Mon, 2011-11-21 at 11:24 +0100, Markus Mohrhard wrote: > Big thanks from me too. > > And just for the record all ods, xls and xlsx documents are tested with > master. Really?, wow. i.e. every .ods, .xls and .xlsx available from freedesktop, redhat.com, mozilla.org and openoffice.org is cras

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

2011-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Björn Michaelsen changed: What|Removed |Added Depends on||43105 --- Comment #25 from Björn Mich

Re: [Libreoffice] .: bin/get-bugzilla-attachments-by-mimetype

2011-11-21 Thread Markus Mohrhard
2011/11/21 Caolán McNamara : > On Mon, 2011-11-21 at 02:04 +0100, Miklos Vajna wrote: >> On Mon, Nov 14, 2011 at 02:37:07AM -0800, Caolán McNamara >> wrote: >> >     add script to download documents from various bugzillas > > Which reminds me, if someone tweaks it to get public Novell attachments

Re: [Libreoffice] .: bin/get-bugzilla-attachments-by-mimetype

2011-11-21 Thread Caolán McNamara
On Mon, 2011-11-21 at 02:04 +0100, Miklos Vajna wrote: > On Mon, Nov 14, 2011 at 02:37:07AM -0800, Caolán McNamara > wrote: > > add script to download documents from various bugzillas Which reminds me, if someone tweaks it to get public Novell attachments of the requested mime-types that wou

Re: [Libreoffice] Report from ODF PlugFest

2011-11-21 Thread Cor Nouws
Italo Vignoli wrote (18-11-11 10:40) Can I get a contact from this company? We need such statements, and I would be happy to get a quotation from these guys to use in a press release, or to write a case study about their implementation. Of course - he's willing to help. Send it to you direct,

Re: [Libreoffice] PostgreSQL-SDBC in LO: licensing

2011-11-21 Thread Michael Meeks
Hi Lionel, On Mon, 2011-11-21 at 10:49 +0100, Lionel Elie Mamane wrote: > OK, then. To implement that "hopefully over time, bit by bit we can > incrementally re-write it as a clean MPL/LGPLv3+ thingit", we need to > clearly establish that all future contributions to these files are > LGPLv2.1+ / M

Re: [Libreoffice] PostgreSQL-SDBC in LO: licensing

2011-11-21 Thread Lionel Elie Mamane
On Thu, Nov 17, 2011 at 12:59:58PM +, Michael Meeks wrote: > On Thu, 2011-11-17 at 12:05 +0100, Lionel Elie Mamane wrote: >> Sure I can: the code being *dual*-licensed means anybody legitly >> getting a copy of the code can *choose* between obeying the LGPLv2.1 >> *OR* obeying the SISSL. I cho

Re: [Libreoffice] URE bootstrap - error establishing connection ?

2011-11-21 Thread Stephan Bergmann
On 11/18/2011 08:51 PM, Christian Ehrlicher wrote: When I try to connect to libreoffice over a uno socket (com.sun.star.bridge.UnoUrlResolver) in most cases I need to try at least two times because the socket is not (yet) open: Cannot establish a connection using 'uno:socket,host=localhost,port=