Re: [Libreoffice] LibreOffice Icon Naming

2010-11-02 Thread Andrew
On 01/11/10 20:31, Andrew C. E. Dent wrote: Hi Andrew I'm another Andrew who also cares about Icons! (Normally people refer to me by my User name of 'ace_dent'). I first started to analyse the problem about 5yrs ago(!) but gave in under the original Sun ownership. I have started the bare

Re: [Libreoffice] Icons

2010-11-02 Thread Andrew C. E. Dent
Hi Joseph That's made my day!To make this more manageable, I think we should first agree on how to divide and conquer different aspects.A good starting point might be to fix up the fallback code: http://wiki.documentfoundation.org/Easy_Hacks#don.27t_ship_150_duplicate_placeholder_iconsDo you

[Libreoffice] (no subject)

2010-11-02 Thread Gert Faller
Hi, a little bit more... regards. createFromAscii_8.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] bootstrap/soenv: remove tcsh version of LinuxX86-64Env.Set

2010-11-02 Thread Sebastian Spaeth
Previously we would have been writing out LinuxX86-64Env.Set and LinuxX86-64Env.Set.sh which made my autocompletion useless. Simplify the set_soenv.in to actually only produce 1 version which makes us require bash as interactive build shell. Signed-off-by: Sebastian Spaeth sebast...@sspaeth.de

[Libreoffice] [PATCH] bootstrap/set_soenv: remove unused variables

2010-11-02 Thread Sebastian Spaeth
The variables $unsetenv, $setenv, $unset, $set $D, $answer were unused in this script and have been removed. Signed-off-by: Sebastian Spaeth sebast...@sspaeth.de --- set_soenv.in | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/set_soenv.in b/set_soenv.in index

Re: [Libreoffice] [PATCH] Another Qt/gtk configure patch

2010-11-02 Thread Sebastian Spaeth
On Mon, 01 Nov 2010 22:18:46 +, Wols Lists wrote: I've now got configure autodetecting Qt4, and created an automagic patch. Things are still partly broken because to fix things properly I need to get rid of OOO_WIDGET_FLAGS, and that's probably a big job ... Adds a new --enable-automagic

Re: [Libreoffice] LibreOffice Icon Naming

2010-11-02 Thread Andrew C. E. Dent
Hi Andrew Almost missed your messages as I'm not subscribed to the list. Make sure you include my email when replying. :-) The Icon Audit is clearly outdated. It was started at the same time the Freedesktop naming spec was being developed (as used by Tango and others).The Wiki represents the

Re: [Libreoffice] [PUSHED] EasyHack RTL_CONSTASCII_USTRINGPARAM in sc

2010-11-02 Thread Caolán McNamara
On Mon, 2010-11-01 at 22:27 -0400, Kohei Yoshida wrote: Hello Joost, Thanks for the patch. Just pushed to the master branch. :-) Nothing to do with the patch, but I see a ConvertCountryCode which, depending on what it does, might be a candidate to be moved into i18npool/source/isolang beside

Re: [Libreoffice] LibreOffice and Java

2010-11-02 Thread Caolán McNamara
On Wed, 2010-10-20 at 01:50 +0200, Cesare Leonardi wrote: Hi all. There's a thing not clear to me and that involved go-oo too: the relationship between LibreOffice and Java. Here i'm referring to the Windows environment but under Linux/Mac should be the same. Java isn't provided with

Re: [Libreoffice] Icons

2010-11-02 Thread Michael Meeks
Hi Joseph, On Mon, 2010-11-01 at 21:15 -0700, Joseph Powers wrote: I'm a little crazy, but I want to work on the icon issues. Cool - there is a rich seam of wasted run-time memory, startup-time, and worse bloat in the Win32 packages here, all of which can be easily fixed I think :-)

Re: [Libreoffice] [PATCH] bootstrap: disable-binfilter in inner configure by default

2010-11-02 Thread Caolán McNamara
On Mon, 2010-11-01 at 12:27 -0500, Norbert Thiebaud wrote: The only draw-back its that even less people will build it, which means that breakage will go unnoticed longer (and yes it is possible to break binfilter without touching it -- been there, done that :-) ) That's the only reason I have

Re: [Libreoffice] [PATCH] Another Qt/gtk configure patch

2010-11-02 Thread Lubos Lunak
On Monday 01 of November 2010, Wols Lists wrote: Has anybody still got a KDE3 system? Can you send me the relevant pkg-config file from /usr/libX/pkgconfig/ so I can try and get that to autodetect? KDE3 does not provide pkgconfig files, only Qt3. You can check what is provided e.g. at

Re: [Libreoffice] LibreOffice and Java

