Re: [Libreoffice] Some more features

2010-10-07 Thread Miklos Vajna
On Thu, Oct 07, 2010 at 12:42:01PM +0100, Michael Meeks michael.me...@novell.com wrote: Oooh ! :-) do we have old, obsolete, and non-compiled code in git master ? Does that make sense ? can we remove the old RTF cruft that we no longer use ? That's right - when the RTF rework

Re: [Libreoffice] LDFLAGS break configure

2010-10-07 Thread Miklos Vajna
On Thu, Oct 07, 2010 at 06:15:35PM +0200, Andreas Radke a.ra...@arcor.de wrote: '\''--without-git'\'' '\''--with-srcdir=/build/src'\'' Did you try --with-git? There has been some issue with proper quoting when passing args to the internal configure, and that has been fixed in git since beta1.

[Libreoffice] Fix RTF export crash with nested tables

2010-10-12 Thread Miklos Vajna
: Miklos Vajna vmik...@frugalware.org Date: Wed, 13 Oct 2010 03:14:00 +0200 Subject: [PATCH] RTF: fix for nested tables The case when the original and the nested table has different cell / row number is now handled. This is done by invalidating the table writer before starting a new table and after

Re: [Libreoffice] Where should I edit the code? in clone or build directory?

2010-10-23 Thread Miklos Vajna
On Sat, Oct 23, 2010 at 11:22:20AM +0200, Nadav Vinik em...@nadavvin.com wrote: Currently I edit the code in the clone dir and then use meld to copy the changes to build/libreoffice* That sounds painful. :) Where should I edit the code? Under clone/ or rawbuild/ (the later is just a

Re: [Libreoffice] Script to find german comments in the code

2010-10-24 Thread Miklos Vajna
On Sun, Oct 24, 2010 at 07:19:55PM +0200, Jan Holesovsky ke...@suse.cz wrote: Sure - please go ahead. Can you please also update the EasyHacks page with the info about how to run it? OK, I just pushed it and updated

[Libreoffice] [gitdm-lo-config PATCH] speed up an improve merging of logs

2010-10-25 Thread Miklos Vajna
00:00:00 2001 From: Miklos Vajna vmik...@frugalware.org Date: Mon, 25 Oct 2010 14:37:05 +0200 Subject: [PATCH] speed up an improve merging of logs Optimize merging of the logs by creating a single repo via hardlinks. This also fixes the output in case the merge of a commit has an earlier timestamp

Re: [Libreoffice] javac problem when build libreoffice on opensuse

2010-10-26 Thread Miklos Vajna
On Tue, Oct 26, 2010 at 07:56:11PM +0800, ?? li.ming...@163.com wrote: i have javac in /usr/bin but i get a problem when build libreoffice in opensuse follow thehttp://www.documentfoundation.org/develop/ on the make command: checking whether to add custom build version... yes,

Re: [Libreoffice] Non compiling code on mono-uno-bridge (fix)

2010-10-29 Thread Miklos Vajna
On Thu, Oct 28, 2010 at 11:04:44PM -0500, Joshua Ismael hah...@gmail.com wrote: /me makes easy task on /scratch/mono-uno-bridge :) Again, in general such cleanups are recommended in the real repos, not in build.git. Run ./download and fine similar code under /clone/ :) Thanks.

Re: [Libreoffice] Some hints about git please...

2010-11-02 Thread Miklos Vajna
On Tue, Nov 02, 2010 at 11:02:56PM +0100, Gert Faller gertfal...@aliceadsl.fr wrote: 1) I update the 'clone' directory often. No problem with that. 2) I've read that when updating 'clone', 'bin/g' must be run. I don't find any 'g' in ./bin/. 3) I don't know how to update easily the source

Re: [Libreoffice] German Translations in Writer module

2010-11-03 Thread Miklos Vajna
On Wed, Nov 03, 2010 at 08:48:02PM +0530, surensp...@gmail.com surensp...@gmail.com wrote: Thanks to spaetz for helping out with the quirky german comments for which google translator did not work for. --- sw/inc/cmdid.h | 1105 +--- 1

Re: [Libreoffice] ./download doesn't work behind a proxy

2010-11-03 Thread Miklos Vajna
On Wed, Nov 03, 2010 at 02:10:14PM +0100, Florian Effenberger flo...@documentfoundation.org wrote: I'm no git expert, but if someone comes up with a script, that should be no problem. We can mid-term also host our own git, but for the moment, I'd stick with FD. Mirroring git repos is easy.

Re: [Libreoffice] OpenBSD bootstrap diffs

2010-11-03 Thread Miklos Vajna
On Thu, Nov 04, 2010 at 12:09:22AM +0100, Robert Nagy rob...@openbsd.org wrote: Ooops the boostrap.diff and unxobsd.mk files were wrong. Here are the correct ones. Could you please use 'git add' for unxobsd.mk, then 'git commit -a', write the commit message, finally 'git format-patch -1' to

Re: [Libreoffice] ./download doesn't work behind a proxy

