[Libreoffice] Need help with failing cppunit tests

2011-02-23 Thread Francois Tigeot
Hi guys, For the last few days, I have been trying to understand why some of cppunit tests are failing on my platform (DragonFly/x86_64). For now, I'm focussing on sc/qa/unit. Partial log: - start unit test #1 on library ../../unxdflyx3.pro/lib/libqa_unit.so [...] Error: File

Re: [Libreoffice] Tools - Media Player

2011-02-23 Thread Thomas Arnhold
On 02/23/2011 05:46 AM, Jean-Baptiste Faure wrote: Perhaps you should ask end-users. Some users are using Draw or Writer as a replacement of MS-Publisher. Or Writer to edit their website. Maybe it is useful in these cases ? Right, the website thing came to my mind later, too. But as I said: I

Re: [Libreoffice] [PATCH] Remove include of no more existent errhdl.hxx

2011-02-23 Thread Thomas Arnhold
Hi Sébastien, On 02/23/2011 08:46 AM, Sébastien Le Ray wrote: This patch removes an include which prevent debug build of sw (the file has been deleted in commit 6aa93c291d18c7db6dbee73adc6c4aa1bdc88eda. I removed the whole except directory with dbgloop.cxx in it. Maybe your tree is out of

Re: [Libreoffice] Tools - Media Player

2011-02-23 Thread Kálmán „KAMI” Szalai
Hi! I can's see any pont behind to remove menu elements of functions. However this is my own opinion I am not a decision maker. KAMI 2011-02-23 09:57 keltezéssel, Thomas Arnhold írta: On 02/23/2011 05:46 AM, Jean-Baptiste Faure wrote: Perhaps you should ask end-users. Some users are using

Re: [Libreoffice] [REVIEW] Temp fix for n#651250 / deb#612940

2011-02-23 Thread Radek Doulik
On Wed, 2011-02-23 at 07:59 +0100, Thorsten Behrens wrote: Hi, attached patch fixes the non-working media during Impress slideshow, by disabling two patches. The real fix is slightly more involved, and prolly not a good idea for distros that want to release 3.3.1 timely. Please review,

[Libreoffice] [PUSHED] Re: [PATCH] [EasyHacks] Improve Autocorrect TWo initial capitals

2011-02-23 Thread Caolán McNamara
On Tue, 2011-02-22 at 20:27 +0100, Sébastien Le Ray wrote: Hi list, Attached patch modifies TWo CApitals autocorrect by making it spellcheck-aware. If you add TDs to your dictionary it won't be corrected to Tds anymore Most excellent. That's great :-), you can move it to the fixed list,

Re: [Libreoffice] Need help with failing cppunit tests

2011-02-23 Thread Caolán McNamara
On Wed, 2011-02-23 at 09:46 +0100, Francois Tigeot wrote: For now, I'm focussing on sc/qa/unit. Because your log shows OK (10) before it falls over and dies, I believe that the tests themselves are passing, and you are dying on exit. Could be a few reasons for that, I suppose the first one to

[Libreoffice] [PUSHED] Re: Reanimated test sal/qa/rtl/alloc

2011-02-23 Thread Caolán McNamara
On Tue, 2011-02-22 at 23:10 +0100, Wilhelm Pflüger wrote: Looks good, thanks for this, Pushed now. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] build error

2011-02-23 Thread Zongbo Zhang
Hi, got an error during my first time full build. Compiling: basegfx/source/polygon//usr/bin/sh: C:/cygwin/bin/grep.exe: Read-only file system dmake: Error code 126, while making '../../../wntmsci12.pro/bin/urp_uno.dll' dmake: '../../../wntmsci12.pro/bin/urp_uno.dll' removed. dmake: Error

Re: [Libreoffice] Need help with failing cppunit tests

2011-02-23 Thread Francois Tigeot
On Wed, Feb 23, 2011 at 12:36:14PM +, Caolán McNamara wrote: On Wed, 2011-02-23 at 09:46 +0100, Francois Tigeot wrote: For now, I'm focussing on sc/qa/unit. Because your log shows OK (10) before it falls over and dies, I believe that the tests themselves are passing, and you are dying

[Libreoffice] [Liberoffice][PATCHSET] Translate german comments

2011-02-23 Thread Martin Kepplinger
Hi! This translates all code-comments of writer/sw/source/ui/chrdlg/. Review before pushing would be appreciated, thanks, martin ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH 1/8] Translate german comments of break.cxx

2011-02-23 Thread Martin Kepplinger
This translates the german code-comments of the file break.cxx to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/chrdlg/break.cxx | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git

[Libreoffice] [PATCH 2/8] Translate german comments of ccoll.cxx

2011-02-23 Thread Martin Kepplinger
This translates the german code-comments of the file ccoll.cxx to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/chrdlg/ccoll.cxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Libreoffice] [PATCH 3/8] Translate german comments of chardlg.cxx

2011-02-23 Thread Martin Kepplinger
This translates the german code-comments of the file chardlg.cxx to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/chrdlg/chardlg.cxx |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[Libreoffice] [PATCH 4/8] Translate german comments of drpcps.cxx

2011-02-23 Thread Martin Kepplinger
This translates the german code-comments of the file drpcps.cxx to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/chrdlg/drpcps.cxx | 38 +++--- 1 files changed, 19 insertions(+), 19 deletions(-)

[Libreoffice] [PATCH 5/8] Translate german comments of pardlg.cxx

2011-02-23 Thread Martin Kepplinger
This translates the german code-comment of pardlg.cxx to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/chrdlg/pardlg.cxx |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/sw/source/ui/chrdlg/pardlg.cxx

