Re: [CODE]: Registration... menu entry in the Help menu

2012-01-26 Thread Oliver-Rainer Wittmann
Hi, On 25.01.2012 17:49, Jürgen Schmidt wrote: Hi, I have seen the Registration... menu entry in the Help menu. I tend to remove this entry completely or at least remove it by default and make it configurable for potential later use. At the moment it opens a Url [1] in the browser that is not

Re: [CODE] update services

2012-01-26 Thread Jürgen Schmidt
On 1/25/12 9:34 PM, Ariel Constenla-Haile wrote: On Wed, Jan 25, 2012 at 05:04:18PM -0300, Ariel Constenla-Haile wrote: The code is in main/extensions/source/update/ rather illuminating main/extensions/source/update/check/updateprotocol.cxx The format is xml, you can see

Re: [CODE] update services

2012-01-26 Thread Dave Fisher
On Jan 25, 2012, at 5:10 PM, TJ Frazier wrote: On 1/25/2012 19:18, Kay Schenk wrote: On Wed, Jan 25, 2012 at 12:34 PM, Ariel Constenla-Haile arie...@apache.orgwrote: On Wed, Jan 25, 2012 at 05:04:18PM -0300, Ariel Constenla-Haile wrote: The code is in main/extensions/source/update/

Re: [BUILD]: current status about the build bots?

2012-01-26 Thread Raphael Bircher
Am 26.01.12 08:53, schrieb Jürgen Schmidt: On 1/26/12 3:03 AM, Andrew Rist wrote: On 1/25/2012 2:04 AM, Jürgen Schmidt wrote: Hi, I am not sure if I am the only one but I would like to know where we are with the build-bots on Windows, MacOS, Linux 32 bit, ?? We are waiting on

Re: [BUILD]: current status about the build bots?

2012-01-26 Thread Jürgen Schmidt
On 1/26/12 12:19 PM, Raphael Bircher wrote: Am 26.01.12 08:53, schrieb Jürgen Schmidt: On 1/26/12 3:03 AM, Andrew Rist wrote: On 1/25/2012 2:04 AM, Jürgen Schmidt wrote: Hi, I am not sure if I am the only one but I would like to know where we are with the build-bots on Windows, MacOS,

Re: [BUILD]: current status about the build bots?

2012-01-26 Thread Raphael Bircher
Am 26.01.12 13:47, schrieb Jürgen Schmidt: On 1/26/12 12:19 PM, Raphael Bircher wrote: Am 26.01.12 08:53, schrieb Jürgen Schmidt: On 1/26/12 3:03 AM, Andrew Rist wrote: On 1/25/2012 2:04 AM, Jürgen Schmidt wrote: Hi, I am not sure if I am the only one but I would like to know where we are

Re: [CODE]: Registration... menu entry in the Help menu

2012-01-26 Thread Rob Weir
2012/1/25 Jürgen Schmidt jogischm...@googlemail.com: Hi, I have seen the Registration... menu entry in the Help menu. I tend to remove this entry completely or at least remove it by default and make it configurable for potential later use. At the moment it opens a Url [1] in the browser

Re: Updates: IBM Lotus Symphony, Apache OpenOffice, IBM Docs and other fun stuff

2012-01-26 Thread Jürgen Schmidt
On 1/25/12 9:35 PM, Graham Lauder wrote: On Thursday 26 Jan 2012 02:50:20 Rob Weir wrote: On Wed, Jan 25, 2012 at 7:08 AM, Graham Lauderg.a.lau...@gmail.com wrote: Second, new features and function, worthy of consideration by this community as a 'Apache OpenOffice 4.0' release will be the

Re: [CODE]: Registration... menu entry in the Help menu

2012-01-26 Thread Jürgen Schmidt
On 1/26/12 2:15 PM, Rob Weir wrote: 2012/1/25 Jürgen Schmidtjogischm...@googlemail.com: Hi, I have seen the Registration... menu entry in the Help menu. I tend to remove this entry completely or at least remove it by default and make it configurable for potential later use. At the moment it

coinmp on FreeBSD

