Re: [Libreoffice] STAR_RESOURCEPATH env variable

2010-11-18 Thread Sebastian Spaeth
On Thu, 18 Nov 2010 19:50:01 +, Michael Meeks wrote: > This is used by 'ooenv': > > export STAR_RESOURCEPATH=`pwd`/../basis-link/program/resource Ooops, thanks for the pointer. I am glad I asked before removing seemingly obsolete code pieces. Perhaps I should insert a code comment expla

Re: [Libreoffice] feature/rip-build-repo - branch for removal of the need of the 'build' repo

2010-11-18 Thread Sebastian Spaeth
On Fri, 19 Nov 2010 04:18:46 +0100, Jan Holesovsky wrote: > Hi, > > In case you are interested to try to build without the 'build' repo (the > rawbuild/ way), you can try to get the feature/rip-build-repo branch > which I hope is going to become the 'official' way of building soon ;-) > > git cl

Re: [Libreoffice] feature/rip-build-repo - branch for removal of the need of the 'build' repo

2010-11-18 Thread Sebastian Spaeth
On Fri, 19 Nov 2010 04:18:46 +0100, Jan Holesovsky wrote: > In case you are interested to try to build without the 'build' repo (the > rawbuild/ way), you can try to get the feature/rip-build-repo branch > which I hope is going to become the 'official' way of building soon ;-) Very cool, I look fo

[Libreoffice] crash report and Oracle url

2010-11-18 Thread Jean-Baptiste Faure
Hi, Yesterday I got the crash report in LibO after a test of docking the navigator on the right edge of the LibO window. It contained a link to the privacy policy of Oracle. I did not sent the crash report because it was no clear for me who is the recipient of this crash report. Best regards JBF

Re: [Libreoffice] [PUSHED] make help typo fix

2010-11-18 Thread Kohei Yoshida
On Thu, 2010-11-18 at 21:58 -0500, Kevin Hunter wrote: > Hullo List, > > My girlfriend sat down as I was finishing some code reading, and noted > from my adjacent terminal window that, "For a detail-oriented computer > person, you sure can't spell." :-) Pretty innocuous fix. Pushed. P.S. Wh

[Libreoffice] feature/rip-build-repo - branch for removal of the need of the 'build' repo

2010-11-18 Thread Jan Holesovsky
Hi, In case you are interested to try to build without the 'build' repo (the rawbuild/ way), you can try to get the feature/rip-build-repo branch which I hope is going to become the 'official' way of building soon ;-) git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo cd libo/ git

[Libreoffice] make help typo fix

2010-11-18 Thread Kevin Hunter
Hullo List, My girlfriend sat down as I was finishing some code reading, and noted from my adjacent terminal window that, "For a detail-oriented computer person, you sure can't spell." Patch attached. Kevin 0001-Spelling-error-fix.patch.gz Description: GNU Zip compressed data ___

Re: [Libreoffice] Proposal: Enhancements in Easy_Hacks Wiki Page

2010-11-18 Thread Jan Holesovsky
Hi Sebastien, On 2010-11-14 at 00:50 -0800, Sebastien Delvaux wrote: > Hey everyone, i already sent an email when after i saw this one, i > "speak" c#, html, basic, applescript and a bit of javascript, There is an Easy Hack that would use your JavaScript skills, and would help a lot :-) http://

Re: [Libreoffice] [PATCH] just find all .sdf files and do not use GNU find arguments