2010-11-05 Thread Miklos Vajna
On Fri, Nov 05, 2010 at 08:52:19AM +0100, Marc-Oliver Straub openoff...@sb-software.de wrote: For such a cloned repository, will push be possible? Or is this then a read-only repository? It's read-only. It's possible to make it writable, but I guess nobody wants to script a hook that would

Re: [Libreoffice] Problem with sal/cppunittester

2010-11-05 Thread Miklos Vajna
On Fri, Nov 05, 2010 at 09:36:40PM +, Caolán McNamara caol...@redhat.com wrote: On Fri, 2010-11-05 at 21:10 +, Wols Lists wrote: Just doing an emerge cppunit. It shouldn't be necessary to use system cppunit, cppunit should be built as part of the build. So, lets just document

Re: [Libreoffice] [QA] Existing practice open questions

2010-11-11 Thread Miklos Vajna
On Thu, Nov 11, 2010 at 09:55:02AM +0100, Thorsten Behrens t...@documentfoundation.org wrote: * list of assignees is too small - we'd need more subject area experts Not sure if such a small area worths mentioning, but I try to take care of RTF export bugs (as my time permits) +

Re: [Libreoffice] bin/g clone now possible

2010-11-11 Thread Miklos Vajna
of the cases we want the same base url for build.git and the other repos. :) Patch attached, OK to push? Thanks. From b1245b53c462170e219d935be4985c74ba92edaa Mon Sep 17 00:00:00 2001 From: Miklos Vajna vmik...@frugalware.org Date: Thu, 11 Nov 2010 11:06:22 +0100 Subject: [PATCH] bin/g: make clone

Re: [Libreoffice] ooo/OOO330_m14 merged into libreoffice-3-3

2010-11-11 Thread Miklos Vajna
On Thu, Nov 11, 2010 at 08:04:38PM +0100, Rene Engelhard r...@debian.org wrote: On Thu, Nov 11, 2010 at 07:51:55PM +0100, Jan Holesovsky wrote: Either we can merge the entire libreoffice-3-3 there, or we can merge just ooo/OOO330_m14, and continue cherry picking between master and

Re: [Libreoffice] bin/g clone now possible

2010-11-11 Thread Miklos Vajna
build bin/g clone to get the sources ready under rawbuild - so no extra 'bin/g pull' is needed. Does it look OK? Thanks. From 259dc7ef7a29a117d986d01f4f47df0e15891842 Mon Sep 17 00:00:00 2001 From: Miklos Vajna vmik...@frugalware.org Date: Fri, 12 Nov 2010 01:58:27 +0100 Subject: [PATCH] bin/g

Re: [Libreoffice] [PATCHES] Eight small patches to remove trailing whitespaces from help

2010-11-15 Thread Miklos Vajna
On Mon, Nov 15, 2010 at 02:08:52PM +0100, Jan Holesovsky ke...@suse.cz wrote: I am sorry, but as discussed previously [1], we would prefer not to fix the trailing whitespace yet, until git with better merge strategies (to handle whitespace changes flawlessly during merges) is released. Have

Re: [Libreoffice] [PATCHES] Eight small patches to remove trailing whitespaces from help

2010-11-16 Thread Miklos Vajna
On Tue, Nov 16, 2010 at 08:41:28AM +0100, Jan Holesovsky ke...@suse.cz wrote: That's exactly the one I wanted to try/use, and still do not have it in my 1.7.3.1 (from http://download.opensuse.org/repositories/devel:/tools:/scm/SLE_11/) :-( Even the man page does not mention it here. Do you

Re: [Libreoffice] ixion breakage in sw

2010-11-16 Thread Miklos Vajna
On Tue, Nov 16, 2010 at 12:23:40PM +0100, Henrik /KaarPoSoft hen...@kaarposoft.dk wrote: It has been suggested to remove fields-table-formula.diff. However, in the apply file, it is listed under [Fixes] which is included in Common, which is included in every distro. Except LibreOffice*,

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

2010-11-17 Thread Miklos Vajna
On Wed, Nov 17, 2010 at 04:44:19PM +, Caolán McNamara caol...@redhat.com wrote: print dbg_dump(string) should (in theory) generally work with rtl::OUString,rtl::OString,String and ByteString, etc. See also scratch/writer/gdbinit-cbosdo in build.git. :) pgpTfdkus7frX.pgp Description:

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] Git server-side hooks

2010-11-19 Thread Miklos Vajna
On Fri, Nov 19, 2010 at 12:31:14PM +, Michael Meeks michael.me...@novell.com wrote: We should be using 'git merge' unless it is for a purely local branch that we are rebasing - surely ? at least - encouraging wider use of re-base is likely to burn time and motivation - that thing

Re: [Libreoffice] git via http ...

2010-11-19 Thread Miklos Vajna
On Fri, Nov 19, 2010 at 05:34:34PM +, Michael Meeks michael.me...@novell.com wrote: not available. I added this as an easy hack: http://wiki.documentfoundation.org/Development/Easy_Hacks#Make_download_fall-back_to_http It would be wonderful if you, or someone else, could help out