2012-01-26 Thread Maho NAKATA
Hi Pedro, please apply following patch! --- /dev/null 2012-01-26 22:45:15.0 +0900 +++ ext_libraries/coinmp/CoinMP-1.6.0.patch 2012-01-26 22:33:30.0 +0900 @@ -0,0 +1,23 @@ +--- misc/CoinMP-1.6.0/Cbc/src/CbcEventHandler.hpp 2011-06-20 02:23:14.0 +0900

Re: [EXT] disable/enable toolbar functions

2012-01-26 Thread Ariel Constenla-Haile
Hi Fabian, On Tue, Jan 24, 2012 at 10:04:35PM -0300, Ariel Constenla-Haile wrote: It looks as if you had some issues translating the code from C++ to Java, on the other hand the C++ has some issues if you want to implement it in a real-world use case (where you send status updates according to

Re: Updates: IBM Lotus Symphony, Apache OpenOffice, IBM Docs and other fun stuff

2012-01-26 Thread Donald Whytock
On Thu, Jan 26, 2012 at 8:21 AM, Jürgen Schmidt jogischm...@googlemail.com wrote: On 1/25/12 9:35 PM, Graham Lauder wrote: Everyone participates in an Open Source project for various reasons, some may be their own and some may be employers and all do it for some form of reward whether it be

Re: coinmp on FreeBSD

2012-01-26 Thread Pavel Janík
Hi, On Jan 26, 2012, at 2:54 PM, Maho NAKATA wrote: please apply following patch! +-#ifdef CBC_SVN_REV +-sprintf(generalPrint + strlen(generalPrint), +-Revision Number: %d \n, CBC_SVN_REV); +-#endif why this? -- Pavel Janík

R: coinmp on FreeBSD

2012-01-26 Thread Pedro Giffuni
Hi Maho; --- Gio 26/1/12, Maho NAKATA ha scritto: ... Hi Pedro, please apply following patch! I committed it in rev. 1236229 with minor changes: 1. It looks like it's customary to keep patch files in lowercase only. 2. I placed PATCH_FILES= line before BUILD_ACTION. 3. Sending patches

Re: coinmp on FreeBSD

2012-01-26 Thread Pedro Giffuni
--- Gio 26/1/12, Pavel Janík ha scritto: Hi, On Jan 26, 2012, at 2:54 PM, Maho NAKATA wrote: please apply following patch! +-#ifdef CBC_SVN_REV +-        sprintf(generalPrint + strlen(generalPrint), +-            Revision Number: %d \n, CBC_SVN_REV); +-#endif why this? TBH,

Re: [CODE] update services

2012-01-26 Thread Dave Fisher
On Jan 26, 2012, at 1:02 AM, Dave Fisher wrote: On Jan 25, 2012, at 5:10 PM, TJ Frazier wrote: On 1/25/2012 19:18, Kay Schenk wrote: On Wed, Jan 25, 2012 at 12:34 PM, Ariel Constenla-Haile arie...@apache.orgwrote: On Wed, Jan 25, 2012 at 05:04:18PM -0300, Ariel Constenla-Haile wrote:

Re: coinmp on FreeBSD

2012-01-26 Thread Pavel Janík
TBH, I have no idea but apparently not only FreeBSD is affected: https://projects.coin-or.org/BuildTools/ticket/93 Ugh. CoinMP expects the svn files to be available (they call svnversion in the configure time...): svn_rev_tmp=`LANG=en_EN svnversion $srcdir 2/dev/null` if test

Re: Updates: IBM Lotus Symphony, Apache OpenOffice, IBM Docs and other fun stuff

2012-01-26 Thread Rob Weir
On Wed, Jan 25, 2012 at 3:35 PM, Graham Lauder g.a.lau...@gmail.com wrote: On Thursday 26 Jan 2012 02:50:20 Rob Weir wrote: On Wed, Jan 25, 2012 at 7:08 AM, Graham Lauder g.a.lau...@gmail.com wrote: Second, new features and function, worthy of consideration by this community as a 'Apache

Re: Updates: IBM Lotus Symphony, Apache OpenOffice, IBM Docs and other fun stuff

2012-01-26 Thread Pedro Giffuni
--- Gio 26/1/12, Jürgen Schmidt jogischm...@googlemail.com ha scritto: There are a lot of people who do this as part of their 9 to 5 who are not what I would call volunteers. should we now feel offended? Probably not because it's hopefully only the personal view of a single person. I

Re: [CODE] update services

2012-01-26 Thread Joe Schaefer
Sorry about the buildbot error Dave, should be fixed now. (Problem with a filename having a space in it). - Original Message - From: Dave Fisher dave2w...@comcast.net To: ooo-dev@incubator.apache.org Cc: Sent: Thursday, January 26, 2012 10:36 AM Subject: Re: [CODE] update services

Re: [CODE]: Registration... menu entry in the Help menu

2012-01-26 Thread Jürgen Schmidt
On 1/26/12 2:32 PM, Jürgen Schmidt wrote: On 1/26/12 2:15 PM, Rob Weir wrote: 2012/1/25 Jürgen Schmidtjogischm...@googlemail.com: Hi, I have seen the Registration... menu entry in the Help menu. I tend to remove this entry completely or at least remove it by default and make it configurable

Re: Updates: IBM Lotus Symphony, Apache OpenOffice, IBM Docs and other fun stuff

2012-01-26 Thread Raphael Bircher
Am 26.01.12 16:53, schrieb Rob Weir: On Wed, Jan 25, 2012 at 3:35 PM, Graham Lauderg.a.lau...@gmail.com wrote: On Thursday 26 Jan 2012 02:50:20 Rob Weir wrote: On Wed, Jan 25, 2012 at 7:08 AM, Graham Lauderg.a.lau...@gmail.com wrote: Second, new features and function, worthy of

Re: [EXT] disable/enable toolbar functions

2012-01-26 Thread fabian
Hi Ariel, wow thx for the java example, I appreciate it very much! I will go through it and figure out what I am doing wrong. best, Fabian On Jan 26, 2012, at 2:56 PM, Ariel Constenla-Haile wrote: Hi Fabian, On Tue, Jan 24, 2012 at 10:04:35PM -0300, Ariel Constenla-Haile wrote: It

[PROPOSAL] Bugzilla Cleanup

2012-01-26 Thread Rob Weir
I'd like to make some changes to our bug tracker, to make it more user-friendly. Since these changes are not easily reversible, I'd like to describe them first, to see if anyone has objections. 1) Convert legacy language project products into components under the native-lang product. I'll

