[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

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 remove it.

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 caol...@redhat.com wrote: print dbg_dump(string) [...] Without checking myself, are those pu macros horrifically slow

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 ___

[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

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] 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

[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 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.

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

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 merged?

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 that

[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] 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,

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? -- Kohei

[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 anth...@youngman.org.uk Date: Thu, 18 Nov 2010 13:17:46 + Subject: [PATCH] Comment fixes - dead code and spelling mistakes --- dbaccess/source/ui/control/ColumnControlWindow.cxx |2 --

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 kyosh...@novell.com 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

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] 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 that I

[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

[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

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 being

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 that

[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 the code

[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

[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] 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

[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)

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.

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 that I

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

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] 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 Hunterhunt...@earlham.edu 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

[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] 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 its

[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

Re: [Libreoffice] Git server-side hooks

2010-11-18 Thread Miklos Vajna
On Thu, Nov 18, 2010 at 08:28:36AM -0500, Kohei Yoshida kyosh...@novell.com 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

Re: [Libreoffice] Git server-side hooks

2010-11-18 Thread Miklos Vajna
On Thu, Nov 18, 2010 at 04:52:56PM +0100, Jan Holesovsky ke...@suse.cz 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

Re: [Libreoffice] Contributing test cases

2010-11-18 Thread Miklos Vajna
On Thu, Nov 18, 2010 at 11:58:29AM +, Caolán McNamara caol...@redhat.com 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

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 w.landg...@ru.ru 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

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 that

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

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 :-)

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

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