Re: [Libreoffice] Git server-side hooks

2010-11-19 Thread Miklos Vajna
On Fri, Nov 19, 2010 at 11:03:21AM -0500, Kohei Yoshida kyosh...@novell.com wrote: So, part of the problem was that I was always using git pull, even where git merge would've been appropriate. To be honest, I didn't even know of 'git merge' until now. I always thought pull was merge in git

Re: [Libreoffice] OSL_DEBUG_LEVEL question

2010-11-22 Thread Miklos Vajna
On Mon, Nov 22, 2010 at 10:38:31PM +0100, Miklos Vajna vmik...@frugalware.org wrote: Does anyone have an idea when (and why) this changed, and what's the new way of getting the OSL_TRACE() output? Oh, I guess this is related to David's recent 47d0946 in bootstrap.git. The attached patch fixes

Re: [Libreoffice] Git question again

2010-11-24 Thread Miklos Vajna
On Wed, Nov 24, 2010 at 10:42:58PM +0100, Julien Nabet serval2...@yahoo.fr wrote: Now i do : bin/g pull -r and i got this : = components = usage: git merge-base [-a|--all] commit commit... -a, --all outputs all common ancestors usage: git merge-base

Re: [Libreoffice] Git question again

2010-11-24 Thread Miklos Vajna
On Wed, Nov 24, 2010 at 11:17:57PM +0100, Julien Nabet serval2...@yahoo.fr wrote: Now i have this : ser...@serval:~/libreoffice-source/build/clone/components$ git branch * (no branch) master ser...@serval:~/libreoffice-source/build/clone/components$ git rebase --abort HEAD is now at

Re: [Libreoffice] ucb/source/ucb compilation error

2010-11-25 Thread Miklos Vajna
On Thu, Nov 25, 2010 at 10:51:05AM +0100, Sebastian Spaeth sebast...@sspaeth.de wrote: On Thu, 25 Nov 2010 10:47:22 +0100, Sebastian Spaeth wrote: +#define OSL_LOG_PREFIX (OSL_THIS_FILE, :, OSL_THIS_FUNC, :, OSL_MACRO_VALUE_TO_STRING( __LINE__ ), ; ) On OOo there is a bug open to

[Libreoffice] [PATCH] run-libreoffice-ciabot: avoid flood on merges

2010-11-25 Thread Miklos Vajna
53a5563a0b4df6a45d73bc80be6927b06556e573 Mon Sep 17 00:00:00 2001 From: Miklos Vajna vmik...@frugalware.org Date: Fri, 26 Nov 2010 01:27:46 +0100 Subject: [PATCH] run-libreoffice-ciabot: avoid flood on merges Check if the last hash is a merge commit: if yes, then just announce the last one, otherwise do the usual announce any

Re: [Libreoffice] [PATCH] run-libreoffice-ciabot: avoid flood on merges

2010-11-26 Thread Miklos Vajna
On Fri, Nov 26, 2010 at 09:15:46AM +0100, Jan Holesovsky ke...@suse.cz wrote: Nice - please go ahead and push, and tell me when done; indeed, it is not automatic ;-) I just pushed it. pgp1Cdpa8mHYM.pgp Description: PGP signature ___ LibreOffice

Re: [Libreoffice] Script to find undocumented classes

2010-11-30 Thread Miklos Vajna
On Tue, Nov 30, 2010 at 04:21:08PM +0100, Thorsten Behrens t...@documentfoundation.org wrote: Miklos Vajna wrote: Does the idea sounds sane, OK to push? Totally! OK, pushed. Would you maybe also be interested to work on an improved start page / index, e.g. like this here: http

Re: [Libreoffice] new download - checking for rpm

2010-12-01 Thread Miklos Vajna
On Wed, Dec 01, 2010 at 10:45:18PM +0100, Rene Engelhard r...@debian.org wrote: On Wed, Dec 01, 2010 at 07:13:36PM +, Wols Lists wrote: Have we lost a patch somewhere? Just trashed my old development directory by mistake :-) so I'm trying to follow the new download and build

Re: [Libreoffice] new download - checking for rpm

2010-12-02 Thread Miklos Vajna
On Thu, Dec 02, 2010 at 11:31:53AM +, Michael Meeks michael.me...@novell.com wrote: Right - good point; I notice a number of these changes - so I'm working through build/distro-config/LibreOfficeLinuxDevel.conf - to switch the polarity of the default arguments to match that. Great.

Re: [Libreoffice] new download - checking for rpm

2010-12-02 Thread Miklos Vajna
On Thu, Dec 02, 2010 at 11:57:01AM +, Wols Lists antli...@youngman.org.uk wrote: --with-java-target-version=1.5 has to be used manually. Not so sure ... see my email about ant. Just done a completely fresh clone, and the rpm problem has gone but it's still bombing because it can't

Re: [Libreoffice] Review fix for fdo#32039 for inclusion in 3.3