2010-11-02 Thread Cedric Bosdonnat
On Tue, 2010-11-02 at 12:47 +, Michael Meeks wrote: Quite; cf. such uncertainty - it probably makes considerable sense to look into a migration strategy from Java to (insert anything else). Some candidates might be python for the more scripty pieces (though I hate non-typed

Re: [Libreoffice] [PATCH] Another Qt/gtk configure patch

2010-11-02 Thread Wols Lists
On 02/11/10 13:23, Lubos Lunak wrote: On Monday 01 of November 2010, Wols Lists wrote: Has anybody still got a KDE3 system? Can you send me the relevant pkg-config file from /usr/libX/pkgconfig/ so I can try and get that to autodetect? KDE3 does not provide pkgconfig files, only Qt3. You can

[Libreoffice] Mac OS X Build issues.

2010-11-02 Thread Joseph Powers
I'm not sure why this started by the following patch fixes the issue. 0001-Fix-build-issues.patch Description: Binary data Not sure if this is the correct patch (suggested by LeMoyne, I wasn't sure if I should fix the pl or fix the inputs...), but it builds and runs on Mac OS X. Form the

Re: [Libreoffice] --enable-automagic

2010-11-02 Thread Wols Lists
On 02/11/10 12:34, Rene Engelhard wrote: On Tue, Nov 02, 2010 at 09:10:23AM +, Wols Lists wrote: In particular, there's a page on the gentoo wiki (I've put a pointer to it in our development wiki) that says that automatically enabling things can be a packager's nightmare. They've only got

Re: [Libreoffice] Bug Triage Process

2010-11-02 Thread Wols Lists
On 02/11/10 06:58, Muthu Subramanian K wrote: If you are able to reproduce and confirm, please do go ahead and assign it to one of the developers listed on the page. [The intention was to avoid lower.priority-and-unconfirmed issues to be assigned to the experts - it might take expert's time

Re: [Libreoffice] --enable-automagic

2010-11-02 Thread Norbert Thiebaud
On Tue, Nov 2, 2010 at 9:26 AM, Wols Lists antli...@youngman.org.uk wrote: On 02/11/10 12:34, Rene Engelhard wrote: On Tue, Nov 02, 2010 at 09:10:23AM +, Wols Lists wrote: In particular, there's a page on the gentoo wiki (I've put a pointer to it in our development wiki) that says that

[Libreoffice] [PATCH] Easy Hacks : Use RTL_CONSTASCII_USTRINGPARAM macro 6

2010-11-02 Thread Gert Faller
Hi, some more in impress Regards. createFromAscii_9.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Presentation Wizard

2010-11-02 Thread Andrew
Hey Everyone, So recently I was looking (and trying to use!) the Presenation Wizard that comes up when a user clicks FileNewPresentation (or Presentation of the Start screen). I came up with the conclusion that it was not easy-to-use, confusing and also a bit outdated. Problems I came across

[Libreoffice] EasyHack RTL_CONSTASCII_USTRINGPARAM in sc

2010-11-02 Thread Joost Eekhoorn
MPL 1.1 / GPLv3+ / LGPLv3+ Joost diff --git a/sc/source/ui/vba/vbaassistant.cxx b/sc/source/ui/vba/vbaassistant.cxx index 43ab458..b52a165 100644 --- a/sc/source/ui/vba/vbaassistant.cxx +++ b/sc/source/ui/vba/vbaassistant.cxx @@ -38,12 +38,12 @@ using namespace ooo::vba; using namespace

[Libreoffice] [PUSHED] Re: EasyHack RTL_CONSTASCII_USTRINGPARAM in sc

2010-11-02 Thread Caolán McNamara
On Tue, 2010-11-02 at 20:43 +0100, Joost Eekhoorn wrote: MPL 1.1 / GPLv3+ / LGPLv3+ All look good, thanks, now pushed :-) C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PUSHED] Re: [PATCH] Easy Hacks : Use RTL_CONSTASCII_USTRINGPARAM macro 7

2010-11-02 Thread Caolán McNamara
On Tue, 2010-11-02 at 18:44 +0100, Gert Faller wrote: Hi, with this one, module 'impress' should be rather clean of that. Heh, good, liked the ? : rework to keep me pacified :-). Thanks for this. As an aside, stylistically I'd prefer rtl::OUString sFoo(RTL_CONSTASCII_USTRINGPARAM(apple));

Re: [Libreoffice] Easy Hack: Don't draw caret when visual formula editor looses focus

2010-11-02 Thread Jonas Finnemann Jensen
Hi Luke, I thought I'd try one of the visual formula editor easy hacks Great... Your patch looks fine to me... And works very well too! I've applied and pushed your patch to the master branch (commit 8137918224bb). And removed the item from the easy hacks page on the wiki. This one seemed the

Re: [Libreoffice] [PATCH] Easy Hacks : Use RTL_CONSTASCII_USTRINGPARAM macro 6

2010-11-02 Thread Caolán McNamara
On Tue, 2010-11-02 at 17:31 +0100, Gert Faller wrote: Hi, some more in impress Pushed, thanks for this again. Sure beats doing it myself :-) C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

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