Re: Updates: IBM Lotus Symphony, Apache OpenOffice, IBM Docs and other fun stuff

2012-01-26 Thread Joe Schaefer
- Original Message - From: Raphael Bircher r.birc...@gmx.ch To: ooo-dev@incubator.apache.org Cc: Sent: Thursday, January 26, 2012 11:29 AM Subject: Re: Updates: IBM Lotus Symphony, Apache OpenOffice, IBM Docs and other fun stuff Am 26.01.12 16:53, schrieb Rob Weir: I never

Re: Updates: IBM Lotus Symphony, Apache OpenOffice, IBM Docs and other fun stuff

2012-01-26 Thread Rob Weir
On Thu, Jan 26, 2012 at 11:29 AM, Raphael Bircher r.birc...@gmx.ch wrote: Am 26.01.12 16:53, schrieb Rob Weir: On Wed, Jan 25, 2012 at 3:35 PM, Graham Lauderg.a.lau...@gmail.com  wrote: On Thursday 26 Jan 2012 02:50:20 Rob Weir wrote: On Wed, Jan 25, 2012 at 7:08 AM, Graham

Re: Sourceforge and extensions download site

2012-01-26 Thread Kay Schenk
On Wed, Jan 25, 2012 at 1:27 AM, Ross Gardler rgard...@opendirective.comwrote: As some of you will know the board meeting got pushed back 6 days. It was, however, held last night and I was able to attend. Consequently I am pleased to confirm that we now have a go-ahead with respect to the

Re: [WEBSITE]: propose new shorter Urls

2012-01-26 Thread FR web forum
- Mail original - De: Joe Schaefer joe_schae...@yahoo.com À: ooo-dev@incubator.apache.org Envoyé: Mardi 24 Janvier 2012 17:28:05 Objet: Re: [WEBSITE]: propose new shorter Urls Redirection from foo.services. to foo. is rather trivial. I wouldn't worry about that aspect. Trivial,

Re: [WEBSITE]: propose new shorter Urls