2010-12-02 Thread Miklos Vajna
On Thu, Dec 02, 2010 at 09:54:50PM +0100, Cedric Bosdonnat cedric.bosdonnat@free.fr wrote: Caolan, Michael, Miklos, Could you please have a look at the patch attached to https://bugs.freedesktop.org/show_bug.cgi?id=32039 ? I'ld like to push that fix for 3.3 as the bug is a regression

Re: [Libreoffice] Script to find undocumented classes

2010-12-03 Thread Miklos Vajna
On Fri, Dec 03, 2010 at 11:14:54AM +0100, Thorsten Behrens t...@documentfoundation.org wrote: I find it surprising me actually saying this, but - for the while, I think this would be crossing the line of solving a social problem by technical means. ;) Additionally I'm not aware of a method to

Re: [Libreoffice] new bootstrap: quick stop

2010-12-03 Thread Miklos Vajna
reproduce this bug when I used --with-system-libs. A workaround is to 'mkdir src' before 'make'. Trivial fix for the bootstrap repo attached, does it look sane? Thanks. From 3268b837433537a209aa6edd64d2277b53277f47 Mon Sep 17 00:00:00 2001 From: Miklos Vajna vmik...@frugalware.org Date: Fri, 3

Re: [Libreoffice] Script to find undocumented classes

2010-12-03 Thread Miklos Vajna
On Fri, Dec 03, 2010 at 03:04:55PM +0100, Jan Holesovsky ke...@suse.cz wrote: That's why I highlighted that this would be done only with _new_ files, ie. the files that have have been git add'ed, and did not exist in the repository before. And we can further limit that only to .hxx/.h. Ah,

Re: [Libreoffice] Script to find undocumented classes

2010-12-03 Thread Miklos Vajna
On Fri, Dec 03, 2010 at 11:14:12AM -0500, Kohei Yoshida kyosh...@novell.com wrote: My rationale: Many times when I work on feature branches, I commit stuff but intentionally not provide documentation because the role of the class/method/whatever may change during the course of the

Re: [Libreoffice] LibreOffice-3.3-rc1 git tag and fixes reviewing

2010-12-03 Thread Miklos Vajna
On Fri, Dec 03, 2010 at 11:34:13AM -0500, Kohei Yoshida kyosh...@novell.com wrote: It is enough? I can deal with it, but making it identical with the git tag would make it much easier. BTW, what is the reason the tag is LIBREOFFICE_3_3_0_1 instead of libreoffice-3.3.0.1? IIRC cvs did not

Re: [Libreoffice] Enable build of ure and extension

2010-12-04 Thread Miklos Vajna
On Sat, Dec 04, 2010 at 01:32:45PM +, Wols Lists antli...@youngman.org.uk wrote: On 04/12/10 12:57, Gert Faller wrote: Hi, Still working on the 'RTL_CONSTASCII_USTRINGPARAM' task and I have some problems. I've some changes left in : 'clone/ure', 'clone/extension',

Re: [Libreoffice] LibreOffice WikiHelp

2010-12-07 Thread Miklos Vajna
On Tue, Dec 07, 2010 at 04:45:28PM +0100, Jan Holesovsky ke...@suse.cz wrote: http://help.libreoffice.org is now up and running. As explained above, it is not open for public editing yet. Hi, I must miss something really trivial, but I do not see where to start reading. :) The only way to

Re: [Libreoffice] fighting with debug macros...

2010-12-08 Thread Miklos Vajna
On Wed, Dec 08, 2010 at 03:34:50PM +0100, Pierre-André Jacquod pjacq...@alumni.ethz.ch wrote: include /ure/sal/inc/osl/diagnose.h in file, and use only OSL_Debug macros loosing all messages? Is it possible to add an additional OSL_ASSERT(condition, message) macro? Or not wanted? We already

[Libreoffice] cppunittester breakage in master

2010-12-10 Thread Miklos Vajna
Hi, I recently wanted to update my master build (sorry, no exact version, but it was after doing a successful build from scratch without the build repo), and now I get this: http://frugalware.org/~vmiklos/logs/lo-master-log.txt I already tried a 'make clean ./autogen.sh make' but I still get

Re: [Libreoffice] cppunittester breakage in master

2010-12-10 Thread Miklos Vajna
On Fri, Dec 10, 2010 at 09:35:33PM +, Caolán McNamara caol...@redhat.com wrote: Hmm, this is x86 and system cppunit. This will always be somewhat Yes, forgot to mention. fragile because x86 uses STLPort and system cppunit was built against normal libstdc++. There's a magic header I

Re: [Libreoffice] Can we remove soldep module?

2010-12-12 Thread Miklos Vajna
On Sun, Dec 12, 2010 at 01:49:37PM +, Caolán McNamara caol...@redhat.com wrote: I think its a tool that fs built to get a graphical view of module dependencies ?. But it was never fixed to be 64bit clean, right ?, so not built on x86_64 anyway. Not built on i686 either. And we have a

[Libreoffice] CIA bot update