[Libreoffice] [PATCH 6/8] Translate german comments of swbreak.src

2011-02-23 Thread Martin Kepplinger
This translates the german code-comments fo swbreak.src to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/chrdlg/swbreak.src |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[Libreoffice] [PATCH 7/8] Translate german comment in swuiccoll.cxx

2011-02-23 Thread Martin Kepplinger
This translates the german code-comment of swuiccoll.cxx to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/chrdlg/swuiccoll.cxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Libreoffice] [PATCH 8/8] Translate german comment in tblnumfm.cxx

2011-02-23 Thread Martin Kepplinger
This translates the german code-comment in tblnumfm.cxx to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/chrdlg/tblnumfm.cxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [Libreoffice] Patch handling guideline

2011-02-23 Thread Kohei Yoshida
On Tue, 2011-02-22 at 19:59 +0100, Pierre-André Jacquod wrote: Hello, if you do not mind, I wanted to propose the following points: patch submission: creating patches with git format-patch or sending them directly with git send-email I suggest the following options: --thread and

[Libreoffice] Assertion failure in osl_process.cxx

2011-02-23 Thread Francois Tigeot
Having updated my tree to the latest master, the build now fails in ure/sal/qa/osl/process/osl_process.cxx : Making:libosl_process.so -- :

[Libreoffice] framework::DropdownToolbarController: dispatch does not get selected item text

2011-02-23 Thread Dietmar
Hi, I am looking for a volunteer to change ONE line of code. It is bug http://www.openoffice.org/issues/show_bug.cgi?id=104788 inherited from OOo. It is about 1.5 years old and inhibits extension developers (like me) from using the Dropdownbox in the toolbar. The line that has to be changed

Re: [Libreoffice] framework::DropdownToolbarController: dispatch does not get selected item text

2011-02-23 Thread Jesús Corrius
Hi Dietmar, On Wed, Feb 23, 2011 at 6:57 PM, Dietmar dhill...@gmx.de wrote: Do I have to file a bug? Thanks Dietmar I know it's just one line, but as you already have everything written, it's best to write a bug report about this. That would help to have all the information associated

Re: [Libreoffice] framework::DropdownToolbarController: dispatch does not get selected item text

2011-02-23 Thread Dietmar
Hi Jesús, Am Mittwoch, den 23.02.2011, 19:05 +0100 schrieb Jesús Corrius: Hi Dietmar, On Wed, Feb 23, 2011 at 6:57 PM, Dietmar dhill...@gmx.de wrote: Do I have to file a bug? Thanks Dietmar ... it's best to write a bug

[Libreoffice] git am - German keywords

2011-02-23 Thread Christina Roßmanith
Hi, does anybody know whether git am relies on the keywords subject: or is Betreff: (the German equivalent) valid as well? I've saved an e-mail with a patch as recommended with File-Save as and git am told me that Patch format detection failed. Christina Rossmanith

[Libreoffice] [Liberoffice][PATCHSET][PUSHED] Translate german comments

2011-02-23 Thread Christina Roßmanith
Hi, all pushed (fixed only some typos). Christina Am 23.02.2011 14:41, schrieb Martin Kepplinger: Hi! This translates all code-comments of writer/sw/source/ui/chrdlg/. Review before pushing would be appreciated, thanks, martin ___

[Libreoffice] BMP_FEHLT

2011-02-23 Thread Christina Roßmanith
Hi, I came across the constant BMP_FEHLT, obviously from Hamburg-times. It should be BMP_MISSING or something like this. I've found it in sw/source/ui/app/app.src sw/source/ui/inc/app.hrc This is what ./g grep BMP_FEHLT told me. Do I have to search elsewhere? Any objections to changing the

[Libreoffice] [PATCH] Remove comment

2011-02-23 Thread Michael Lefevre
Go on with comments suppression. --- sd/source/ui/view/drvwshrg.cxx |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index a2ca8c6..e5875c8 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++

Re: [Libreoffice] Need help with failing cppunit tests

2011-02-23 Thread Francois Tigeot
On Wed, Feb 23, 2011 at 02:13:34PM +0100, Francois Tigeot wrote: On Wed, Feb 23, 2011 at 12:36:14PM +, Caolán McNamara wrote: Another possibility is some nasty atexit/__cxa_atexit problem. A hack to experiment for that possibility can be found at

[Libreoffice] [REVIEW] 'fold'-ing readme was a bad idea

2011-02-23 Thread Andras Timar
Hi, fold utility from coreutils is not as sophisticated as I assumed. I used it for line wrapping of readme text but unfortunately it counts bytes not characters, so it is not suitable for CJK, Cyrillic, Arabic etc. scripts.

[Libreoffice] [PATCH] Remove more commented unused variables

2011-02-23 Thread Michael Lefevre
Keep cleaning the code, line by line. --- filter/source/flash/swfwriter.hxx |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx index e758a6f..35e04ab 100644 --- a/filter/source/flash/swfwriter.hxx +++

[Libreoffice] [PATCH] Remove commented variable

2011-02-23 Thread Michael Lefevre
Still code cleaning. --- sc/source/ui/view/gridwin.cxx |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 1255eb3..f514fe6 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@

Re: [Libreoffice] Tools - Media Player

2011-02-23 Thread Thomas Arnhold
Hi Yifan, On 02/23/2011 10:47 AM, Yifan Jiang wrote: I guess end-users could still bring the menu item back using the menu customization UI (Tools-Customize...-Menus). Is that right? That's possible. But for writer and calc the background calls are gone. So it won't work. Maybe I re-enable