gnome-vfs not found while ./autogen.sh

2012-02-18 Thread LOH KOK HOE
I am using Fedora 16, when I issue this command: ./autogen.sh --with-num-cpus=2 > I hit this error: configure: error: Package requirements (gnome-vfs-2.0 >= 2.6.0 ) were not > met: > > No package 'gnome-vfs-2.0' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > insta

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 clio changed: What|Removed |Added Depends on||46144 --- Comment #189 from clio 2012-02-18 23:0

R: cygwin 1.7.10 - LO-3-5-0 - build fails - my git problem ?

2012-02-18 Thread walter
The build fails in module 125. After re-run inside the module: = (1/1) Building module translations = Entering /cygdrive/c/LO350/translations dmake: Error: -- `/cygdrive/c/LO350/solver/wntmsci12.pro/bin/localize' not found, and can't be made Retrying /cygdrive/c/LO350/tra

Re: Unused solenv tools - can I remove these?

2012-02-18 Thread Norbert Thiebaud
On Sat, Feb 18, 2012 at 3:54 PM, Tim Retout wrote: > Could someone help me figure out whether these solenv tools are used > anywhere?  :)  I'm trying to shrink the LO Perl line count. > > Probably unused: > > concat-deps.pl   # recently replaced with a C implementation yes that can go > convertli

[PATCH] Remove unused code

2012-02-18 Thread Petr Vorel
Hi, I removed a little bit of unused code (unusedcode.easy). Petr >From fefa4759000f74d3ca90aa118247abc77cf9363f Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Sat, 18 Feb 2012 23:50:22 +0100 Subject: [PATCH] Remove unused code --- l10ntools/source/merge.cxx| 16 ---

Re: Disappearing graphics in Write: where to look (bug 33393)

2012-02-18 Thread Andrew Douglas Pitonyak
On 02/18/2012 04:43 PM, julien2412 wrote: You may find some guidelines to debug LO here : http://wiki.documentfoundation.org/Development/How_to_debug Julien. Thanks Julien, very helpful. I am able to cause the problem every time in LO but unable to cause it at all in OOo. Have been poking aro

[PATCH] fix building dictionaries when PERL_UNICODE environment

2012-02-18 Thread Petr Vorel
Hi, I run into troubles while building dictionaries, because I have on my system set PERL_UNICODE=SDL (perl script clone/dictionaries/dictionaries/util/th_check.pl dies as it's forced to use UTF-8, but not all dictionaries are in this encoding). Not sure whether it's good idea to handle it. If

Unused solenv tools - can I remove these?

2012-02-18 Thread Tim Retout
Could someone help me figure out whether these solenv tools are used anywhere? :) I'm trying to shrink the LO Perl line count. Probably unused: concat-deps.pl # recently replaced with a C implementation convertlinks.pl# specific to api.openoffice.org gen_userfeedback_VCL_names.pl licinser

Re: [PUSHED] Removed unused code

2012-02-18 Thread Petr Vorel
This is my first contribution. This and any other is of course made available under the MPL/LGPLv3+. Do you think you could link yourself into the developers wiki page here, so we have a pointer to that: http://wiki.documentfoundation.org/Development/Developers Done.

Re: Disappearing graphics in Write: where to look (bug 33393)

2012-02-18 Thread julien2412
You may find some guidelines to debug LO here : http://wiki.documentfoundation.org/Development/How_to_debug Julien. -- View this message in context: http://nabble.documentfoundation.org/Disappearing-graphics-in-Write-where-to-look-bug-33393-tp3755433p3757064.html Sent from the Dev mailing list a

About Boost 1.48

2012-02-18 Thread julien2412
Hi, I saw that boost package used by LO sources by default was the 1.44 version. On debian testing pc x86-64 (with Boost 1.48) and by using --with-system-boost in the autogen options, it compiled ok. I thought there would be some things to do in order to compile, did i miss anything ? :-) Julien

Re: Disappearing graphics in Write: where to look (bug 33393)

2012-02-18 Thread Andrew Douglas Pitonyak
On 02/17/2012 08:31 PM, Andrew Douglas Pitonyak wrote: While updating LO documentation using the latest release of LO, most of the embedded graphics just disappeared so I have been looking at this: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=33393 I spent a few hours poking around t

Re: [PUSHED] Remove unused methods from PDFI

2012-02-18 Thread Kate Goss
Hi, Quick question - Can anyone point me to list of supported browsers for the bug submission assistant? Kate On 17 February 2012 23:11, Kate Goss wrote: > > > On 17 February 2012 11:21, Thorsten Behrens > wrote: > >> Kate Goss wrote: >> > Yes, he did - thanks Thorsten. Christian - if you are

Preconfigured Windows Build VM

2012-02-18 Thread Jesús Corrius
Hi fellow developers, I have created a preconfigured Windows Build Virtual Box VM with the following characteristics: - Windows XP Service Pack 3 (32 bits) - Microsoft Visual Studio 2008 Professional - Cygwin version 1.7.10 - Microsoft Windows SDK version 6.0A - Microsoft DirectX SDK (June 2010(

Re: [PATCH] SwDocStub now prints out parameters

2012-02-18 Thread Mihályi Dániel
Hi, It sounds cool, count me in. :) With regards, Daniel 2012/2/18 Markus Mohrhard : > Hello Daniel, > >> It is, :) > > Great! > >> but i don't understand something. >> If it is about creating a child class then why is that we have to have >> not only virtual methods? >> > > We don't want to cre

Re: Writing patches for git-ignored files

2012-02-18 Thread Christian Lohmaier
Hi Wei Ming, *, On Sat, Feb 18, 2012 at 6:47 PM, Khoo Wei Ming wrote: > >> (with new build system you use something like >> make cmd="dmake patch" >> previously you had to source the Environment file, but that was >> integrated to a config.mk) > > Issuing make cmd="dmake patch" seemed to behave

Re: Writing patches for git-ignored files

2012-02-18 Thread Khoo Wei Ming
Hi Christian, Thanks for your reply. > (with new build system you use something like > make cmd="dmake patch" > previously you had to source the Environment file, but that was > integrated to a config.mk) Issuing make cmd="dmake patch" seemed to behave similar to make. ~/libo-git$ make cmd="dma

[PUSHED] [core/vcl/source/window/splitwin.cxx:2047] ->[core/vcl/source/window/splitwin.cxx:2045]:(style) Found duplicate branches for if and else.

2012-02-18 Thread Michael Meeks
Hi there, On Sat, 2012-02-18 at 15:08 +0100, Mariusz Dykierek wrote: > Attached is the "new" patch that replaces and extends the previous one in > this thread. Thanks & sorry for the bike-shedding :-) IMHO we would do better to allow the compiler / optimiser to get the code right & optim

Re: [PATCH] SwDocStub now prints out parameters

2012-02-18 Thread Markus Mohrhard
Hello Daniel, > It is, :) Great! > but i don't understand something. > If it is about creating a child class then why is that we have to have > not only virtual methods? > We don't want to create a child class but replace a class with another class having exactly the same interface. This would

Re: [PUSHED][PATCH] Remove unused code (14)

2012-02-18 Thread Ivan Timofeev
On 18.02.2012 19:35, Elton Chung wrote: This patch is an addendum to commit 600c27470380f80445fecb4b5691e0d11060494d. Yeah, nice catch. Thanks, pushed. Ivan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/m

[PATCH] Remove unused code (14)

2012-02-18 Thread Elton Chung
Hi, This patch is an addendum to commit 600c27470380f80445fecb4b5691e0d11060494d. Best Regards, Elton -- Elton Chung Administrator, Sponsor of mirror.layerjet.com Language Maintainer, Tester of ReactOS Project | http://reactos.org Email : el...@layerjet.com

[PUSHED] Remove installer debug logging.

2012-02-18 Thread Michael Meeks
Hi Tim, On Sat, 2012-02-18 at 13:47 +, Tim Retout wrote: > The -debug option to make_installer.pl is not usually called; it logs > function calls at various points during the installer. However, it is > not used consistently within the code, and the same information can be > obtained via the

Re: Lo Web version

2012-02-18 Thread Jonathan Aquilina
On 18/02/2012 15:34, Michael Meeks wrote: On Sat, 2012-02-18 at 15:16 +0100, Jonathan Aquilina wrote: Miklos is there a repo one can add to open suse 12 that has the web version packaged or is compiling from source the only way? Please checkout the spec. files for whatever version you'r

Re: Lo Web version

2012-02-18 Thread Michael Meeks
On Sat, 2012-02-18 at 15:16 +0100, Jonathan Aquilina wrote: > Miklos is there a repo one can add to open suse 12 that has the web > version packaged or is compiling from source the only way? Please checkout the spec. files for whatever version you're looking at; if it has --enable-gtk3 t

Re: [PATCH] [core/vcl/source/window/splitwin.cxx:2047] ->[core/vcl/source/window/splitwin.cxx:2045]:(style) Found duplicate branches for if and else.

2012-02-18 Thread julien2412
This subject, switch/if else, reminded me what I read recently on the Stroustrup book. 1) The fact that "switch allows a better quality machine code". 2) an enumeration used with a switch allows a compiler to detect a case which has be forgotten. Now, I'm not a senior C++ dev at all, just a beginn

Re: Lo Web version

2012-02-18 Thread Jonathan Aquilina
On 18/02/2012 14:53, Miklos Vajna wrote: Hi Jonathan, On Sat, Feb 18, 2012 at 01:16:27PM +0100, Jonathan Aquilina wrote: I setup an open suse 12 vm in virtual box and I remember michael meeks mentioning a repository for it that has a packaged web version. What is the repository so I am add it

Re: [PATCH] [core/vcl/source/window/splitwin.cxx:2047] ->[core/vcl/source/window/splitwin.cxx:2045]:(style) Found duplicate branches for if and else.

2012-02-18 Thread Mariusz Dykierek
On 2012-02-18 14:41, Ivan Timofeev wrote: > On 18.02.2012 17:29, Mariusz Dykierek wrote: >> I have a 'replacement' patch that actually replaces most of if...else >> if...else chains with >> switches. > > Great! > >> They are more legible and seem natural when choosing branches depending on >> the

Re: Lo Web version

2012-02-18 Thread Miklos Vajna
Hi Jonathan, On Sat, Feb 18, 2012 at 01:16:27PM +0100, Jonathan Aquilina wrote: > I setup an open suse 12 vm in virtual box and I remember michael > meeks mentioning a repository for it that has a packaged web > version. What is the repository so I am add it so i can install a > web version for

[PATCH] Remove installer debug logging.

2012-02-18 Thread Tim Retout
Hi, The -debug option to make_installer.pl is not usually called; it logs function calls at various points during the installer.  However, it is not used consistently within the code, and the same information can be obtained via the Perl debugger or profiling tools. Kind regards, -- Tim Retout

Re: [PATCH] [core/vcl/source/window/splitwin.cxx:2047] ->[core/vcl/source/window/splitwin.cxx:2045]:(style) Found duplicate branches for if and else.

2012-02-18 Thread Ivan Timofeev
On 18.02.2012 17:29, Mariusz Dykierek wrote: I have a 'replacement' patch that actually replaces most of if...else if...else chains with switches. Great! They are more legible and seem natural when choosing branches depending on the same variable. On the other hand, the evaluated expressi

Re: [PATCH] [core/vcl/source/window/splitwin.cxx:2047] ->[core/vcl/source/window/splitwin.cxx:2045]:(style) Found duplicate branches for if and else.

2012-02-18 Thread Mariusz Dykierek
I have a 'replacement' patch that actually replaces most of if...else if...else chains with switches. They are more legible and seem natural when choosing branches depending on the same variable. The performance of a switch should also be better, but turbo boost should not be expected ;). Two d

cygwin 1.7.10 - LO-3-5-0 - build fails in 'reportbuilder'

2012-02-18 Thread walter
Please see logs AT http://pastebin.com/u/walterLO Regards Walter ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Lo Web version

2012-02-18 Thread Jonathan Aquilina
Hey all, I setup an open suse 12 vm in virtual box and I remember michael meeks mentioning a repository for it that has a packaged web version. What is the repository so I am add it so i can install a web version for testing. ___ LibreOffice mailing

Unable to attend Monday MC meeting

2012-02-18 Thread Sophie Gautier
Hi all, Just to let you know that I won't be able to attend the next MC meeting, I'll be traveling until late in the evening, so no way for me to be on phone or connected. @Norbert: Feb 18 12:24:16 sophi sendEmail[2932]: Email was sent successfully! :-) I'll try to push a new version of the

Re: Writing patches for git-ignored files

2012-02-18 Thread Christian Lohmaier
Hi Wei Ming, *, On Sat, Feb 18, 2012 at 11:36 AM, Khoo Wei Ming wrote: > I followed the patching guidelines on > > http://wiki.documentfoundation.org/Development/Patch_Handling_Guidelines > > What is procedure for git-ignored files? E.g. > > ~/libo-git/moz$ git add > unxlngi6.pro/misc/build/mozil

Writing patches for git-ignored files

2012-02-18 Thread Khoo Wei Ming
I followed the patching guidelines on http://wiki.documentfoundation.org/Development/Patch_Handling_Guidelines What is procedure for git-ignored files? E.g. ~/libo-git/moz$ git add unxlngi6.pro/misc/build/mozilla/xpcom/glue/nsBaseHashtable.h The following paths are ignored by one of your .gitign

[PUSHED] Removed unused code from avmedia module

2012-02-18 Thread Michael Meeks
Hi there, On Sat, 2012-02-18 at 01:45 +0100, Bartolomé Sánchez Salado wrote: > Hi, I removed unused code from avmedia module (unusedcode.easy) Thanks :-) pushed that. Please can you send an MPL/LGPLv3+ license mail to the list and link yourself into the wiki here: http://wiki.doc

[PUSHED] Remove "::existence" Perl modules.

2012-02-18 Thread Michael Meeks
Hi Tim, On Fri, 2012-02-17 at 23:40 +, Tim Retout wrote: > This patch series removes several versions of Perl modules named > ::existence - the functions can be reimplemented with the "grep" > keyword. Right :-) > Some error messages may change in patch 9, but the error message logic

[PATCH] Clang-flagged error typedef for CardPropertyGetter/Setter in connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx

2012-02-18 Thread Khoo Wei Ming
clang flags this as /home/wmk26/libo-git/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx:91:91: error: cannot initialize a member subobject of type 'CardPropertyGetter' (aka 'nsresult (nsIAbCard::*)(PRUnichar **)') with an rvalue of type 'nsresult (nsIAbCard::*)(PRUnichar **) __

[PUSHED] Fix typos in comments (2)

2012-02-18 Thread Michael Meeks
On Sat, 2012-02-18 at 14:35 +0800, Elton Chung wrote: > This patch fixes some typos in comments. Whatever the weather ;-) I love it, Thanks, Michael. -- michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot _

[PUSHED] Remove unused code (13)

2012-02-18 Thread Michael Meeks
Hi Helton, On Sat, 2012-02-18 at 14:34 +0800, Elton Chung wrote: > This patch removes 9 unused methods. Thanks for that :-) Michael. -- michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot ___ LibreOffice mailing lis

Re: [PATCH] Removed all unused code from connectivity module

2012-02-18 Thread Lionel Elie Mamane
On Fri, Feb 17, 2012 at 03:42:22PM +0100, Dézsi Szabolcs wrote: > Hi! I removed all of the unused functions of module connectivity A few of these look like they should be used, or have the potential to be quite useful, so please don't push that, I'll have a more fine-grained look at them ASAP. >

Re: Building LibreOffice on Windows

2012-02-18 Thread Tor Lillqvist
>> > Projects like this have to battle the "embrace, extend, extinguish" >> > philosophy of commercial >> > interests. >> What makes you think only commercial entities have that philosophy? > What makes you think I thought that? I misunderstood your use of "battle". I thought you meant that onl

Re: [PUSHED] EasyHack 42790: get rid of PRODUCT define/build system variable

2012-02-18 Thread jumbo444
Michael Meeks-2 wrote > > It looks lovely :-) Thanks. I worked hard for that ;) Michael Meeks-2 wrote > >> Preprocessor constant PRODUCT is replaced by !DBG_UTIL > Thanks for that; does that complete that easy hack ? or is there more > to do there ? Actually all use of PRODUCT was r