2010-12-12 Thread Miklos Vajna
Hi Kendy, I pushed two commits to the cia bot script we have in the build repo. The first is not interesting, it just implements a dry-run mode so that one can test the changes easily without calling cia.vc. The second implements something you asked a few days ago on IRC: when a new branch is

Re: [Libreoffice] [Patch] call-catcher / bloat removal in sc module part1

2010-12-18 Thread Miklos Vajna
On Sat, Dec 18, 2010 at 09:07:49AM +0100, Julien Nabet serval2...@yahoo.fr wrote: I put in this zip the 2 last patches I sent. Just for my information, would the format tar.gz have been an obstacle too ? Please just attach your patches and do not compress them. Doing so makes inline comments

Re: [Libreoffice] configure --without-git is broken, fetch_tarballs.sh is renamed to download

2010-12-23 Thread Miklos Vajna
Hi Gökçen, On Thu, Dec 23, 2010 at 04:14:30PM +, Gökçen Eraslan gok...@pardus.org.tr wrote: To build RC2, I cannot get tarballs when I use configure --without-git. In download_external_sources.sh script line 18[1]: wget

[Libreoffice] starmath / cppunit breakage in master

2010-12-23 Thread Miklos Vajna
Hi, Currently I'm getting: /usr/include/cppunit/TestAssert.h:101:5: error: no matching function for call to 'CppUnit::Asserter::failNotEqual(_STL::string, _STL::string, CppUnit::SourceLine, const std::string)' /usr/include/cppunit/Asserter.h:114:27: note: candidate is: static void

Re: [Libreoffice] Python on Windows

2011-10-20 Thread Miklos Vajna
On Thu, Oct 20, 2011 at 11:21:52PM +0200, Stephan Bergmann sberg...@redhat.com wrote: (c) pyuno as run from an external python process might no longer work. An easy way to test that is to start the interactive python executable from the LibO program directory and execute include uno (and/or

Re: [Libreoffice] [PATCH] a minor typo in a comment of msgbox.py

2011-11-04 Thread Miklos Vajna
On Fri, Nov 04, 2011 at 03:18:42PM +0100, Laurent Godard oooc...@free.fr wrote: in order to progress in creating patches (thanks kohei, markus for git magic teahing), here is a small patch that corrects a minor typo in the msgbox.py file Pushed, thanks. pgpd0oBeCchnf.pgp Description: PGP

Re: [Libreoffice] [PATCH] [PUSHED] a minor typo in a comment of msgbox.py

2011-11-04 Thread Miklos Vajna
Forgot subject. pgpk2OFwUMKhH.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] About errors of Windows Tinderbox (pb about PYTHONPATH ?)

2011-11-06 Thread Miklos Vajna
On Sat, Nov 05, 2011 at 03:11:52PM -0700, julien2412 serval2...@yahoo.fr wrote: So i searched about PYTHONHOME and found it in windows.mk for Windows 32 part : 770 gb_PYTHON_PRECOMMAND := PATH=$${PATH}:$(OUTDIR)/bin PYTHONHOME=$(OUTDIR)/lib/python

[Libreoffice] License statement: Miklos Vajna

2011-11-14 Thread Miklos Vajna
License statement: All of my past and future contributions to the LibreOffice project are under LGPLv3+/GPLv3+/MPL until further notice. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] help pushing

2011-11-16 Thread Miklos Vajna
On Wed, Nov 16, 2011 at 12:50:48PM -0500, August Sodora aug...@gmail.com wrote: I'm having a little difficult pushing to the remote branch for adding line numbers to the basic ide. In particular, when doing a ./g push I get the following error: ssh:

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

2011-11-20 Thread Miklos Vajna
On Mon, Nov 14, 2011 at 02:37:07AM -0800, Caolán McNamara cao...@kemper.freedesktop.org wrote: add script to download documents from various bugzillas Thanks for putting this script to the tree. I got an earlier version of this before the Paris conference, where I mentioned it detected

Re: [Libreoffice] Assertions and Logging

2011-11-22 Thread Miklos Vajna
On Fri, Nov 18, 2011 at 03:25:16PM +0100, Stephan Bergmann sberg...@redhat.com wrote: #define OSL_DEBUG_ONLY(s) _OSL_DEBUG_ONLY(s) -#define OSL_TRACE _OSL_TRACE -#define OSL_ASSERT(c) _OSL_ENSURE(c, OSL_THIS_FILE, __LINE__, 0) -#define OSL_ENSURE(c, m) _OSL_ENSURE(c,

Re: [Libreoffice] Assertions and Logging

2011-11-23 Thread Miklos Vajna
On Wed, Nov 23, 2011 at 08:28:18AM +0100, Stephan Bergmann sberg...@redhat.com wrote: My understanding is as follows: - There is a large number of OSL_TRACE calls all over the code base, producing large amounts of output at runtime. Agreed. - Nobody wants to see all that output at once.

Re: [Libreoffice] [PATCH] Make find-german-comments exit when given soon-to-be-removed dirs