2010-11-18 Thread Jan Holesovsky
Hi Robert, On 2010-11-13 at 19:00 +0100, Robert Nagy wrote: > -for sdf_file in `find $TOOLSDIR/src $DEB_GSIDIR $TOOLSDIR/po $SRCDIR_PIECE > -path $TOOLSDIR/src/clone -prune -o -name "*.sdf"` ; do > +for sdf_file in `find $TOOLSDIR/src $DEB_GSIDIR $TOOLSDIR/po $SRCDIR_PIECE > -path $TOOLSDIR/src

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread Jan Holesovsky
Hi Wol, On 2010-11-18 at 11:29 +, Wols Lists wrote: > > So, I think that it should default to -O2 on a normal build, and to > > -O0 when using --enable-symbols. Don't see the point of using > > optimizations when building a version for debugging purposes. > > What if it's the optimisation th

Re: [Libreoffice] Problem if switching on --with-lang=all

2010-11-18 Thread Takeshi Abe
Hi, On Thu, 18 Nov 2010 20:09:21 -0400, "werner" wrote: > When I switch on --with-lang=all , then a previously successful build stops, > with the following error message: > in sysui/util/unxlngi6.pro/misc is produced a /sysui/dummy/localize.sdf with > size =0, and checksize.pl stops the compilati

Re: [Libreoffice] [PATCH] writer, #i66304#

2010-11-18 Thread Jan Holesovsky
Hi Andras, On 2010-11-15 at 00:04 +0100, Andras Timar wrote: > The attached patch allows localizers to translate the string "My > AutoText" which comes from mytexts.bau. > It has been unresolved since 2006: > http://qa.openoffice.org/issues/show_bug.cgi?id=66304 > There is a thread about this iss

Re: [Libreoffice] Contributing test cases

2010-11-18 Thread Miklos Vajna
On Thu, Nov 18, 2010 at 11:58:29AM +, Caolán McNamara wrote: > 1) basic cppunit tests take place during the build, keep us honest and > basic functionality working at all times. Have a few of these at the > moment. > 2) smoketest run at the end of the build, at least by the buildbots to > mak

Re: [Libreoffice] Git server-side hooks

2010-11-18 Thread Miklos Vajna
On Thu, Nov 18, 2010 at 04:52:56PM +0100, Jan Holesovsky wrote: > Sorry for that, I did not see all the consequences :-( > > It really sounds as reverting is the safer choice - Miklos, can you > please do that? I just did so in the libreoffice-3-3 branch. If it's urgent, I can cherry-pick it man

Re: [Libreoffice] Git server-side hooks

2010-11-18 Thread Miklos Vajna
On Thu, Nov 18, 2010 at 08:28:36AM -0500, Kohei Yoshida wrote: > Also, I have no doubt that some of us will start using feature branches > to share development with others, and if my understanding is correct > (which it may not be) rebasing locally and pushing to the remote feature > branch when

[Libreoffice] Problem if switching on --with-lang=all

2010-11-18 Thread werner
When I switch on --with-lang=all , then a previously successful build stops, with the following error message: in sysui/util/unxlngi6.pro/misc is produced a /sysui/dummy/localize.sdf with size =0, and checksize.pl stops the compilation saying thefile is 'damaged' This have to be corrected -

[Libreoffice] EasyHack: svtools/ RTL macro conversion

2010-11-18 Thread Kevin Hunter
Hullo List, An easy hack for RTL conversion strings, against svtools/ . Cheers, Kevin 0001-EasyHack-RTL_CONST-macro-from-createFromAscii.patch.bz Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lis

[Libreoffice] Easy hack: removed commented-out code

2010-11-18 Thread Kevin Hunter
Hullo List, Another easy hack of cluttering comments removal. Kevin 0001-Remove-some-commented-out-code-we-have-Git.patch.xz Description: application/xz ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailm

[Libreoffice] RTL easy hack, look over please

2010-11-18 Thread Kevin Hunter
Hi List, Here's an RTL easy hack, that affects a macro. I believe it okay because it affects strings created like this: string = "prefix" "Something else"; but through a macro. Please look over. Cheers, Kevin 0001-EasyHack-RTL_CONST-macro-from-createFromAscii.patch.gz Description: GNU Z

[Libreoffice] tools/ RTL easy hack

2010-11-18 Thread Kevin Hunter
Hiya List, Here's an RTL easy hack for tools/ . Kevin 0001-Easy-Hack-RTL_CONST-macro-from-createFromAscii.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailma

Re: [Libreoffice] Fwd: Re: cppcheck : snprintf size is out of bounds

2010-11-18 Thread Julien Nabet
Le 17/11/2010 22:46, Julien Nabet a écrit : Le 17/11/2010 22:19, Caolán McNamara a écrit : On Wed, 2010-11-17 at 21:50 +0100, julien wrote: There's no more cppcheck errors if if i change the line : const sal_uInt32 nBezString = 1024; into this : sal_uInt32 nBezString = 1024; Before i create a

Re: [Libreoffice] binfilter RTL easy hack

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 16:24 -0500, Kevin Hunter wrote: > (What're your rough-'n'ready measurements?) A 17 character string, iterating 5120 times on createFromAscii vs the other replacement just timed with gettimeofday. C. ___ LibreOffice mailing li

Re: [Libreoffice] use dbglevel=1 for --enable-debug builds?

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 13:01 +0100, David Tardon wrote: > Hi all, > > currently, configuring with --enable-debug means that dbglevel is set to > 2 > If we used dbglevel=1 as default, only assertions would be enabled and > the output would be much more manageable (practically nonexistent in > most

Re: [Libreoffice] binfilter RTL easy hack

2010-11-18 Thread Kevin Hunter
At 3:18pm -0500 Thu, 18 Nov 2010, Caolán Mcnamara wrote: As an aside, for the empty OUString::createFromAscii("") case its probably best just to swap with OUString(), so I did that for the two cases. Doh! Totally forgot about those. I even /searched/ for, and found 'em, but got distracted at

[Libreoffice] [PUSHED] Re: [PATCH] Perl Installer: Remove commented out code.

2010-11-18 Thread Caolán McNamara
On Wed, 2010-11-10 at 21:36 -0600, Jordan Ayers wrote: > Removing some of the commented out code from the installer's windows code. Looks ok to me, no functionality changes as far as I can see, so even though I'm not under windows I pushed this. Thanks for this. BTW, the installer is pig slow, if

Re: [Libreoffice] binfilter RTL easy hack

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 10:42 -0500, Kevin Hunter wrote: > Hullo List, > > This rather large commit should take care of all non-commented versions > of the RTL_CONST macro easy hack in binfilter/ . Looks good, pushed. Thanks for this. As an aside, for the empty OUString::createFromAscii("") case

[Libreoffice] More clean code at writer [source/core/{docnode, draw, edit}]

2010-11-18 Thread Kayo Hamid
Hello, sending this for review. I think that cleaniness is better than the previous. revol_ ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] setting ulimit before running soffice

2010-11-18 Thread Kevin Hunter
At 3:49am -0500 Thu, 18 Nov 2010, Sebastian Spaeth wrote: On Wed, 17 Nov 2010 14:01:18 -0500, Kevin Hunter wrote: I suppose it's an Ubuntu thing then. I've used ulimit files minimally in my career thus far. I suppose I'll get some practice this go round ... mmh, works fine in Ubuntu for me (a

Re: [Libreoffice] Examing unicode strings in gdb (while debugging LibO)

2010-11-18 Thread Michael Meeks
On Thu, 2010-11-18 at 09:30 +, Caolán McNamara wrote: > > See also scratch/writer/gdbinit-cbosdo in build.git. :) > > Without checking myself, are those pu macros horrifically slow or > speedy ? I vaguely recall trying something like that before, and got > whacked by astonishingly slow output

Re: [Libreoffice] libreoffice Uebersetzung

2010-11-18 Thread Michael Meeks
Hi guys, On Thu, 2010-11-18 at 00:28 -0300, wer...@guyane.yi.org wrote: > Hallo :-) It's great to see you getting helped out by our German speaking community. But in general it allows more people to benfit from the replies to your questions (and to help you out) if you use Englis

Re: [Libreoffice] STAR_RESOURCEPATH env variable

2010-11-18 Thread Michael Meeks
On Thu, 2010-11-18 at 15:32 +0100, Sebastian Spaeth wrote: > in /libs-gui/tools/source/rc/resmgr.cxx we load resource files either > from "$OOO_BASE_DIR/program/resource" or from the path specified in the > env variable STAR_RESOURCEPATH. Is it save to assume that this is a > historical leftover t

Re: [Libreoffice] libreoffice Install -- weitere Probleme

2010-11-18 Thread Rene Engelhard
On Thu, Nov 18, 2010 at 03:37:25PM -0400, werner wrote: > *** ES MUSS MOEGLICH SEIN, ALLES IN EINEN ORDNER zBsp ./pkg zu > installieren, exakt so wie es spaeter auf dem Rechner des benutzers > von / aus gesehen sein soll (also inkl. prefix und inkl ooInBase) > *** Das ist möglich. Wird von allen m

Re: [Libreoffice] libreoffice install Problem

2010-11-18 Thread Rene Engelhard
Hi, On Thu, Nov 18, 2010 at 03:22:15PM -0400, werner wrote: > Bei der Installation besteht ferner noch folgendes Problem: > > 1) Bei bin/ooinstall X fehlt Hinzufuegung derooInBase = > /usr/lib/ooo-3.3 vor X !!! Falsch. Das geht über --with-oodirname, und das enthält die ganzen Verzeichnisse.

[Libreoffice] libreoffice Install -- weitere Probleme

2010-11-18 Thread werner
Weitere Probleme: / Die Installation von clipart erfolgt ins lfnd System. Das ist falsch. Sie muss auch nach prefix = DESTDIR (= /usr zBsp) innerhalb .pkg erfolgen , damit es mit gepackt wird. / In ...basis3.3/program sind alle links zu libs .so ZUM ABSOLUTEN PATHS DES (ZUFAELLIGEN) ORDNE

[Libreoffice] libreoffice install Problem

2010-11-18 Thread werner
Bei der Installation besteht ferner noch folgendes Problem: 1) Bei bin/ooinstall X fehlt Hinzufuegung derooInBase = /usr/lib/ooo-3.3 vor X !!! 2) Bei bin/ooinstall X fehlen die Programme in /usr/bin , zBsp soffice3.3 , oowriter3.3 usw Bsp. : Um hinterher ein .tgz , .rpm , .deb Paket

[Libreoffice] libreoffice installieren, Problem

2010-11-18 Thread werner
OK nach langem Rumprobieren hab ich jetzt rausgefunden, dass die Option --with-ct2n und nicht --with-numbertext dafuer abgeschaltet werden muss. Jetzt gibt es andere Probleme bei der Installierung. Bei mir ist inkscape nicht installiert, da

[Libreoffice] binfilter RTL easy hack

2010-11-18 Thread Kevin Hunter
Hullo List, This rather large commit should take care of all non-commented versions of the RTL_CONST macro easy hack in binfilter/ . Cheers, Kevin 0001-EasyHack-RTL-macro-from-createFromAscii.patch.bz Description: application/bzip ___ LibreOffice

Re: [Libreoffice] use dbglevel=1 for --enable-debug builds?

2010-11-18 Thread Kohei Yoshida
On Thu, 2010-11-18 at 13:01 +0100, David Tardon wrote: > Opinions? I've trained myself to ignore all those messages coming from DBG_* OSL_* and almost always insert my own debug messages. So, to me less of those messages the better. Kohei -- Kohei Yoshida, LibreOffice hacker, Calc ___

[Libreoffice] [PUSHED] Re: [PATCH] More patches for Base

2010-11-18 Thread Caolán McNamara
On Fri, 2010-11-12 at 20:03 +, Wols Lists wrote: > But anyways, here's the first two patches again - the new 1 is the old 6 > with "Dimensions" fixed, 5 is unchanged. Final results look good, tweaked "dimension parent window" to just "parent window dimension" which reads better and fits what t

Re: [Libreoffice] Questions about Timers

2010-11-18 Thread Kohei Yoshida
On Thu, 2010-11-18 at 13:54 +, Caolán McNamara wrote: > On Thu, 2010-11-18 at 08:05 -0500, Kohei Yoshida wrote: > > On Thu, 2010-11-18 at 09:14 +, Caolán McNamara wrote: > > > If you look at calc I think it has > > > a timer which is launched off when calc is first started, and then > > > t

Re: [Libreoffice] Git server-side hooks

2010-11-18 Thread Jan Holesovsky
Hi Kohei, Miklos, On 2010-11-18 at 08:28 -0500, Kohei Yoshida wrote: > > > And continuously pulling from the master branch is very common when you > > > are in a long-term feature branch, and messing up the branch history is > > > the last thing you want to see happen while the branch is still be

[Libreoffice] [PUSHED] Re: RTL_CONST patch: binfilter

2010-11-18 Thread Caolán McNamara
On Wed, 2010-11-17 at 16:57 -0500, Kevin Hunter wrote: > Hullo List, > > A quick two-line patch against binfilter. Yup, looks good, pushed. Thanks for this. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org

[Libreoffice] [PUSHED] Re: [PATCH] minor fixes for Base

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 13:19 +, Wols Lists wrote: > Cheers, > Wol Thanks for these, looks good, pushed now. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED] Clean code at writer (core/{access, attr, bastyp, crsr, doc})

2010-11-18 Thread Kayo Hamid
Ok, thanks for your review, I'll remember them the next cleanup revol_ I pushed it with several changes: * reverted several comments that remain valid after the removals * reverted one removed vim modeline * removed issue numbers only related to the removed code. Nonexistent   code doesn't need com

Re: [Libreoffice] STAR_RESOURCEPATH env variable

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 15:32 +0100, Sebastian Spaeth wrote: > in /libs-gui/tools/source/rc/resmgr.cxx we load resource files either > from "$OOO_BASE_DIR/program/resource" or from the path specified in the > env variable STAR_RESOURCEPATH. Is it save to assume that this is a > historical leftover th

[Libreoffice] STAR_RESOURCEPATH env variable

2010-11-18 Thread Sebastian Spaeth
in /libs-gui/tools/source/rc/resmgr.cxx we load resource files either from "$OOO_BASE_DIR/program/resource" or from the path specified in the env variable STAR_RESOURCEPATH. Is it save to assume that this is a historical leftover that I can delete? Sebastian 209 RTL_CONSTASCII_USTRING

Re: [Libreoffice] Questions about Timers

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 08:05 -0500, Kohei Yoshida wrote: > On Thu, 2010-11-18 at 09:14 +, Caolán McNamara wrote: > > If you look at calc I think it has > > a timer which is launched off when calc is first started, and then > > that > > timer never ends, even when calc is actually closed down :-)

Re: [Libreoffice] [PUSHED] Re: [PATCH 02/12] RTL_CONSTASCII_USTRINGPARAM in components cui options

2010-11-18 Thread Kevin Hunter
As I assume you're using a regex, you might consider catching this by doing the search and replace in series. Here's an example: 1. Catch the 'OUString +?= ...createFromAscii...' case and replace with 'OUString var( RTL...)' search: OUString\s*\w+\s*\+?=\s*\S*createFromAscii\(\s*"([^"]*)"\s*

Re: [Libreoffice] Git server-side hooks

2010-11-18 Thread Kohei Yoshida
On Thu, 2010-11-18 at 10:30 +0100, Miklos Vajna wrote: > On Wed, Nov 17, 2010 at 08:28:36PM -0500, Kohei Yoshida > wrote: > > 3) When creating a feature branch, by default, the autosetuprebase > > option is set to true, which forces rebase when pulling from the master > > branch even without the

[Libreoffice] [PATCH] minor fixes for Base

2010-11-18 Thread Wols Lists
Cheers, Wol >From 63291f58afa08fadd35f736b6ade308b9d85d66e Mon Sep 17 00:00:00 2001 From: Wol Date: Thu, 18 Nov 2010 13:17:46 + Subject: [PATCH] Comment fixes - dead code and spelling mistakes --- dbaccess/source/ui/control/ColumnControlWindow.cxx |2 -- dbaccess/source/ui/control/FieldD

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread Christian Lohmaier
Hi *, On Thu, Nov 18, 2010 at 12:50 PM, Caolán McNamara wrote: > > I agree with Dave really. I get confused about them, I don't think > people are using --enable-dbgutil anyway, and I always perceive it as > some infrastructure handy under windows to get a console that > warnings/asserts can get

Re: [Libreoffice] Questions about Timers

2010-11-18 Thread Kohei Yoshida
On Thu, 2010-11-18 at 09:14 +, Caolán McNamara wrote: > If you look at calc I think it has > a timer which is launched off when calc is first started, and then > that > timer never ends, even when calc is actually closed down :-) Hmm... Not Good. Which timer in calc is doing this? -- Kohe

Re: [Libreoffice] use dbglevel=1 for --enable-debug builds?

2010-11-18 Thread Sebastian Spaeth
On Thu, 18 Nov 2010 13:01:42 +0100, David Tardon wrote: 1) > one would just run build -- dbglevel=2 in the desired module similarly > as one runs build -- debug=true today. 2) > As an alternative, we could add optional level argument to > --enable-debug or add another option, say, --enable-asserti

[Libreoffice] use dbglevel=1 for --enable-debug builds?

2010-11-18 Thread David Tardon
Hi all, currently, configuring with --enable-debug means that dbglevel is set to 2, which in turns means that OSL_DEBUG_LEVEL is set to 2. This enables all the OSL_ debugging stuff there is (well, maybe there is some really rare stuff that is only enabled for OSL_DEBUG_LEVEL > 2, but I don't know

Re: [Libreoffice] Contributing test cases

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 12:16 +0100, Gioele Barabucci wrote: > Hello, > > in order to report a subtle bug [1], I had to create a minimal failing > test case document. > > Is there a way to contribute this kind of testcases, and assertions on > which results one should expect, to a testsuite so th

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 03:19 -0700, Tor Lillqvist wrote: > On a related note, what is your take on --enable-dbgutil vs. > --enable-debug? Are they designed to do clearly separate things? Do > people in general understand the difference? If either answer is no, > should these two concepts be merge

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread Tor Lillqvist
> * insert arbitrary debugging code that is only present in 'special' > builds: #ifdef DBG_UTIL and #if OSL_DEBUG_LEVEL > n Unfortunately, I think those have been mixed up in the past occasionally. When I recently tried a build with --enable-dbgutil but not --enable-debug, I came across a hand

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread Wols Lists
On 17/11/10 18:50, Santiago Bosio wrote: > Hi! > > When LibO is built using --enable-symbols, it still uses -O2 > optimizations, making hard to debug execution with GDB. > > So, I think that it should default to -O2 on a normal build, and to > -O0 when using --enable-symbols. Don't see the point of

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread David Tardon
On Thu, Nov 18, 2010 at 12:13:36PM +0100, David Tardon wrote: > On Thu, Nov 18, 2010 at 03:19:39AM -0700, Tor Lillqvist wrote: > > On a related note, what is your take on --enable-dbgutil vs. > > --enable-debug? Are they designed to do clearly separate things? > > IMHO no. Both allow to: > * use

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread David Tardon
On Wed, Nov 17, 2010 at 03:50:33PM -0300, Santiago Bosio wrote: > Hi! > > When LibO is built using --enable-symbols, it still uses -O2 > optimizations, making hard to debug execution with GDB. > You can export nopt=true before building to turn optimizations off. D. _

[Libreoffice] Contributing test cases

2010-11-18 Thread Gioele Barabucci
Hello, in order to report a subtle bug [1], I had to create a minimal failing test case document. Is there a way to contribute this kind of testcases, and assertions on which results one should expect, to a testsuite so that future changes to the LibreOffice code can be tested against these

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread David Tardon
On Thu, Nov 18, 2010 at 03:19:39AM -0700, Tor Lillqvist wrote: > On a related note, what is your take on --enable-dbgutil vs. --enable-debug? > Are they designed to do clearly separate things? IMHO no. Both allow to: * use assertions * insert arbitrary debugging code that is only present in 'spec

Re: [Libreoffice] libreoffice Uebersetzung

2010-11-18 Thread Fridrich Strba
Hello, On Thu, 2010-11-18 at 07:29 -0300, wer...@guyane.yi.org wrote: > Das ist alles Muell. Machen Sie das mal richtig. As I love to be (certain) user-friendly, the obvious answer here is: "patches welcome" or in de-DE "mitmachen oder Klappe halten". Alles Gute F. ___

Re: [Libreoffice] libreoffice Uebersetzung

2010-11-18 Thread Rene Engelhard
On Thu, Nov 18, 2010 at 07:29:20AM -0300, wer...@guyane.yi.org wrote: > Bei mir ist inkscape nicht installiert, da stuerzt die Erstellung > von clipart ab. Die Abhaengigkeit von inkscape sollte daher > rausgenommen werden, inkscape ist sowieso total bescheuert. Ahja. (Im übrigen kann man die Fun

[Libreoffice] libreoffice Uebersetzung

2010-11-18 Thread werner
OK nach langem Rumprobieren hab ich jetzt rausgefunden, dass die Option --with-ct2n und nicht --with-numbertext dafuer abgeschaltet werden muss. Jetzt gibt es andere Probleme bei der Installierung. Bei mir ist inkscape nicht installiert, da stuerzt die Erstellung von clipart ab. Die Abhaengigk

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread Tor Lillqvist
On a related note, what is your take on --enable-dbgutil vs. --enable-debug? Are they designed to do clearly separate things? Do people in general understand the difference? If either answer is no, should these two concepts be merged? --tml ___ Libr

Re: [Libreoffice] Examing unicode strings in gdb (while debugging LibO)

2010-11-18 Thread Noel Power
On Thu, 2010-11-18 at 09:30 +, Caolán McNamara wrote: > On Thu, 2010-11-18 at 00:17 +0100, Miklos Vajna wrote: > > On Wed, Nov 17, 2010 at 04:44:19PM +, Caolán McNamara > > wrote: > > > print dbg_dump(string) [...] > Without checking myself, are those pu macros horrifically slow or > spee

Re: [Libreoffice] Examing unicode strings in gdb (while debugging LibO)

2010-11-18 Thread Miklos Vajna
On Thu, Nov 18, 2010 at 09:30:54AM +, Caolán McNamara wrote: > Without checking myself, are those pu macros horrifically slow or > speedy ? I vaguely recall trying something like that before, and got > whacked by astonishingly slow output. They are quiet slow for me, so I just use OSL_TRACE(

Re: [Libreoffice] [PUSHED] Re: [PATCH 11/12] RTL_CONSTASCII_USTRINGPARAM components - zipapi

2010-11-18 Thread Caolán McNamara
On Wed, 2010-11-17 at 21:58 +0100, Pierre-André Jacquod wrote: > Hello, > I saw it too, this allow me to rize a question. My firt though was to > remove this one - since commentted out - but I left it there not knowing > if this was a way to handle this here.? > > For my taste, I would have remov

Re: [Libreoffice] Examing unicode strings in gdb (while debugging LibO)

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 00:17 +0100, Miklos Vajna wrote: > On Wed, Nov 17, 2010 at 04:44:19PM +, Caolán McNamara > wrote: > > print dbg_dump(string) > > > > should (in theory) generally work with rtl::OUString,rtl::OString,String > > and ByteString, etc. > > See also scratch/writer/gdbinit-cb

Re: [Libreoffice] Git server-side hooks

2010-11-18 Thread Miklos Vajna
On Wed, Nov 17, 2010 at 08:28:36PM -0500, Kohei Yoshida wrote: > 3) When creating a feature branch, by default, the autosetuprebase > option is set to true, which forces rebase when pulling from the master > branch even without the -r switch. You need to manually specify > --no-rebase to disable

[Libreoffice] Tango icon theme leftovers

2010-11-18 Thread Sebastian Spaeth
Hi all, this is a list of 412 icons that are in the tango theme, but not in the default_images theme. Some of the are obvious High contrast icons that can be killed. But what about others? Should I delete those? (I kept the .xcb.bz2 and .svg as source files in the tango theme). See the full list o

Re: [Libreoffice] Questions about Timers

2010-11-18 Thread Caolán McNamara
On Wed, 2010-11-17 at 23:13 +0100, Julien Nabet wrote: > Hello, > > In the easy hacks, could it be possible to have more information on what > to do with timers ? > For example : > - what's a "leaked timer", is it the same as "permanent timer" that i > read on this http://qa.openoffice.org/issue

Re: [Libreoffice] What are these /*N*/ comments?

2010-11-18 Thread Caolán McNamara
On Wed, 2010-11-17 at 18:12 -0500, Kevin Hunter wrote: > Hullo List, > > Is there a reason for lines that look like this? > > [...] > /*N*/ String aGraphicId( rGraphicId ); > /*N*/ BfGraphicObject aGrfObject( ByteString( aGraphicId, > RTL_TEXTENCODING_ASCII_US )

Re: [Libreoffice] setting ulimit before running soffice

2010-11-18 Thread Sebastian Spaeth
On Wed, 17 Nov 2010 14:01:18 -0500, Kevin Hunter wrote: > At 11:07am -0500 Wed, 17 Nov 2010, Caolán McNamara wrote: > > Nah, I don't run as root ulimit -c unlimited works fine. I'd guess > > that there some hard limits set that ordinary users aren't allowed > > to override set for you. > I suppos

Re: [Libreoffice] [PUSHED] Clean code at writer (core/{access, attr, bastyp, crsr, doc})

2010-11-18 Thread Caolán McNamara
On Thu, 2010-11-18 at 08:24 +0100, David Tardon wrote: > * removed all refs to old bug tracker (Bug: -- I don't remember > ever seeing this form before...) FWIW bug numbers fall into three major patterns IIRC. XX internal StarDivision bugtracker bXX Sun bugtracker I think i