Re: [Libreoffice] slide names in Slide pane Impress

2011-08-22 Thread Christian Dywan
Le 21/08/2011 18:11, Cor Nouws a écrit : Hi Thorsten, I was thinking about this issue https://bugs.freedesktop.org/show_bug.cgi?id=37654 as a possible easy hack. ( Maybe something that I could take a look at ...?) I expect that the next approach would do: – shrink the slide preview in the slide

Re: [Libreoffice] [PATCH] Make clean instead of unxvlngi6.pro for gbuild modules

2011-08-19 Thread Christian Dywan
Heh :-) so there is some benefit of having the optional clean as the 1st line - so it can easily be avoided in a cut/paste of the commands; but - as you like ... For me it's not really copy-friendly either way. I would usually do "cd foo && make clean && make -r; cd ..", as I'm not keen

[Libreoffice] [PATCH] Make clean instead of unxvlngi6.pro for gbuild modules

2011-08-19 Thread Christian Dywan
d5d2a34f0a5388371 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 19 Aug 2011 10:21:12 +0200 Subject: [PATCH] Make clean instead of unxvlngi6.pro for gbuild modules --- solenv/bin/build.pl |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/solenv/bin/build.pl

Re: [Libreoffice] UNO API reference?

2011-08-17 Thread Christian Dywan
- Code snippets for all the UNO API language bindings. I see a few, for the likes of Java, OOBasic, and ooRexx, but they harken back to 2.0 and 1.1 days. Further, Since the API has multiple language bindings, I'm looking for more than just those 3. For instance, I see barely six examples for CPP,

Re: [Libreoffice] Localization of an extension (dialog)

2011-07-06 Thread Christian Dywan
Am Tue, 05 Jul 2011 16:24:40 +0200 schrieb Cor Nouws: > I did uses it sometimes, starting from the Basic editor. > See this link: > http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Basic/Dialog_Localization That's pretty close to the other description I already followed. I still di

[Libreoffice] Localization of an extension (dialog)

2011-07-05 Thread Christian Dywan
Hejsan, so I'm trying to localize a dialog in an extension I'm writing and for some reason it's never being picked up. Any suggestions would be welcome. As since involves magic files and there is no error whatsoever this is hard to tackle. This is the documentation I followed: http://wiki.serv

Re: [Libreoffice] [PUSHED] Re: [PATCH] Set GTK+ native mouse behaviour settings

2011-06-03 Thread Christian Dywan
Am Fri, 03 Jun 2011 10:30:30 +0100 schrieb Caolán McNamara: > Is there a confirmation email anywhere that states the lanedo > patches/submissions are under the LGPLv3+/MPL ? > > Its implied by > http://blog.documentfoundation.org/2011/05/31/lanedo-supports-libreoffice/ > I guess. I'm not sure if

Re: [Libreoffice] smoketest fails

2011-05-27 Thread Christian Dywan
Am Thu, 26 May 2011 13:44:12 +0100 schrieb Caolán McNamara: > On Thu, 2011-05-26 at 13:30 +0200, Christian Dywan wrote: > > Am Thu, 26 May 2011 09:51:45 +0100 schrieb Caolán McNamara: > > > > Still broken for me. I did remove smoketestoo_native/unxlngx6.pro

Re: [Libreoffice] smoketest fails

2011-05-26 Thread Christian Dywan
Am Thu, 26 May 2011 09:51:45 +0100 schrieb Caolán McNamara: > On Wed, 2011-05-25 at 23:08 +0200, Pim Bollen wrote: > > [Java framework] The JRE specified by the bootstrap variable > > UNO_JAVA_JFW_JREHOME or UNO_JAVA_JFW_ENV_JREHOME could not be > > recognized. Check the values and make sure

[Libreoffice] [PUSHED] Re: [PATCH] Don't print === decoration when running g grep

2011-05-18 Thread Christian Dywan
Am Fri, 6 May 2011 12:35:04 + schrieb Christian Dywan: > git grep -l is useless when the == are there because it no longer is > a plain list of filenames. I needed it for sed, so I patched it. I modified the patch to account for the changes made meanwhile, same functional differenc

[Libreoffice] [PUSHED] Re: [PATCH] Unify Display Grid/ Grid Visible and other menu items

2011-05-18 Thread Christian Dywan
Am Mon, 09 May 2011 14:24:01 +0200 schrieb Fridrich Strba: > I would like to integrate this patch. Is it the final version and are > all parties happy with it? > > F. Sorry for the delay, being at UDS and other things kept me from it. I have a commit account now and pushed the diff as individua

Re: [Libreoffice] [PATCH] Don't print

2011-05-06 Thread Christian Dywan
Am 06.05.2011 17:29:03 schrieb Michael Meeks: > On Fri, 2011-05-06 at 12:35 +0000, Christian Dywan wrote: > > git grep -l is useless when the == are there because it no longer is > > a plain list of filenames. I needed it for sed, so I patched it. > Looks good to me; I

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Christian Dywan
Am 06.05.2011 15:29:16 schrieb Regina Henschel: > Hi Christian, > I'm not sure about the changes. > 'Snap Lines' is a better term than 'Guides'. The German term > 'Fanglinien' describes it functionality, so does 'Snap Lines'. > 'Guide' is not specific. It can be 'Snap Line' but also 'Helpline'.

[Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Christian Dywan
So I was originally looking at a drawing bug and became puzzled because various context menu items have different labels than the exact same commands in the menubar and toolbar ¹. So I ended up fixing the labels of the following items: Visible Grid → Display Grid Snap Lines Visible → Display Gui

[Libreoffice] [PATCH] Don't print === decoration when running g grep

2011-05-06 Thread Christian Dywan
git grep -l is useless when the == are there because it no longer is a plain list of filenames. I needed it for sed, so I patched it. ciao, ChristianFrom aa8fcad2fafbfde9bb7294375be1bbcc4ab28f50 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 6 May 2011 14:25:38 +0200 Subject

[Libreoffice] [PATCH] Unify light gray checked color special case

2011-04-29 Thread Christian Dywan
ckedColorSpecialCase. Notably OSX doesn't set the colour at all - a look from a Mac developer is probably a good idea. ciao, ChristianFrom f302fdcf4c82a7529b658766c9bb4e063c687ef2 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 28 Apr 2011 19:31:28 +0200 Subject: [PATCH] Uni

[Libreoffice] [PATCH] Clean up GtkSettings use in GTK+ platform module

2011-04-28 Thread Christian Dywan
: Christian Dywan Date: Thu, 28 Apr 2011 19:30:22 +0200 Subject: [PATCH] Clean up GtkSettings use in GTK+ platform module --- vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx | 39 - 1 files changed, 11 insertions(+), 28 deletions(-) diff --git a/vcl/unx/gtk/gdi/salnativewidgets

[Libreoffice] [PATCH] Set GTK+ native mouse behaviour settings

2011-04-28 Thread Christian Dywan
bottom (and it took me a re-compile because I didn't notice the need to do that). ciao, ChristianFrom dca0604c80e6c9f06c878321b8717a3b13a2d74a Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 28 Apr 2011 14:32:16 +0200 Subject: [PATCH] Set GTK+ native mouse behaviour settings ---

Re: [Libreoffice] FW: [PATCH] Introduce HideDisabledMenuItems style setting

2011-04-27 Thread Christian Dywan
Am 27.04.2011 15:40:35 schrieb Allen Pulsifer: > > No objections from my part to fully hide, removed / > > not-allowed-by-sysadmin ones, but when it comes to hiding entries that > > cannot be performed at the moment for whatever reason, then I say "no, > > thanks". > That is the way it currentl

Re: [Libreoffice] [PATCH] Introduce HideDisabledMenuItems style setting

2011-04-27 Thread Christian Dywan
in a very misleading way. ciao, ChristianFrom e6d2363785af7e8021afe358be66db233d360fc4 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 21 Apr 2011 15:14:32 +0200 Subject: [PATCH] Introduce HideDisabledMenuItems style setting The STYLE_OPTION_HIDEDISABLED flag is removed. The setting is

[Libreoffice] [PATCH] Introduce HideDisabledMenuItems style setting

2011-04-21 Thread Christian Dywan
istianFrom 3475f8f442ffed53df728acfd0e96b2bab1d18cd Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 21 Apr 2011 15:14:32 +0200 Subject: [PATCH] Introduce HideDisabledMenuItems style setting The setting is enabled for KDE and OSX. --- vcl/aqua/source/window/salframe.cxx |1 + vcl/inc/vcl/settings.hxx

[Libreoffice] [PATCH] Remove unused chunk of toolbar menu code

2011-04-19 Thread Christian Dywan
I stumbled upon a big chunk of code that's commented out in ToolbarMenu::implPaint not touched since November 2005. ciao, ChristianFrom 39b3296fadc53c740c53145f8562eef9d246c1b1 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 19 Apr 2011 15:27:29 +0200 Subject: [PATCH] R

Re: [Libreoffice] [PATCH] Only accelerators in Edit popup on Windows and KDE

2011-04-19 Thread Christian Dywan
Am 19.04.2011 13:30:25 schrieb libreoffice@lists.freedesktop.org: > On 2011-04-15 at 12:48 +0000, Christian Dywan wrote: > > I'm not sure if this is the best way to address this, I looked at the > > style settings, but this isn't a setting, and I saw get_desktop_se

[Libreoffice] [PATCH] Remove unneeded minus and plus keyboard aliases

2011-04-15 Thread Christian Dywan
#36235 with the same patch. ciao, ChristianFrom 85d9a20ba7da1eaa93ef555875e3985d29516594 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 14 Apr 2011 15:34:51 +0200 Subject: [PATCH] Remove unneeded minus and plus keyboard aliases Fixes: fdo#36235 diff --git a/vcl/unx/source/app/keysy

[Libreoffice] [PATCH] Only accelerators in Edit popup on Windows and KDE

2011-04-15 Thread Christian Dywan
) but that isn't public API and I'm not sure how it's meant to be used. If there's a better approach, pointers welcome. Also filed as fdo#36235 with the same patch. ciao, ChristianFrom 509dccd84864c79a659901800e145303d1182b23 Mon Sep 17 00:00:00 2001 From: Christian Dywan D