2011-12-02 Thread Miklos Vajna
On Fri, Dec 02, 2011 at 11:59:41PM +0100, Philipp Weissenbacher p.weissenbac...@gmail.com wrote: This patch make f-g-c spit out an error message and quit when trying to execute it in core/automation or core/basic/source/app. I admit that it might not be that most pythonic way of doing things

Re: [Libreoffice] candidate for a new python section in SDK examples page

2011-12-07 Thread Miklos Vajna
On Wed, Dec 07, 2011 at 03:49:10PM +, Michael Meeks michael.me...@suse.com wrote: mod = __import__ ( actual python-module-name ) implHelper = mod.__dict__.get( g_ImplementationHelper , None ) is supposed to work, or indeed any half-way decent documentation on what

Re: [Libreoffice] [ANNOUNCE] libreoffice-3.4.99.1 tag created (3.5.0-beta1)

2011-12-14 Thread Miklos Vajna
On Tue, Dec 13, 2011 at 06:12:33PM +0100, Andreas Radke a.ra...@arcor.de wrote: Are you sure the new tarballs are fixed? I've tried the new .xz ones and I'm still getting the same error. I tried to build these: $ sha1sum *.bz2 b116c7dade3d0fb9bf73362e728dbb1b04068acb

Re: [Libreoffice] make dev-install hangs

2011-12-14 Thread Miklos Vajna
On Tue, Dec 13, 2011 at 09:57:34AM -0500, Kohei Yoshida kohei.yosh...@gmail.com wrote: Indeed. It took 6 minutes on my machine for make dev-install to finish, but it did finish eventually. Something similar: it seems some targets are now executed twice (see below). Maybe related to

Re: [Libreoffice] make dev-install hangs

2011-12-21 Thread Miklos Vajna
On Tue, Dec 13, 2011 at 09:57:34AM -0500, Kohei Yoshida kohei.yosh...@gmail.com wrote: Indeed. It took 6 minutes on my machine for make dev-install to finish, but it did finish eventually. This still happens here on today's master (5e30598): [ WARN ] !!! [ WARN ] !!!

Re: [Libreoffice] .: 2 commits - vcl/inc vcl/source writerfilter/inc writerfilter/source

2011-12-21 Thread Miklos Vajna
Hi August, On Mon, Dec 19, 2011 at 08:11:42PM -0800, August Sodora aug...@kemper.freedesktop.org wrote: vcl/inc/vcl/field.hxx |9 -- vcl/source/control/field2.cxx | 92 writerfilter/inc/resourcemodel/TagLogger.hxx

Re: [Libreoffice] [PATCH] Fix for bug fdo#44110, New Math symbols issues in Windows

2011-12-24 Thread Miklos Vajna
On Sat, Dec 24, 2011 at 12:13:22AM -0200, Olivier Hallot olivier.hal...@documentfoundation.org wrote: Please find the patch attached Hi Oliver, Forgot to attach it? pgpFclcT8RnOq.pgp Description: PGP signature ___ LibreOffice mailing list

Re: [Libreoffice] about insert in tool bar in the writer

2011-12-25 Thread Miklos Vajna
Hi, On Sat, Dec 24, 2011 at 09:55:54PM +0800, huq...@163.com wrote: I added a top-down left-right button in toolbar (called .uno VerticalTextL2R), and add it to the model Presentation and Drawing successfully but failed in Writer. I know to add a button, first modify some xml file, and I

Re: [Libreoffice] product-name in title bar of the office ?

2011-12-28 Thread Miklos Vajna
On Wed, Dec 28, 2011 at 05:18:02PM +0100, Cor Nouws oo...@nouenoff.nl wrote: how do you guys edit smthng as main.xcd? XML copy editor sort of hangs Emacs is, well, sort of doable .. Hi Cor, VIM handles it fine, I'm sure then Emacs can do it as well. ;-) pgp3NrCFjBUg6.pgp Description: PGP

Re: [Libreoffice] product-name in title bar of the office ?

2011-12-28 Thread Miklos Vajna
On Wed, Dec 28, 2011 at 10:51:08PM +0100, Cor Nouws oo...@nouenoff.nl wrote: How long does it take for you to open and find the second 'ooname' in the file ? For me maybe 15 or more seconds - which I find long ... But maybe I'm just impatient ;-) Hi Cor, When opened, I pretty-print the

Re: [Libreoffice] make dev-install hangs

2011-12-31 Thread Miklos Vajna
Hi Bjoern, On Wed, Dec 21, 2011 at 01:49:15PM +0100, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: Also: Why make version are you using? I am using 3.81 with a bugfix for bug 20033. Do you maybe use 3.82 unpatched? Yes (distro-default). It introduced the performance regression

[Libreoffice] [REVIEW 3-4] Related: fdo#33463 (writerfilter)

2011-12-31 Thread Miklos Vajna
Hi, In https://bugs.freedesktop.org/show_bug.cgi?id=33463#c25 Michael stated Unfortunately, it seems to provoke a (prolly) unrelated import problem, such that comments end up with some double-strike-out style if you re-import them ;-) but at least there is no data loss. I don't have a -3-4

