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

[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 @@ -43

[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 +++ b/f

[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. http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=4ed849b9de2

[Libreoffice] [PATCH] Remove unused commented variable

2011-02-23 Thread Michael Lefevre
--- writerfilter/source/dmapper/PropertyMap.cxx |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/writerfilter/source/dmapper/PropertyMap.cxx b/writerfilter/source/dmapper/PropertyMap.cxx index 07fee7f..1d07cb4 100644 --- a/writerfilter/source/dmapper/PropertyMap.cxx +++ b/

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 > > http://lists.freedesktop.org/

[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 +++ b/sd/source/ui/view/d

[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

Re: [Libreoffice] git am - German keywords

2011-02-23 Thread Kohei Yoshida
On Wed, 2011-02-23 at 21:11 +0100, Christina Roßmanith wrote: > 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 t

[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 ___ LibreOff

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

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 wrote: > > Do I have to file a bug? > > Thanks >Dietmar > > > > > ... it's best to write a bug re

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 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 to this

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

[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 -- : && LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}/home/ftigeot/Projects/LibreOffice/bootstr

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

[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 a/sw/source/ui/chrdlg/tblnumfm.cxx

[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 a/sw/source/ui/chrdlg/swuiccoll.

[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 a/sw/source/ui/chrdlg/swbreak.src

[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 b/sw

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

[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 a/sw/source/ui/chrdlg/

[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 a/sw/source/ui/chrdlg/ccoll.cx

[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 a/sw/source/ui/c

[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 http://lists.freedesktop.org/mailman/listinfo/libreo

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

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

[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

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: [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] Tools - Media Player

2011-02-23 Thread Fernand Vanrie
Thomas , As Editing House, we uses OO, LO as our "main" tool to produce "all" our Content: to publish everywhere, Print, Web, Ipad Video becomes very important in this multi-media world. Our editors need access to all media . Removing the Media Player is for our needs a very bad idea.

Re: [Libreoffice] Tools - Media Player

2011-02-23 Thread Michael Meeks
On Wed, 2011-02-23 at 10:15 +0100, Kálmán „KAMI” Szalai wrote: > 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. Ah - well, often less is more in a UI context. Often (sadly) things get shoved into the default UI

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

2011-02-23 Thread Thorsten Behrens
Radek Doulík wrote: > I wonder if you might want to push the real fix on 3-3 so that it is > tested and released the next month? > Indeed. -- Thorsten pgpdToHxRjBzY.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesk

Re: [Libreoffice] New feature: print current page

2011-02-23 Thread Jan Holesovsky
Hi Tobias, On 2011-02-12 at 13:16 +0100, Tobias Ollmann wrote: > Wow, thanks for the fast replies. Heh - so this one is prolonged, really sorry for that. > > Indeed, that would be great. I noticed another issue that seems to be > > different with regard to the original specification. And, there

Re: [Libreoffice] Tools - Media Player

2011-02-23 Thread Yifan Jiang
Hi Thomas, Thanks for your effort! ;-) I guess end-users could still bring the menu item back using the menu customization UI (Tools->Customize...->Menus). Is that right? Best wishes, Yifan On Wed, Feb 23, 2011 at 09:57:37AM +0100, Thomas Arnhold wrote: > On 02/23/2011 05:46 AM, Jean-Baptiste F

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 re

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

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:

[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 /home/ftige