2012-01-26 Thread Joe Schaefer
Bizarre- it used to work properly, at least when we first made the changeover.  I'll look into it. - Original Message - From: FR web forum ooofo...@free.fr To: ooo-dev@incubator.apache.org; Joe Schaefer joe_schae...@yahoo.com Cc: Sent: Thursday, January 26, 2012 12:50 PM Subject:

Re: [PROPOSAL] Bugzilla Cleanup

2012-01-26 Thread Regina Henschel
Hi Rob, Rob Weir schrieb: I'd like to make some changes to our bug tracker, to make it more user-friendly. Since these changes are not easily reversible, I'd like to describe them first, to see if anyone has objections. 1) Convert legacy language project products into components under the

RE: [PROPOSAL] Bugzilla Cleanup

2012-01-26 Thread Dennis E. Hamilton
+1 on Regina's comments in general. I think that the default owner name should be unassigned. That works fine in other issue-management systems. The question on what requires committer karma is one that will require more consideration. - Dennis -Original Message- From: Regina

Re: [PROPOSAL] Bugzilla Cleanup

2012-01-26 Thread Rob Weir
On Thu, Jan 26, 2012 at 1:24 PM, Regina Henschel rb.hensc...@t-online.de wrote: Hi Rob, Rob Weir schrieb: I'd like to make some changes to our bug tracker, to make it more user-friendly.  Since these changes are not easily reversible, I'd like to describe them first, to see if anyone has

Re: [PROPOSAL] Bugzilla Cleanup

2012-01-26 Thread Dave Fisher
On Jan 26, 2012, at 11:15 AM, Rob Weir wrote: On Thu, Jan 26, 2012 at 1:24 PM, Regina Henschel rb.hensc...@t-online.de wrote: Hi Rob, Rob Weir schrieb: I'd like to make some changes to our bug tracker, to make it more user-friendly. Since these changes are not easily reversible, I'd

Re: [PROPOSAL] Bugzilla Cleanup

2012-01-26 Thread Rob Weir
On Thu, Jan 26, 2012 at 2:41 PM, Dave Fisher dave2w...@comcast.net wrote: On Jan 26, 2012, at 11:15 AM, Rob Weir wrote: On Thu, Jan 26, 2012 at 1:24 PM, Regina Henschel rb.hensc...@t-online.de wrote: Hi Rob, Rob Weir schrieb: I'd like to make some changes to our bug tracker, to make it

Re: [PROPOSAL] Bugzilla Cleanup

2012-01-26 Thread Dave Fisher
On Jan 26, 2012, at 11:54 AM, Rob Weir wrote: On Thu, Jan 26, 2012 at 2:41 PM, Dave Fisher dave2w...@comcast.net wrote: On Jan 26, 2012, at 11:15 AM, Rob Weir wrote: On Thu, Jan 26, 2012 at 1:24 PM, Regina Henschel rb.hensc...@t-online.de wrote: Hi Rob, Rob Weir schrieb: I'd like

Re: [PROPOSAL] Bugzilla Cleanup

2012-01-26 Thread Rob Weir
On Thu, Jan 26, 2012 at 3:23 PM, Dave Fisher dave2w...@comcast.net wrote: On Jan 26, 2012, at 11:54 AM, Rob Weir wrote: On Thu, Jan 26, 2012 at 2:41 PM, Dave Fisher dave2w...@comcast.net wrote: On Jan 26, 2012, at 11:15 AM, Rob Weir wrote: On Thu, Jan 26, 2012 at 1:24 PM, Regina Henschel

IRC user channel

2012-01-26 Thread drew
Howdy, Was just poking around on IRC and noticed that the OO.o user channel lists the legacy user ML. Looks as if EricB set the topic last, not sure who else could update this? Anyway, just thought it might be a good idea to change the headers there to list ooo-us...@incubator.apache.org

Re: [CODE] update services

2012-01-26 Thread Ariel Constenla-Haile
Hi Kay, On Thu, Jan 26, 2012 at 04:18:39PM -0800, Kay Schenk wrote: Well -- a very short update on this. And thanks again to Regina for helping to point me in the right direction. Basically, unless we can find the former check.Update script somewhere we may be out of luck. So, if anyone