Re: [Libreoffice] Issue with git

2012-01-11 Thread Miklos Vajna
On Wed, Jan 11, 2012 at 11:47:01AM -0200, Olivier Hallot olivier.hal...@documentfoundation.org wrote: Yesterday I commited some patches in git, but strangely the patch http://cgit.freedesktop.org/libreoffice/core/commit/?id=f19d269ab4286b2e2e9f579bc4705daf4f6756ab shown a repository

[Libreoffice] [REVIEW-3-5] progressbar for rtf import

2012-01-11 Thread Miklos Vajna
Hi, I've implemented a progressbar for rtf import yesterday: http://cgit.freedesktop.org/libreoffice/core/commit/?id=92c7b6733e55a6ab62bc231ecf0ffd5c0da7c8d2 There are two bugreports requesting this: fdo#38057 and fdo#44157. The second calls this a 3.4 - 3.5 regression, which is true. What is

Re: [Libreoffice] Issue with git

2012-01-11 Thread Miklos Vajna
On Wed, Jan 11, 2012 at 08:24:32PM -0200, Olivier Hallot olivier.hal...@documentfoundation.org wrote: Thank you for your attention. I think the issue is more with the web interface than the repo itself: Here is my log commit f19d269ab4286b2e2e9f579bc4705daf4f6756ab Strange indeed. The short

Re: [Libreoffice] [PUSHED] progressbar for rtf import

2012-01-12 Thread Miklos Vajna
On Thu, Jan 12, 2012 at 01:59:39PM +, Michael Meeks michael.me...@suse.com wrote: On Thu, 2012-01-12 at 14:11 +0100, Andras Timar wrote: We don't have process for that. The best solution would be, if I leveraged translation from sw for each language. So translators won't even notice.

Re: [Libreoffice] About Same expression on both sides of '||' in LockEntrySequence.cxx

2012-01-15 Thread Miklos Vajna
On Sun, Jan 15, 2012 at 09:04:23AM -0800, julien2412 serval2...@yahoo.fr wrote: Cppcheck detects this : core/ucb/source/ucp/webdav/LockEntrySequence.cxx 174 duplicateExpression style Same expression on both sides of '||'. case STATE_LOCKENTRY: if ( !pCtx-hasType

Re: [Libreoffice] [ANN] LibreOffice 3.5.0 Beta3 available

2012-01-17 Thread Miklos Vajna
On Tue, Jan 17, 2012 at 10:50:37AM +0100, Francois Tigeot ftig...@wolfpond.org wrote: As far as I know, the tree has not been tagged so the only way to get the exact same sources used to create theses binaries is to download a complete archive. See

[Libreoffice] [REVIEW] Fix RTF import of dotted and word underline

2012-01-19 Thread Miklos Vajna
Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=370fc96b92e59d35c2eb2e14fd77eb14bfc72fd4 Could somebody sign-off and push to -3-5, please? I noticed this while trying to figure out why word underline is not exported in doc, it seems in WW8AttributeOutput::CharUnderline() pItem

[Libreoffice] [REVIEW] fdo#44983 Fix RTF import of \paperh and \paperw

2012-01-22 Thread Miklos Vajna
- ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [REVIEW] fdo#44983 Fix RTF import of \paperh and \paperw

2012-01-22 Thread Miklos Vajna
Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=c39e891d4dc963d2cac9843b426494e4dc490278 Could somebody sign-off and push to -3-5, please? Thanks, Miklos

Re: [Libreoffice] [PUSHED] Fix RTF import of dotted and word underline

2012-01-22 Thread Miklos Vajna
Marking as pushed. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED] Use $(GPERF) not gperf

2012-01-23 Thread Miklos Vajna
On Mon, Jan 23, 2012 at 11:31:14AM +0100, Baptiste Daroussin b...@freebsd.org wrote: With the new gmake build work the bug #32195 has been reintroduce in some part: The folloing fixes the one I have found so far:

Re: [Libreoffice] configure --without-git is broken, fetch_tarballs.sh is renamed to download

2010-12-27 Thread Miklos Vajna
On Mon, Dec 27, 2010 at 10:08:57AM +, Gökçen Eraslan gok...@pardus.org.tr wrote: Pazartesi 27 Aral??k 2010 günü (saat 10:02:31) Gökçen Eraslan şunlar?? yazm??şt??: When I apply attached patch I can download external sources, since id variable is libreoffice-3.3.0.2, not

Re: [Libreoffice] PPT/PPTX created by LibreOffice RC2 can't be opened by MS PowerPoint Viewer and MS Office Web Apps.

2010-12-28 Thread Miklos Vajna
Hi Jiang, On Tue, Dec 28, 2010 at 05:43:59AM -0500, Jiang Yike future...@asia.com wrote: Today I found a problem which LibreOffice has but OOo/Go-oo don't have. The .ppt/.pptx documents created by LibreOffice (I use RC2) can't be opened by Microsoft PowerPoint Viewer (with the support of

Re: [Libreoffice] starmath / cppunit breakage in master

2010-12-29 Thread Miklos Vajna
On Wed, Dec 29, 2010 at 09:28:56PM +, Caolán McNamara caol...@redhat.com wrote: If you change std:: in that little section to ext_std:: i.e. the attached, does that work ? Yes. :) If it does, go ahead and commit and push this, if it doesn't then go ahead an push your own fix instead.

Re: [Libreoffice] starmath / cppunit breakage in master

2011-01-03 Thread Miklos Vajna
On Mon, Jan 03, 2011 at 02:46:53PM +, Luke Dixon 6b8b4...@gmail.com wrote: I'm very sorry the code I was playing with has caused problems. I guess I wasn't thinking when adding the first header outside the guards. The assertion_traits struct, I was expecting this to be a problem, but I

Re: [Libreoffice] starmath / cppunit breakage in master

2011-01-04 Thread Miklos Vajna
On Tue, Jan 04, 2011 at 12:16:59AM -0500, Kohei Yoshida kyosh...@novell.com wrote: using #include preextstl.h / #include postextstl.h but that does not seem to help. Any other idea? :) Does setting #define MDDS_HASH_CONTAINER_STLPORT 1 before #include mdds/mixed_type_matrix.hpp

Re: [Libreoffice] starmath / cppunit breakage in master

2011-01-04 Thread Miklos Vajna
On Tue, Jan 04, 2011 at 05:39:02PM +, Caolán McNamara caol...@redhat.com wrote: configure:16032: checking which hash container mdds shall use configure:16036: result: boost::unordered_map So that should mean that a) grep MDDS_CPPFLAGS= Linux*.sh says

Re: [Libreoffice] starmath / cppunit breakage in master

2011-01-04 Thread Miklos Vajna
On Tue, Jan 04, 2011 at 07:01:14PM +, Caolán McNamara caol...@redhat.com wrote: Aha, well that makes more sense anyway. C++0x compiler, boost makes some assumptions that std::forward is available, which it isn't, cause this is x86 and we're using stlport despite building with c++0x.

[Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
0eaa09f032b71f5ffc7369f8ecf841a8f8c41e99 Mon Sep 17 00:00:00 2001 From: Miklos Vajna vmik...@frugalware.org Date: Sat, 8 Jan 2011 15:44:50 +0100 Subject: [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function --- cui/source/customize/acccfg.cxx | 32 1

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud nthieb...@gmail.com wrote: Isn't F13 - F24 = Shift-F1 - Shift-F12 ? (which are already in the customization panel) Not really, it's possible to map those crazy multimedia buttons to F13 etc - then you'll even have Shift-F13. :)

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 06:28:01PM -0500, Kohei Yoshida kohei.yosh...@gmail.com wrote: Hi Miklos, On Sat, Jan 8, 2011 at 9:51 AM, Miklos Vajna vmik...@frugalware.org wrote: OK to push to master? Yeah, looks indeed trivial. Let's push this baby. Done. :) Thanks. pgp4CTWGdMqPT.pgp

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 05:27:08PM -0600, Norbert Thiebaud nthieb...@gmail.com wrote: On Sat, Jan 8, 2011 at 4:51 PM, Miklos Vajna vmik...@frugalware.org wrote: On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud nthieb...@gmail.com wrote: Isn't F13 - F24 = Shift-F1 - Shift-F12

[Libreoffice] Debug build of sw vs system-libxml

2011-01-12 Thread Miklos Vajna
2da823da67cf5b4a95919759919b1f918902f5f3 Mon Sep 17 00:00:00 2001 From: Miklos Vajna vmik...@frugalware.org Date: Thu, 13 Jan 2011 01:04:38 +0100 Subject: [PATCH] Fix debug build with system-libxml Fixes: $ build debug=t dbglevel=2 ... In file included from /home/vmiklos/git/libreoffice/master/clone/writer/sw

Re: [Libreoffice] Debug build of sw vs system-libxml

2011-01-13 Thread Miklos Vajna
On Thu, Jan 13, 2011 at 08:35:14AM +0100, David Tardon dtar...@redhat.com wrote: Well, the sw.mk makefile is included in all makefiles in sw, but sw/source/core/inc/frame.hxx is only used in core. So if you wanted to be really picky, you should create a new makefile containing the change and

Re: [Libreoffice] Build error in sc from libreoffice-3.3.0.3 tag

2011-01-13 Thread Miklos Vajna
On Thu, Jan 13, 2011 at 10:55:53AM -0500, Kohei Yoshida kyosh...@novell.com wrote: I guess you are using mdds 0.5.x on the 3.3 branch? The 3.3 branch requires 0.4.0, it won't build with 0.5.x. Oh, indeed. :) Thanks for the suggestion! pgpgUGOywVnxb.pgp Description: PGP signature

  1   2   3   4   5   6   7   8   9   10   >